com.liferay.portlet
Interface ControlPanelEntry

All Known Implementing Classes:
BaseControlPanelEntry, DefaultControlPanelEntry

public interface ControlPanelEntry

View Source

Author:
Jorge Ferrer

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

Method Detail

isVisible

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

isVisible

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