com.ibm.commerce.returns.commands

Interface SetRMAOrganizationCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    SetRMAOrganizationCmdImpl


    public interface SetRMAOrganizationCmd
    extends TaskCommand
    This task command is called by other Returns commands to set the organization info of an RMA.

    Parameters

    RMAAB (mandatory)
    RMA accessbean to be updated.
    • Field Detail

      • NAME

        static final java.lang.String NAME
        The name of this interface is "com.ibm.commerce.returns.commands.SetRMAOrganizationCmd".
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name is "com.ibm.commerce.returns.commands.SetRMAOrganizationCmdImpl".
    • Method Detail

      • setRMAAB

        void setRMAAB(RMAAccessBean anRMAAB)
        Set the RMA to be modified.
        Parameters:
        anRMAAB - The RMA access bean.