| |
|
| java.lang.Object org.emforge.base.PrimitiveImpl ru.emdev.EmForge.security.dao.Role
ROLE_NAME_POSTFIX | final protected static String ROLE_NAME_POSTFIX(Code) | | |
ROLE_NAME_PREFIX | final protected static String ROLE_NAME_PREFIX(Code) | | |
ROLE_TYPE_PROJECT | final public static Integer ROLE_TYPE_PROJECT(Code) | | |
ROLE_VARNAME_SEPARATOR | final protected static String ROLE_VARNAME_SEPARATOR(Code) | | |
getDecoratedName | public String getDecoratedName()(Code) | | Adds prefix and postfix to display name of the role
Decorated role name |
getRoleNameFromVariableName | public static String getRoleNameFromVariableName(String i_variableName)(Code) | | Returns name of role from assign_to variable name
Parameters: i_variableName - role name |
getVariableName | public static String getVariableName(String i_roleName)(Code) | | Retrives role variable name by specified role name
Role variable name |
getVariableName | public String getVariableName()(Code) | | Retrives role variable name of this role
Role variable name |
isVariableName | public static boolean isVariableName(String i_name)(Code) | | Checks if the specified name is "AssignTo" variable
True if the specified name is "AssignTo" variable |
setRoleType | public void setRoleType(Integer roleType)(Code) | | Parameters: roleType - |
|
|
|