com.ibm.commerce.tickler.beans

Class TicklerActionListBean

    • Field Detail

      • COPYRIGHT

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

      • TicklerActionListBean

        public TicklerActionListBean()
    • Method Detail

      • populate

        public void populate()
                      throws java.lang.Exception
        Looks up a list of tickler actions, then uses the list's contents to populate an array of TicklerActionDataBean objects.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception - if the access bean could not be created
      • getLanguageId

        public java.lang.Integer getLanguageId()
        This method gets the language ID. 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:
        getLanguageId in interface TicklerActionListSmartDataBean
        Returns:
        language ID
      • setLanguageId

        public void setLanguageId(java.lang.Integer newLanguageId)
        This method sets the language ID. 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 TicklerActionListInputDataBean
        Parameters:
        newLanguageId - language ID
      • setStoreId

        public void setStoreId(java.lang.Integer newStoreId)
        This method sets the store ID,the store Identifier .
        Specified by:
        setStoreId in interface TicklerActionListInputDataBean
        Parameters:
        newStoreId - store ID
      • getTotalListSize

        public int getTotalListSize()
        This method gets the total size of the list.
        Returns:
        total size of the list
      • setTotalListSize

        public void setTotalListSize(int newTotalListSize)
        This method sets the total size of the list.
        Parameters:
        newTotalListSize - total size of the list
      • getTicklerActionList

        public TicklerActionDataBean[] getTicklerActionList()
        This method gets the list of tickler actions. A tickler action classifies work that is performed in an effort to resolve a tickler.
        Returns:
        list of tickler actions
      • setTicklerActionList

        public void setTicklerActionList(TicklerActionDataBean[] newTicklerActionList)
        This method sets the list of tickler actions. A tickler action classifies work that is performed in an effort to resolve a tickler.
        Parameters:
        newTicklerActionList - list of tickler actions
      • getTicklerActionDescriptionList

        public TicklerActionDescriptionDataBean[] getTicklerActionDescriptionList()
        This method gets the list of tickler action descriptions. populate() should have been called prior to calling this method. A tickler action classifies work that is performed in an effort to resolve a tickler.
        Returns:
        list of tickler action descriptions
      • setTicklerActionDescriptionList

        public void setTicklerActionDescriptionList(TicklerActionDescriptionDataBean[] newTicklerActionDescriptionList)
        This method sets the list of tickler action descriptions. A tickler action classifies work that is performed in an effort to resolve a tickler.
        Parameters:
        newTicklerActionDescriptionList - list of tickler action descriptions