Reads the XML template file used by the Store Creation wizard, substituting default values.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName The default implementation class name of this interface. |
Method Summary | |
---|---|
org.w3c.dom.Document |
createCustomXMLElement(org.w3c.dom.Document adocRoot) Override this method to customize the XML template read by the command. |
java.lang.String |
createHostedStoreHomepageURL() Override this method to define the hosted store home page URL. |
java.util.Vector |
getPaymentsList() Returns a Vector of hashtables of all payment listed (except for offline card and custom offline entries) |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRequestProperties,
setRetriable,
setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
getForUserId,
getResourceOwners,
setAccCheck,
setForUserId,
setOwner |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
performExecute,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public org.w3c.dom.Document createCustomXMLElement(org.w3c.dom.Document adocRoot) throws ECApplicationException
adocRoot
- The XML document root
ECApplicationException
- the exception to throw if the custom code
needs to throw an exceptionpublic java.util.Vector getPaymentsList()
public java.lang.String createHostedStoreHomepageURL()