public interface PriceEnablerQueryInspector extends OsidEnablerQueryInspector
This is the query inspector for examining price enabler queries.
| Modifier and Type | Method and Description |
|---|---|
PriceEnablerQueryInspectorRecord |
getPriceEnablerQueryInspectorRecord(Type priceEnablerRecordType)
Gets the price enabler query inspector record corresponding to the
given
PriceEnabler record Type. |
IdTerm[] |
getRuledPriceIdTerms()
Gets the price
Id query terms. |
StoreQueryInspector[] |
getRuledPriceTerms()
Gets the price query terms.
|
IdTerm[] |
getStoreIdTerms()
Gets the store
Id query terms. |
StoreQueryInspector[] |
getStoreTerms()
Gets the store query terms.
|
getCyclicEventIdTerms, getCyclicEventTerms, getDemographicIdTerms, getDemographicTerms, getEventIdTerms, getEventTerms, getScheduleIdTerms, getScheduleTermsgetRuleIdTerms, getRuleTermsgetCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsgetDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTermsIdTerm[] getRuledPriceIdTerms()
Id query terms.mandatory - This method must be implemented. StoreQueryInspector[] getRuledPriceTerms()
mandatory - This method must be implemented. IdTerm[] getStoreIdTerms()
Id query terms.mandatory - This method must be implemented. StoreQueryInspector[] getStoreTerms()
mandatory - This method must be implemented. PriceEnablerQueryInspectorRecord getPriceEnablerQueryInspectorRecord(Type priceEnablerRecordType) throws OperationFailedException
PriceEnabler record Type. priceEnablerRecordType - a price enabler record typeNullArgumentException - priceEnablerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(priceEnablerRecordType) is false
mandatory - This method must be implemented.