com.ibm.commerce.order.commands

Class SetOrderOrganizationCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, SetOrderOrganizationCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class SetOrderOrganizationCmdImpl
    extends TaskCommandImpl
    implements SetOrderOrganizationCmd
    This task command is called by other Order commands to set the organization info of an order. This is default implementation. It gets the parent member id of the creator of the order and puts it in the orgentity field. The caller should do a commitCopyHelper() on the order to save the change.
    See Also:
    Serialized Form