Package com.skava.constants
Class NotificationConstants
java.lang.Object
com.skava.constants.NotificationConstants
- All Implemented Interfaces:
Serializable
The Class NotificationConstants consists of response codes for Notification which are
used to give success/failure message.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The constant ACTIONstatic final String
CLEAR_CACHE_SUCCESSstatic final long
The Constant COLLECTION_DESCRIPTION_MAX_LENGTHstatic final long
The Constant COLLECTION_NAME_MAX_LENGTHstatic final long
The Constant COLLECTION_NAME_MIN_LENGTHstatic final String
The constant COLLECTIONSstatic final String
The Constant COLLECTIONS_ENTITY.static final int
DEFAULT_SIZEstatic final String
The constant EVENTstatic final String
The constant EVENT_ACTION_ATTRIBUTEstatic final String
The Constant FILTER_COLLECTION_ID.static final String
This variable holds the description for request parameter filter/searchstatic final String
FINDALL_COLLECTIONstatic final String
The Constant HEADER_X_COLLECTION_ID.static final String
The Constant MSG_FALLBACK_REQUEST.static final String
NOTIFICATION_API_VERSIONstatic final String
This variable holds the description for Query DSL filterstatic final int
The Constant QDSL_GROUP_1static final int
The Constant QDSL_GROUP_2static final int
The Constant QDSL_GROUP_3static final int
The Constant QDSL_GROUP_4static final String
SMS_MACRO_CLOSEstatic final String
SMS_MACRO_OPENstatic final long
SORT_LENGTHstatic final String
The Constant SORTING_ASC.static final String
The Constant SORTING_DSC.static final String
The Constant SPEC_COLONstatic final String
The Constant SPEC_COMAstatic final String
The constant STATUS_ACTIVEstatic final String
The constant STR_ACTION_CONFIGNAMEstatic final String
The constant STR_ACTION_DESCRIPTIONstatic final String
The constant STR_ACTION_NAMEstatic final String
The constant STR_ACTION_TEMPLATEstatic final String
STR_METHOD_FALL_BACKstatic final String
STR_METHOD_FALL_BACK_COMMAND_KEYstatic final String
The Constant X_TOTAL_COUNT. -
Method Summary
Modifier and TypeMethodDescriptioncacheNames - It is used to return the cache names used in notification.
-
Field Details
-
MSG_INTERNAL_SERVER_ERROR
The Constant MSG_FALLBACK_REQUEST.- See Also:
-
STR_METHOD_FALL_BACK
STR_METHOD_FALL_BACK- See Also:
-
NOTIFICATION_API_VERSION
NOTIFICATION_API_VERSION- See Also:
-
STR_METHOD_FALL_BACK_COMMAND_KEY
STR_METHOD_FALL_BACK_COMMAND_KEY- See Also:
-
HEADER_X_COLLECTION_ID
The Constant HEADER_X_COLLECTION_ID.- See Also:
-
X_TOTAL_COUNT
The Constant X_TOTAL_COUNT.- See Also:
-
FILTER_COLLECTION_ID
The Constant FILTER_COLLECTION_ID.- See Also:
-
COLLECTIONS_ENTITY
The Constant COLLECTIONS_ENTITY.- See Also:
-
SORTING_ASC
The Constant SORTING_ASC.- See Also:
-
SORTING_DESC
The Constant SORTING_DSC.- See Also:
-
SMS_MACRO_OPEN
SMS_MACRO_OPEN- See Also:
-
SMS_MACRO_CLOSE
SMS_MACRO_CLOSE- See Also:
-
CLEAR_CACHE_SUCCESS
CLEAR_CACHE_SUCCESS- See Also:
-
FINDALL_COLLECTION
FINDALL_COLLECTION- See Also:
-
DEFAULT_SIZE
public static final int DEFAULT_SIZEDEFAULT_SIZE- See Also:
-
SORT_LENGTH
public static final long SORT_LENGTHSORT_LENGTH- See Also:
-
COLLECTIONS
The constant COLLECTIONS- See Also:
-
EVENT
The constant EVENT- See Also:
-
ACTION
The constant ACTION- See Also:
-
EVENT_ACTION_ATTRIBUTE
The constant EVENT_ACTION_ATTRIBUTE- See Also:
-
STATUS_ACTIVE
The constant STATUS_ACTIVE- See Also:
-
STR_ACTION_NAME
The constant STR_ACTION_NAME- See Also:
-
STR_ACTION_DESCRIPTION
The constant STR_ACTION_DESCRIPTION- See Also:
-
STR_ACTION_CONFIGNAME
The constant STR_ACTION_CONFIGNAME- See Also:
-
STR_ACTION_TEMPLATE
The constant STR_ACTION_TEMPLATE- See Also:
-
FILTER_DESC
This variable holds the description for request parameter filter/search- See Also:
-
QDSL_FILTER_DESC
This variable holds the description for Query DSL filter- See Also:
-
COLLECTION_NAME_MIN_LENGTH
public static final long COLLECTION_NAME_MIN_LENGTHThe Constant COLLECTION_NAME_MIN_LENGTH- See Also:
-
COLLECTION_NAME_MAX_LENGTH
public static final long COLLECTION_NAME_MAX_LENGTHThe Constant COLLECTION_NAME_MAX_LENGTH- See Also:
-
COLLECTION_DESCRIPTION_MAX_LENGTH
public static final long COLLECTION_DESCRIPTION_MAX_LENGTHThe Constant COLLECTION_DESCRIPTION_MAX_LENGTH- See Also:
-
QDSL_GROUP_1
public static final int QDSL_GROUP_1The Constant QDSL_GROUP_1- See Also:
-
QDSL_GROUP_2
public static final int QDSL_GROUP_2The Constant QDSL_GROUP_2- See Also:
-
QDSL_GROUP_3
public static final int QDSL_GROUP_3The Constant QDSL_GROUP_3- See Also:
-
QDSL_GROUP_4
public static final int QDSL_GROUP_4The Constant QDSL_GROUP_4- See Also:
-
SPEC_COLON
The Constant SPEC_COLON- See Also:
-
SPEC_COMA
The Constant SPEC_COMA- See Also:
-
-
Method Details
-
cacheNames
cacheNames - It is used to return the cache names used in notification.- Returns:
- a set of cache names.
-