Package co.ecg.alpaca.core.model
Class ModelConstants
java.lang.Object
co.ecg.alpaca.core.model.ModelConstants
ModelConstants class.
- Version:
- $Id: $Id
- Author:
- mkeathley
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstantBW_ANNOUNCEMENT_FILE_MESSAGE="The announcement name must be between 1"{trunked}static final StringConstantBW_ANNOUNCEMENT_FILE_REGEX="^[^%+\\\\/]{1,80}$"static final StringConstantBW_CALLING_LINE_ID_MESSAGE="The Calling Line ID must be between 1 a"{trunked}static final StringConstantBW_CALLING_LINE_ID_REGEX="(?static final StringConstantBW_DEPARTMENT_ID_MESSAGE="The Department ID must be between 1 and"{trunked}static final StringConstantBW_DEPARTMENT_ID_REGEX="[^\\\\%+()\"]{1,50}$"static final StringConstantBW_EMAIL_ADDRESS_MESSAGE="The email address can contain only one "{trunked}static final StringConstantBW_EMAIL_ADDRESS_REGEX=""static final StringConstantBW_ENTERPRISE_MESSAGE="BroadWorks Service Provider ID must beg"{trunked}static final StringConstantBW_ENTERPRISE_REGEX="(?static final StringConstantBW_GROUP_MESSAGE="BroadWorks Group ID must begin with a -"{trunked}static final StringConstantBW_GROUP_REGEX="(?static final StringConstantBW_PHONE_NUMBER_MESSAGE="A phone number used for outgoing calls "{trunked}static final StringConstantBW_PHONE_NUMBER_REGEX=""static final StringConstantBW_REGISTRATION_CONTACT_REGEX=""static final StringConstantBW_SIPURI_MESSAGE="The SIP URI must be between 3 and 161 c"{trunked}static final StringConstantBW_SIPURI_REGEX=""static final StringConstantBW_USER_ALIAS_MESSAGE="The user alias cannot contain any chara"{trunked}static final StringConstantBW_USER_ALIAS_REGEX=""static final StringConstantBW_USER_MESSAGE="The User ID must be between the cluster"{trunked}static final StringConstantBW_USER_REGEX="^[\\w\\-%+\\/$;#invalid input: '&'=?.static final StringConstantCLUSTER_MESSAGE="Nickname can only contain hyphens, peri"{trunked}static final StringConstantCLUSTER_REGEX="^[ _.A-Za-z0-9-]*$"static final StringConstantLOGIN_MESSAGE="Username may only contain underscores, "{trunked}static final StringConstantLOGIN_REGEX="^[_'.static final StringConstantNAME_MESSAGE="Name can only contain letters, spaces, "{trunked}static final StringConstantNAME_REGEX="^[\\p{L}static final StringConstantREGISTRATION_CONTACT="The static registration contact must be"{trunked}static final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOGIN_REGEX
ConstantLOGIN_REGEX="^[_'.@A-Za-z0-9-]*$"- See Also:
-
LOGIN_MESSAGE
ConstantLOGIN_MESSAGE="Username may only contain underscores, "{trunked}- See Also:
-
CLUSTER_REGEX
ConstantCLUSTER_REGEX="^[ _.A-Za-z0-9-]*$"- See Also:
-
CLUSTER_MESSAGE
ConstantCLUSTER_MESSAGE="Nickname can only contain hyphens, peri"{trunked}- See Also:
-
ROLE_REGEX
- See Also:
-
ROLE_MESSAGE
- See Also:
-
NAME_REGEX
ConstantNAME_REGEX="^[\\p{L} .'-]+$"- See Also:
-
NAME_MESSAGE
ConstantNAME_MESSAGE="Name can only contain letters, spaces, "{trunked}- See Also:
-
BW_ENTERPRISE_REGEX
ConstantBW_ENTERPRISE_REGEX="(?=[ -~]) + // Only accept A"{trunked}- See Also:
-
BW_ENTERPRISE_MESSAGE
ConstantBW_ENTERPRISE_MESSAGE="BroadWorks Service Provider ID must beg"{trunked}- See Also:
-
BW_GROUP_REGEX
ConstantBW_GROUP_REGEX="(?=[ -~])(?!.*::)^[\\w\\-]{1,1}[^%+\\\\"{trunked}- See Also:
-
BW_GROUP_MESSAGE
ConstantBW_GROUP_MESSAGE="BroadWorks Group ID must begin with a -"{trunked}- See Also:
-
BW_USER_REGEX
ConstantBW_USER_REGEX="^[\\w\\-%+\\/$;#invalid input: '&'=?.|~!`^{}']{1,80}@{0,"{trunked}- See Also:
-
BW_USER_MESSAGE
ConstantBW_USER_MESSAGE="The User ID must be between the cluster"{trunked}- See Also:
-
BW_CALLING_LINE_ID_REGEX
ConstantBW_CALLING_LINE_ID_REGEX="(?=[ -~])^[^\\\\%+\"]{1,30}$"- See Also:
-
BW_CALLING_LINE_ID_MESSAGE
ConstantBW_CALLING_LINE_ID_MESSAGE="The Calling Line ID must be between 1 a"{trunked}- See Also:
-
BW_DEPARTMENT_ID_REGEX
ConstantBW_DEPARTMENT_ID_REGEX="[^\\\\%+()\"]{1,50}$"- See Also:
-
BW_DEPARTMENT_ID_MESSAGE
ConstantBW_DEPARTMENT_ID_MESSAGE="The Department ID must be between 1 and"{trunked}- See Also:
-
BW_EMAIL_ADDRESS_REGEX
ConstantBW_EMAIL_ADDRESS_REGEX=""- See Also:
-
BW_EMAIL_ADDRESS_MESSAGE
ConstantBW_EMAIL_ADDRESS_MESSAGE="The email address can contain only one "{trunked}- See Also:
-
BW_PHONE_NUMBER_REGEX
ConstantBW_PHONE_NUMBER_REGEX=""- See Also:
-
BW_PHONE_NUMBER_MESSAGE
ConstantBW_PHONE_NUMBER_MESSAGE="A phone number used for outgoing calls "{trunked}- See Also:
-
BW_USER_ALIAS_REGEX
ConstantBW_USER_ALIAS_REGEX=""- See Also:
-
BW_USER_ALIAS_MESSAGE
ConstantBW_USER_ALIAS_MESSAGE="The user alias cannot contain any chara"{trunked}- See Also:
-
BW_SIPURI_REGEX
ConstantBW_SIPURI_REGEX=""- See Also:
-
BW_SIPURI_MESSAGE
ConstantBW_SIPURI_MESSAGE="The SIP URI must be between 3 and 161 c"{trunked}- See Also:
-
BW_REGISTRATION_CONTACT_REGEX
ConstantBW_REGISTRATION_CONTACT_REGEX=""- See Also:
-
REGISTRATION_CONTACT
ConstantREGISTRATION_CONTACT="The static registration contact must be"{trunked}- See Also:
-
BW_ANNOUNCEMENT_FILE_REGEX
ConstantBW_ANNOUNCEMENT_FILE_REGEX="^[^%+\\\\/]{1,80}$"- See Also:
-
BW_ANNOUNCEMENT_FILE_MESSAGE
ConstantBW_ANNOUNCEMENT_FILE_MESSAGE="The announcement name must be between 1"{trunked}- See Also:
-
-
Constructor Details
-
ModelConstants
public ModelConstants()
-