|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ControlPanelEntry
Method Summary | |
---|---|
boolean |
hasAccessPermission(PermissionChecker permissionChecker,
Group group,
Portlet portlet)
|
boolean |
isVisible(PermissionChecker permissionChecker,
Portlet portlet)
Deprecated. As of 6.2.0, with no direct replacement. This method was
originally defined to determine if a portlet should be
displayed in the Control Panel. In this version, this method
should always return In lieu of
this method, the Control Panel now uses |
boolean |
isVisible(Portlet portlet,
String category,
ThemeDisplay themeDisplay)
Deprecated. As of 6.2.0, with no direct replacement. This method was
originally defined to determine if a portlet should be
displayed in the Control Panel. In this version, this method
should always return In lieu of
this method, the Control Panel now uses |
Method Detail |
---|
boolean hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet) throws Exception
Exception
boolean isVisible(PermissionChecker permissionChecker, Portlet portlet) throws Exception
This method was
originally defined to determine if a portlet should be
displayed in the Control Panel. In this version, this method
should always return false
and remains only to
preserve binary compatibility. This method will be
permanently removed in a future version.
In lieu of
this method, the Control Panel now uses hasAccessPermission(com.liferay.portal.security.permission.PermissionChecker, com.liferay.portal.model.Group, com.liferay.portal.model.Portlet)
to determine if a portlet should be
displayed in the Control Panel.
Exception
boolean isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay) throws Exception
This method was
originally defined to determine if a portlet should be
displayed in the Control Panel. In this version, this method
should always return false
and remains only to
preserve binary compatibility. This method will be
permanently removed in a future version.
In lieu of
this method, the Control Panel now uses hasAccessPermission(com.liferay.portal.security.permission.PermissionChecker, com.liferay.portal.model.Group, com.liferay.portal.model.Portlet)
to determine if a portlet should be
displayed in the Control Panel.
Exception
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |