com.ibm.commerce.utf.commands

Interface CloseRFQCmd

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


    public interface CloseRFQCmd
    extends TaskCommand
    Closes RFQs.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • getRfqIds

        java.lang.Long[] getRfqIds()
        Returns:
        The array of RFQ id Long values to be closed.
      • setRfqIds

        void setRfqIds(java.lang.Long[] rfqIds)
        Sets the RFQ ids to be closed.

        Parameters:
        rfqIds - A Long array of RFQ ids to be closed.