Package | Description |
---|---|
org.tencompetence.portlet.common.components |
Provides gui component classes common to all portlets.
|
org.tencompetence.portlet.common.utils |
Provides classes common to all portlets.
|
Modifier and Type | Method and Description |
---|---|
<T> boolean |
PermissionsBean.checkModelPermission(com.liferay.portal.model.BaseModel<T> entity,
TENCActionKey action)
Check if the user has permission to do an defined action on this resource.
|
boolean |
PermissionsBean.checkPortletPermission(TENCActionKey action)
Check if a specific action is allowed.
|
Modifier and Type | Method and Description |
---|---|
static TENCActionKey |
TENCActionKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TENCActionKey[] |
TENCActionKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|