com.ibm.commerce.contract.commands
Interface CreateSubOrganizationCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CreateSubOrganizationCmdImpl

public interface CreateSubOrganizationCmd
extends TaskCommand

Creates the sub-organization based on the Contract XML. (WebSphere Commerce Business Edition only)


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.CreateSubOrganizationCmdImpl".
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.contract.commands.CreateSubOrganizationCmd".
 
Method Summary
 java.lang.String getSubOrgId()
          Gets the sub-organization ID.
 void setStoreXML(java.lang.String storeXML)           Sets the store XML string.
 

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.CreateSubOrganizationCmd".
See Also:
Constant Field Values

defaultCommandClassName

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

setStoreXML

public void setStoreXML(java.lang.String storeXML)
Sets the store XML string.
Parameters:
storeXML - Store XML

getSubOrgId

public java.lang.String getSubOrgId()
Gets the sub-organization ID.
Returns:
sub-organization ID