com.ibm.commerce.tickler.beans

Interface TicklerListInputDataBean

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setActionObjectTypes(java.lang.String[] newActionObjectTypes)
      This method sets the action object types of the tickler.
      void setDataBeanKeyResponsibleMemberId(java.lang.String aMemberId)
      This method sets the ID of the Customer Service Supervisor or Customer Service Representative team.
      void setNextTickleDateED(java.sql.Timestamp newNextTickleDateED)
      This method sets the reminder on end time of the tickler.
      void setNextTickleDateSD(java.sql.Timestamp newNextTickleDateSD)
      This method sets the reminder on start time of the tickler.
      void setResponsibleMemberIds(java.lang.String[] newResponsibleMemberIds)
      This method sets the IDs of the responsible Customer Service Supervisor or Customer Service Representative team.
      void setStatusList(java.lang.String[] newStatusList)
      This method sets the status list of the ticklers.
      void setStoreIds(java.lang.String[] newStoreIds)
      This method sets the IDs of the tickler store.
      void setTicklerList(TicklerDataBean[] aListDataBean)
      This method sets the list of ticklers.
      void setUserId(java.lang.String newUserId)
      This method sets the ID of the Customer Service Representative.
    • Field Detail

      • COPYRIGHT

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

      • setTicklerList

        void setTicklerList(TicklerDataBean[] aListDataBean)
        This method sets the list of ticklers. A tickler reminds a Customer Service Supervisor or Customer Service Representative to perform an action.
        Parameters:
        aListDataBean - list of ticklers
      • setDataBeanKeyResponsibleMemberId

        void setDataBeanKeyResponsibleMemberId(java.lang.String aMemberId)
        This method sets the ID of the Customer Service Supervisor or Customer Service Representative team. Identifier of the responsible member who should act on this to-do item.
        Parameters:
        aMemberId - ID of the CSR or CSR team
      • setUserId

        void setUserId(java.lang.String newUserId)
        This method sets the ID of the Customer Service Representative.
        Parameters:
        newUserId - ID of the Customer Service Representative
      • setStatusList

        void setStatusList(java.lang.String[] newStatusList)
        This method sets the status list of the ticklers. A tickler reminds a Customer Service Supervisor or Customer Service Representative to perform an action.
        Parameters:
        newStatusList - status list of the ticklers.
      • setStoreIds

        void setStoreIds(java.lang.String[] newStoreIds)
        This method sets the IDs of the tickler store.
        Parameters:
        newStoreIds - IDs of the tickler store.
      • setActionObjectTypes

        void setActionObjectTypes(java.lang.String[] newActionObjectTypes)
        This method sets the action object types of the tickler. The action object types are the types of object to which to-do item is associated. Valid values are as follows:
         ORDER=Order
         QUOTE=Quote
         RMA=Return
         USER=Customer
         
        Parameters:
        newActionObjectTypes - action object types
      • setResponsibleMemberIds

        void setResponsibleMemberIds(java.lang.String[] newResponsibleMemberIds)
        This method sets the IDs of the responsible Customer Service Supervisor or Customer Service Representative team. Identifier of the responsible member who should act on this to-do item.
        Parameters:
        newResponsibleMemberIds - IDs of the Customer Service Supervisor or Customer Service Representative team
      • setNextTickleDateSD

        void setNextTickleDateSD(java.sql.Timestamp newNextTickleDateSD)
        This method sets the reminder on start time of the tickler.
        Parameters:
        newNextTickleDateSD - The reminder on start time.
      • setNextTickleDateED

        void setNextTickleDateED(java.sql.Timestamp newNextTickleDateED)
        This method sets the reminder on end time of the tickler.
        Parameters:
        newNextTickleDateED - The reminder on end time.