public class ExpandoColumnPermissionImpl
extends Object
implements com.liferay.expando.kernel.service.permission.ExpandoColumnPermission
Constructor and Description |
---|
ExpandoColumnPermissionImpl() |
Modifier and Type | Method and Description |
---|---|
void |
check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
com.liferay.expando.kernel.model.ExpandoColumn column,
String actionId) |
void |
check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
long columnId,
String actionId) |
void |
check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
long companyId,
String className,
String tableName,
String columnName,
String actionId) |
boolean |
contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
com.liferay.expando.kernel.model.ExpandoColumn column,
String actionId) |
boolean |
contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
long columnId,
String actionId) |
boolean |
contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
long companyId,
String className,
String tableName,
String columnName,
String actionId) |
public void check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.expando.kernel.model.ExpandoColumn column, String actionId) throws com.liferay.portal.kernel.exception.PortalException
check
in interface com.liferay.expando.kernel.service.permission.ExpandoColumnPermission
com.liferay.portal.kernel.exception.PortalException
public void check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long columnId, String actionId) throws com.liferay.portal.kernel.exception.PortalException
check
in interface com.liferay.expando.kernel.service.permission.ExpandoColumnPermission
com.liferay.portal.kernel.exception.PortalException
public void check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long companyId, String className, String tableName, String columnName, String actionId) throws com.liferay.portal.kernel.exception.PortalException
check
in interface com.liferay.expando.kernel.service.permission.ExpandoColumnPermission
com.liferay.portal.kernel.exception.PortalException
public boolean contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.expando.kernel.model.ExpandoColumn column, String actionId)
contains
in interface com.liferay.expando.kernel.service.permission.ExpandoColumnPermission
public boolean contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long columnId, String actionId) throws com.liferay.portal.kernel.exception.PortalException
contains
in interface com.liferay.expando.kernel.service.permission.ExpandoColumnPermission
com.liferay.portal.kernel.exception.PortalException
public boolean contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long companyId, String className, String tableName, String columnName, String actionId)
contains
in interface com.liferay.expando.kernel.service.permission.ExpandoColumnPermission