Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.ControlPanelEntry

Packages that use ControlPanelEntry
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.workflow   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.grouppages   
com.liferay.portlet.layoutsetprototypes   
com.liferay.portlet.mypages   
com.liferay.portlet.sitesadmin   
com.liferay.portlet.socialactivity   
com.liferay.portlet.trash   
com.liferay.portlet.usersadmin   
 

Uses of ControlPanelEntry in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return ControlPanelEntry
 ControlPanelEntry PortletBag.getControlPanelEntryInstance()
           
 

Uses of ControlPanelEntry in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return ControlPanelEntry
 ControlPanelEntry PortletWrapper.getControlPanelEntryInstance()
          Returns an instance of the class that will control when the portlet will be shown in the Control Panel.
 ControlPanelEntry Portlet.getControlPanelEntryInstance()
          Returns an instance of the class that will control when the portlet will be shown in the Control Panel.
 

Uses of ControlPanelEntry in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return ControlPanelEntry
 ControlPanelEntry PortletImpl.getControlPanelEntryInstance()
          Returns an instance of the class that will control when the portlet will be shown in the Control Panel.
 

Uses of ControlPanelEntry in com.liferay.portal.workflow
 

Classes in com.liferay.portal.workflow that implement ControlPanelEntry
 class MyWorkflowInstancesControlPanelEntry
           
 class MyWorkflowTasksControlPanelEntry
           
 class WorkflowControlPanelEntry
           
 

Uses of ControlPanelEntry in com.liferay.portlet
 

Classes in com.liferay.portlet that implement ControlPanelEntry
 class AdministratorControlPanelEntry
           
 class BaseControlPanelEntry
           
 class DefaultControlPanelEntry
           
 class LiberalControlPanelEntry
           
 class OmniadminControlPanelEntry
           
 

Methods in com.liferay.portlet that return ControlPanelEntry
 ControlPanelEntry PortletBagImpl.getControlPanelEntryInstance()
           
static ControlPanelEntry DefaultControlPanelEntryFactory.getInstance()
           
 

Methods in com.liferay.portlet with parameters of type ControlPanelEntry
static void DefaultControlPanelEntryFactory.setInstance(ControlPanelEntry controlPanelEntry)
           
 

Constructors in com.liferay.portlet with parameters of type ControlPanelEntry
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, List<Indexer> indexerInstances, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, TemplateHandler templateHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, List<SocialActivityInterpreter> socialActivityInterpreterInstances, SocialRequestInterpreter socialRequestInterpreterInstance, List<UserNotificationHandler> userNotificationHandlerInstances, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

Uses of ControlPanelEntry in com.liferay.portlet.grouppages
 

Classes in com.liferay.portlet.grouppages that implement ControlPanelEntry
 class GroupPagesControlPanelEntry
           
 

Uses of ControlPanelEntry in com.liferay.portlet.layoutsetprototypes
 

Classes in com.liferay.portlet.layoutsetprototypes that implement ControlPanelEntry
 class LayoutSetPrototypeSettingsControlPanelEntry
           
 

Uses of ControlPanelEntry in com.liferay.portlet.mypages
 

Classes in com.liferay.portlet.mypages that implement ControlPanelEntry
 class MyPagesControlPanelEntry
           
 

Uses of ControlPanelEntry in com.liferay.portlet.sitesadmin
 

Classes in com.liferay.portlet.sitesadmin that implement ControlPanelEntry
 class SiteMembershipsControlPanelEntry
           
 class SitesControlPanelEntry
           
 class SiteSettingsControlPanelEntry
           
 class SiteTeamsControlPanelEntry
           
 

Uses of ControlPanelEntry in com.liferay.portlet.socialactivity
 

Classes in com.liferay.portlet.socialactivity that implement ControlPanelEntry
 class SocialActivityControlPanelEntry
           
 

Uses of ControlPanelEntry in com.liferay.portlet.trash
 

Classes in com.liferay.portlet.trash that implement ControlPanelEntry
 class TrashControlPanelEntry
           
 

Uses of ControlPanelEntry in com.liferay.portlet.usersadmin
 

Classes in com.liferay.portlet.usersadmin that implement ControlPanelEntry
 class UsersControlPanelEntry
           
 


Liferay 6.2-ce-ga5