Liferay 6.1.2-ce-ga3

com.liferay.portlet
Interface ControlPanelEntry

All Known Implementing Classes:
AdministratorControlPanelEntry, BaseControlPanelEntry, DefaultControlPanelEntry, GroupPagesControlPanelEntry, MyAccountControlPanelEntry, MyPagesControlPanelEntry, MyWorkflowInstancesControlPanelEntry, MyWorkflowTasksControlPanelEntry, OmniadminControlPanelEntry, OmniadminControlPanelEntry, SiteMembershipsControlPanelEntry, SitesControlPanelEntry, SiteSettingsControlPanelEntry, SocialActivityAdminControlPanelEntry, UsersControlPanelEntry, WorkflowControlPanelEntry

public interface ControlPanelEntry


Method Summary
 boolean isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 

Method Detail

isVisible

boolean isVisible(PermissionChecker permissionChecker,
                  Portlet portlet)
                  throws Exception
Throws:
Exception

isVisible

boolean isVisible(Portlet portlet,
                  String category,
                  ThemeDisplay themeDisplay)
                  throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3