Package | Description |
---|---|
de.fraunhofer.fokus.oefit.adhoc.custom |
Provides custom enumerations and service handlers to
support portlet classes
|
de.fraunhofer.fokus.oefit.particity.portlet |
Provides basic portlet classes common to all portlets
|
de.fraunhofer.fokus.oefit.particity.portlet.init |
Provides controllers for the init portlet
|
Modifier and Type | Method and Description |
---|---|
static E_Role |
CustomPortalServiceHandler.matchesRole(com.liferay.portal.model.Role cmpRole)
Check whether a Liferay-Role matches any role defined by this enum
|
static E_Role |
E_Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E_Role[] |
E_Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.liferay.portal.model.Role |
CustomPortalServiceHandler.checkRole(long userId,
long companyId,
E_Role role)
Check for a specific role name and create a regular role if not existent
|
static com.liferay.portal.model.User |
CustomPortalServiceHandler.createPortalUser(String firstName,
String lastName,
String mail,
long companyId,
long groupId,
Locale locale,
boolean sendMail,
String password,
boolean isAdmin,
E_Role defaultRole)
Creates a new portal user
|
static String |
CustomPortalServiceHandler.getRoleName(E_Role role)
Get actual/dynamic role name of a role containing a configuration reference
|
Modifier and Type | Method and Description |
---|---|
protected E_Role |
BaseController.getRole(com.liferay.portal.theme.ThemeDisplay display)
Gets the role.
|
Modifier and Type | Method and Description |
---|---|
E_Role[] |
E_ContextPath.getRoles() |
Modifier and Type | Method and Description |
---|---|
static Map<E_Role,com.liferay.portal.model.Role> |
ParticityInitializer.getRoles(long adminUserId,
long companyId) |
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.