Interface OrderingBatchProxyManager
- All Superinterfaces:
AutoCloseable, Closeable, OrderingBatchProfile, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable
The ordering batch proxy manager provides access to ordering batch
sessions and provides interoperability tests for various aspects of this
service. Methods in this manager support the passing of a Proxy
object. The sessions included in this manager are:
-
OrderBatchAdminSession: a session to create, modify and delete orders in bulk -
ItemBatchAdminSession: a session to create, modify and delete items in bulk -
ProductBatchSession: a session to create, modify and delete products in bulk -
PriceScheduleBatchAdminSession: a session to create, modify and delete price schedules in bulk -
StoreBatchAdminSession: a session to create, modify and delete stores in bulk
-
Method Summary
Modifier and TypeMethodDescriptiongetItemBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk item administration service.getItemBatchAdminSessionForStore(Id storeId, Proxy proxy) Gets theOsidSessionassociated with the bulk item administration service for the given store.getOrderBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk order administration service.getOrderBatchAdminSessionForStore(Id storeId, Proxy proxy) Gets theOsidSessionassociated with the bulk order administration service for the given store.Gets theOsidSessionassociated with the bulk price schedule administration service.getPriceScheduleBatchAdminSessionForStore(Id storeId, Proxy proxy) Gets theOsidSessionassociated with the bulk price schedule administration service for the given store.getProductBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk product administration service.getProductBatchAdminSessionForStore(Id storeId, Proxy proxy) Gets theOsidSessionassociated with the bulk product administration service for the given store.getStoreBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk store administration service.Methods inherited from interface OrderingBatchProfile
supportsItemBatchAdmin, supportsOrderBatchAdmin, supportsPriceScheduleBatchAdmin, supportsProductBatchAdmin, supportsStoreBatchAdmin, supportsVisibleFederationModifier and TypeMethodDescriptionbooleanTests if bulk administration of items is available.booleanTests if bulk administration of orders is available.booleanTests if bulk administration of price schedules is available.booleanTests if bulk administration of products is available.booleanTests if bulk administration of stores is available.booleanTests if federation is visible.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 OsidProxyManager
closeMethods inherited from interface OsidProxyManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId, Proxy proxy) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime, Proxy proxy) Rolls back this service to a point in time.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
-
getOrderBatchAdminSession
Gets theOsidSessionassociated with the bulk order administration service.- Parameters:
proxy- a proxy- Returns:
- a
OrderBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsOrderBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsOrderBatchAdmin()} is {@code true} .
-
getOrderBatchAdminSessionForStore
OrderBatchAdminSession getOrderBatchAdminSessionForStore(Id storeId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk order administration service for the given store.- Parameters:
storeId- theIdof theStoreproxy- a proxy- Returns:
- a
OrderBatchAdminSession - Throws:
NotFoundException- noStorefound by the givenIdNullArgumentException-storeIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsOrderBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsOrderBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getItemBatchAdminSession
Gets theOsidSessionassociated with the bulk item administration service.- Parameters:
proxy- a proxy- Returns:
- an
ItemBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsItemBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsItemBatchAdmin()} is {@code true} .
-
getItemBatchAdminSessionForStore
ItemBatchAdminSession getItemBatchAdminSessionForStore(Id storeId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk item administration service for the given store.- Parameters:
storeId- theIdof theStoreproxy- a proxy- Returns:
- an
ItemBatchAdminSession - Throws:
NotFoundException- noStorefound by the givenIdNullArgumentException-storeIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsItemBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsItemBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getProductBatchAdminSession
Gets theOsidSessionassociated with the bulk product administration service.- Parameters:
proxy- a proxy- Returns:
- a
ProductBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsProductBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProductBatchAdmin()} is {@code true} .
-
getProductBatchAdminSessionForStore
ProductBatchAdminSession getProductBatchAdminSessionForStore(Id storeId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk product administration service for the given store.- Parameters:
storeId- theIdof theStoreproxy- a proxy- Returns:
- a
ProductBatchAdminSession - Throws:
NotFoundException- noStorefound by the givenIdNullArgumentException-storeIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsProductBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProductBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getPriceScheduleBatchAdminSession
PriceScheduleBatchAdminSession getPriceScheduleBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk price schedule administration service.- Parameters:
proxy- a proxy- Returns:
- a
PriceScheduleBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPriceScheduleBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPriceScheduleBatchAdmin()} is {@code true} .
-
getPriceScheduleBatchAdminSessionForStore
PriceScheduleBatchAdminSession getPriceScheduleBatchAdminSessionForStore(Id storeId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk price schedule administration service for the given store.- Parameters:
storeId- theIdof theStoreproxy- a proxy- Returns:
- a
PriceScheduleBatchAdminSession - Throws:
NotFoundException- noStorefound by the givenIdNullArgumentException-storeIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPriceScheduleBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPriceScheduleBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getStoreBatchAdminSession
Gets theOsidSessionassociated with the bulk store administration service.- Parameters:
proxy- a proxy- Returns:
- a
StoreBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsStoreBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsStoreBatchAdmin()} is {@code true} .
-