Package com.skava.accounts.constant
Class ResponseCode
java.lang.Object
com.skava.accounts.constant.ResponseCode
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountBuyerResponseCode
,AccountPropertiesResponseCode
,AccountResponseCode
,AccountSellerResponseCode
,AccountTypeResponseCode
,AddressResponseCode
,AttributeResponseCode
,BudgetResponseCode
,CollectionResponseCode
,ContractPropertiesResponseCode
,ContractResponseCode
,CostCentreResponseCode
,PaymentResponseCode
,PaymentTermResponseCode
,PropertiesResponseCode
,TeamResponseCode
,VersionResponseCode
The Class ResponseCode consists of common response codes which are used in all other
response code classes.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The Constant ACCOUNTID_USERID_EXISTS.static final String
The Constant ERROR_LOCALE_VALIDATION.static final String
The Constant ENTITY_COMMON.static final String
The Constant ERROR_ALREADY_EXISTS.static final String
The Constant ERROR_LOCALE_VALIDATION.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_NAME.static final String
The Constant INVALID_PAGINATION_SIZE.static final String
The Constant INVALID_STATUS.static final String
The Constant INVALID_TYPEAccountPropertiesDO.java.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 SERVICE_ATTRIBUTES.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_ACCOUNTS
The Constant SERVICE_ACCOUNTS.- See Also:
-
SERVICE_ATTRIBUTES
The Constant SERVICE_ATTRIBUTES.- 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_PAGINATION_SIZE
The Constant INVALID_PAGINATION_SIZE.- See Also:
-
INVALID_DESCRIPTION
The Constant INVALID_DESCRIPTION.- See Also:
-
INVALID_TYPE
The Constant INVALID_TYPEAccountPropertiesDO.java.- See Also:
-
ERROR_LOCALE_VALIDATION
The Constant ERROR_LOCALE_VALIDATION.- See Also:
-
ACCOUNTS_ERROR_LOCALE_VALIDATION
The Constant ERROR_LOCALE_VALIDATION.- See Also:
-
-
Constructor Details
-
ResponseCode
public ResponseCode()
-
-
Method Details