Package com.skava.constants
Class ResponseCode
java.lang.Object
com.skava.constants.ResponseCode
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionResponseCode
,CollectionResponseCode
,EventResponseCode
The Class ResponseCode consists of common response codes which are
used in other response code models.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The Constant ACCOUNTID_USERID_EXISTS.static final String
The Constant ENTITY_COMMON.static final String
The Constant ERROR_ALREADY_EXISTS.static final String
The Constant ERROR_NOT_FOUND.static final String
The Constant ERROR_UNKNOWN.static final String
The Constant ERROR_VALIDATION.static final String
The Constant INVALID_DESCRIPTION.static final String
The Constant INVALID_FILTER.static final String
The Constant INVALID_NAME.static final String
The Constant INVALID_STATUS.static final String
The Constant INVALID_USERID.static final String
OPERATION_ACTIVATE.static final String
The Constant OPERATION_COMMON.static final String
OPERATION_CREATE.static final String
OPERATION_DEACTIVATE.static final String
OPERATION_DELETE.static final String
OPERATION_FIND.static final String
OPERATION_LOAD.static final String
OPERATION_UPDATE.static final String
The Constant REASON_SUFFIX.static final String
The Constant SERVICE_ACCOUNTS.static final String
The Constant SUCCESS_CODE. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getMessage
(org.springframework.context.MessageSource messageSource, String responseCode, String locale) Gets the message.
-
Field Details
-
REASON_SUFFIX
The Constant REASON_SUFFIX.- See Also:
-
SERVICE_NOTIFICATION
The Constant SERVICE_ACCOUNTS.- See Also:
-
ENTITY_COMMON
The Constant ENTITY_COMMON.- See Also:
-
OPERATION_CREATE
OPERATION_CREATE.- See Also:
-
OPERATION_FIND
OPERATION_FIND.- See Also:
-
OPERATION_LOAD
OPERATION_LOAD.- See Also:
-
OPERATION_UPDATE
OPERATION_UPDATE.- See Also:
-
OPERATION_DELETE
OPERATION_DELETE.- See Also:
-
OPERATION_ACTIVATE
OPERATION_ACTIVATE.- See Also:
-
OPERATION_DEACTIVATE
OPERATION_DEACTIVATE.- See Also:
-
OPERATION_COMMON
The Constant OPERATION_COMMON.- See Also:
-
SUCCESS_CODE
The Constant SUCCESS_CODE.- See Also:
-
ERROR_ALREADY_EXISTS
The Constant ERROR_ALREADY_EXISTS.- See Also:
-
ERROR_NOT_FOUND
The Constant ERROR_NOT_FOUND.- See Also:
-
ERROR_VALIDATION
The Constant ERROR_VALIDATION.- See Also:
-
ERROR_UNKNOWN
The Constant ERROR_UNKNOWN.- See Also:
-
INVALID_NAME
The Constant INVALID_NAME.- See Also:
-
INVALID_STATUS
The Constant INVALID_STATUS.- See Also:
-
INVALID_USERID
The Constant INVALID_USERID.- See Also:
-
ACCOUNTID_USERID_EXISTS
The Constant ACCOUNTID_USERID_EXISTS.- See Also:
-
INVALID_DESCRIPTION
The Constant INVALID_DESCRIPTION.- See Also:
-
INVALID_FILTER
The Constant INVALID_FILTER.- See Also:
-
-
Constructor Details
-
ResponseCode
public ResponseCode()
-
-
Method Details