public interface PoolConstrainerEnablerSearchSession extends PoolConstrainerEnablerQuerySession
This session provides methods for searching among
PoolConstrainerEnabler objects. The search query is constructed
using the PoolConstrainerEnableryQuery.
getPoolConstrainerEnablersByQuery() is the basic search
method and returns a list of PoolConstrainerEnablers. A
more advanced search may be performed with
getPoolConstrainerEnablersBySearch(). It accepts a
PoolConstrainerEnablerSearch in addition to the query for the
purpose of specifying additional options affecting the entire search, such
as provisioning. getPoolConstrainerEnablersBySearch()
returns a PoolConstrainerEnablerSearchResults that can be
used to access the resulting PoolConstrainerEnablerList or
be used to perform a search within the result set through
PoolConstrainerEnablerSearch.
This session defines views that offer differing behaviors for searching.
PoolConstrainerEnablers may have a query record
indicated by their respective record types. The query record is accessed
via the PoolConstrainerEnablerQuery.
| Modifier and Type | Method and Description |
|---|---|
PoolConstrainerEnablerQuery |
getPoolConstrainerEnablerQueryFromInspector(PoolConstrainerEnablerQueryInspector poolConstrainerEnablerQueryInspector)
Gets a pool constrainer enabler query from an inspector.
|
PoolConstrainerEnablerSearchResults |
getPoolConstrainerEnablersBySearch(PoolConstrainerEnablerQuery poolConstrainerEnablerQuery,
PoolConstrainerEnablerSearch poolConstrainerEnablerSearch)
Gets the search results matching the given search query using the
given search.
|
PoolConstrainerEnablerSearch |
getPoolConstrainerEnablerSearch()
Gets a pool constrainer enabler search.
|
PoolConstrainerEnablerSearchOrder |
getPoolConstrainerEnablerSearchOrder()
Gets a pool constrainer enabler search order.
|
canSearchPoolConstrainerEnablers, getDistributor, getDistributorId, getPoolConstrainerEnablerQuery, getPoolConstrainerEnablersByQuery, useFederatedDistributorView, useIsolatedDistributorViewgetAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactionsclosePoolConstrainerEnablerSearch getPoolConstrainerEnablerSearch()
mandatory - This method must be implemented. PoolConstrainerEnablerSearchOrder getPoolConstrainerEnablerSearchOrder()
PoolConstrainerEnablerSearchOrder is supplied to a
PoolConstrainerEnablerSearch to specify the ordering of
results.mandatory - This method must be implemented. PoolConstrainerEnablerSearchResults getPoolConstrainerEnablersBySearch(PoolConstrainerEnablerQuery poolConstrainerEnablerQuery, PoolConstrainerEnablerSearch poolConstrainerEnablerSearch) throws OperationFailedException, PermissionDeniedException
poolConstrainerEnablerQuery - the pool constrainer enabler querypoolConstrainerEnablerSearch - the pool constrainer enabler
searchNullArgumentException -
poolConstrainerEnablerQuery or
poolConstrainerEnablerSearch is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failureUnsupportedException -
poolConstrainerEnablerQuery or
poolConstrainerEnablerSearch is not of this servicemandatory - This method must be implemented. PoolConstrainerEnablerQuery getPoolConstrainerEnablerQueryFromInspector(PoolConstrainerEnablerQueryInspector poolConstrainerEnablerQueryInspector)
PoolConstrainerEnablerSearchResults.
poolConstrainerEnablerQueryInspector - a pool constrainer
enabler query inspectorNullArgumentException -
poolConstrainerEnablerQueryInspector is null
UnsupportedException -
poolConstrainerEnablerQueryInspector is not of this
servicemandatory - This method must be implemented.