com.ibm.commerce.tickler.beans

Class TicklerActionDataBean

    • Field Detail

      • COPYRIGHT

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

      • TicklerActionDataBean

        public TicklerActionDataBean()
        Constructs a TicklerActionDataBean, initializing its fields to null.
      • TicklerActionDataBean

        public TicklerActionDataBean(TicklerActionAccessBean anAccessBean)
        Constructs a TicklerActionDataBean from a given TicklerActionAccessBean. A TicklerActionAccessBean holds the actions that the user can perform on to-do items.
        Parameters:
        anAccessBean - the TicklerActionAccessBean
        Throws:
        ECException
    • Method Detail

      • populate

        public void populate()
        Fetches the field values from the access bean.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception - thrown on any access bean error
      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method returns the request parameters as a TypedProperty. TypedProperties is a wrapper to a java.util.Map.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        the request parameters
      • setRequestProperties

        public void setRequestProperties(TypedProperty newRequestProperties)
        This method copies the input parameters supplied as a TypedProperty. TypedProperties is a wrapper to a java.util.Map.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        newRequestProperties - request parameters
      • getCommandContext

        public CommandContext getCommandContext()
        This method gets the active command context. Use the commandContext to obtain information related to session and users from the web controller.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        the active command context
      • setCommandContext

        public void setCommandContext(CommandContext newCommandContext)
        This method sets the active command context. Use the commandContext to obtain information related to session and users from the web controller.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        newCommandContext - active command context
      • setTicklerActionId

        public void setTicklerActionId(java.lang.Integer newTicklerActionId)
        This method sets the ticklerActionId field and uses it to set the referenceNumber key field of the access bean. The ticklerActionIdis the ID of the tickler action. A tickler action classifies work that is performed in an effort to resolve a tickler.
        Specified by:
        setTicklerActionId in interface TicklerActionInputDataBean
        Parameters:
        newTicklerActionId - the relevant referenceNumber