com.ibm.commerce.tickler.beans

Class TicklerReasonDataBean

    • Field Detail

      • COPYRIGHT

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

      • TicklerReasonDataBean

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

        public TicklerReasonDataBean(TicklerReasonAccessBean anAccessBean)
        Constructs a TicklerReasonDataBeanfrom a given TicklerReasonAccessBean. A tickler reason defines the purpose for a tickler
        Parameters:
        anAccessBean - the TicklerReasonAccessBean
        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
      • setTicklerReasonId

        public void setTicklerReasonId(java.lang.Integer newTicklerReasonId)
        This method sets the ticklerReasonId field and uses it to set the referenceNumber key field of the access bean. ticklerReasonIdThe unique Identifier for Tickler reason. Tickler reason defines the purpose for a tickler.
        Specified by:
        setTicklerReasonId in interface TicklerReasonInputDataBean
        Overrides:
        setTicklerReasonId in class TicklerReasonAccessBean
        Parameters:
        newTicklerReasonId - the relevant referenceNumber