Example usage for com.liferay.portal.kernel.security.permission ActionKeys PREVIEW_IN_DEVICE

List of usage examples for com.liferay.portal.kernel.security.permission ActionKeys PREVIEW_IN_DEVICE

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.security.permission ActionKeys PREVIEW_IN_DEVICE.

Prototype

String PREVIEW_IN_DEVICE

To view the source code for com.liferay.portal.kernel.security.permission ActionKeys PREVIEW_IN_DEVICE.

Click Source Link

Usage

From source file:com.liferay.product.navigation.simulation.device.internal.application.list.DevicePreviewPanelApp.java

License:Open Source License

protected boolean hasPreviewInDevicePermission(PermissionChecker permissionChecker, Group group)
        throws PortalException {

    return GroupPermissionUtil.contains(permissionChecker, group, ActionKeys.PREVIEW_IN_DEVICE);
}