com.ibm.commerce.tickler.beans

Interface TicklerReasonListInputDataBean

  • All Known Implementing Classes:
    TicklerReasonListDataBean


    public interface TicklerReasonListInputDataBean
    Interface for TicklerReasonListDataBean, containing the setter 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
      void setLanguageId(java.lang.Integer newLanguageId)
      This method sets the languageId field and uses it to set the language key field of the access beans.
      void setStoreId(java.lang.Integer newStoreId)
      This method sets the storeId field and uses it to set the store key field of the access beans.
    • Field Detail

      • COPYRIGHT

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

      • setLanguageId

        void setLanguageId(java.lang.Integer newLanguageId)
        This method sets the languageId field and uses it to set the language key field of the access beans. 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
        
        Parameters:
        newLanguageId - language ID
      • setStoreId

        void setStoreId(java.lang.Integer newStoreId)
        This method sets the storeId field and uses it to set the store key field of the access beans. The Store Identifier in which the tickler reason is defined.
        Parameters:
        newStoreId - store ID