Interface BiddingRulesProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
BiddingRulesManager, BiddingRulesProxyManager
The bidding rules profile describes the interoperability among bidding rules services.
-
Method Summary
Modifier and TypeMethodDescriptionGets the supportedAuctionConstrainerEnablerrecord types.Gets the supportedAuctionConstrainerEnablersearch record types.Gets the supportedAuctionConstrainerrecord types.Gets the supportedAuctionConstrainersearch record types.Gets the supportedAuctionProcessorEnablerrecord types.Gets the supportedAuctionProcessorEnablersearch record types.Gets the supportedAuctionProcessorrecord types.Gets the supportedAuctionProcessorsearch record types.Gets the supportedBidEnablerrecord types.Gets the supportedBidEnablersearch types.booleanTests if an auction constrainer administrative service is supported.booleanTests if an auction constrainer auction house lookup service is supported.booleanTests if an auction constrainer auction house service is supported.booleanTests if an auction constrainer enabler administrative service is supported.booleanTests if an auction constrainer enabler auction house lookup service is supported.booleanTests if an auction constrainer enabler auction house service is supported.booleanTests if looking up auction constrainer enablers is supported.booleanTests if an auction constrainer enabler notification service is supported.booleanTests if querying auction constrainer enablers is supported.booleansupportsAuctionConstrainerEnablerRecordType(Type auctionConstrainerEnablerRecordType) Tests if the givenAuctionConstrainerEnablerrecord type is supported.booleanTests if an auction constrainer enabler rule application service is supported.booleanTests if an auction constrainer enabler rule lookup service is supported.booleanTests if searching auction constrainer enablers is supported.booleansupportsAuctionConstrainerEnablerSearchRecordType(Type auctionConstrainerEnablerSearchRecordType) Tests if the givenAuctionConstrainerEnablersearch record type is supported.booleanTests if an auction constrainer enabler auction house lookup service is supported.booleanTests if looking up auction constrainer is supported.booleanTests if an auction constrainer notification service is supported.booleanTests if querying auction constrainer is supported.booleansupportsAuctionConstrainerRecordType(Type auctionConstrainerRecordType) Tests if the givenAuctionConstrainerrecord type is supported.booleanTests if an auction constrainer rule application service is supported.booleanTests if an auction constrainer rule lookup service is supported.booleanTests if searching auction constrainer is supported.booleansupportsAuctionConstrainerSearchRecordType(Type auctionConstrainerSearchRecordType) Tests if the givenAuctionConstrainersearch record type is supported.booleanTests if an auction constrainer auction house lookup service is supported.booleanTests if an auction processor administrative service is supported.booleanTests if an auction processor auction house lookup service is supported.booleanTests if an auction processor auction house service is supported.booleanTests if an auction processor enabler administrative service is supported.booleanTests if an auction processor enabler auction house lookup service is supported.booleanTests if an auction processor enabler auction house service is supported.booleanTests if looking up auction processor enablers is supported.booleanTests if an auction processor enabler notification service is supported.booleanTests if querying auction processor enablers is supported.booleansupportsAuctionProcessorEnablerRecordType(Type auctionProcessorEnablerRecordType) Tests if the givenAuctionProcessorEnablerrecord type is supported.booleanTests if an auction processor enabler rule application service is supported.booleanTests if an auction processor enabler rule lookup service is supported.booleanTests if searching auction processor enablers is supported.booleansupportsAuctionProcessorEnablerSearchRecordType(Type auctionProcessorEnablerSearchRecordType) Tests if the givenAuctionProcessorEnablersearch record type is supported.booleanTests if an auction processor enabler auction house lookup service is supported.booleanTests if looking up auction processor is supported.booleanTests if an auction processor notification service is supported.booleanTests if querying auction processor is supported.booleansupportsAuctionProcessorRecordType(Type auctionProcessorRecordType) Tests if the givenAuctionProcessorrecord type is supported.booleanTests if an auction processor rule application service is supported.booleanTests if an auction processor rule lookup service is supported.booleanTests if searching auction processor is supported.booleansupportsAuctionProcessorSearchRecordType(Type auctionProcessorSearchRecordType) Tests if the givenAuctionProcessorsearch record type is supported.booleanTests if an auction processor auction house lookup service is supported.booleanTests if a bid enabler administrative service is supported.booleanTests if a bid enabler auction house lookup service is supported.booleanTests if a bid enabler auction house assignment service is supported.booleanTests if looking up bid enablers is supported.booleanTests if a bid enabler notification service is supported.booleanTests if querying bid enablers is supported.booleansupportsBidEnablerRecordType(Type bidEnablerRecordType) Tests if the givenBidEnablerrecord type is supported.booleanTests if a bid enabler rule application service is supported.booleanTests if a bid enabler rule lookup service is supported.booleanTests if searching bid enablers is supported.booleansupportsBidEnablerSearchRecordType(Type bidEnablerSearchRecordType) Tests if the givenBidEnablersearch type is supported.booleanTests if a bid smart auction house service is supported.booleanTests if any broker federation is exposed.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypeModifier and TypeMethodDescriptionGets this service branch.Gets theBranch Idrepresenting this service branch.Gets a description of this service implementation.Gets a display name for this service implementation.getId()Gets an identifier for this service implementation.Gets the locales supported in this service.Gets the proxy recordTypessupported in this service.Gets the date this service implementation was released.Gets the version of this service implementation.booleanTest for support of a journal branching service.booleanTest for support of a journaling rollback service.booleansupportsOSIDVersion(Version version) Test for support of an OSID specification version.booleansupportsProxyRecordType(Type proxyRecordType) Test for support of a proxy type.Methods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderIdModifier and TypeMethodDescriptionGets a branding, such as an image or logo, expressed using theAssetinterface.Gets the branding assetIds.Gets the terms of usage.Gets theResourcerepresenting the provider.Gets theIdof the provider.
-
Method Details
-
supportsVisibleFederation
boolean supportsVisibleFederation()Tests if any broker federation is exposed. Federation is exposed when a specific broker may be identified, selected and used to create a lookup or admin session. Federation is not exposed when a set of brokers appears as a single broker.- Returns:
trueif visible federation is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerLookup
boolean supportsAuctionConstrainerLookup()Tests if looking up auction constrainer is supported.- Returns:
trueif auction constrainer lookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerQuery
boolean supportsAuctionConstrainerQuery()Tests if querying auction constrainer is supported.- Returns:
trueif auction constrainer query is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerSearch
boolean supportsAuctionConstrainerSearch()Tests if searching auction constrainer is supported.- Returns:
trueif auction constrainer search is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerAdmin
boolean supportsAuctionConstrainerAdmin()Tests if an auction constrainer administrative service is supported.- Returns:
trueif auction constrainer administration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerNotification
boolean supportsAuctionConstrainerNotification()Tests if an auction constrainer notification service is supported.- Returns:
trueif auction constrainer notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerAuctionHouse
boolean supportsAuctionConstrainerAuctionHouse()Tests if an auction constrainer auction house lookup service is supported.- Returns:
trueif an auction constrainer auction house lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerAuctionHouseAssignment
boolean supportsAuctionConstrainerAuctionHouseAssignment()Tests if an auction constrainer auction house service is supported.- Returns:
trueif auction constrainer auction house assignment service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerSmartAuctionHouse
boolean supportsAuctionConstrainerSmartAuctionHouse()Tests if an auction constrainer auction house lookup service is supported.- Returns:
trueif an auction constrainer auction house service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerRuleLookup
boolean supportsAuctionConstrainerRuleLookup()Tests if an auction constrainer rule lookup service is supported.- Returns:
trueif an auction constrainer rule lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerRuleApplication
boolean supportsAuctionConstrainerRuleApplication()Tests if an auction constrainer rule application service is supported.- Returns:
trueif an auction constrainer rule application service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerEnablerLookup
boolean supportsAuctionConstrainerEnablerLookup()Tests if looking up auction constrainer enablers is supported.- Returns:
trueif auction constrainer enabler lookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerEnablerQuery
boolean supportsAuctionConstrainerEnablerQuery()Tests if querying auction constrainer enablers is supported.- Returns:
trueif auction constrainer enabler query is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerEnablerSearch
boolean supportsAuctionConstrainerEnablerSearch()Tests if searching auction constrainer enablers is supported.- Returns:
trueif auction constrainer enabler search is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerEnablerAdmin
boolean supportsAuctionConstrainerEnablerAdmin()Tests if an auction constrainer enabler administrative service is supported.- Returns:
trueif auction constrainer enabler administration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerEnablerNotification
boolean supportsAuctionConstrainerEnablerNotification()Tests if an auction constrainer enabler notification service is supported.- Returns:
trueif auction constrainer enabler notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerEnablerAuctionHouse
boolean supportsAuctionConstrainerEnablerAuctionHouse()Tests if an auction constrainer enabler auction house lookup service is supported.- Returns:
trueif an auction constrainer enabler auction house lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerEnablerAuctionHouseAssignment
boolean supportsAuctionConstrainerEnablerAuctionHouseAssignment()Tests if an auction constrainer enabler auction house service is supported.- Returns:
trueif auction constrainer enabler auction house assignment service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerEnablerSmartAuctionHouse
boolean supportsAuctionConstrainerEnablerSmartAuctionHouse()Tests if an auction constrainer enabler auction house lookup service is supported.- Returns:
trueif an auction constrainer enabler auction house service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerEnablerRuleLookup
boolean supportsAuctionConstrainerEnablerRuleLookup()Tests if an auction constrainer enabler rule lookup service is supported.- Returns:
trueif an auction constrainer enabler rule lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerEnablerRuleApplication
boolean supportsAuctionConstrainerEnablerRuleApplication()Tests if an auction constrainer enabler rule application service is supported.- Returns:
trueif auction constrainer enabler rule application service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorLookup
boolean supportsAuctionProcessorLookup()Tests if looking up auction processor is supported.- Returns:
trueif auction processor lookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorQuery
boolean supportsAuctionProcessorQuery()Tests if querying auction processor is supported.- Returns:
trueif auction processor query is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorSearch
boolean supportsAuctionProcessorSearch()Tests if searching auction processor is supported.- Returns:
trueif auction processor search is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorAdmin
boolean supportsAuctionProcessorAdmin()Tests if an auction processor administrative service is supported.- Returns:
trueif auction processor administration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorNotification
boolean supportsAuctionProcessorNotification()Tests if an auction processor notification service is supported.- Returns:
trueif auction processor notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorAuctionHouse
boolean supportsAuctionProcessorAuctionHouse()Tests if an auction processor auction house lookup service is supported.- Returns:
trueif an auction processor auction house lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorAuctionHouseAssignment
boolean supportsAuctionProcessorAuctionHouseAssignment()Tests if an auction processor auction house service is supported.- Returns:
trueif auction processor auction house assignment service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorSmartAuctionHouse
boolean supportsAuctionProcessorSmartAuctionHouse()Tests if an auction processor auction house lookup service is supported.- Returns:
trueif an auction processor auction house service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorRuleLookup
boolean supportsAuctionProcessorRuleLookup()Tests if an auction processor rule lookup service is supported.- Returns:
trueif an auction processor rule lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorRuleApplication
boolean supportsAuctionProcessorRuleApplication()Tests if an auction processor rule application service is supported.- Returns:
trueif auction processor rule application service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorEnablerLookup
boolean supportsAuctionProcessorEnablerLookup()Tests if looking up auction processor enablers is supported.- Returns:
trueif auction processor enabler lookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorEnablerQuery
boolean supportsAuctionProcessorEnablerQuery()Tests if querying auction processor enablers is supported.- Returns:
trueif auction processor enabler query is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorEnablerSearch
boolean supportsAuctionProcessorEnablerSearch()Tests if searching auction processor enablers is supported.- Returns:
trueif auction processor enabler search is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorEnablerAdmin
boolean supportsAuctionProcessorEnablerAdmin()Tests if an auction processor enabler administrative service is supported.- Returns:
trueif auction processor enabler administration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorEnablerNotification
boolean supportsAuctionProcessorEnablerNotification()Tests if an auction processor enabler notification service is supported.- Returns:
trueif auction processor enabler notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorEnablerAuctionHouse
boolean supportsAuctionProcessorEnablerAuctionHouse()Tests if an auction processor enabler auction house lookup service is supported.- Returns:
trueif an auction processor enabler auction house lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorEnablerAuctionHouseAssignment
boolean supportsAuctionProcessorEnablerAuctionHouseAssignment()Tests if an auction processor enabler auction house service is supported.- Returns:
trueif auction processor enabler auction house assignment service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorEnablerSmartAuctionHouse
boolean supportsAuctionProcessorEnablerSmartAuctionHouse()Tests if an auction processor enabler auction house lookup service is supported.- Returns:
trueif an auction processor enabler auction house service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorEnablerRuleLookup
boolean supportsAuctionProcessorEnablerRuleLookup()Tests if an auction processor enabler rule lookup service is supported.- Returns:
trueif an auction processor enabler rule lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorEnablerRuleApplication
boolean supportsAuctionProcessorEnablerRuleApplication()Tests if an auction processor enabler rule application service is supported.- Returns:
trueif auction processor enabler rule application service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsBidEnablerLookup
boolean supportsBidEnablerLookup()Tests if looking up bid enablers is supported.- Returns:
trueif bid enabler lookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsBidEnablerQuery
boolean supportsBidEnablerQuery()Tests if querying bid enablers is supported.- Returns:
trueif bid enabler query is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsBidEnablerSearch
boolean supportsBidEnablerSearch()Tests if searching bid enablers is supported.- Returns:
trueif bid enabler search is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsBidEnablerAdmin
boolean supportsBidEnablerAdmin()Tests if a bid enabler administrative service is supported.- Returns:
trueif bid enabler administration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsBidEnablerNotification
boolean supportsBidEnablerNotification()Tests if a bid enabler notification service is supported.- Returns:
trueif bid enabler notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsBidEnablerAuctionHouse
boolean supportsBidEnablerAuctionHouse()Tests if a bid enabler auction house lookup service is supported.- Returns:
trueif a bid enabler auction house lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsBidEnablerAuctionHouseAssignment
boolean supportsBidEnablerAuctionHouseAssignment()Tests if a bid enabler auction house assignment service is supported.- Returns:
trueif a bid enabler to auction house assignment service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsBidEnablerSmartAuctionHouse
boolean supportsBidEnablerSmartAuctionHouse()Tests if a bid smart auction house service is supported.- Returns:
trueif a smart auction house service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsBidEnablerRuleLookup
boolean supportsBidEnablerRuleLookup()Tests if a bid enabler rule lookup service is supported.- Returns:
trueif a bid enabler rule lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsBidEnablerRuleApplication
boolean supportsBidEnablerRuleApplication()Tests if a bid enabler rule application service is supported.- Returns:
trueif a bid enabler rule application service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getAuctionConstrainerRecordTypes
TypeList getAuctionConstrainerRecordTypes()Gets the supportedAuctionConstrainerrecord types.- Returns:
- a list containing the supported
AuctionConstrainerrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerRecordType
Tests if the givenAuctionConstrainerrecord type is supported.- Parameters:
auctionConstrainerRecordType- aTypeindicating anAuctionConstrainerrecord type- Returns:
trueif the given record type is supported,falseotherwise- Throws:
NullArgumentException-auctionConstrainerRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getAuctionConstrainerSearchRecordTypes
TypeList getAuctionConstrainerSearchRecordTypes()Gets the supportedAuctionConstrainersearch record types.- Returns:
- a list containing the supported
AuctionConstrainersearch record types - Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerSearchRecordType
Tests if the givenAuctionConstrainersearch record type is supported.- Parameters:
auctionConstrainerSearchRecordType- aTypeindicating anAuctionConstrainersearch record type- Returns:
trueif the given search record type is supported,falseotherwise- Throws:
NullArgumentException-auctionConstrainerSearchRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getAuctionConstrainerEnablerRecordTypes
TypeList getAuctionConstrainerEnablerRecordTypes()Gets the supportedAuctionConstrainerEnablerrecord types.- Returns:
- a list containing the supported
AuctionConstrainerEnablerrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerEnablerRecordType
Tests if the givenAuctionConstrainerEnablerrecord type is supported.- Parameters:
auctionConstrainerEnablerRecordType- aTypeindicating anAuctionConstrainerEnablerrecord type- Returns:
trueif the given record type is supported,falseotherwise- Throws:
NullArgumentException-auctionConstrainerEnablerRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getAuctionConstrainerEnablerSearchRecordTypes
TypeList getAuctionConstrainerEnablerSearchRecordTypes()Gets the supportedAuctionConstrainerEnablersearch record types.- Returns:
- a list containing the supported
AuctionConstrainerEnablersearch record types - Compliance:
mandatory- This method must be implemented.
-
supportsAuctionConstrainerEnablerSearchRecordType
boolean supportsAuctionConstrainerEnablerSearchRecordType(Type auctionConstrainerEnablerSearchRecordType) Tests if the givenAuctionConstrainerEnablersearch record type is supported.- Parameters:
auctionConstrainerEnablerSearchRecordType- aTypeindicating anAuctionConstrainerEnablersearch record type- Returns:
trueif the given search record type is supported,falseotherwise- Throws:
NullArgumentException-auctionConstrainerEnablerSearchRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getAuctionProcessorRecordTypes
TypeList getAuctionProcessorRecordTypes()Gets the supportedAuctionProcessorrecord types.- Returns:
- a list containing the supported
AuctionProcessorrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorRecordType
Tests if the givenAuctionProcessorrecord type is supported.- Parameters:
auctionProcessorRecordType- aTypeindicating anAuctionProcessorrecord type- Returns:
trueif the given record type is supported,falseotherwise- Throws:
NullArgumentException-auctionProcessorRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getAuctionProcessorSearchRecordTypes
TypeList getAuctionProcessorSearchRecordTypes()Gets the supportedAuctionProcessorsearch record types.- Returns:
- a list containing the supported
AuctionProcessorsearch record types - Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorSearchRecordType
Tests if the givenAuctionProcessorsearch record type is supported.- Parameters:
auctionProcessorSearchRecordType- aTypeindicating anAuctionProcessorsearch record type- Returns:
trueif the given search record type is supported,falseotherwise- Throws:
NullArgumentException-auctionProcessorSearchRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getAuctionProcessorEnablerRecordTypes
TypeList getAuctionProcessorEnablerRecordTypes()Gets the supportedAuctionProcessorEnablerrecord types.- Returns:
- a list containing the supported
AuctionProcessorEnablerrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorEnablerRecordType
Tests if the givenAuctionProcessorEnablerrecord type is supported.- Parameters:
auctionProcessorEnablerRecordType- aTypeindicating anAuctionProcessorEnablerrecord type- Returns:
trueif the given record type is supported,falseotherwise- Throws:
NullArgumentException-auctionProcessorEnablerRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getAuctionProcessorEnablerSearchRecordTypes
TypeList getAuctionProcessorEnablerSearchRecordTypes()Gets the supportedAuctionProcessorEnablersearch record types.- Returns:
- a list containing the supported
AuctionProcessorEnablersearch record types - Compliance:
mandatory- This method must be implemented.
-
supportsAuctionProcessorEnablerSearchRecordType
boolean supportsAuctionProcessorEnablerSearchRecordType(Type auctionProcessorEnablerSearchRecordType) Tests if the givenAuctionProcessorEnablersearch record type is supported.- Parameters:
auctionProcessorEnablerSearchRecordType- aTypeindicating anAuctionProcessorEnablersearch record type- Returns:
trueif the given search record type is supported,falseotherwise- Throws:
NullArgumentException-auctionProcessorEnablerSearchRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getBidEnablerRecordTypes
TypeList getBidEnablerRecordTypes()Gets the supportedBidEnablerrecord types.- Returns:
- a list containing the supported
BidEnablerrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsBidEnablerRecordType
Tests if the givenBidEnablerrecord type is supported.- Parameters:
bidEnablerRecordType- aTypeindicating aBidEnablerrecord type- Returns:
trueif the given record type is supported,falseotherwise- Throws:
NullArgumentException-bidEnablerRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getBidEnablerSearchRecordTypes
TypeList getBidEnablerSearchRecordTypes()Gets the supportedBidEnablersearch types.- Returns:
- a list containing the supported
BidEnablersearch types - Compliance:
mandatory- This method must be implemented.
-
supportsBidEnablerSearchRecordType
Tests if the givenBidEnablersearch type is supported.- Parameters:
bidEnablerSearchRecordType- aTypeindicating aBidEnablersearch type- Returns:
trueif the givenTypeis supported,falseotherwise- Throws:
NullArgumentException-bidEnablerSearchRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-