com.ibm.commerce.utf.commands

Interface AcceptRFQResponsesCmd

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


    public interface AcceptRFQResponsesCmd
    extends TaskCommand
    Accepts 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

      • getRfqResponses

        java.lang.Long[] getRfqResponses()
        Gets accepted response IDs.
        Returns:
        A Long arrays of response ids in which to accept.
      • setRfqResponses

        void setRfqResponses(java.lang.Long[] responseIds)
        Sets accepted response IDs.
        Parameters:
        responseIds - A Long arrays of response ids in which to accept.
      • getRfqId

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

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