public interface AuctionConstrainerEnablerSearchSession extends AuctionConstrainerEnablerQuerySession
This session provides methods for searching among
AuctionConstrainerEnabler objects. The search query is constructed
using the AuctionConstrainerEnableryQuery.
getAuctionConstrainerEnablersByQuery() is the basic
search method and returns a list of AuctionConstrainerEnablers.
A more advanced search may be performed with
getAuctionConstrainerEnablersBySearch(). It accepts an
AuctionConstrainerEnablerSearch in addition to the query for the
purpose of specifying additional options affecting the entire search, such
as bidding. getAuctionConstrainerEnablersBySearch() returns
an AuctionConstrainerEnablerSearchResults that can be used
to access the resulting AuctionConstrainerEnablerList or be
used to perform a search within the result set through
AuctionConstrainerEnablerSearch.
This session defines views that offer differing behaviors for searching.
AuctionConstrainerEnablers may have a query record
indicated by their respective record types. The query record is accessed
via the AuctionConstrainerEnablerQuery.
| Modifier and Type | Method and Description |
|---|---|
AuctionConstrainerEnablerQuery |
getAuctionConstrainerEnablerQueryFromInspector(AuctionConstrainerEnablerQueryInspector auctionConstrainerEnablerQueryInspector)
Gets an auction constrainer enabler query from an inspector.
|
AuctionConstrainerEnablerSearchResults |
getAuctionConstrainerEnablersBySearch(AuctionConstrainerEnablerQuery auctionConstrainerEnablerQuery,
AuctionConstrainerEnablerSearch auctionConstrainerEnablerSearch)
Gets the search results matching the given search query using the
given search.
|
AuctionConstrainerEnablerSearch |
getAuctionConstrainerEnablerSearch()
Gets an auction constrainer enabler search.
|
AuctionConstrainerEnablerSearchOrder |
getAuctionConstrainerEnablerSearchOrder()
Gets an auction constrainer enabler search order.
|
canSearchAuctionConstrainerEnablers, getAuctionConstrainerEnablerQuery, getAuctionConstrainerEnablersByQuery, getAuctionHouse, getAuctionHouseId, useFederatedAuctionHouseView, useIsolatedAuctionHouseViewgetAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactionscloseAuctionConstrainerEnablerSearch getAuctionConstrainerEnablerSearch()
mandatory - This method must be implemented. AuctionConstrainerEnablerSearchOrder getAuctionConstrainerEnablerSearchOrder()
AuctionConstrainerEnablerSearchOrder is supplied to an
AuctionConstrainerEnablerSearch to specify the ordering of
results.mandatory - This method must be implemented. AuctionConstrainerEnablerSearchResults getAuctionConstrainerEnablersBySearch(AuctionConstrainerEnablerQuery auctionConstrainerEnablerQuery, AuctionConstrainerEnablerSearch auctionConstrainerEnablerSearch) throws OperationFailedException, PermissionDeniedException
auctionConstrainerEnablerQuery - the auction constrainer enabler
queryauctionConstrainerEnablerSearch - the auction constrainer
enabler searchNullArgumentException -
auctionConstrainerEnablerQuery or
auctionConstrainerEnablerSearch is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failureUnsupportedException -
auctionConstrainerEnablerQuery or
auctionConstrainerEnablerSearch is not of this servicemandatory - This method must be implemented. AuctionConstrainerEnablerQuery getAuctionConstrainerEnablerQueryFromInspector(AuctionConstrainerEnablerQueryInspector auctionConstrainerEnablerQueryInspector)
AuctionConstrainerEnablerSearchResults. auctionConstrainerEnablerQueryInspector - an auction constrainer
enabler query inspectorNullArgumentException -
auctionConstrainerEnablerQueryInspector is null
UnsupportedException -
auctionConstrainerEnablerQueryInspector is not of this
servicemandatory - This method must be implemented.