Interface ItemQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidRelationshipQueryInspector, OsidTemporalQueryInspector
This is the query inspector for examining item queries.
-
Method Summary
Modifier and TypeMethodDescriptionGets the cost terms.Gets the derived terms.getItemQueryInspectorRecord(Type itemRecordType) Gets the item query inspector record corresponding to the givenItemrecordType.Gets the minimum cost terms.IdTerm[]Gets the orderIdterms.Gets the order terms.IdTerm[]Gets the productIdterms.Gets the product terms.Gets the quantity terms.IdTerm[]Gets the storeIdterms.Gets the store 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.Methods inherited from interface OsidRelationshipQueryInspector
getEndReasonIdTerms, getEndReasonTermsModifier and TypeMethodDescriptionIdTerm[]Gets the end reaosn stateIdquery terms.Gets the end reaosn state query terms.Methods inherited from interface OsidTemporalQueryInspector
getDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTermsModifier and TypeMethodDescriptionGets the date query terms.Gets the effective query terms.Gets the end date query terms.Gets the start date query terms.
-
Method Details
-
getOrderIdTerms
IdTerm[] getOrderIdTerms()Gets the orderIdterms.- Returns:
- the order
Idterms - Compliance:
mandatory- This method must be implemented.
-
getOrderTerms
OrderQueryInspector[] getOrderTerms()Gets the order terms.- Returns:
- the order terms
- Compliance:
mandatory- This method must be implemented.
-
getDerivedTerms
BooleanTerm[] getDerivedTerms()Gets the derived terms.- Returns:
- the derived terms
- Compliance:
mandatory- This method must be implemented.
-
getProductIdTerms
IdTerm[] getProductIdTerms()Gets the productIdterms.- Returns:
- the product
Idterms - Compliance:
mandatory- This method must be implemented.
-
getProductTerms
ProductQueryInspector[] getProductTerms()Gets the product terms.- Returns:
- the product terms
- Compliance:
mandatory- This method must be implemented.
-
getQuantityTerms
CardinalRangeTerm[] getQuantityTerms()Gets the quantity terms.- Returns:
- the quantity terms
- Compliance:
mandatory- This method must be implemented.
-
getCostTerms
CurrencyRangeTerm[] getCostTerms()Gets the cost terms.- Returns:
- the cost terms
- Compliance:
mandatory- This method must be implemented.
-
getMinimumCostTerms
CurrencyTerm[] getMinimumCostTerms()Gets the minimum cost terms.- Returns:
- the minimum cost 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.
-
getItemQueryInspectorRecord
ItemQueryInspectorRecord getItemQueryInspectorRecord(Type itemRecordType) throws OperationFailedException Gets the item query inspector record corresponding to the givenItemrecordType.- Parameters:
itemRecordType- an item record type- Returns:
- the item query inspector record
- Throws:
NullArgumentException-itemRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(itemRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-