Interface PriceScheduleQueryInspector
- All Superinterfaces:
Extensible, OsidAggregateableQueryInspector, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector
public interface PriceScheduleQueryInspector
extends OsidObjectQueryInspector, OsidAggregateableQueryInspector
This is the query inspector for examining price schedule queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the priceIdterms.getPriceScheduleQueryInspectorRecord(Type priceScheduleRecordType) Gets the price schedule query inspector record corresponding to the givenPriceSchedulerecordType.Gets the price terms.IdTerm[]Gets the productIdterms.Gets the product 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.
-
Method Details
-
getPriceIdTerms
IdTerm[] getPriceIdTerms()Gets the priceIdterms.- Returns:
- the price
Idterms - Compliance:
mandatory- This method must be implemented.
-
getPriceTerms
PriceQueryInspector[] getPriceTerms()Gets the price terms.- Returns:
- the price 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.
-
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.
-
getPriceScheduleQueryInspectorRecord
PriceScheduleQueryInspectorRecord getPriceScheduleQueryInspectorRecord(Type priceScheduleRecordType) throws OperationFailedException Gets the price schedule query inspector record corresponding to the givenPriceSchedulerecordType.- Parameters:
priceScheduleRecordType- a price schedule record type- Returns:
- the price schedule query inspector record
- Throws:
NullArgumentException-priceScheduleRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(priceScheduleRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-