Interface OrderQueryInspector
- All Superinterfaces:
Extensible, OsidAggregateableQueryInspector, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector
public interface OrderQueryInspector
extends OsidObjectQueryInspector, OsidAggregateableQueryInspector
The inspector for examining order queries.
-
Method Summary
Modifier and TypeMethodDescriptionGets the atomic terms.Gets the closed date terms.IdTerm[]Gets the closer resourceIdterms.Gets the closer terms.IdTerm[]Gets the submitting agentIdterms.Gets the closing agent terms.IdTerm[]Gets the customerIdterms.Gets the customer terms.IdTerm[]Gets the itemIdterms.Gets the item terms.Gets the minimum total cost terms.getOrderQueryInspectorRecord(Type orderRecordType) Gets the order query inspector record corresponding to the givenOrderrecordType.IdTerm[]Gets the storeIdterms.Gets the store terms.Gets the submit date terms.IdTerm[]Gets the submitter resourceIdterms.Gets the submitter terms.IdTerm[]Gets the submitting agentIdterms.Gets the submitting agent terms.Gets the total cost terms.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsModifier and TypeMethodDescriptionIdTerm[]Gets the commentIdquery terms.Gets the comment query terms.IdTerm[]Gets the creditIdquery terms.Gets the credit query terms.Gets the description query terms.Gets the display name query terms.TypeTerm[]Gets the genus type query terms.IdTerm[]Gets the journal entryIdquery terms.Gets the journal entry query terms.TypeTerm[]Gets the parent genus type query terms.IdTerm[]Gets the relationshipIdquery terms.IdTerm[]Gets the relationship peerIdquery terms.Gets the relationship query terms.IdTerm[]Gets the stateIdquery terms.Gets the state query terms.Gets the statistic query terms.IdTerm[]Gets the subjectIdquery terms.Gets the subject relevancy query terms.Gets the subject query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.
-
Method Details
-
getCustomerIdTerms
IdTerm[] getCustomerIdTerms()Gets the customerIdterms.- Returns:
- the customer
Idterms - Compliance:
mandatory- This method must be implemented.
-
getCustomerTerms
ResourceQueryInspector[] getCustomerTerms()Gets the customer terms.- Returns:
- the customer terms
- Compliance:
mandatory- This method must be implemented.
-
getItemIdTerms
IdTerm[] getItemIdTerms()Gets the itemIdterms.- Returns:
- the item
Idterms - Compliance:
mandatory- This method must be implemented.
-
getItemTerms
ItemQueryInspector[] getItemTerms()Gets the item terms.- Returns:
- the item terms
- Compliance:
mandatory- This method must be implemented.
-
getTotalCostTerms
CurrencyRangeTerm[] getTotalCostTerms()Gets the total cost terms.- Returns:
- the total cost terms
- Compliance:
mandatory- This method must be implemented.
-
getMinimumTotalCostTerms
CurrencyTerm[] getMinimumTotalCostTerms()Gets the minimum total cost terms.- Returns:
- the minimum total cost terms
- Compliance:
mandatory- This method must be implemented.
-
getAtomicTerms
BooleanTerm[] getAtomicTerms()Gets the atomic terms.- Returns:
- the atomic terms
- Compliance:
mandatory- This method must be implemented.
-
getSubmitDateTerms
DateTimeRangeTerm[] getSubmitDateTerms()Gets the submit date terms.- Returns:
- the date range terms
- Compliance:
mandatory- This method must be implemented.
-
getSubmitterIdTerms
IdTerm[] getSubmitterIdTerms()Gets the submitter resourceIdterms.- Returns:
- the resource
Idterms - Compliance:
mandatory- This method must be implemented.
-
getSubmitterTerms
ResourceQueryInspector[] getSubmitterTerms()Gets the submitter terms.- Returns:
- the resource terms
- Compliance:
mandatory- This method must be implemented.
-
getSubmittingAgentIdTerms
IdTerm[] getSubmittingAgentIdTerms()Gets the submitting agentIdterms.- Returns:
- the agent
Idterms - Compliance:
mandatory- This method must be implemented.
-
getSubmittingAgentTerms
AgentQueryInspector[] getSubmittingAgentTerms()Gets the submitting agent terms.- Returns:
- the agent terms
- Compliance:
mandatory- This method must be implemented.
-
getClosedDateTerms
DateTimeRangeTerm[] getClosedDateTerms()Gets the closed date terms.- Returns:
- the date range terms
- Compliance:
mandatory- This method must be implemented.
-
getCloserIdTerms
IdTerm[] getCloserIdTerms()Gets the closer resourceIdterms.- Returns:
- the resource
Idterms - Compliance:
mandatory- This method must be implemented.
-
getCloserTerms
ResourceQueryInspector[] getCloserTerms()Gets the closer terms.- Returns:
- the resource terms
- Compliance:
mandatory- This method must be implemented.
-
getClosingAgentIdTerms
IdTerm[] getClosingAgentIdTerms()Gets the submitting agentIdterms.- Returns:
- the agent
Idterms - Compliance:
mandatory- This method must be implemented.
-
getClosingAgentTerms
AgentQueryInspector[] getClosingAgentTerms()Gets the closing agent terms.- Returns:
- the agent terms
- Compliance:
mandatory- This method must be implemented.
-
getStoreIdTerms
IdTerm[] getStoreIdTerms()Gets the storeIdterms.- Returns:
- the store
Idterms - Compliance:
mandatory- This method must be implemented.
-
getStoreTerms
StoreQueryInspector[] getStoreTerms()Gets the store terms.- Returns:
- the store terms
- Compliance:
mandatory- This method must be implemented.
-
getOrderQueryInspectorRecord
OrderQueryInspectorRecord getOrderQueryInspectorRecord(Type orderRecordType) throws OperationFailedException Gets the order query inspector record corresponding to the givenOrderrecordType.- Parameters:
orderRecordType- an order record type- Returns:
- the order query inspector record
- Throws:
NullArgumentException-orderRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(orderRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-