com.ibm.commerce.contract.commands

Class CreateSubOrganizationCmdImpl

  • java.lang.Object
    • com.ibm.websphere.command.CacheableCommandImpl
      • com.ibm.commerce.command.MeasuredCacheableCommandImpl
        • com.ibm.commerce.command.AbstractECTargetableCommand
          • com.ibm.commerce.command.TaskCommandImpl
            • com.ibm.commerce.contract.commands.CreateSubOrganizationCmdImpl
  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.ECTargetableCommand, com.ibm.commerce.command.TaskCommand, CreateSubOrganizationCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command


    public class CreateSubOrganizationCmdImpl
    extends com.ibm.commerce.command.TaskCommandImpl
    implements CreateSubOrganizationCmd
    This is the default implementation of the CreateSubOrganizationCmd task command.

    Behaviour:

      Creates the sub-organization based on the contract XML. (WebSphere Commerce Enterprise only) Calling command: DeployContractCmd

    commands called:

    • OrgEntityAddCmd

    AccessBeans called:

    • ServerJDBCHelperBean
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getSubOrgId()
      Gets the sub-organization ID.
      void performExecute()
      Executes the business logic of this command implementation.
      void setCreateMemberGroups(boolean c)
      Sets if member groups should be created.
      void setStoreXML(java.lang.String storeXML)
      Sets the store XML string.
      void validateParameters()
      Validates the parameters.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand

        accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
      • Methods inherited from interface com.ibm.commerce.command.CacheableECCommand

        execute
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
    • Field Detail

      • APPROVAL_MEMBER_GROUP

        public static final java.lang.String APPROVAL_MEMBER_GROUP
        Constant for the ApprovalGroup Member Group
        See Also:
        Constant Field Values
      • CLASSNAME

        public static final java.lang.String CLASSNAME
        The name of this class is "com.ibm.commerce.contract.commands.CreateSubOrganizationCmdImpl".
        See Also:
        Constant Field Values
      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • REGISTERED_CUSTOMER_MEMBER_GROUP

        public static final java.lang.String REGISTERED_CUSTOMER_MEMBER_GROUP
        Constant for the RegisteredCustomersGroup Member Group
        See Also:
        Constant Field Values
    • Constructor Detail

      • CreateSubOrganizationCmdImpl

        public CreateSubOrganizationCmdImpl()
    • Method Detail

      • getSubOrgId

        public java.lang.String getSubOrgId()
        Gets the sub-organization ID.
        Specified by:
        getSubOrgId in interface CreateSubOrganizationCmd
        Returns:
        sub-organization ID
      • performExecute

        public void performExecute()
                            throws com.ibm.commerce.exception.ECException
        Executes the business logic of this command implementation.
        Specified by:
        performExecute in interface com.ibm.commerce.command.ECCommand
        Overrides:
        performExecute in class com.ibm.commerce.command.AbstractECTargetableCommand
        Throws:
        com.ibm.commerce.exception.ECException
        com.ibm.commerce.exception.ECSystemException - Raised with message _ERR_FINDER_EXCEPTION if a FinderException is occured Raised with message _ERR_REMOTE_EXCEPTION if a RemoteException is occured Raised with message _ERR_NAMING_EXCEPTION if a NamingException is occured Raised with message _ERR_CREATE_EXCEPTION if a CreateException is occured Raised with message _ERR_SQL_EXCEPTION if a SQLException is occured Raised with message _ERR_REMOVE_EXCEPTION if a RemoteException is occured Raised with message _ERR_PARSE_XML if store XML cannot be parsed Raised with message _ERR_CONTRACT_CMD_EXEC whenever other errors are occured
        See Also:
        AbstractECTargetableCommand.performExecute()
      • setCreateMemberGroups

        public void setCreateMemberGroups(boolean c)
        Sets if member groups should be created.
        Specified by:
        setCreateMemberGroups in interface CreateSubOrganizationCmd
        Parameters:
        c - true if the member groups should be created, false otherwise
      • setStoreXML

        public void setStoreXML(java.lang.String storeXML)
        Sets the store XML string.
        Specified by:
        setStoreXML in interface CreateSubOrganizationCmd
        Parameters:
        storeXML - Store XML
      • validateParameters

        public void validateParameters()
                                throws com.ibm.commerce.exception.ECException
        Validates the parameters.
        Specified by:
        validateParameters in interface com.ibm.commerce.command.ECCommand
        Overrides:
        validateParameters in class com.ibm.commerce.command.AbstractECTargetableCommand
        Throws:
        com.ibm.commerce.exception.ECException
        com.ibm.commerce.exception.ECSystemException - Raised with message _ERR_MISSING_PARAMETER whenever Store XML is null or store type (distributor proxy or reseller hosting) is not set
        See Also:
        AbstractECTargetableCommand.validateParameters()