public interface CatalogEnablerSearchSession extends CatalogEnablerQuerySession
This session provides methods for searching among CatalogEnabler
objects. The search query is constructed using the
CatalogEnableryQuery.
getCatalogEnablersByQuery() is the basic search method
and returns a list of CatalogEnablers. A more advanced
search may be performed with getCatalogEnablersBySearch().
It accepts a CatalogEnablerSearch in addition to the query
for the purpose of specifying additional options affecting the entire
search, such as ordering. getCatalogEnablersBySearch()
returns a CatalogEnablerSearchResults that can be used to
access the resulting CatalogEnablerList or be used to
perform a search within the result set through
CatalogEnablerSearch.
This session defines views that offer differing behaviors for searching.
CatalogEnablers may have a query record indicated by
their respective record types. The query record is accessed via the
CatalogEnablerQuery.
| Modifier and Type | Method and Description |
|---|---|
CatalogEnablerQuery |
getCatalogEnablerQueryFromInspector(CatalogEnablerQueryInspector catalogEnablerQueryInspector)
Gets a catalog enabler query from an inspector.
|
CatalogEnablerSearchResults |
getCatalogEnablersBySearch(CatalogEnablerQuery catalogEnablerQuery,
CatalogEnablerSearch catalogEnablerSearch)
Gets the search results matching the given search query using the
given search.
|
CatalogEnablerSearch |
getCatalogEnablerSearch()
Gets a catalog enabler search.
|
CatalogEnablerSearchOrder |
getCatalogEnablerSearchOrder()
Gets a catalog enabler search order.
|
canSearchCatalogEnablers, getCatalog, getCatalogEnablerQuery, getCatalogEnablersByQuery, getCatalogId, useFederatedCatalogView, useIsolatedCatalogViewgetAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactionscloseCatalogEnablerSearch getCatalogEnablerSearch()
mandatory - This method must be implemented. CatalogEnablerSearchOrder getCatalogEnablerSearchOrder()
CatalogEnablerSearchOrder is supplied to a
CatalogEnablerSearch to specify the ordering of results.mandatory - This method must be implemented. CatalogEnablerSearchResults getCatalogEnablersBySearch(CatalogEnablerQuery catalogEnablerQuery, CatalogEnablerSearch catalogEnablerSearch) throws OperationFailedException, PermissionDeniedException
catalogEnablerQuery - the catalog enabler querycatalogEnablerSearch - the catalog enabler searchNullArgumentException - catalogEnablerQuery
or catalogEnablerSearch is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failureUnsupportedException - catalogEnablerQuery
or catalogEnablerSearch is not of this
servicemandatory - This method must be implemented. CatalogEnablerQuery getCatalogEnablerQueryFromInspector(CatalogEnablerQueryInspector catalogEnablerQueryInspector)
CatalogEnablerSearchResults. catalogEnablerQueryInspector - a catalog enabler query inspectorNullArgumentException -
catalogEnablerQueryInspector is null UnsupportedException -
catalogEnablerQueryInspector is not of this servicemandatory - This method must be implemented.