com.ibm.commerce.returns.commands

Interface ExtendAdminReturnApproveCmd

  • 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:
    ExtendAdminReturnApproveCmdImpl


    public interface ExtendAdminReturnApproveCmd
    extends TaskCommand
    Interface for the task command that extends AdminReturnApprove.
    • Field Detail

      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name is "com.ibm.commerce.returns.commands.ExtendAdminReturnApproveCmdImpl" .
        See Also:
        Constant Field Values
      • NAME

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

      • setResponseProperties

        void setResponseProperties(TypedProperty aResponseProperties)
        Set the caller's response properties.
        Parameters:
        aResponseProperties - The response properties.
      • setRMAAB

        void setRMAAB(RMAAccessBean anRMAAB)
        Set the RMA access bean being processed.
        Parameters:
        anRMAAB - The RMA access bean.