Package com.proxemo.todo4.bom
Class Configuration
- java.lang.Object
-
- com.proxemo.todo4.bom.Configuration
-
public class Configuration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
APPLICATIONNAME
static java.lang.String
DEFAULT_COUNTRY
static java.lang.CharSequence
DEFAULT_COUNTRY_TEL_PREFIX
static java.lang.String
DEFAULT_LANGUAGE
static boolean
DEVELOPMENT
static java.lang.String
DUMMY_RETURN_STRING
static java.lang.Object
EMPTY_CONTENT
static java.lang.String
EMPTY_FORM
static int
MAX_BYTES_INDEXER
static int
MAX_FILE_SIZE
static int
MAX_FULLTEXT_DOC_LENGTH
static int
MAX_REMEMBERME_IDS
static int
MAX_UPLOAD_NO_OF_FILES
static int
MAX_UPLOAD_SIZE_MB
static java.lang.String
MONTHLYREPORT_CRON_PATTERN
static java.lang.String
NOTIFICATION_INFO
static java.lang.String
NOTIFICATION_SEVERE
static java.lang.String
NOTIFICATION_WARNING
static java.lang.String
OK
static java.lang.String
PARAM_EXPERT
static java.lang.String
PARAM_INQUIRYID
static java.lang.String
PARAM_TASKID
static int
POLLINTERVALL
static java.lang.String
PUSH_PRIVATE_KEY
static java.lang.String
PUSH_PUBLIC_KEY
static java.lang.String
PUSH_SUBJECT
static int
STATISTICS_CACHE_UPDATE_INTERVALL_MINUTES
static int
STATISTICS_VIEW_UPDATE_INTERVALL_MINUTES
static java.lang.String
XML_ROOT_NODE
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.time.ZoneId
getZoneId()
-
-
-
Field Detail
-
DEVELOPMENT
public static boolean DEVELOPMENT
-
DEFAULT_COUNTRY
public static final java.lang.String DEFAULT_COUNTRY
- See Also:
- Constant Field Values
-
DEFAULT_COUNTRY_TEL_PREFIX
public static final java.lang.CharSequence DEFAULT_COUNTRY_TEL_PREFIX
-
DUMMY_RETURN_STRING
public static final java.lang.String DUMMY_RETURN_STRING
- See Also:
- Constant Field Values
-
DEFAULT_LANGUAGE
public static final java.lang.String DEFAULT_LANGUAGE
- See Also:
- Constant Field Values
-
MAX_FILE_SIZE
public static final int MAX_FILE_SIZE
- See Also:
- Constant Field Values
-
POLLINTERVALL
public static final int POLLINTERVALL
- See Also:
- Constant Field Values
-
XML_ROOT_NODE
public static final java.lang.String XML_ROOT_NODE
- See Also:
- Constant Field Values
-
PUSH_PUBLIC_KEY
public static final java.lang.String PUSH_PUBLIC_KEY
- See Also:
- Constant Field Values
-
PUSH_PRIVATE_KEY
public static final java.lang.String PUSH_PRIVATE_KEY
- See Also:
- Constant Field Values
-
PUSH_SUBJECT
public static final java.lang.String PUSH_SUBJECT
- See Also:
- Constant Field Values
-
MAX_BYTES_INDEXER
public static final int MAX_BYTES_INDEXER
- See Also:
- Constant Field Values
-
MAX_UPLOAD_NO_OF_FILES
public static final int MAX_UPLOAD_NO_OF_FILES
- See Also:
- Constant Field Values
-
MAX_UPLOAD_SIZE_MB
public static final int MAX_UPLOAD_SIZE_MB
- See Also:
- Constant Field Values
-
PARAM_TASKID
public static final java.lang.String PARAM_TASKID
- See Also:
- Constant Field Values
-
PARAM_INQUIRYID
public static final java.lang.String PARAM_INQUIRYID
- See Also:
- Constant Field Values
-
PARAM_EXPERT
public static final java.lang.String PARAM_EXPERT
- See Also:
- Constant Field Values
-
MAX_FULLTEXT_DOC_LENGTH
public static final int MAX_FULLTEXT_DOC_LENGTH
- See Also:
- Constant Field Values
-
OK
public static final java.lang.String OK
- See Also:
- Constant Field Values
-
APPLICATIONNAME
public static final java.lang.String APPLICATIONNAME
- See Also:
- Constant Field Values
-
NOTIFICATION_INFO
public static final java.lang.String NOTIFICATION_INFO
- See Also:
- Constant Field Values
-
NOTIFICATION_WARNING
public static final java.lang.String NOTIFICATION_WARNING
- See Also:
- Constant Field Values
-
NOTIFICATION_SEVERE
public static final java.lang.String NOTIFICATION_SEVERE
- See Also:
- Constant Field Values
-
STATISTICS_CACHE_UPDATE_INTERVALL_MINUTES
public static final int STATISTICS_CACHE_UPDATE_INTERVALL_MINUTES
- See Also:
- Constant Field Values
-
STATISTICS_VIEW_UPDATE_INTERVALL_MINUTES
public static final int STATISTICS_VIEW_UPDATE_INTERVALL_MINUTES
- See Also:
- Constant Field Values
-
MONTHLYREPORT_CRON_PATTERN
public static final java.lang.String MONTHLYREPORT_CRON_PATTERN
- See Also:
- Constant Field Values
-
MAX_REMEMBERME_IDS
public static final int MAX_REMEMBERME_IDS
- See Also:
- Constant Field Values
-
EMPTY_FORM
public static final java.lang.String EMPTY_FORM
- See Also:
- Constant Field Values
-
EMPTY_CONTENT
public static final java.lang.Object EMPTY_CONTENT
-
-