Interface OfferingRulesProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
OfferingRulesManager, OfferingRulesProxyManager
The offering rules profile describes the interoperability among offering rules services.
-
Method Summary
Modifier and TypeMethodDescriptionGets the supportedCanonicalUnitEnablerrecord types.Gets the supportedCanonicalUnitEnablersearch record types.Gets the supportedCanonicalUnitProcessorEnablerrecord types.Gets the supportedCanonicalUnitProcessorEnablersearch record types.Gets the supportedCanonicalUnitProcessorrecord types.Gets the supportedCanonicalUnitProcessorsearch record types.Gets the supportedOfferingConstrainerEnablerrecord types.Gets the supportedOfferingConstrainerEnablersearch record types.Gets the supportedOfferingConstrainerrecord types.Gets the supportedOfferingConstrainersearch record types.booleanTests if a canonical unit enabler administrative service is supported.booleanTests if a canonical unit enabler catalogue lookup service is supported.booleanTests if a canonical unit enabler catalogue service is supported.booleanTests if looking up canonical unit enablers is supported.booleanTests if a canonical unit enabler notification service is supported.booleanTests if querying canonical unit enablers is supported.booleansupportsCanonicalUnitEnablerRecordType(Type canonicalUnitEnablerRecordType) Tests if the givenCanonicalUnitEnablerrecord type is supported.booleanTests if searching canonical unit enablers is supported.booleansupportsCanonicalUnitEnablerSearchRecordType(Type canonicalUnitEnablerSearchRecordType) Tests if the givenCanonicalUnitEnablersearch record type is supported.booleanTests if a canonical unit enabler catalogue lookup service is supported.booleanTests if a canonical unit processor administrative service is supported.booleanTests if a canonical unit processor catalogue lookup service is supported.booleanTests if a canonical unit processor catalogue service is supported.booleanTests if a canonical unit processor enabler administrative service is supported.booleanTests if a canonical unit processor enabler catalogue lookup service is supported.booleanTests if a canonical unit processor enabler catalogue service is supported.booleanTests if looking up canonical unit processor enablers is supported.booleanTests if a canonical unit processor enabler notification service is supported.booleanTests if querying canonical unit processor enablers is supported.booleansupportsCanonicalUnitProcessorEnablerRecordType(Type canonicalUnitProcessorEnablerRecordType) Tests if the givenCanonicalUnitProcessorEnablerrecord type is supported.booleanTests if a canonical unit processor enabler rule application service is supported.booleanTests if a canonical unit processor enabler rule lookup service is supported.booleanTests if searching canonical unit processor enablers is supported.booleansupportsCanonicalUnitProcessorEnablerSearchRecordType(Type canonicalUnitProcessorEnablerSearchRecordType) Tests if the givenCanonicalUnitProcessorEnablersearch record type is supported.booleanTests if a canonical unit processor enabler catalogue lookup service is supported.booleanTests if looking up canonical unit processor is supported.booleanTests if a canonical unit processor notification service is supported.booleanTests if querying canonical unit processor is supported.booleansupportsCanonicalUnitProcessorRecordType(Type canonicalUnitProcessorRecordType) Tests if the givenCanonicalUnitProcessorrecord type is supported.booleanTests if a canonical unit processor rule application service is supported.booleanTests if a canonical unit processor rule lookup service is supported.booleanTests if searching canonical unit processor is supported.booleansupportsCanonicalUnitProcessorSearchRecordType(Type canonicalUnitProcessorSearchRecordType) Tests if the givenCanonicalUnitProcessorsearch record type is supported.booleanTests if a canonical unit processor catalogue lookup service is supported.booleanTests if an offering constrainer administrative service is supported.booleanTests if an offering constrainer catalogue lookup service is supported.booleanTests if an offering constrainer catalogue service is supported.booleanTests if an offering constrainer enabler administrative service is supported.booleanTests if an offering constrainer enabler catalogue lookup service is supported.booleanTests if an offering constrainer enabler catalogue service is supported.booleanTests if looking up offering constrainer enablers is supported.booleanTests if an offering constrainer enabler notification service is supported.booleanTests if querying offering constrainer enablers is supported.booleansupportsOfferingConstrainerEnablerRecordType(Type offeringConstrainerEnablerRecordType) Tests if the givenOfferingConstrainerEnablerrecord type is supported.booleanTests if an offering constrainer enabler rule application service is supported.booleanTests if an offering constrainer enabler rule lookup service is supported.booleanTests if searching offering constrainer enablers is supported.booleansupportsOfferingConstrainerEnablerSearchRecordType(Type offeringConstrainerEnablerSearchRecordType) Tests if the givenOfferingConstrainerEnablersearch record type is supported.booleanTests if an offering constrainer enabler catalogue lookup service is supported.booleanTests if looking up offering constrainer is supported.booleanTests if an offering constrainer notification service is supported.booleanTests if querying offering constrainer is supported.booleansupportsOfferingConstrainerRecordType(Type offeringConstrainerRecordType) Tests if the givenOfferingConstrainerrecord type is supported.booleanTests if an offering constrainer rule application service is supported.booleanTests if an offering constrainer rule lookup service is supported.booleanTests if searching offering constrainer is supported.booleansupportsOfferingConstrainerSearchRecordType(Type offeringConstrainerSearchRecordType) Tests if the givenOfferingConstrainersearch record type is supported.booleanTests if an offering constrainer catalogue lookup 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.
-
supportsCanonicalUnitEnablerLookup
boolean supportsCanonicalUnitEnablerLookup()Tests if looking up canonical unit enablers is supported.- Returns:
trueif canonical unit enabler lookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitEnablerQuery
boolean supportsCanonicalUnitEnablerQuery()Tests if querying canonical unit enablers is supported.- Returns:
trueif canonical unit enabler query is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitEnablerSearch
boolean supportsCanonicalUnitEnablerSearch()Tests if searching canonical unit enablers is supported.- Returns:
trueif canonical unit enabler search is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitEnablerAdmin
boolean supportsCanonicalUnitEnablerAdmin()Tests if a canonical unit enabler administrative service is supported.- Returns:
trueif canonical unit enabler administration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitEnablerNotification
boolean supportsCanonicalUnitEnablerNotification()Tests if a canonical unit enabler notification service is supported.- Returns:
trueif canonical unit enabler notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitEnablerCatalogue
boolean supportsCanonicalUnitEnablerCatalogue()Tests if a canonical unit enabler catalogue lookup service is supported.- Returns:
trueif a canonical unit enabler catalogue lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitEnablerCatalogueAssignment
boolean supportsCanonicalUnitEnablerCatalogueAssignment()Tests if a canonical unit enabler catalogue service is supported.- Returns:
trueif canonical unit enabler catalogue assignment service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitEnablerSmartCatalogue
boolean supportsCanonicalUnitEnablerSmartCatalogue()Tests if a canonical unit enabler catalogue lookup service is supported.- Returns:
trueif a canonical unit enabler catalogue service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorLookup
boolean supportsCanonicalUnitProcessorLookup()Tests if looking up canonical unit processor is supported.- Returns:
trueif canonical unit processor lookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorQuery
boolean supportsCanonicalUnitProcessorQuery()Tests if querying canonical unit processor is supported.- Returns:
trueif canonical unit processor query is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorSearch
boolean supportsCanonicalUnitProcessorSearch()Tests if searching canonical unit processor is supported.- Returns:
trueif canonical unit processor search is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorAdmin
boolean supportsCanonicalUnitProcessorAdmin()Tests if a canonical unit processor administrative service is supported.- Returns:
trueif canonical unit processor administration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorNotification
boolean supportsCanonicalUnitProcessorNotification()Tests if a canonical unit processor notification service is supported.- Returns:
trueif canonical unit processor notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorCatalogue
boolean supportsCanonicalUnitProcessorCatalogue()Tests if a canonical unit processor catalogue lookup service is supported.- Returns:
trueif a canonical unit processor catalogue lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorCatalogueAssignment
boolean supportsCanonicalUnitProcessorCatalogueAssignment()Tests if a canonical unit processor catalogue service is supported.- Returns:
trueif canonical unit processor catalogue assignment service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorSmartCatalogue
boolean supportsCanonicalUnitProcessorSmartCatalogue()Tests if a canonical unit processor catalogue lookup service is supported.- Returns:
trueif a canonical unit processor catalogue service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorRuleLookup
boolean supportsCanonicalUnitProcessorRuleLookup()Tests if a canonical unit processor rule lookup service is supported.- Returns:
trueif a canonical unit processor rule lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorRuleApplication
boolean supportsCanonicalUnitProcessorRuleApplication()Tests if a canonical unit processor rule application service is supported.- Returns:
trueif canonical unit processor rule application service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorEnablerLookup
boolean supportsCanonicalUnitProcessorEnablerLookup()Tests if looking up canonical unit processor enablers is supported.- Returns:
trueif canonical unit processor enabler lookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorEnablerQuery
boolean supportsCanonicalUnitProcessorEnablerQuery()Tests if querying canonical unit processor enablers is supported.- Returns:
trueif canonical unit processor enabler query is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorEnablerSearch
boolean supportsCanonicalUnitProcessorEnablerSearch()Tests if searching canonical unit processor enablers is supported.- Returns:
trueif canonical unit processor enabler search is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorEnablerAdmin
boolean supportsCanonicalUnitProcessorEnablerAdmin()Tests if a canonical unit processor enabler administrative service is supported.- Returns:
trueif canonical unit processor enabler administration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorEnablerNotification
boolean supportsCanonicalUnitProcessorEnablerNotification()Tests if a canonical unit processor enabler notification service is supported.- Returns:
trueif canonical unit processor enabler notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorEnablerCatalogue
boolean supportsCanonicalUnitProcessorEnablerCatalogue()Tests if a canonical unit processor enabler catalogue lookup service is supported.- Returns:
trueif a canonical unit processor enabler catalogue lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorEnablerCatalogueAssignment
boolean supportsCanonicalUnitProcessorEnablerCatalogueAssignment()Tests if a canonical unit processor enabler catalogue service is supported.- Returns:
trueif canonical unit processor enabler catalogue assignment service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorEnablerSmartCatalogue
boolean supportsCanonicalUnitProcessorEnablerSmartCatalogue()Tests if a canonical unit processor enabler catalogue lookup service is supported.- Returns:
trueif a canonical unit processor enabler catalogue service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorEnablerRuleLookup
boolean supportsCanonicalUnitProcessorEnablerRuleLookup()Tests if a canonical unit processor enabler rule lookup service is supported.- Returns:
trueif a processor enabler rule lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorEnablerRuleApplication
boolean supportsCanonicalUnitProcessorEnablerRuleApplication()Tests if a canonical unit processor enabler rule application service is supported.- Returns:
trueif canonical unit processor enabler rule application service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerLookup
boolean supportsOfferingConstrainerLookup()Tests if looking up offering constrainer is supported.- Returns:
trueif offering constrainer lookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerQuery
boolean supportsOfferingConstrainerQuery()Tests if querying offering constrainer is supported.- Returns:
trueif offering constrainer query is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerSearch
boolean supportsOfferingConstrainerSearch()Tests if searching offering constrainer is supported.- Returns:
trueif offering constrainer search is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerAdmin
boolean supportsOfferingConstrainerAdmin()Tests if an offering constrainer administrative service is supported.- Returns:
trueif offering constrainer administration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerNotification
boolean supportsOfferingConstrainerNotification()Tests if an offering constrainer notification service is supported.- Returns:
trueif offering constrainer notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerCatalogue
boolean supportsOfferingConstrainerCatalogue()Tests if an offering constrainer catalogue lookup service is supported.- Returns:
trueif an offering constrainer catalogue lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerCatalogueAssignment
boolean supportsOfferingConstrainerCatalogueAssignment()Tests if an offering constrainer catalogue service is supported.- Returns:
trueif offering constrainer catalogue assignment service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerSmartCatalogue
boolean supportsOfferingConstrainerSmartCatalogue()Tests if an offering constrainer catalogue lookup service is supported.- Returns:
trueif an offering constrainer catalogue service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerRuleLookup
boolean supportsOfferingConstrainerRuleLookup()Tests if an offering constrainer rule lookup service is supported.- Returns:
trueif an offering constrainer rule lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerRuleApplication
boolean supportsOfferingConstrainerRuleApplication()Tests if an offering constrainer rule application service is supported.- Returns:
trueif an offering constrainer rule application service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerEnablerLookup
boolean supportsOfferingConstrainerEnablerLookup()Tests if looking up offering constrainer enablers is supported.- Returns:
trueif offering constrainer enabler lookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerEnablerQuery
boolean supportsOfferingConstrainerEnablerQuery()Tests if querying offering constrainer enablers is supported.- Returns:
trueif offering constrainer enabler query is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerEnablerSearch
boolean supportsOfferingConstrainerEnablerSearch()Tests if searching offering constrainer enablers is supported.- Returns:
trueif offering constrainer enabler search is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerEnablerAdmin
boolean supportsOfferingConstrainerEnablerAdmin()Tests if an offering constrainer enabler administrative service is supported.- Returns:
trueif offering constrainer enabler administration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerEnablerNotification
boolean supportsOfferingConstrainerEnablerNotification()Tests if an offering constrainer enabler notification service is supported.- Returns:
trueif offering constrainer enabler notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerEnablerCatalogue
boolean supportsOfferingConstrainerEnablerCatalogue()Tests if an offering constrainer enabler catalogue lookup service is supported.- Returns:
trueif an offering constrainer enabler catalogue lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerEnablerCatalogueAssignment
boolean supportsOfferingConstrainerEnablerCatalogueAssignment()Tests if an offering constrainer enabler catalogue service is supported.- Returns:
trueif offering constrainer enabler catalogue assignment service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerEnablerSmartCatalogue
boolean supportsOfferingConstrainerEnablerSmartCatalogue()Tests if an offering constrainer enabler catalogue lookup service is supported.- Returns:
trueif an offering constrainer enabler catalogue service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerEnablerRuleLookup
boolean supportsOfferingConstrainerEnablerRuleLookup()Tests if an offering constrainer enabler rule lookup service is supported.- Returns:
trueif an offering constrainer enabler rule lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerEnablerRuleApplication
boolean supportsOfferingConstrainerEnablerRuleApplication()Tests if an offering constrainer enabler rule application service is supported.- Returns:
trueif offering constrainer enabler rule application service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getCanonicalUnitEnablerRecordTypes
TypeList getCanonicalUnitEnablerRecordTypes()Gets the supportedCanonicalUnitEnablerrecord types.- Returns:
- a list containing the supported
CanonicalUnitEnablerrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitEnablerRecordType
Tests if the givenCanonicalUnitEnablerrecord type is supported.- Parameters:
canonicalUnitEnablerRecordType- aTypeindicating aCanonicalUnitEnablerrecord type- Returns:
trueif the given record type is supported,falseotherwise- Throws:
NullArgumentException-canonicalUnitEnablerRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getCanonicalUnitEnablerSearchRecordTypes
TypeList getCanonicalUnitEnablerSearchRecordTypes()Gets the supportedCanonicalUnitEnablersearch record types.- Returns:
- a list containing the supported
CanonicalUnitEnablersearch record types - Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitEnablerSearchRecordType
Tests if the givenCanonicalUnitEnablersearch record type is supported.- Parameters:
canonicalUnitEnablerSearchRecordType- aTypeindicating aCanonicalUnitEnablersearch record type- Returns:
trueif the given search record type is supported,falseotherwise- Throws:
NullArgumentException-canonicalUnitEnablerSearchRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getCanonicalUnitProcessorRecordTypes
TypeList getCanonicalUnitProcessorRecordTypes()Gets the supportedCanonicalUnitProcessorrecord types.- Returns:
- a list containing the supported
CanonicalUnitProcessorrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorRecordType
Tests if the givenCanonicalUnitProcessorrecord type is supported.- Parameters:
canonicalUnitProcessorRecordType- aTypeindicating aCanonicalUnitProcessorrecord type- Returns:
trueif the given record type is supported,falseotherwise- Throws:
NullArgumentException-canonicalUnitProcessorRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getCanonicalUnitProcessorSearchRecordTypes
TypeList getCanonicalUnitProcessorSearchRecordTypes()Gets the supportedCanonicalUnitProcessorsearch record types.- Returns:
- a list containing the supported
CanonicalUnitProcessorsearch record types - Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorSearchRecordType
Tests if the givenCanonicalUnitProcessorsearch record type is supported.- Parameters:
canonicalUnitProcessorSearchRecordType- aTypeindicating aCanonicalUnitProcessorsearch record type- Returns:
trueif the given search record type is supported,falseotherwise- Throws:
NullArgumentException-canonicalUnitProcessorSearchRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getCanonicalUnitProcessorEnablerRecordTypes
TypeList getCanonicalUnitProcessorEnablerRecordTypes()Gets the supportedCanonicalUnitProcessorEnablerrecord types.- Returns:
- a list containing the supported
CanonicalUnitProcessorEnablerrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorEnablerRecordType
boolean supportsCanonicalUnitProcessorEnablerRecordType(Type canonicalUnitProcessorEnablerRecordType) Tests if the givenCanonicalUnitProcessorEnablerrecord type is supported.- Parameters:
canonicalUnitProcessorEnablerRecordType- aTypeindicating aCanonicalUnitProcessorEnablerrecord type- Returns:
trueif the given record type is supported,falseotherwise- Throws:
NullArgumentException-canonicalUnitProcessorEnablerRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getCanonicalUnitProcessorEnablerSearchRecordTypes
TypeList getCanonicalUnitProcessorEnablerSearchRecordTypes()Gets the supportedCanonicalUnitProcessorEnablersearch record types.- Returns:
- a list containing the supported
CanonicalUnitProcessorEnablersearch record types - Compliance:
mandatory- This method must be implemented.
-
supportsCanonicalUnitProcessorEnablerSearchRecordType
boolean supportsCanonicalUnitProcessorEnablerSearchRecordType(Type canonicalUnitProcessorEnablerSearchRecordType) Tests if the givenCanonicalUnitProcessorEnablersearch record type is supported.- Parameters:
canonicalUnitProcessorEnablerSearchRecordType- aTypeindicating aCanonicalUnitProcessorEnablersearch record type- Returns:
trueif the given search record type is supported,falseotherwise- Throws:
NullArgumentException-canonicalUnitProcessorEnablerSearchRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getOfferingConstrainerRecordTypes
TypeList getOfferingConstrainerRecordTypes()Gets the supportedOfferingConstrainerrecord types.- Returns:
- a list containing the supported
OfferingConstrainerrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerRecordType
Tests if the givenOfferingConstrainerrecord type is supported.- Parameters:
offeringConstrainerRecordType- aTypeindicating anOfferingConstrainerrecord type- Returns:
trueif the given record type is supported,falseotherwise- Throws:
NullArgumentException-offeringConstrainerRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getOfferingConstrainerSearchRecordTypes
TypeList getOfferingConstrainerSearchRecordTypes()Gets the supportedOfferingConstrainersearch record types.- Returns:
- a list containing the supported
OfferingConstrainersearch record types - Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerSearchRecordType
Tests if the givenOfferingConstrainersearch record type is supported.- Parameters:
offeringConstrainerSearchRecordType- aTypeindicating anOfferingConstrainersearch record type- Returns:
trueif the given search record type is supported,falseotherwise- Throws:
NullArgumentException-offeringConstrainerSearchRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getOfferingConstrainerEnablerRecordTypes
TypeList getOfferingConstrainerEnablerRecordTypes()Gets the supportedOfferingConstrainerEnablerrecord types.- Returns:
- a list containing the supported
OfferingConstrainerEnablerrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerEnablerRecordType
Tests if the givenOfferingConstrainerEnablerrecord type is supported.- Parameters:
offeringConstrainerEnablerRecordType- aTypeindicating anOfferingConstrainerEnablerrecord type- Returns:
trueif the given record type is supported,falseotherwise- Throws:
NullArgumentException-offeringConstrainerEnablerRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getOfferingConstrainerEnablerSearchRecordTypes
TypeList getOfferingConstrainerEnablerSearchRecordTypes()Gets the supportedOfferingConstrainerEnablersearch record types.- Returns:
- a list containing the supported
OfferingConstrainerEnablersearch record types - Compliance:
mandatory- This method must be implemented.
-
supportsOfferingConstrainerEnablerSearchRecordType
boolean supportsOfferingConstrainerEnablerSearchRecordType(Type offeringConstrainerEnablerSearchRecordType) Tests if the givenOfferingConstrainerEnablersearch record type is supported.- Parameters:
offeringConstrainerEnablerSearchRecordType- aTypeindicating anOfferingConstrainerEnablersearch record type- Returns:
trueif the given search record type is supported,falseotherwise- Throws:
NullArgumentException-offeringConstrainerEnablerSearchRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-