com.ibm.commerce.utf.commands

Interface RejectRFQResponsesCmd

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


    public interface RejectRFQResponsesCmd
    extends TaskCommand
    Rejects responses to a specific RFQ.
    • 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

      • getRfqId

        java.lang.Long getRfqId()
        Returns RFQ Id value of the responses.
        Returns:
        The Long RFQ Id value of the responses.
      • getRfqResponses

        java.lang.Long[] getRfqResponses()
        Returns rejected response ids.
        Returns:
        A Long array of response ids in which to reject.
      • setRfqId

        void setRfqId(java.lang.Long rfqId)
        Sets RFQ ID.
        Parameters:
        rfqId - The Long RFQ id for the responses.
      • setRfqResponses

        void setRfqResponses(java.lang.Long[] responseIds)
        Sets rejected response ids
        Parameters:
        responseIds - A Long array of response ids in which to reject.