Package com.ibm.commerce.me.commands

Provides commands used for integrating with procurement systems.

See:
          Description

Interface Summary
AuthenticationHelperCmd Invoked by the B2BLogon command to authenticate a b2b buyer.
BatchOrderRequestCmd This controller command will receive a PurchaseOrderRequest message from a buyer organization using procurement system and creates an order.
CheckBatchOrderRequestCmd This is a task command checks whether the OrderRequest message from Procurement system is a duplicate of a previous request.
CreateShippingBillingAddressCmd This command creates a shipping or billing address based on the memberId provided.
DBProcurementAuthenticationCmd When a requisitioner (a user of the B2B buyer org) logs on to the supplier system, if server is configured to authenticate against the databse then this task command will be called to perform either authentication or an update.
LdapAuthenticationCmd When a requisitioner (a user of the B2B buyer org) logs on to the supplier system, if server is configured to authenticate against the LDAP, then this task command will be called to perform either authentication or an update.
PunchOutCatalogDisplayCmd The PunchOutCatalogDisplayCmd interface is defined in this file.
PunchOutSetupCmd This is PunchOutSetup command interface.
RegisterRequisitionerCmd This is the interface of RegisterRequisitionerCmd.
SendShoppingCartCmd The interface of SendShoppingCart command.
SubmitShoppingCartCmd This is the interface of SubmitShoppingCard command.
ThirdPartyB2BAuthCmd When a requisitioner (a user of the B2B buyer org) logs on to the supplier system, if server is configured to authenticate against a third party system then this task command will be called to perform either authentication or an update.
 
Class Summary
AuthenticationHelperCmdImpl This command will be invoked by the B2BLogon command to authenticate a b2b buyer.
BatchOrderRequestCmdImpl This controller command will receive a PurchaseOrderRequest message from a buyer organization using procurement system and creates an order.
CheckBatchOrderRequestCmdImpl This is a task command checks whether the OrderRequest message from Procurement system is a duplicate of a previous request.
CreateShippingBillingAddressCmdImpl This command creates a shipping or billing address based on the memberId provided.
DBProcurementAuthenticationCmdImpl When a requisitioner (a user of the B2B buyer org) logs on to the supplier system, if server is configured to authenticate against the databse then this task command will be called to perform either authentication or an update.
PunchOutCatalogDisplayCmdImpl The PunchOutCatalogDisplayCmdImpl class is defined in this file.
PunchOutSetupCmdImpl This is the implementation of PunchOutSetupCmd.
RegisterRequisitionerCmdImpl This is the implementation of RegisterRequisitionerCmd.
SendShoppingCartCmdImpl The SendShoppingCartCmdImpl class is defined in this file.
SubmitShoppingCartCmdImpl This is the implementation of SubmitShoppingCard command.
 

Package com.ibm.commerce.me.commands Description

Provides commands used for integrating with procurement systems.