Configures the Websphere Commerce Payments based on the payments information XML If an error occurs, an ECException will be thrown. (WebSphere Commerce Business Edition only) Calling commands: DeployContractCmd
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT The internal copyright field. |
static java.lang.String |
defaultCommandClassName The default implementation class is "com.ibm.commerce.contract.commands.ConfigurePaymentManagerCmdImpl". |
static java.lang.String |
NAME The name of this interface is "com.ibm.commerce.contract.commands.ConfigurePaymentManagerCmd". |
Method Summary | |
---|---|
void |
setDebug(boolean b) Sets if in debug mode. |
void |
setPaymentInformationElement(org.w3c.dom.Element element) Sets the payment information element |
void |
setStoreId(java.lang.String storeId) Sets the store ID. |
void |
setStoreIdentity(java.lang.String storeIdentity) Sets the store identity. |
void |
setStoreSupportedCurrencies(java.lang.String[] cs)
Sets supported currencies for the store. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setPaymentInformationElement(org.w3c.dom.Element element)
public void setStoreIdentity(java.lang.String storeIdentity)
public void setStoreId(java.lang.String storeId)
public void setStoreSupportedCurrencies(java.lang.String[] cs)
public void setDebug(boolean b)