Uses of Interface
org.osid.billing.EntryQuery
Packages that use EntryQuery
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
-
Uses of EntryQuery in org.osid.billing
Methods in org.osid.billing that return EntryQueryModifier and TypeMethodDescriptionBusinessQuery.getEntryQuery()Gets the query for an entry.CategoryQuery.getEntryQuery()Gets the query for an entry.EntryQuerySession.getEntryQuery()Gets an entry query.EntrySmartBusinessSession.getEntryQuery()Gets an entry query.ItemQuery.getEntryQuery()Gets the query for an entry.EntrySearchSession.getEntryQueryFromInspector(EntryQueryInspector entryQueryInspector) Gets an entry query from an inspector.EntrySmartBusinessSession.getEntryQueryFromInspector(EntryQueryInspector entryQueryInspector) Gets an entry query from an inspector.Methods in org.osid.billing with parameters of type EntryQueryModifier and TypeMethodDescriptionvoidEntrySmartBusinessSession.applyEntryQuery(EntryQuery entryQuery) Applies an entry query to this business.EntryQuerySession.getEntriesByQuery(EntryQuery entryQuery) Gets a list ofEntriesmatching the given entry query.EntrySearchSession.getEntriesBySearch(EntryQuery entryQuery, EntrySearch entrySearch) Gets the search results matching the given search query using the given search.