public class ContractFacadeConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACCESS_PROFILE
Access Profile constant
|
static java.lang.String |
ACCESS_PROFILE_ALL_INFOMATION
This constants represents an access profile that returns all
information about the contracts being returned.
|
static java.lang.String |
ACCESS_PROFILE_DEFAULT
This constants if the default access profile when one is not specified.
|
static java.lang.String |
ACCESS_PROFILE_DETAIL_INFOMATION
This constants represents an access profile that returns detail
information about the contracts being returned.
|
static java.lang.String |
ACCESS_PROFILE_SUMMARY_INFOMATION
This constants represents an access profile that returns summary
information about the contracts being returned.
|
static java.lang.String |
COMPONENT_NAME
The component name for the Contract component.
|
static java.lang.String |
KEY_INVALID_PARAMETER_VALUE
This constant represents the parameter name that represents the INVALID_PARAMETER_VALUE;
|
static java.lang.String |
PARAM_NAME_IS_ENTITLED_CONTRACTS
Extra parameter is entitled Contracts
|
static java.lang.String |
PARAM_NAME_UNIQUE_ID
contract Id
|
Constructor and Description |
---|
ContractFacadeConstants() |
public static final java.lang.String COMPONENT_NAME
public static final java.lang.String ACCESS_PROFILE
public static final java.lang.String ACCESS_PROFILE_DETAIL_INFOMATION
public static final java.lang.String ACCESS_PROFILE_SUMMARY_INFOMATION
public static final java.lang.String ACCESS_PROFILE_ALL_INFOMATION
public static final java.lang.String ACCESS_PROFILE_DEFAULT
public static final java.lang.String PARAM_NAME_UNIQUE_ID
public static final java.lang.String PARAM_NAME_IS_ENTITLED_CONTRACTS
public static final java.lang.String KEY_INVALID_PARAMETER_VALUE