com.ibm.commerce.tickler.beans

Interface TicklerReasonListSmartDataBean

  • All Known Implementing Classes:
    TicklerReasonListDataBean


    public interface TicklerReasonListSmartDataBean
    Interface for TicklerReasonListDataBean, containing the getter methods. A tickler reminds a Customer Service Supervisor or Customer Service Representative to perform an action. Example actions are calling a customer to get a replacement payment instruction or to review a price override. Tickler reason defines the purpose for a tickler.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Integer getLanguageId()
      This method gets the languageId field from the access bean.
      java.lang.Integer getStoreId()
      This method gets the storeId field from the access bean.
    • Field Detail

      • COPYRIGHT

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

      • getLanguageId

        java.lang.Integer getLanguageId()
        This method gets the languageId field from 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
        
        Returns:
        language ID
      • getStoreId

        java.lang.Integer getStoreId()
        This method gets the storeId field from the access bean. The Store Identifier in which the tickler reason is defined.
        Returns:
        store ID