public static enum OXResellerException.Code extends java.lang.Enum<OXResellerException.Code>
Enum Constant and Description |
---|
CANNOT_SET_PARENTID_TO_SUBSUBADMIN
Cannot change parentId to id of subsubadmin
|
CONTEXT_DOES_NOT_BELONG
ContextID %1$s does not belong to %2$s
|
DATABASE_ALREADY_CONTAINS_RESTRICTIONS
Database already contains restrictions.
|
EITHER_ADD_EDIT_OR_REMOVE
Either add, edit or remove restrictions
|
MAXIMUM_NUMBER_CONTEXT_REACHED
Maximum number of contexts reached: %1$s
|
MAXIMUM_NUMBER_OF_SUBADMIN_PER_SUBADMIN_REACHED
Maximum number of subadmins per subadmin reached: %1$s
|
MAXIMUM_NUMBER_OF_USERS_BY_MODULEACCESS_PER_CONTEXT_REACHED
Maximum number of users by moduleaccess per context reached: %1$s
|
MAXIMUM_NUMBER_OF_USERS_PER_CONTEXT_REACHED
Maximum number of users per context reached: %1$s
|
MAXIMUM_OVERALL_CONTEXT_QUOTA
Maximum overall context quota reached: %1$s
|
MAXIMUM_OVERALL_NUMBER_OF_CONTEXT_REACHED
Maximum overall number of users reached: %1$s
|
MAXIMUM_OVERALL_NUMBER_OF_USERS_BY_MODULEACCESS_REACHED
Maximum overall number of users by moduleaccess reached: %1$s
|
MAXIMUM_OVERALL_NUMBER_OF_USERS_REACHED
Maximum overall number of users reached: %1$s
|
MODULE_ACCESS_NOT_NULL
UserModuleAccess must not be null
|
MODULE_ACCESS_RESTRICTIONS_IN_USE
The following restrictions are going to be removed, but still are in use: %1$s
|
NO_RESTRICTIONS_AVAILABLE_TO
No restrictions available to %1$s.
|
RESELLER_ADMIN_EXISTS
Reseller admin already exists: %1$s
|
RESELLER_ADMIN_NOT_EXIST
Reseller admin does not exist: %1$s
|
RESTRICTION_ALREADY_CONTAINED
"The element %1$s is already contained"
|
RESTRICTION_NOT_CONTAINED
The element %1$s is not contained in the current restrictions and thus cannot be edited
|
SUBADMIN_DOES_NOT_BELONG_TO_SUBADMIN
Subadmin %1$s does not belong to %2$s
|
SUBADMIN_NOT_ALLOWED_TO_CREATE_SUBADMIN
Subadmin %s is not allowed to create subadmins
|
SUBAMIN_NOT_ALLOWED_TO_CHANGE_PARENTID
Subadmins cannot change parentId
|
SUBSUBADMIN_NOT_ALLOWED_TO_CHANGE_RESTRICTIONS
Subsubadmins cannot change restrictions
|
UNABLE_TO_DELETE
Unable to delete %1$s, still owns Context(s)
|
UNABLE_TO_LOAD_AVAILABLE_RESTRICTIONS_FROM_DATABASE
Unable to load available restrictions from database
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText() |
static OXResellerException.Code |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OXResellerException.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OXResellerException.Code UNABLE_TO_LOAD_AVAILABLE_RESTRICTIONS_FROM_DATABASE
public static final OXResellerException.Code RESELLER_ADMIN_EXISTS
public static final OXResellerException.Code RESELLER_ADMIN_NOT_EXIST
public static final OXResellerException.Code CONTEXT_DOES_NOT_BELONG
public static final OXResellerException.Code MAXIMUM_OVERALL_CONTEXT_QUOTA
public static final OXResellerException.Code MAXIMUM_NUMBER_CONTEXT_REACHED
public static final OXResellerException.Code MAXIMUM_OVERALL_NUMBER_OF_CONTEXT_REACHED
public static final OXResellerException.Code MAXIMUM_OVERALL_NUMBER_OF_USERS_REACHED
public static final OXResellerException.Code MAXIMUM_OVERALL_NUMBER_OF_USERS_BY_MODULEACCESS_REACHED
public static final OXResellerException.Code MAXIMUM_NUMBER_OF_USERS_PER_CONTEXT_REACHED
public static final OXResellerException.Code MAXIMUM_NUMBER_OF_USERS_BY_MODULEACCESS_PER_CONTEXT_REACHED
public static final OXResellerException.Code UNABLE_TO_DELETE
public static final OXResellerException.Code DATABASE_ALREADY_CONTAINS_RESTRICTIONS
public static final OXResellerException.Code NO_RESTRICTIONS_AVAILABLE_TO
public static final OXResellerException.Code EITHER_ADD_EDIT_OR_REMOVE
public static final OXResellerException.Code RESTRICTION_NOT_CONTAINED
public static final OXResellerException.Code RESTRICTION_ALREADY_CONTAINED
public static final OXResellerException.Code MODULE_ACCESS_NOT_NULL
public static final OXResellerException.Code MODULE_ACCESS_RESTRICTIONS_IN_USE
public static final OXResellerException.Code SUBADMIN_NOT_ALLOWED_TO_CREATE_SUBADMIN
public static final OXResellerException.Code SUBSUBADMIN_NOT_ALLOWED_TO_CHANGE_RESTRICTIONS
public static final OXResellerException.Code MAXIMUM_NUMBER_OF_SUBADMIN_PER_SUBADMIN_REACHED
public static final OXResellerException.Code SUBADMIN_DOES_NOT_BELONG_TO_SUBADMIN
public static final OXResellerException.Code SUBAMIN_NOT_ALLOWED_TO_CHANGE_PARENTID
public static final OXResellerException.Code CANNOT_SET_PARENTID_TO_SUBSUBADMIN
public static OXResellerException.Code[] values()
for (OXResellerException.Code c : OXResellerException.Code.values()) System.out.println(c);
public static OXResellerException.Code valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final java.lang.String getText()