com.ibm.commerce.tickler.beans

Interface TicklerActionHistoryListInputDataBean

  • All Superinterfaces:
    DataBean, InputDataBean, java.io.Serializable
    All Known Implementing Classes:
    TicklerActionHistoryListDataBean


    public interface TicklerActionHistoryListInputDataBean
    extends InputDataBean
    Interface for TicklerActionHistoryListDataBean, containing the setter methods setTicklerActionHistoryList and setDataBeanKeyTicklerId. Tickler Action History holds the history of actions that are performed on to-do items. Tickler Id is the unique number to identify the to-do item.
    • Method Detail

      • setTicklerActionHistoryList

        void setTicklerActionHistoryList(TicklerActionHistoryDataBean[] aActionHistoryList)
        This method sets the tickler action history. Tickler Action History holds the history of actions that are performed on to-do items.
        Parameters:
        aActionHistoryList - array of tickler action history entries
      • setDataBeanKeyTicklerId

        void setDataBeanKeyTicklerId(java.lang.String aTicklerId)
        This method sets the tickler ID. Tickler Id is the unique number to identify the to-do item.
        Parameters:
        aTicklerId - tickler ID