Interface SummaryQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCompendiumQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSubjugateableQueryInspector
The query inspectors provide a means of accessing the match terms of a
query. These interfaces are used to examine the actual query terms used in
a search or that may be used to create a smart catalog. Query inspectors
may be converted to OsidQuery interfaces for reuse or modification
in the search sessions.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the accountIdquery terms.Gets the account query terms.Gets the balacnce query terms.Gets the budget query terms.Gets the credits query terms.Gets the debits query terms.Gets the delta query terms.IdTerm[]Gets the fiscal periodIdquery terms.Gets the fiscal period query terms.Gets the forecast query terms.getSummaryQueryInspectorRecord(Type summaryRecordType) Gets the summary query inspector record corresponding to the givenSummaryrecordType.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 OsidCompendiumQueryInspector
getEndDateTerms, getExtrapolatedTerms, getInterpolatedTerms, getStartDateTermsModifier and TypeMethodDescriptionGets the end date query terms.Gets the extrapolated query terms.Gets the interpolated query terms.Gets the start date query terms.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
-
getAccountIdTerms
IdTerm[] getAccountIdTerms()Gets the accountIdquery terms.- Returns:
- the account
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAccountTerms
AccountQueryInspector[] getAccountTerms()Gets the account query terms.- Returns:
- the account terms
- Compliance:
mandatory- This method must be implemented.
-
getFiscalPeriodIdTerms
IdTerm[] getFiscalPeriodIdTerms()Gets the fiscal periodIdquery terms.- Returns:
- the fiscal period
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getFiscalPeriodTerms
FiscalPeriodQueryInspector[] getFiscalPeriodTerms()Gets the fiscal period query terms.- Returns:
- the fiscal period query terms
- Compliance:
mandatory- This method must be implemented.
-
getCreditsTerms
CurrencyRangeTerm[] getCreditsTerms()Gets the credits query terms.- Returns:
- the credits query terms
- Compliance:
mandatory- This method must be implemented.
-
getDebitsTerms
CurrencyRangeTerm[] getDebitsTerms()Gets the debits query terms.- Returns:
- the debits query terms
- Compliance:
mandatory- This method must be implemented.
-
getBalanceTerms
DecimalRangeTerm[] getBalanceTerms()Gets the balacnce query terms.- Returns:
- the balance query terms
- Compliance:
mandatory- This method must be implemented.
-
getBudgetTerms
CurrencyRangeTerm[] getBudgetTerms()Gets the budget query terms.- Returns:
- the budget query terms
- Compliance:
mandatory- This method must be implemented.
-
getDeltaTerms
DecimalRangeTerm[] getDeltaTerms()Gets the delta query terms.- Returns:
- the delta query terms
- Compliance:
mandatory- This method must be implemented.
-
getForecastTerms
CurrencyRangeTerm[] getForecastTerms()Gets the forecast query terms.- Returns:
- the forecast query terms
- Compliance:
mandatory- This method must be implemented.
-
getSummaryQueryInspectorRecord
SummaryQueryInspectorRecord getSummaryQueryInspectorRecord(Type summaryRecordType) throws OperationFailedException Gets the summary query inspector record corresponding to the givenSummaryrecordType. Multiple record retrievals produce a nestedORterm.- Parameters:
summaryRecordType- a summary record type- Returns:
- the summary query inspector record
- Throws:
NullArgumentException-summaryRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(summaryRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-