com.ibm.commerce.tickler.beans

Class TicklerReasonListDataBean

    • Field Detail

      • COPYRIGHT

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

      • TicklerReasonListDataBean

        public TicklerReasonListDataBean()
    • Method Detail

      • populate

        public void populate()
                      throws java.lang.Exception
        Looks up a list of tickler reasons, then uses the list's contents to populate an array of TicklerReasonDataBean objects. Tickler reason defines the purpose for a tickler.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception - if the AccessBean could not be created
      • getLanguageId

        public java.lang.Integer getLanguageId()
        This method gets the language ID. The language ID is the ID of the language for which the information applies. 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 TicklerReasonListSmartDataBean
        Returns:
        language ID
      • setLanguageId

        public void setLanguageId(java.lang.Integer newLanguageId)
        This method sets the languageId field and uses it to set the language key field of the access bean. The language ID is the ID of the language for which the information applies. 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 TicklerReasonListInputDataBean
        Parameters:
        newLanguageId - language ID
      • getStoreId

        public java.lang.Integer getStoreId()
        This method gets the store ID. The Store Identifier in which the tickler reason is defined.
        Specified by:
        getStoreId in interface TicklerReasonListSmartDataBean
        Returns:
        store ID
      • setStoreId

        public void setStoreId(java.lang.Integer newStoreId)
        This method sets the store ID. The Store Identifier in which the tickler reason is defined.
        Specified by:
        setStoreId in interface TicklerReasonListInputDataBean
        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
      • getTicklerReasonList

        public TicklerReasonDataBean[] getTicklerReasonList()
        This method gets the list of tickler reasons. Tickler reason defines the purpose for a tickler.
        Returns:
        list of tickler reasons
      • setTicklerReasonList

        public void setTicklerReasonList(TicklerReasonDataBean[] newTicklerReasonList)
        This method sets the list of tickler reasons. Tickler reason defines the purpose for a tickler.
        Parameters:
        newTicklerReasonList - list of tickler reasons
      • getTicklerReasonDescriptionList

        public TicklerReasonDescriptionDataBean[] getTicklerReasonDescriptionList()
        This method gets the list of tickler reason descriptions. Tickler reason description holds description of reasons for creating to-do items.
        Returns:
        list of tickler reason descriptions
      • setTicklerReasonDescriptionList

        public void setTicklerReasonDescriptionList(TicklerReasonDescriptionDataBean[] newTicklerReasonDescriptionList)
        This method sets the list of tickler reason descriptions. Tickler reason description holds description of reasons for creating to-do items.
        Parameters:
        newTicklerReasonDescriptionList - list of tickler reason descriptions