com.ibm.commerce.tickler.beans

Class TicklerActionHistoryListDataBean

    • Field Detail

      • COPYRIGHT

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

      • TicklerActionHistoryListDataBean

        public TicklerActionHistoryListDataBean()
    • Method Detail

      • setDataBeanKeyTicklerId

        public void setDataBeanKeyTicklerId(java.lang.String aTicklerId)
        This method sets the tickler ID. tickler id is the unique number to identify the to-do item.
        Specified by:
        setDataBeanKeyTicklerId in interface TicklerActionHistoryListInputDataBean
        Parameters:
        aTicklerId - tickler ID
      • setRequestProperties

        public void setRequestProperties(TypedProperty param)
                                  throws java.lang.Exception
        Copies the input parameters supplied as a TypedProperty and sets the tickler ID. The tickler ID is set to the value of the ticklerId request parameter, if the tickler ID has not already been set and the ticklerId request parameter is present.
        Specified by:
        setRequestProperties in interface InputDataBean
        Overrides:
        setRequestProperties in class InputDataBeanImpl
        Parameters:
        param - request parameters
        Throws:
        java.lang.Exception - Thrown if there is a problem when setting the request properties. This particular method should not throw any exception because it just stores the request properties.
      • populate

        public void populate()
                      throws java.lang.Exception
        Looks up a list of tickler action records, then uses the list's contents to populate an array of TicklerActionHistoryDataBean objects.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception - thrown on any access bean error