com.ibm.commerce.utf.commands

Interface RFQNotificationMonitorBaseCmd

    • 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
      • SCHJOB_COMPETED_STATE_FLAG

        static final java.lang.String SCHJOB_COMPETED_STATE_FLAG
        Scheduler Job Complete State
        See Also:
        Constant Field Values
      • SCHJOB_REFNUM_PARAM

        static final java.lang.String SCHJOB_REFNUM_PARAM
        Scheduler Job Reference Number Name
        See Also:
        Constant Field Values
      • SELLER_MBR_GROUP_NAME_TO_NOTIFY_PARAM

        static final java.lang.String SELLER_MBR_GROUP_NAME_TO_NOTIFY_PARAM
        Seller Member Group Name to Notify
        See Also:
        Constant Field Values
      • SELLER_MBR_GROUP_NAME_TO_NOTIFY_OWNERID_PARAM

        static final java.lang.String SELLER_MBR_GROUP_NAME_TO_NOTIFY_OWNERID_PARAM
        Seller Member Group to Notify Owner
        See Also:
        Constant Field Values
      • NOTIFY_RFQ_OWNER_PARAM

        static final java.lang.String NOTIFY_RFQ_OWNER_PARAM
        Notify RFQ Owner
        See Also:
        Constant Field Values
      • siteStoreId

        static final java.lang.Integer siteStoreId
        Site Store Id
    • Method Detail

      • getNotifyRFQOwner

        boolean getNotifyRFQOwner()
        Gets the RFQ owner is to be notified.
        Returns:
        True if the RFQ owner is to be notified, false otherwise.
      • getSellerMemberGroupNameToNotify

        java.lang.String getSellerMemberGroupNameToNotify()
        Gets member group name defined in the MBRGRP table that is used to retrieve the users in the seller's organization in order to send notifications to.
        Returns:
        The member group name defined in the MBRGRP table that is used to retrieve the users in the seller's organization in order to send notifications to.
      • getSellerMemberGroupToNotifyOwnerId

        java.lang.Long getSellerMemberGroupToNotifyOwnerId()
        Gets owner id of the member group name defined by the setSellerMemberGroupNameToNotify() method.
        Returns:
        The owner id of the member group name defined by the setSellerMemberGroupNameToNotify() method.
      • setNotifyRFQOwner

        void setNotifyRFQOwner(boolean aFlag)
        Sets whether the RFQ owner is notified.
        Parameters:
        aFlag - Sets whether the RFQ owner is notified. True the RFQ owner is notified, false the RFQ owner is not notified.
      • setSellerMemberGroupNameToNotify

        void setSellerMemberGroupNameToNotify(java.lang.String mbrGroup)
        Sets member group name defined in the MBRGRP table that is used to retrieve the users in the seller's organization in order to send notifications to.
        Parameters:
        mbrGroup - The member group name defined in the MBRGRP table that is used to retrieve the users in the seller's organization in order to send notifications to.
      • setSellerMemberGroupToNotifyOwnerId

        void setSellerMemberGroupToNotifyOwnerId(java.lang.Long mbrGrpOwnerId)
        Sets owner id of the member group name defined by the setSellerMemberGroupNameToNotify() method.
        Parameters:
        mbrGrpOwnerId - The owner id of the member group name defined by the setSellerMemberGroupNameToNotify() method.