Liferay 6.1.2-ce-ga3

com.liferay.portlet
Class BaseControlPanelEntry

java.lang.Object
  extended by com.liferay.portlet.BaseControlPanelEntry
All Implemented Interfaces:
ControlPanelEntry
Direct Known Subclasses:
AdministratorControlPanelEntry, DefaultControlPanelEntry, OmniadminControlPanelEntry

public abstract class BaseControlPanelEntry
extends Object
implements ControlPanelEntry


Constructor Summary
BaseControlPanelEntry()
           
 
Method Summary
 boolean isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.ControlPanelEntry
isVisible
 

Constructor Detail

BaseControlPanelEntry

public BaseControlPanelEntry()
Method Detail

isVisible

public boolean isVisible(Portlet portlet,
                         String category,
                         ThemeDisplay themeDisplay)
                  throws Exception
Specified by:
isVisible in interface ControlPanelEntry
Throws:
Exception

Liferay 6.1.2-ce-ga3