com.ibm.commerce.contract.commands
Interface ConfigurePaymentManagerCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ConfigurePaymentManagerCmdImpl

public interface ConfigurePaymentManagerCmd
extends TaskCommand

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
The internal copyright field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.contract.commands.ConfigurePaymentManagerCmd".
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class is "com.ibm.commerce.contract.commands.ConfigurePaymentManagerCmdImpl".
See Also:
Constant Field Values
Method Detail

setPaymentInformationElement

public void setPaymentInformationElement(org.w3c.dom.Element element)
Sets the payment information element

setStoreIdentity

public void setStoreIdentity(java.lang.String storeIdentity)
Sets the store identity. The store identity is the payment merchant title. If store identity's length is greater than 128 bytes, only first 128 bytes will be used as the merchant title.

setStoreId

public void setStoreId(java.lang.String storeId)
Sets the store ID. The store ID is the payment merchant number.

setStoreSupportedCurrencies

public void setStoreSupportedCurrencies(java.lang.String[] cs)
Sets supported currencies for the store.

setDebug

public void setDebug(boolean b)
Sets if in debug mode.