Interface StoreQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector
This is the query inspector for examining store queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the ancestor storeIdterms.Gets the ancestor store terms.IdTerm[]Gets the descendant storeIdterms.Gets the descendant store terms.IdTerm[]Gets the orderIdterms.Gets the order terms.IdTerm[]Gets the price scheduleIdterms.Gets the price schedule terms.IdTerm[]Gets the productIdterms.Gets the product terms.getStoreQueryInspectorRecord(Type storeRecordType) Gets the store query inspector record corresponding to the givenStorerecordType.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 OsidSourceableQueryInspector
getBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTerms
-
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.
-
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.
-
getPriceScheduleIdTerms
IdTerm[] getPriceScheduleIdTerms()Gets the price scheduleIdterms.- Returns:
- the price schedule
Idterms - Compliance:
mandatory- This method must be implemented.
-
getPriceScheduleTerms
PriceScheduleQueryInspector[] getPriceScheduleTerms()Gets the price schedule terms.- Returns:
- the price schedule terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorStoreIdTerms
IdTerm[] getAncestorStoreIdTerms()Gets the ancestor storeIdterms.- Returns:
- the ancestor store
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAncestorStoreTerms
StoreQueryInspector[] getAncestorStoreTerms()Gets the ancestor store terms.- Returns:
- the ancestor store terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantStoreIdTerms
IdTerm[] getDescendantStoreIdTerms()Gets the descendant storeIdterms.- Returns:
- the descendant store
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDescendantStoreTerms
StoreQueryInspector[] getDescendantStoreTerms()Gets the descendant store terms.- Returns:
- the descendant store terms
- Compliance:
mandatory- This method must be implemented.
-
getStoreQueryInspectorRecord
StoreQueryInspectorRecord getStoreQueryInspectorRecord(Type storeRecordType) throws OperationFailedException Gets the store query inspector record corresponding to the givenStorerecordType.- Parameters:
storeRecordType- a store record type- Returns:
- the store query inspector record
- Throws:
NullArgumentException-storeRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(storeRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-