com.ibm.commerce.tickler.beans

Class TicklerActionDescriptionDataBean

    • Field Detail

      • COPYRIGHT

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

      • TicklerActionDescriptionDataBean

        public TicklerActionDescriptionDataBean()
        This method constructs a TicklerActionDescriptionDataBean, initializing its fields to null.
      • TicklerActionDescriptionDataBean

        public TicklerActionDescriptionDataBean(TicklerActionDescriptionAccessBean anAccessBean)
        This method constructs a TicklerActionDescriptionDataBean from a given TicklerActionDescriptionAccessBean. A TicklerActionDescriptionAccessBean holds the actions the user can perform on to-do items.
        Parameters:
        anAccessBean - the TicklerActionDescriptionAccessBean
        Throws:
        ECException
    • Method Detail

      • populate

        public void populate()
        This method 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. The 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. The 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 TicklerActionDescriptionInputDataBean
        Overrides:
        setTicklerActionId in class TicklerActionDescriptionAccessBean
        Parameters:
        newTicklerActionId - the relevant referenceNumber
      • getLanguageId

        public java.lang.Integer getLanguageId()
        This method gets the language ID. The language ID is the ID of the language used for the description for each language. The following is the list of language ID codes for each locale:
         -1 = English (US)
         -2 = French
         -3 = German
         -4 = Italian
         -5 = Spanish
         -6 = Brazilian Portuguese
         -7 = Simplified Chinese
         -8 = Traditional Chinese
         -9 = Korean
         -10 = Japanese
        
        Specified by:
        getLanguageId in interface TicklerActionDescriptionSmartDataBean
        Overrides:
        getLanguageId in class TicklerActionDescriptionAccessBean
        Returns:
        language ID
      • setLanguageId

        public void setLanguageId(java.lang.Integer newLanguageId)
        This method sets the languageId field and uses it to set the referenceNumber key field of the access bean. The languageId is the ID of the language used for the description for each language. The following is the list of language ID codes for each locale:
         -1 = English (US)
         -2 = French
         -3 = German
         -4 = Italian
         -5 = Spanish
         -6 = Brazilian Portuguese
         -7 = Simplified Chinese
         -8 = Traditional Chinese
         -9 = Korean
         -10 = Japanese
        
        Specified by:
        setLanguageId in interface TicklerActionDescriptionInputDataBean
        Overrides:
        setLanguageId in class TicklerActionDescriptionAccessBean
        Parameters:
        newLanguageId - the relevant referenceNumber