Class CallContext

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class CallContext
    extends java.lang.Object
    implements java.io.Serializable
    Abstract class for CallContext which is assigned to each thread and allows multilinguality support and more.
    Version:
    $Id: $Id
    Author:
    another
    See Also:
    Serialized Form
    • Constructor Detail

      • CallContext

        public CallContext()
    • Method Detail

      • reset

        public void reset()

        reset.

      • getCurrentLanguage

        public java.lang.String getCurrentLanguage()

        Getter for the field currentLanguage.

        Returns:
        a String object.
      • setCurrentLanguage

        public void setCurrentLanguage​(java.lang.String currentLanguage)

        Setter for the field currentLanguage.

        Parameters:
        currentLanguage - a String object.
      • getDefaultLanguage

        public abstract java.lang.String getDefaultLanguage()

        getDefaultLanguage.

        Returns:
        a String object.
      • getSupportedLanguages

        public abstract java.util.List<java.lang.String> getSupportedLanguages()

        getSupportedLanguages.

        Returns:
        a List object.
      • setDbContext

        public void setDbContext​(DBContext aDbContent)

        Setter for the field dbContext.

        Parameters:
        aDbContent - a DBContext object.
      • getDbContext

        public DBContext getDbContext()

        Getter for the field dbContext.

        Returns:
        a DBContext object.
      • getCurrentAuthor

        public java.lang.String getCurrentAuthor()

        Getter for the field currentAuthor.

        Returns:
        a String object.
      • setCurrentAuthor

        public void setCurrentAuthor​(java.lang.String currentAuthor)

        Setter for the field currentAuthor.

        Parameters:
        currentAuthor - a String object.
      • getBrandConfig

        public BrandConfig getBrandConfig()

        Getter for the field brandConfig.

        Returns:
        a BrandConfig object.
      • setBrandConfig

        public void setBrandConfig​(BrandConfig brandConfig)

        Setter for the field brandConfig.

        Parameters:
        brandConfig - a BrandConfig object.