Package co.ecg.alpaca.core.web.shared
Class ModelConstants
- java.lang.Object
-
- co.ecg.alpaca.core.web.shared.ModelConstants
-
public class ModelConstants extends Object
ModelConstants class.
- Version:
- $Id: $Id
- Author:
- mkeathley
-
-
Field Summary
Fields Modifier and Type Field Description static StringBW_ANNOUNCEMENT_FILE_MESSAGEConstantBW_ANNOUNCEMENT_FILE_MESSAGE="The announcement name must be between 1"{trunked}static StringBW_ANNOUNCEMENT_FILE_REGEXConstantBW_ANNOUNCEMENT_FILE_REGEX="^[^%+\\\\/]{1,80}$"static StringBW_CALLING_LINE_ID_MESSAGEConstantBW_CALLING_LINE_ID_MESSAGE="The Calling Line ID must be between 1 a"{trunked}static StringBW_CALLING_LINE_ID_REGEXConstantBW_CALLING_LINE_ID_REGEX="(?=[ -~])^[^\\\\%+\"]{1,30}$"static StringBW_DEPARTMENT_ID_MESSAGEConstantBW_DEPARTMENT_ID_MESSAGE="The Department ID must be between 1 and"{trunked}static StringBW_DEPARTMENT_ID_REGEXConstantBW_DEPARTMENT_ID_REGEX="[^\\\\%+()\"]{1,50}$"static StringBW_EMAIL_ADDRESS_MESSAGEConstantBW_EMAIL_ADDRESS_MESSAGE="The email address can contain only one "{trunked}static StringBW_EMAIL_ADDRESS_REGEXConstantBW_EMAIL_ADDRESS_REGEX=""static StringBW_ENTERPRISE_MESSAGEConstantBW_ENTERPRISE_MESSAGE="BroadWorks Service Provider ID must beg"{trunked}static StringBW_ENTERPRISE_REGEXConstantBW_ENTERPRISE_REGEX="(?=[ -~]) + // Only accept A"{trunked}static StringBW_GROUP_MESSAGEConstantBW_GROUP_MESSAGE="BroadWorks Group ID must begin with a -"{trunked}static StringBW_GROUP_REGEXConstantBW_GROUP_REGEX="(?=[ -~])(?!.*::)^[\\w\\-]{1,1}[^%+\\\\"{trunked}static StringBW_PHONE_NUMBER_MESSAGEConstantBW_PHONE_NUMBER_MESSAGE="A phone number used for outgoing calls "{trunked}static StringBW_PHONE_NUMBER_REGEXConstantBW_PHONE_NUMBER_REGEX=""static StringBW_REGISTRATION_CONTACT_REGEXConstantBW_REGISTRATION_CONTACT_REGEX=""static StringBW_SIPURI_MESSAGEConstantBW_SIPURI_MESSAGE="The SIP URI must be between 3 and 161 c"{trunked}static StringBW_SIPURI_REGEXConstantBW_SIPURI_REGEX=""static StringBW_USER_ALIAS_MESSAGEConstantBW_USER_ALIAS_MESSAGE="The user alias cannot contain any chara"{trunked}static StringBW_USER_ALIAS_REGEXConstantBW_USER_ALIAS_REGEX=""static StringBW_USER_MESSAGEConstantBW_USER_MESSAGE="The User ID must be between the cluster"{trunked}static StringBW_USER_REGEXConstantBW_USER_REGEX="^[\\w\\-%+\\/$;#&=?.|~!`^{}']{1,80}@{0,"{trunked}static StringCLUSTER_MESSAGEConstantCLUSTER_MESSAGE="Nickname can only contain hyphens, peri"{trunked}static StringCLUSTER_REGEXConstantCLUSTER_REGEX="^[ _.A-Za-z0-9-]*$"static StringLOGIN_MESSAGEConstantLOGIN_MESSAGE="Username may only contain underscores, "{trunked}static StringLOGIN_REGEXConstantLOGIN_REGEX="^[_'.@A-Za-z0-9-]*$"static StringNAME_MESSAGEConstantNAME_MESSAGE="Name can only contain letters, spaces, "{trunked}static StringNAME_REGEXConstantNAME_REGEX="^[\\p{L} .'-]+$"static StringREGISTRATION_CONTACTConstantREGISTRATION_CONTACT="The static registration contact must be"{trunked}static StringROLE_MESSAGEstatic StringROLE_REGEX
-
Constructor Summary
Constructors Constructor Description ModelConstants()
-
-
-
Field Detail
-
LOGIN_REGEX
public static final String LOGIN_REGEX
ConstantLOGIN_REGEX="^[_'.@A-Za-z0-9-]*$"- See Also:
- Constant Field Values
-
LOGIN_MESSAGE
public static final String LOGIN_MESSAGE
ConstantLOGIN_MESSAGE="Username may only contain underscores, "{trunked}- See Also:
- Constant Field Values
-
CLUSTER_REGEX
public static final String CLUSTER_REGEX
ConstantCLUSTER_REGEX="^[ _.A-Za-z0-9-]*$"- See Also:
- Constant Field Values
-
CLUSTER_MESSAGE
public static final String CLUSTER_MESSAGE
ConstantCLUSTER_MESSAGE="Nickname can only contain hyphens, peri"{trunked}- See Also:
- Constant Field Values
-
ROLE_REGEX
public static final String ROLE_REGEX
- See Also:
- Constant Field Values
-
ROLE_MESSAGE
public static final String ROLE_MESSAGE
- See Also:
- Constant Field Values
-
NAME_REGEX
public static final String NAME_REGEX
ConstantNAME_REGEX="^[\\p{L} .'-]+$"- See Also:
- Constant Field Values
-
NAME_MESSAGE
public static final String NAME_MESSAGE
ConstantNAME_MESSAGE="Name can only contain letters, spaces, "{trunked}- See Also:
- Constant Field Values
-
BW_ENTERPRISE_REGEX
public static final String BW_ENTERPRISE_REGEX
ConstantBW_ENTERPRISE_REGEX="(?=[ -~]) + // Only accept A"{trunked}- See Also:
- Constant Field Values
-
BW_ENTERPRISE_MESSAGE
public static final String BW_ENTERPRISE_MESSAGE
ConstantBW_ENTERPRISE_MESSAGE="BroadWorks Service Provider ID must beg"{trunked}- See Also:
- Constant Field Values
-
BW_GROUP_REGEX
public static final String BW_GROUP_REGEX
ConstantBW_GROUP_REGEX="(?=[ -~])(?!.*::)^[\\w\\-]{1,1}[^%+\\\\"{trunked}- See Also:
- Constant Field Values
-
BW_GROUP_MESSAGE
public static final String BW_GROUP_MESSAGE
ConstantBW_GROUP_MESSAGE="BroadWorks Group ID must begin with a -"{trunked}- See Also:
- Constant Field Values
-
BW_USER_REGEX
public static final String BW_USER_REGEX
ConstantBW_USER_REGEX="^[\\w\\-%+\\/$;#&=?.|~!`^{}']{1,80}@{0,"{trunked}- See Also:
- Constant Field Values
-
BW_USER_MESSAGE
public static final String BW_USER_MESSAGE
ConstantBW_USER_MESSAGE="The User ID must be between the cluster"{trunked}- See Also:
- Constant Field Values
-
BW_CALLING_LINE_ID_REGEX
public static final String BW_CALLING_LINE_ID_REGEX
ConstantBW_CALLING_LINE_ID_REGEX="(?=[ -~])^[^\\\\%+\"]{1,30}$"- See Also:
- Constant Field Values
-
BW_CALLING_LINE_ID_MESSAGE
public static final String BW_CALLING_LINE_ID_MESSAGE
ConstantBW_CALLING_LINE_ID_MESSAGE="The Calling Line ID must be between 1 a"{trunked}- See Also:
- Constant Field Values
-
BW_DEPARTMENT_ID_REGEX
public static final String BW_DEPARTMENT_ID_REGEX
ConstantBW_DEPARTMENT_ID_REGEX="[^\\\\%+()\"]{1,50}$"- See Also:
- Constant Field Values
-
BW_DEPARTMENT_ID_MESSAGE
public static final String BW_DEPARTMENT_ID_MESSAGE
ConstantBW_DEPARTMENT_ID_MESSAGE="The Department ID must be between 1 and"{trunked}- See Also:
- Constant Field Values
-
BW_EMAIL_ADDRESS_REGEX
public static final String BW_EMAIL_ADDRESS_REGEX
ConstantBW_EMAIL_ADDRESS_REGEX=""- See Also:
- Constant Field Values
-
BW_EMAIL_ADDRESS_MESSAGE
public static final String BW_EMAIL_ADDRESS_MESSAGE
ConstantBW_EMAIL_ADDRESS_MESSAGE="The email address can contain only one "{trunked}- See Also:
- Constant Field Values
-
BW_PHONE_NUMBER_REGEX
public static final String BW_PHONE_NUMBER_REGEX
ConstantBW_PHONE_NUMBER_REGEX=""- See Also:
- Constant Field Values
-
BW_PHONE_NUMBER_MESSAGE
public static final String BW_PHONE_NUMBER_MESSAGE
ConstantBW_PHONE_NUMBER_MESSAGE="A phone number used for outgoing calls "{trunked}- See Also:
- Constant Field Values
-
BW_USER_ALIAS_REGEX
public static final String BW_USER_ALIAS_REGEX
ConstantBW_USER_ALIAS_REGEX=""- See Also:
- Constant Field Values
-
BW_USER_ALIAS_MESSAGE
public static final String BW_USER_ALIAS_MESSAGE
ConstantBW_USER_ALIAS_MESSAGE="The user alias cannot contain any chara"{trunked}- See Also:
- Constant Field Values
-
BW_SIPURI_REGEX
public static final String BW_SIPURI_REGEX
ConstantBW_SIPURI_REGEX=""- See Also:
- Constant Field Values
-
BW_SIPURI_MESSAGE
public static final String BW_SIPURI_MESSAGE
ConstantBW_SIPURI_MESSAGE="The SIP URI must be between 3 and 161 c"{trunked}- See Also:
- Constant Field Values
-
BW_REGISTRATION_CONTACT_REGEX
public static final String BW_REGISTRATION_CONTACT_REGEX
ConstantBW_REGISTRATION_CONTACT_REGEX=""- See Also:
- Constant Field Values
-
REGISTRATION_CONTACT
public static final String REGISTRATION_CONTACT
ConstantREGISTRATION_CONTACT="The static registration contact must be"{trunked}- See Also:
- Constant Field Values
-
BW_ANNOUNCEMENT_FILE_REGEX
public static final String BW_ANNOUNCEMENT_FILE_REGEX
ConstantBW_ANNOUNCEMENT_FILE_REGEX="^[^%+\\\\/]{1,80}$"- See Also:
- Constant Field Values
-
BW_ANNOUNCEMENT_FILE_MESSAGE
public static final String BW_ANNOUNCEMENT_FILE_MESSAGE
ConstantBW_ANNOUNCEMENT_FILE_MESSAGE="The announcement name must be between 1"{trunked}- See Also:
- Constant Field Values
-
-