Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.Portlet

Packages that use Portlet
com.liferay.portal.action   
com.liferay.portal.deploy.hot   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.staging   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
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.security.permission This package defines the portal security permission interfaces and classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.permission This package defines the portal service permission interfaces and utilities. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.servlet   
com.liferay.portal.staging   
com.liferay.portal.struts   
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portal.util.comparator This package defines the portal comparator 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.layoutconfiguration.util   
com.liferay.portlet.layoutconfiguration.util.velocity   
com.liferay.portlet.myaccount   
com.liferay.portlet.mypages   
com.liferay.portlet.portletconfiguration.action   
com.liferay.portlet.sitesadmin   
com.liferay.portlet.socialactivity   
com.liferay.portlet.usersadmin   
com.liferay.taglib.portletext   
com.liferay.taglib.util   
com.liferay.util.bridges.alloy   
 

Uses of Portlet in com.liferay.portal.action
 

Methods in com.liferay.portal.action that return Portlet
protected  Portlet LayoutAction.processPortletRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String lifecycle)
           
 

Methods in com.liferay.portal.action with parameters of type Portlet
protected  javax.servlet.http.HttpServletRequest LayoutAction.getOwnerLayoutRequestWrapper(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
protected  String UpdateLayoutAction.getRootPortletId(Portlet portlet)
           
protected  void UpdateLayoutAction.populatePortletJSONObject(javax.servlet.http.HttpServletRequest request, StringServletResponse stringResponse, Portlet portlet, JSONObject jsonObject)
           
protected  void LayoutAction.processEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Layout layout, Portlet portlet, Event event)
           
protected  void LayoutAction.processPublicRenderParameters(javax.servlet.http.HttpServletRequest request, Layout layout, Portlet portlet)
           
protected  void LayoutAction.redirectActionURL(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionResponseImpl actionResponseImpl, Portlet portlet)
           
 

Uses of Portlet in com.liferay.portal.deploy.hot
 

Methods in com.liferay.portal.deploy.hot with parameters of type Portlet
protected  void PortletHotDeployListener.destroyPortlet(Portlet portlet, Set<String> portletIds)
           
protected  PortletBag PortletHotDeployListener.initPortlet(Portlet portlet, PortletBagFactory portletBagFactory)
           
protected  void PortletHotDeployListener.initPortletApp(String servletContextName, javax.servlet.ServletContext servletContext, ClassLoader classLoader, Portlet portlet)
           
 

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

Methods in com.liferay.portal.kernel.portlet that return Portlet
 Portlet LiferayPortletContext.getPortlet()
           
 Portlet LiferayPortletConfig.getPortlet()
           
 

Uses of Portlet in com.liferay.portal.kernel.staging
 

Methods in com.liferay.portal.kernel.staging with parameters of type Portlet
 void Staging.copyFromLive(PortletRequest PortletRequest, Portlet portlet)
           
static void StagingUtil.copyFromLive(PortletRequest PortletRequest, Portlet portlet)
           
 void Staging.publishToLive(PortletRequest PortletRequest, Portlet portlet)
           
static void StagingUtil.publishToLive(PortletRequest PortletRequest, Portlet portlet)
           
 

Uses of Portlet in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar that return types with arguments of type Portlet
static List<Portlet> LayoutExporter.getAlwaysExportablePortlets(long companyId)
           
 

Methods in com.liferay.portal.lar with parameters of type Portlet
protected  void LayoutExporter.exportLayout(PortletDataContext portletDataContext, Portlet layoutConfigurationPortlet, LayoutCache layoutCache, List<Portlet> portlets, Map<String,Object[]> portletIds, boolean exportPermissions, boolean exportUserPermissions, Layout layout, Element layoutsElement)
           
protected  void PortletExporter.exportPortletData(PortletDataContext portletDataContext, Portlet portlet, Layout layout, PortletPreferences jxPreferences, Element parentElement)
           
 

Method parameters in com.liferay.portal.lar with type arguments of type Portlet
protected  void LayoutExporter.exportLayout(PortletDataContext portletDataContext, Portlet layoutConfigurationPortlet, LayoutCache layoutCache, List<Portlet> portlets, Map<String,Object[]> portletIds, boolean exportPermissions, boolean exportUserPermissions, Layout layout, Element layoutsElement)
           
 

Uses of Portlet in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Portlet
 class PortletWrapper
           This class is a wrapper for Portlet.
 

Fields in com.liferay.portal.model with type parameters of type Portlet
static Accessor<Portlet,String> Portlet.PORTLET_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return Portlet
 Portlet Portlet.getClonedInstance(String portletId)
          Returns true if the portlet is found in a WAR file.
 Portlet PortletWrapper.getClonedInstance(String portletId)
          Returns true if the portlet is found in a WAR file.
 Portlet Portlet.getRootPortlet()
          Returns the root portlet of this portlet instance.
 Portlet PortletWrapper.getRootPortlet()
          Returns the root portlet of this portlet instance.
 Portlet PortletWrapper.getWrappedModel()
           
 Portlet PortletWrapper.getWrappedPortlet()
          Deprecated. Renamed to PortletWrapper.getWrappedModel()
 Portlet PortletModel.toEscapedModel()
           
 Portlet PortletWrapper.toEscapedModel()
           
 Portlet PortletModel.toUnescapedModel()
           
 Portlet PortletWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Portlet
 List<Portlet> LayoutTypePortlet.addStaticPortlets(List<Portlet> portlets, List<Portlet> startPortlets, List<Portlet> endPortlets)
           
 List<Portlet> LayoutTypePortlet.getAllPortlets()
           
 List<Portlet> LayoutTypePortlet.getAllPortlets(String columnId)
           
 List<Portlet> LayoutTypePortlet.getPortlets()
           
 List<Portlet> PortletApp.getPortlets()
           
 CacheModel<Portlet> PortletModel.toCacheModel()
           
 CacheModel<Portlet> PortletWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Portlet
 void PortletApp.addPortlet(Portlet portlet)
           
 int PortletModel.compareTo(Portlet portlet)
           
 int Portlet.compareTo(Portlet portlet)
          Compares this portlet to the specified object.
 int PortletWrapper.compareTo(Portlet portlet)
           
static PortletSoap PortletSoap.toSoapModel(Portlet model)
           
static PortletSoap[] PortletSoap.toSoapModels(Portlet[] models)
           
static PortletSoap[][] PortletSoap.toSoapModels(Portlet[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Portlet
 List<Portlet> LayoutTypePortlet.addStaticPortlets(List<Portlet> portlets, List<Portlet> startPortlets, List<Portlet> endPortlets)
           
 List<Portlet> LayoutTypePortlet.addStaticPortlets(List<Portlet> portlets, List<Portlet> startPortlets, List<Portlet> endPortlets)
           
 List<Portlet> LayoutTypePortlet.addStaticPortlets(List<Portlet> portlets, List<Portlet> startPortlets, List<Portlet> endPortlets)
           
static PortletSoap[] PortletSoap.toSoapModels(List<Portlet> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Portlet
PortletWrapper(Portlet portlet)
           
 

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

Classes in com.liferay.portal.model.impl that implement Portlet
 class PortletBaseImpl
          The extended model base implementation for the Portlet service.
 class PortletImpl
           
 

Methods in com.liferay.portal.model.impl that return Portlet
 Portlet PortletImpl.getClonedInstance(String portletId)
          Returns true if the portlet is found in a WAR file.
 Portlet PortletImpl.getRootPortlet()
          Returns the root portlet of this portlet instance.
 Portlet PortletCacheModel.toEntityModel()
           
 Portlet PortletModelImpl.toEscapedModel()
           
static Portlet PortletModelImpl.toModel(PortletSoap soapModel)
          Converts the soap model instance into a normal model instance.
 Portlet PortletModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Portlet
 List<Portlet> LayoutTypePortletImpl.addStaticPortlets(List<Portlet> portlets, List<Portlet> startPortlets, List<Portlet> endPortlets)
           
 List<Portlet> LayoutTypePortletImpl.getAllPortlets()
           
 List<Portlet> LayoutTypePortletImpl.getAllPortlets(String columnId)
           
 List<Portlet> PortletAppImpl.getPortlets()
           
 List<Portlet> LayoutTypePortletImpl.getPortlets()
           
protected  List<Portlet> LayoutTypePortletImpl.getStaticPortlets(String position)
           
 CacheModel<Portlet> PortletModelImpl.toCacheModel()
           
static List<Portlet> PortletModelImpl.toModels(PortletSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Portlet
 void PortletAppImpl.addPortlet(Portlet portlet)
           
 int PortletImpl.compareTo(Portlet portlet)
          Compares this portlet to the specified object.
 int PortletModelImpl.compareTo(Portlet portlet)
           
 

Method parameters in com.liferay.portal.model.impl with type arguments of type Portlet
 List<Portlet> LayoutTypePortletImpl.addStaticPortlets(List<Portlet> portlets, List<Portlet> startPortlets, List<Portlet> endPortlets)
           
 List<Portlet> LayoutTypePortletImpl.addStaticPortlets(List<Portlet> portlets, List<Portlet> startPortlets, List<Portlet> endPortlets)
           
 List<Portlet> LayoutTypePortletImpl.addStaticPortlets(List<Portlet> portlets, List<Portlet> startPortlets, List<Portlet> endPortlets)
           
 

Constructors in com.liferay.portal.model.impl with parameters of type Portlet
PortletImpl(String portletId, Portlet rootPortlet, PluginPackage pluginPackage, PluginSetting pluginSetting, long companyId, long timestamp, String icon, String virtualPath, String strutsPath, String parentStrutsPath, String portletName, String displayName, String portletClass, String configurationActionClass, List<String> indexerClasses, String openSearchClass, List<SchedulerEntry> schedulerEntries, String portletURLClass, String friendlyURLMapperClass, String friendlyURLMapping, String friendlyURLRoutes, String urlEncoderClass, String portletDataHandlerClass, String portletLayoutListenerClass, String pollerProcessorClass, String popMessageListenerClass, String socialActivityInterpreterClass, String socialRequestInterpreterClass, String webDAVStorageToken, String webDAVStorageClass, String xmlRpcMethodClass, String controlPanelEntryCategory, double controlPanelEntryWeight, String controlPanelClass, List<String> assetRendererFactoryClasses, List<String> atomCollectionAdapterClasses, List<String> customAttributesDisplayClasses, String permissionPropagatorClass, List<String> workflowHandlerClasses, String defaultPreferences, String preferencesValidator, boolean preferencesCompanyWide, boolean preferencesUniquePerLayout, boolean preferencesOwnedByGroup, boolean useDefaultTemplate, boolean showPortletAccessDenied, boolean showPortletInactive, boolean actionURLRedirect, boolean restoreCurrentView, boolean maximizeEdit, boolean maximizeHelp, boolean popUpPrint, boolean layoutCacheable, boolean instanceable, boolean remoteable, boolean scopeable, String userPrincipalStrategy, boolean privateRequestAttributes, boolean privateSessionAttributes, Set<String> autopropagatedParameters, int actionTimeout, int renderTimeout, int renderWeight, boolean ajaxable, List<String> headerPortalCss, List<String> headerPortletCss, List<String> headerPortalJavaScript, List<String> headerPortletJavaScript, List<String> footerPortalCss, List<String> footerPortletCss, List<String> footerPortalJavaScript, List<String> footerPortletJavaScript, String cssClassWrapper, String facebookIntegration, boolean addDefaultResource, String roles, Set<String> unlinkedRoles, Map<String,String> roleMappers, boolean system, boolean active, boolean include, Map<String,String> initParams, Integer expCache, Map<String,Set<String>> portletModes, Map<String,Set<String>> windowStates, Set<String> supportedLocales, String resourceBundle, PortletInfo portletInfo, Map<String,PortletFilter> portletFilters, Set<QName> processingEvents, Set<QName> publishingEvents, Set<PublicRenderParameter> publicRenderParameters, PortletApp portletApp)
          Constructs a portlet with the specified parameters.
 

Uses of Portlet in com.liferay.portal.security.permission
 

Methods in com.liferay.portal.security.permission with parameters of type Portlet
protected  void ResourceActionsImpl.checkPortletActions(Portlet portlet, List<String> actions)
           
static List<String> ResourceActionsUtil.getPortletResourceActions(Portlet portlet)
           
 List<String> ResourceActions.getPortletResourceActions(Portlet portlet)
           
 List<String> ResourceActionsImpl.getPortletResourceActions(Portlet portlet)
           
 

Uses of Portlet in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Portlet
 Portlet PortletLocalServiceWrapper.addPortlet(Portlet portlet)
          Adds the portlet to the database.
 Portlet PortletLocalService.addPortlet(Portlet portlet)
          Adds the portlet to the database.
static Portlet PortletLocalServiceUtil.addPortlet(Portlet portlet)
          Adds the portlet to the database.
 Portlet PortletLocalServiceWrapper.clonePortlet(long companyId, String portletId)
          Deprecated. PortletLocalServiceWrapper.clonePortlet(String)
 Portlet PortletLocalService.clonePortlet(long companyId, String portletId)
          Deprecated. PortletLocalService.clonePortlet(String)
static Portlet PortletLocalServiceUtil.clonePortlet(long companyId, String portletId)
          Deprecated. PortletLocalServiceUtil.clonePortlet(String)
 Portlet PortletLocalServiceWrapper.clonePortlet(String portletId)
           
 Portlet PortletLocalService.clonePortlet(String portletId)
           
static Portlet PortletLocalServiceUtil.clonePortlet(String portletId)
           
 Portlet PortletLocalServiceWrapper.createPortlet(long id)
          Creates a new portlet with the primary key.
 Portlet PortletLocalService.createPortlet(long id)
          Creates a new portlet with the primary key.
static Portlet PortletLocalServiceUtil.createPortlet(long id)
          Creates a new portlet with the primary key.
 Portlet PortletLocalServiceWrapper.deletePortlet(long id)
          Deletes the portlet with the primary key from the database.
 Portlet PortletLocalService.deletePortlet(long id)
          Deletes the portlet with the primary key from the database.
static Portlet PortletLocalServiceUtil.deletePortlet(long id)
          Deletes the portlet with the primary key from the database.
 Portlet PortletLocalServiceWrapper.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
 Portlet PortletLocalService.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
static Portlet PortletLocalServiceUtil.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
 Portlet PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalService.deployRemotePortlet(Portlet portlet, String categoryName)
           
static Portlet PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
 Portlet PortletLocalService.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
static Portlet PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
 Portlet PortletLocalServiceWrapper.fetchPortlet(long id)
           
 Portlet PortletLocalService.fetchPortlet(long id)
           
static Portlet PortletLocalServiceUtil.fetchPortlet(long id)
           
 Portlet PortletLocalServiceWrapper.getPortlet(long id)
          Returns the portlet with the primary key.
 Portlet PortletLocalService.getPortlet(long id)
          Returns the portlet with the primary key.
static Portlet PortletLocalServiceUtil.getPortlet(long id)
          Returns the portlet with the primary key.
 Portlet PortletLocalServiceWrapper.getPortletById(long companyId, String portletId)
           
 Portlet PortletLocalService.getPortletById(long companyId, String portletId)
           
static Portlet PortletLocalServiceUtil.getPortletById(long companyId, String portletId)
           
 Portlet PortletLocalServiceWrapper.getPortletById(String portletId)
           
 Portlet PortletLocalService.getPortletById(String portletId)
           
static Portlet PortletLocalServiceUtil.getPortletById(String portletId)
           
 Portlet PortletLocalServiceWrapper.getPortletByStrutsPath(long companyId, String strutsPath)
           
 Portlet PortletLocalService.getPortletByStrutsPath(long companyId, String strutsPath)
           
static Portlet PortletLocalServiceUtil.getPortletByStrutsPath(long companyId, String strutsPath)
           
 Portlet PortletServiceWrapper.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletLocalServiceWrapper.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletService.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletLocalService.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
static Portlet PortletLocalServiceUtil.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
static Portlet PortletServiceUtil.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletLocalServiceWrapper.updatePortlet(Portlet portlet)
          Updates the portlet in the database or adds it if it does not yet exist.
 Portlet PortletLocalService.updatePortlet(Portlet portlet)
          Updates the portlet in the database or adds it if it does not yet exist.
static Portlet PortletLocalServiceUtil.updatePortlet(Portlet portlet)
          Updates the portlet in the database or adds it if it does not yet exist.
 Portlet PortletLocalServiceWrapper.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database or adds it if it does not yet exist.
 Portlet PortletLocalService.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database or adds it if it does not yet exist.
static Portlet PortletLocalServiceUtil.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type Portlet
 List<Portlet> PortletLocalServiceWrapper.getFriendlyURLMapperPortlets()
           
 List<Portlet> PortletLocalService.getFriendlyURLMapperPortlets()
           
static List<Portlet> PortletLocalServiceUtil.getFriendlyURLMapperPortlets()
           
 List<Portlet> PortletLocalServiceWrapper.getPortlets()
           
 List<Portlet> PortletLocalService.getPortlets()
           
static List<Portlet> PortletLocalServiceUtil.getPortlets()
           
 List<Portlet> PortletLocalServiceWrapper.getPortlets(int start, int end)
          Returns a range of all the portlets.
 List<Portlet> PortletLocalService.getPortlets(int start, int end)
          Returns a range of all the portlets.
static List<Portlet> PortletLocalServiceUtil.getPortlets(int start, int end)
          Returns a range of all the portlets.
 List<Portlet> PortletLocalServiceWrapper.getPortlets(long companyId)
           
 List<Portlet> PortletLocalService.getPortlets(long companyId)
           
static List<Portlet> PortletLocalServiceUtil.getPortlets(long companyId)
           
 List<Portlet> PortletLocalServiceWrapper.getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
 List<Portlet> PortletLocalService.getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
static List<Portlet> PortletLocalServiceUtil.getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
 List<Portlet> PortletLocalServiceWrapper.getScopablePortlets()
           
 List<Portlet> PortletLocalService.getScopablePortlets()
           
static List<Portlet> PortletLocalServiceUtil.getScopablePortlets()
           
 List<Portlet> PortletLocalServiceWrapper.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<Portlet> PortletLocalService.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
static List<Portlet> PortletLocalServiceUtil.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 Map<String,Portlet> PortletLocalServiceWrapper.loadGetPortletsPool(long companyId)
           
 Map<String,Portlet> PortletLocalService.loadGetPortletsPool(long companyId)
           
static Map<String,Portlet> PortletLocalServiceUtil.loadGetPortletsPool(long companyId)
           
 

Methods in com.liferay.portal.service with parameters of type Portlet
 Portlet PortletLocalServiceWrapper.addPortlet(Portlet portlet)
          Adds the portlet to the database.
 Portlet PortletLocalService.addPortlet(Portlet portlet)
          Adds the portlet to the database.
static Portlet PortletLocalServiceUtil.addPortlet(Portlet portlet)
          Adds the portlet to the database.
static PortletPreferences PortletPreferencesLocalServiceUtil.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
 PortletPreferences PortletPreferencesLocalService.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
 void PortletLocalServiceWrapper.checkPortlet(Portlet portlet)
           
 void PortletLocalService.checkPortlet(Portlet portlet)
           
static void PortletLocalServiceUtil.checkPortlet(Portlet portlet)
           
 Portlet PortletLocalServiceWrapper.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
 Portlet PortletLocalService.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
static Portlet PortletLocalServiceUtil.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
 Portlet PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalService.deployRemotePortlet(Portlet portlet, String categoryName)
           
static Portlet PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
 Portlet PortletLocalService.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
static Portlet PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
 void PortletLocalServiceWrapper.destroyPortlet(Portlet portlet)
           
 void PortletLocalService.destroyPortlet(Portlet portlet)
           
static void PortletLocalServiceUtil.destroyPortlet(Portlet portlet)
           
 void PortletLocalServiceWrapper.destroyRemotePortlet(Portlet portlet)
           
 void PortletLocalService.destroyRemotePortlet(Portlet portlet)
           
static void PortletLocalServiceUtil.destroyRemotePortlet(Portlet portlet)
           
 Portlet PortletLocalServiceWrapper.updatePortlet(Portlet portlet)
          Updates the portlet in the database or adds it if it does not yet exist.
 Portlet PortletLocalService.updatePortlet(Portlet portlet)
          Updates the portlet in the database or adds it if it does not yet exist.
static Portlet PortletLocalServiceUtil.updatePortlet(Portlet portlet)
          Updates the portlet in the database or adds it if it does not yet exist.
 Portlet PortletLocalServiceWrapper.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database or adds it if it does not yet exist.
 Portlet PortletLocalService.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database or adds it if it does not yet exist.
static Portlet PortletLocalServiceUtil.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portal.service with type arguments of type Portlet
static List<Group> GroupServiceUtil.getManageableSites(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
 List<Group> GroupService.getManageableSites(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
 List<Group> GroupServiceWrapper.getManageableSites(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
 

Uses of Portlet in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return Portlet
 Portlet PortletLocalServiceBaseImpl.addPortlet(Portlet portlet)
          Adds the portlet to the database.
 Portlet PortletLocalServiceBaseImpl.createPortlet(long id)
          Creates a new portlet with the primary key.
 Portlet PortletLocalServiceBaseImpl.deletePortlet(long id)
          Deletes the portlet with the primary key from the database.
 Portlet PortletLocalServiceBaseImpl.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
 Portlet PortletLocalServiceBaseImpl.fetchPortlet(long id)
           
 Portlet PortletLocalServiceBaseImpl.getPortlet(long id)
          Returns the portlet with the primary key.
 Portlet PortletLocalServiceBaseImpl.updatePortlet(Portlet portlet)
          Updates the portlet in the database or adds it if it does not yet exist.
 Portlet PortletLocalServiceBaseImpl.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Portlet
 List<Portlet> PortletLocalServiceBaseImpl.getPortlets(int start, int end)
          Returns a range of all the portlets.
 

Methods in com.liferay.portal.service.base with parameters of type Portlet
 Portlet PortletLocalServiceBaseImpl.addPortlet(Portlet portlet)
          Adds the portlet to the database.
 Portlet PortletLocalServiceBaseImpl.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
 Portlet PortletLocalServiceBaseImpl.updatePortlet(Portlet portlet)
          Updates the portlet in the database or adds it if it does not yet exist.
 Portlet PortletLocalServiceBaseImpl.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database or adds it if it does not yet exist.
 

Uses of Portlet in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return Portlet
static Portlet PortletServiceHttp.updatePortlet(HttpPrincipal httpPrincipal, long companyId, String portletId, String roles, boolean active)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type Portlet
static GroupSoap[] GroupServiceSoap.getManageableSites(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
static List<Group> GroupServiceHttp.getManageableSites(HttpPrincipal httpPrincipal, Collection<Portlet> portlets, int max)
           
 

Uses of Portlet in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Portlet
 Portlet PortletLocalServiceImpl.clonePortlet(long companyId, String portletId)
          Deprecated. PortletLocalServiceImpl.clonePortlet(String)
 Portlet PortletLocalServiceImpl.clonePortlet(String portletId)
           
 Portlet PortletLocalServiceImpl.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalServiceImpl.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
 Portlet PortletLocalServiceImpl.getPortletById(long companyId, String portletId)
           
 Portlet PortletLocalServiceImpl.getPortletById(String portletId)
           
 Portlet PortletLocalServiceImpl.getPortletByStrutsPath(long companyId, String strutsPath)
           
 Portlet PortletLocalServiceImpl.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletServiceImpl.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Portlet
 List<Portlet> PortletLocalServiceImpl.getFriendlyURLMapperPortlets()
           
 List<Portlet> PortletLocalServiceImpl.getPortlets()
           
 List<Portlet> PortletLocalServiceImpl.getPortlets(long companyId)
           
 List<Portlet> PortletLocalServiceImpl.getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
 List<Portlet> PortletLocalServiceImpl.getScopablePortlets()
           
 List<Portlet> PortletLocalServiceImpl.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 Map<String,Portlet> PortletLocalServiceImpl.loadGetPortletsPool(long companyId)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Portlet
 PortletPreferences PortletPreferencesLocalServiceImpl.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
 void PortletLocalServiceImpl.checkPortlet(Portlet portlet)
           
 Portlet PortletLocalServiceImpl.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalServiceImpl.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
 void PortletLocalServiceImpl.destroyPortlet(Portlet portlet)
           
 void PortletLocalServiceImpl.destroyRemotePortlet(Portlet portlet)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Portlet
 List<Group> GroupServiceImpl.getManageableSites(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
 

Uses of Portlet in com.liferay.portal.service.permission
 

Methods in com.liferay.portal.service.permission with parameters of type Portlet
 boolean PortletPermission.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId)
           
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId)
           
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, long groupId, long plid, Portlet portlet, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, long plid, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, long groupId, long plid, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId)
           
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermission.hasAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode)
           
static boolean PortletPermissionUtil.hasAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode)
           
 boolean PortletPermissionImpl.hasAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode)
           
 

Method parameters in com.liferay.portal.service.permission with type arguments of type Portlet
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, long plid, Collection<Portlet> portlets, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, long plid, Collection<Portlet> portlets, String actionId)
           
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, long groupId, long plid, Collection<Portlet> portlets, String actionId)
           
 

Uses of Portlet in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Portlet
static Portlet PortletUtil.create(long id)
          Creates a new portlet with the primary key.
 Portlet PortletPersistence.create(long id)
          Creates a new portlet with the primary key.
 Portlet PortletPersistenceImpl.create(long id)
          Creates a new portlet with the primary key.
static Portlet PortletUtil.fetchByC_P(long companyId, String portletId)
          Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found.
 Portlet PortletPersistence.fetchByC_P(long companyId, String portletId)
          Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found.
 Portlet PortletPersistenceImpl.fetchByC_P(long companyId, String portletId)
          Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found.
static Portlet PortletUtil.fetchByC_P(long companyId, String portletId, boolean retrieveFromCache)
          Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache.
 Portlet PortletPersistence.fetchByC_P(long companyId, String portletId, boolean retrieveFromCache)
          Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache.
 Portlet PortletPersistenceImpl.fetchByC_P(long companyId, String portletId, boolean retrieveFromCache)
          Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache.
static Portlet PortletUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByPrimaryKey(long id)
          Returns the portlet with the primary key or returns null if it could not be found.
 Portlet PortletPersistence.fetchByPrimaryKey(long id)
          Returns the portlet with the primary key or returns null if it could not be found.
 Portlet PortletPersistenceImpl.fetchByPrimaryKey(long id)
          Returns the portlet with the primary key or returns null if it could not be found.
 Portlet PortletPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the portlet with the primary key or returns null if it could not be found.
static Portlet PortletUtil.findByC_P(long companyId, String portletId)
          Returns the portlet where companyId = ? and portletId = ? or throws a NoSuchPortletException if it could not be found.
 Portlet PortletPersistence.findByC_P(long companyId, String portletId)
          Returns the portlet where companyId = ? and portletId = ? or throws a NoSuchPortletException if it could not be found.
 Portlet PortletPersistenceImpl.findByC_P(long companyId, String portletId)
          Returns the portlet where companyId = ? and portletId = ? or throws a NoSuchPortletException if it could not be found.
static Portlet PortletUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static Portlet[] PortletUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
 Portlet[] PortletPersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
 Portlet[] PortletPersistenceImpl.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.findByPrimaryKey(long id)
          Returns the portlet with the primary key or throws a NoSuchPortletException if it could not be found.
 Portlet PortletPersistence.findByPrimaryKey(long id)
          Returns the portlet with the primary key or throws a NoSuchPortletException if it could not be found.
 Portlet PortletPersistenceImpl.findByPrimaryKey(long id)
          Returns the portlet with the primary key or throws a NoSuchPortletException if it could not be found.
 Portlet PortletPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the portlet with the primary key or throws a NoSuchModelException if it could not be found.
protected  Portlet PortletPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Portlet portlet, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static Portlet PortletUtil.remove(long id)
          Removes the portlet with the primary key from the database.
 Portlet PortletPersistence.remove(long id)
          Removes the portlet with the primary key from the database.
 Portlet PortletPersistenceImpl.remove(long id)
          Removes the portlet with the primary key from the database.
 Portlet PortletPersistenceImpl.remove(Serializable primaryKey)
          Removes the portlet with the primary key from the database.
static Portlet PortletUtil.removeByC_P(long companyId, String portletId)
          Removes the portlet where companyId = ? and portletId = ? from the database.
 Portlet PortletPersistence.removeByC_P(long companyId, String portletId)
          Removes the portlet where companyId = ? and portletId = ? from the database.
 Portlet PortletPersistenceImpl.removeByC_P(long companyId, String portletId)
          Removes the portlet where companyId = ? and portletId = ? from the database.
protected  Portlet PortletPersistenceImpl.removeImpl(Portlet portlet)
           
protected  Portlet PortletPersistenceImpl.toUnwrappedModel(Portlet portlet)
           
static Portlet PortletUtil.update(Portlet portlet, boolean merge)
           
static Portlet PortletUtil.update(Portlet portlet, boolean merge, ServiceContext serviceContext)
           
static Portlet PortletUtil.updateImpl(Portlet portlet, boolean merge)
           
 Portlet PortletPersistence.updateImpl(Portlet portlet, boolean merge)
           
 Portlet PortletPersistenceImpl.updateImpl(Portlet portlet, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Portlet
static List<Portlet> PortletUtil.findAll()
          Returns all the portlets.
 List<Portlet> PortletPersistence.findAll()
          Returns all the portlets.
 List<Portlet> PortletPersistenceImpl.findAll()
          Returns all the portlets.
static List<Portlet> PortletUtil.findAll(int start, int end)
          Returns a range of all the portlets.
 List<Portlet> PortletPersistence.findAll(int start, int end)
          Returns a range of all the portlets.
 List<Portlet> PortletPersistenceImpl.findAll(int start, int end)
          Returns a range of all the portlets.
static List<Portlet> PortletUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets.
 List<Portlet> PortletPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets.
 List<Portlet> PortletPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets.
static List<Portlet> PortletUtil.findByCompanyId(long companyId)
          Returns all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId)
          Returns all the portlets where companyId = ?.
 List<Portlet> PortletPersistenceImpl.findByCompanyId(long companyId)
          Returns all the portlets where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the portlets where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
static List<Portlet> PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Portlet> PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Portlet> PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Portlet
static void PortletUtil.cacheResult(Portlet portlet)
          Caches the portlet in the entity cache if it is enabled.
 void PortletPersistence.cacheResult(Portlet portlet)
          Caches the portlet in the entity cache if it is enabled.
 void PortletPersistenceImpl.cacheResult(Portlet portlet)
          Caches the portlet in the entity cache if it is enabled.
protected  void PortletPersistenceImpl.cacheUniqueFindersCache(Portlet portlet)
           
static void PortletUtil.clearCache(Portlet portlet)
           
 void PortletPersistenceImpl.clearCache(Portlet portlet)
          Clears the cache for the portlet.
protected  void PortletPersistenceImpl.clearUniqueFindersCache(Portlet portlet)
           
protected  Portlet PortletPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Portlet portlet, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Portlet PortletPersistenceImpl.removeImpl(Portlet portlet)
           
protected  Portlet PortletPersistenceImpl.toUnwrappedModel(Portlet portlet)
           
static Portlet PortletUtil.update(Portlet portlet, boolean merge)
           
static Portlet PortletUtil.update(Portlet portlet, boolean merge, ServiceContext serviceContext)
           
static Portlet PortletUtil.updateImpl(Portlet portlet, boolean merge)
           
 Portlet PortletPersistence.updateImpl(Portlet portlet, boolean merge)
           
 Portlet PortletPersistenceImpl.updateImpl(Portlet portlet, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Portlet
static void PortletUtil.cacheResult(List<Portlet> portlets)
          Caches the portlets in the entity cache if it is enabled.
 void PortletPersistence.cacheResult(List<Portlet> portlets)
          Caches the portlets in the entity cache if it is enabled.
 void PortletPersistenceImpl.cacheResult(List<Portlet> portlets)
          Caches the portlets in the entity cache if it is enabled.
 void PortletPersistenceImpl.clearCache(List<Portlet> portlets)
           
 

Uses of Portlet in com.liferay.portal.servlet
 

Methods in com.liferay.portal.servlet that return types with arguments of type Portlet
protected  List<Portlet> MainServlet.initPortlets(PluginPackage pluginPackage)
           
 

Methods in com.liferay.portal.servlet with parameters of type Portlet
protected  void MainServlet.initPortletApp(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 

Method parameters in com.liferay.portal.servlet with type arguments of type Portlet
protected  void MainServlet.destroyPortlets(List<Portlet> portlets)
           
protected  void MainServlet.initLayoutTemplates(PluginPackage pluginPackage, List<Portlet> portlets)
           
protected  void MainServlet.initResourceActions(List<Portlet> portlets)
           
protected  void MainServlet.initResourceCodes(List<Portlet> portlets)
           
protected  void MainServlet.initThemes(PluginPackage pluginPackage, List<Portlet> portlets)
           
 

Uses of Portlet in com.liferay.portal.staging
 

Methods in com.liferay.portal.staging with parameters of type Portlet
 void StagingImpl.copyFromLive(PortletRequest portletRequest, Portlet portlet)
           
 void StagingImpl.publishToLive(PortletRequest portletRequest, Portlet portlet)
           
 

Uses of Portlet in com.liferay.portal.struts
 

Methods in com.liferay.portal.struts with parameters of type Portlet
protected  void PortalRequestProcessor.defineObjects(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet)
           
 

Uses of Portlet in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return types with arguments of type Portlet
protected  List<Portlet> PortalImpl.filterControlPanelPortlets(Set<Portlet> portlets, String category, ThemeDisplay themeDisplay)
           
static Set<Portlet> PortalUtil.getControlPanelPortlets(long companyId, String category)
           
 Set<Portlet> Portal.getControlPanelPortlets(long companyId, String category)
           
 Set<Portlet> PortalImpl.getControlPanelPortlets(long companyId, String category)
           
static List<Portlet> PortalUtil.getControlPanelPortlets(String category, ThemeDisplay themeDisplay)
           
 List<Portlet> Portal.getControlPanelPortlets(String category, ThemeDisplay themeDisplay)
           
 List<Portlet> PortalImpl.getControlPanelPortlets(String category, ThemeDisplay themeDisplay)
           
 

Methods in com.liferay.portal.util with parameters of type Portlet
protected  void PortalImpl.addDefaultResource(long companyId, Layout layout, Portlet portlet, boolean portletActions)
           
protected  void PortalImpl.addDefaultResource(long companyId, long groupId, Layout layout, Portlet portlet, boolean portletActions)
           
static void PortalUtil.addPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
 void Portal.addPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
          Adds the default resource permissions for the portlet to the page.
 void PortalImpl.addPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
static void PortalUtil.addPortletDefaultResource(long companyId, Layout layout, Portlet portlet)
           
 void Portal.addPortletDefaultResource(long companyId, Layout layout, Portlet portlet)
           
 void PortalImpl.addPortletDefaultResource(long companyId, Layout layout, Portlet portlet)
           
static String PortalUtil.getFacebookURL(Portlet portlet, String facebookCanvasPageURL, ThemeDisplay themeDisplay)
           
 String Portal.getFacebookURL(Portlet portlet, String facebookCanvasPageURL, ThemeDisplay themeDisplay)
           
 String PortalImpl.getFacebookURL(Portlet portlet, String facebookCanvasPageURL, ThemeDisplay themeDisplay)
           
static String PortalUtil.getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String Portal.getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String PortalImpl.getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String Portal.getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String PortalImpl.getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getPortletDescription(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
 String Portal.getPortletDescription(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
 String PortalImpl.getPortletDescription(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
static String PortalUtil.getPortletDescription(Portlet portlet, User user)
           
 String Portal.getPortletDescription(Portlet portlet, User user)
           
 String PortalImpl.getPortletDescription(Portlet portlet, User user)
           
static String PortalUtil.getPortletLongTitle(Portlet portlet, Locale locale)
           
 String Portal.getPortletLongTitle(Portlet portlet, Locale locale)
           
 String PortalImpl.getPortletLongTitle(Portlet portlet, Locale locale)
           
static String PortalUtil.getPortletLongTitle(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
 String Portal.getPortletLongTitle(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
 String PortalImpl.getPortletLongTitle(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
static String PortalUtil.getPortletLongTitle(Portlet portlet, String languageId)
           
 String Portal.getPortletLongTitle(Portlet portlet, String languageId)
           
 String PortalImpl.getPortletLongTitle(Portlet portlet, String languageId)
           
static String PortalUtil.getPortletLongTitle(Portlet portlet, User user)
           
 String Portal.getPortletLongTitle(Portlet portlet, User user)
           
 String PortalImpl.getPortletLongTitle(Portlet portlet, User user)
           
static String PortalUtil.getPortletTitle(Portlet portlet, Locale locale)
           
 String Portal.getPortletTitle(Portlet portlet, Locale locale)
           
 String PortalImpl.getPortletTitle(Portlet portlet, Locale locale)
           
static String PortalUtil.getPortletTitle(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
 String Portal.getPortletTitle(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
 String PortalImpl.getPortletTitle(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
static String PortalUtil.getPortletTitle(Portlet portlet, String languageId)
           
 String Portal.getPortletTitle(Portlet portlet, String languageId)
           
 String PortalImpl.getPortletTitle(Portlet portlet, String languageId)
           
static String PortalUtil.getPortletTitle(Portlet portlet, User user)
           
 String Portal.getPortletTitle(Portlet portlet, User user)
           
 String PortalImpl.getPortletTitle(Portlet portlet, User user)
           
static PreferencesValidator PortalUtil.getPreferencesValidator(Portlet portlet)
           
 PreferencesValidator Portal.getPreferencesValidator(Portlet portlet)
           
 PreferencesValidator PortalImpl.getPreferencesValidator(Portlet portlet)
           
static javax.servlet.ServletContext PortalUtil.getServletContext(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 javax.servlet.ServletContext Portal.getServletContext(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 javax.servlet.ServletContext PortalImpl.getServletContext(Portlet portlet, javax.servlet.ServletContext servletContext)
           
protected  String PortalImpl.getServletURL(Portlet portlet, String servletPath, ThemeDisplay themeDisplay)
           
static String PortalUtil.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String Portal.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String PortalImpl.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
protected  boolean PortalImpl.hasPortletDefaultResource(ThemeDisplay themeDisplay, Layout layout, Portlet portlet)
           
static boolean PortalUtil.isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
 boolean Portal.isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
 boolean PortalImpl.isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
static String PortalUtil.renderPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, String queryString, boolean writeOutput)
           
 String Portal.renderPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, String queryString, boolean writeOutput)
           
 String PortalImpl.renderPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, String queryString, boolean writeOutput)
           
static String PortalUtil.renderPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, String queryString, String columnId, Integer columnPos, Integer columnCount, boolean writeOutput)
           
 String Portal.renderPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, String queryString, String columnId, Integer columnPos, Integer columnCount, boolean writeOutput)
           
 String PortalImpl.renderPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, String queryString, String columnId, Integer columnPos, Integer columnCount, boolean writeOutput)
           
static String PortalUtil.renderPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, String queryString, String columnId, Integer columnPos, Integer columnCount, String path, boolean writeOutput)
           
 String Portal.renderPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, String queryString, String columnId, Integer columnPos, Integer columnCount, String path, boolean writeOutput)
           
 String PortalImpl.renderPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, String queryString, String columnId, Integer columnPos, Integer columnCount, String path, boolean writeOutput)
           
 

Method parameters in com.liferay.portal.util with type arguments of type Portlet
protected  List<Portlet> PortalImpl.filterControlPanelPortlets(Set<Portlet> portlets, String category, ThemeDisplay themeDisplay)
           
 

Uses of Portlet in com.liferay.portal.util.comparator
 

Methods in com.liferay.portal.util.comparator with parameters of type Portlet
 int PortletControlPanelWeightComparator.compare(Portlet portlet1, Portlet portlet2)
           
 int PortletTitleComparator.compare(Portlet portlet1, Portlet portlet2)
           
 int PortletRenderWeightComparator.compare(Portlet portlet1, Portlet portlet2)
           
 int PortletLuceneComparator.compare(Portlet portlet1, Portlet portlet2)
           
 

Uses of Portlet in com.liferay.portal.workflow
 

Methods in com.liferay.portal.workflow with parameters of type Portlet
 boolean MyWorkflowTasksControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean MyWorkflowInstancesControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean WorkflowControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean WorkflowControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 

Uses of Portlet in com.liferay.portlet
 

Methods in com.liferay.portlet that return Portlet
 Portlet PortletURLImpl.getPortlet()
           
 Portlet PortletConfigImpl.getPortlet()
           
 Portlet PortletRequestImpl.getPortlet()
           
 Portlet PortletResponseImpl.getPortlet()
           
 Portlet PortletContextImpl.getPortlet()
           
 

Methods in com.liferay.portlet with parameters of type Portlet
static void PortletInstanceFactoryUtil.clear(Portlet portlet)
           
 void PortletInstanceFactory.clear(Portlet portlet)
           
 void PortletInstanceFactoryImpl.clear(Portlet portlet)
           
static void PortletInstanceFactoryUtil.clear(Portlet portlet, boolean resetRemotePortletBag)
           
 void PortletInstanceFactory.clear(Portlet portlet, boolean resetRemotePortletBag)
           
 void PortletInstanceFactoryImpl.clear(Portlet portlet, boolean resetRemotePortletBag)
           
static RenderRequestImpl RenderRequestFactory.create(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences)
           
static ActionRequestImpl ActionRequestFactory.create(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences, long plid)
           
static RenderRequestImpl RenderRequestFactory.create(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences, long plid)
           
static ResourceRequestImpl ResourceRequestFactory.create(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences, long plid)
           
static EventRequestImpl EventRequestFactory.create(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences, long plid)
           
 PortletBag PortletBagFactory.create(Portlet portlet)
           
 InvokerPortlet InvokerPortletFactory.create(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
 InvokerPortlet InvokerPortletFactoryImpl.create(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
 InvokerPortlet MonitoringPortletFactoryImpl.create(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
 InvokerPortlet InvokerPortletFactory.create(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
 InvokerPortlet InvokerPortletFactoryImpl.create(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
 InvokerPortlet MonitoringPortletFactoryImpl.create(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
static PortletConfig PortletConfigFactoryUtil.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 PortletConfig PortletConfigFactory.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static InvokerPortlet PortletInstanceFactoryUtil.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 InvokerPortlet PortletInstanceFactory.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 InvokerPortlet PortletInstanceFactoryImpl.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 PortletConfig PortletConfigFactoryImpl.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static PortletContext PortletContextFactory.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static void PortletInstanceFactoryUtil.delete(Portlet portlet)
           
 void PortletInstanceFactory.delete(Portlet portlet)
           
 void PortletInstanceFactoryImpl.delete(Portlet portlet)
           
static void PortletConfigFactoryUtil.destroy(Portlet portlet)
           
 void PortletConfigFactory.destroy(Portlet portlet)
           
static void PortletInstanceFactoryUtil.destroy(Portlet portlet)
           
 void PortletInstanceFactory.destroy(Portlet portlet)
           
 void PortletInstanceFactoryImpl.destroy(Portlet portlet)
           
 void PortletConfigFactoryImpl.destroy(Portlet portlet)
           
static void PortletContextFactory.destroy(Portlet portlet)
           
static PreferencesValidator PortletPreferencesFactoryUtil.getPreferencesValidator(Portlet portlet)
           
 PreferencesValidator PortletPreferencesFactory.getPreferencesValidator(Portlet portlet)
           
 PreferencesValidator PortletPreferencesFactoryImpl.getPreferencesValidator(Portlet portlet)
           
static LinkedHashMap<String,String> UserInfoFactory.getUserInfo(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
static LinkedHashMap<String,String> UserInfoFactory.getUserInfo(long userId, Portlet portlet)
           
static LinkedHashMap<String,String> UserInfoFactory.getUserInfo(User user, LinkedHashMap<String,String> userInfo, Portlet portlet)
           
protected  void PortletRequestImpl.init(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences, long plid)
           
protected  void ResourceRequestImpl.init(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences, long plid)
           
protected  InvokerPortlet PortletInstanceFactoryImpl.init(Portlet portlet, PortletConfig portletConfig, Portlet portletInstance)
           
protected  void PortletBagFactory.initResourceBundle(Map<String,ResourceBundle> resourceBundles, Portlet portlet, Locale locale)
           
protected  void PortletBagFactory.initSchedulers(Portlet portlet)
           
protected  SocialActivityInterpreter PortletBagFactory.initSocialActivityInterpreterInstance(Portlet portlet)
           
 boolean AdministratorControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean OmniadminControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean DefaultControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean ControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean AdministratorControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 boolean OmniadminControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 boolean BaseControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 boolean ControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
protected  AssetRendererFactory PortletBagFactory.newAssetRendererFactoryInstance(Portlet portlet, String assetRendererFactoryClass)
           
protected  List<AssetRendererFactory> PortletBagFactory.newAssetRendererFactoryInstances(Portlet portlet)
           
protected  List<AtomCollectionAdapter<?>> PortletBagFactory.newAtomCollectionAdapterInstances(Portlet portlet)
           
protected  ConfigurationAction PortletBagFactory.newConfigurationAction(Portlet portlet)
           
protected  FriendlyURLMapper PortletBagFactory.newFriendlyURLMapper(Portlet portlet)
           
protected  Router PortletBagFactory.newFriendlyURLRouter(Portlet portlet)
           
protected  List<Indexer> PortletBagFactory.newIndexers(Portlet portlet)
           
protected  OpenSearch PortletBagFactory.newOpenSearch(Portlet portlet)
           
protected  PermissionPropagator PortletBagFactory.newPermissionPropagator(Portlet portlet)
           
protected  PollerProcessor PortletBagFactory.newPollerProcessor(Portlet portlet)
           
protected  MessageListener PortletBagFactory.newPOPMessageListener(Portlet portlet)
           
protected  PortletDataHandler PortletBagFactory.newPortletDataHandler(Portlet portlet)
           
protected  PortletLayoutListener PortletBagFactory.newPortletLayoutListener(Portlet portlet)
           
protected  URLEncoder PortletBagFactory.newURLEncoder(Portlet portlet)
           
static PortletConfig PortletConfigFactoryUtil.update(Portlet portlet)
           
 PortletConfig PortletConfigFactory.update(Portlet portlet)
           
 PortletConfig PortletConfigFactoryImpl.update(Portlet portlet)
           
 

Constructors in com.liferay.portlet with parameters of type Portlet
InvokerPortletImpl(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
InvokerPortletImpl(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
PortletConfigImpl(Portlet portlet, PortletContext portletContext)
           
PortletContextImpl(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 

Uses of Portlet in com.liferay.portlet.grouppages
 

Methods in com.liferay.portlet.grouppages with parameters of type Portlet
 boolean GroupPagesControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean GroupPagesControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 

Uses of Portlet in com.liferay.portlet.layoutconfiguration.util
 

Methods in com.liferay.portlet.layoutconfiguration.util with parameters of type Portlet
static String RuntimePortletUtil.processPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, String queryString, String columnId, Integer columnPos, Integer columnCount, String path, boolean writeOutput)
           
 String RuntimePortlet.processPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, String queryString, String columnId, Integer columnPos, Integer columnCount, String path, boolean writeOutput)
           
 String RuntimePortletImpl.processPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, String queryString, String columnId, Integer columnPos, Integer columnCount, String path, boolean writeOutput)
           
static String RuntimePortletUtil.processPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RenderRequest renderRequest, RenderResponse renderResponse, Portlet portlet, String portletId, String queryString, String columnId, Integer columnPos, Integer columnCount, String path, boolean writeOutput)
           
 String RuntimePortlet.processPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RenderRequest renderRequest, RenderResponse renderResponse, Portlet portlet, String portletId, String queryString, String columnId, Integer columnPos, Integer columnCount, String path, boolean writeOutput)
           
 String RuntimePortletImpl.processPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RenderRequest renderRequest, RenderResponse renderResponse, Portlet portlet, String portletId, String queryString, String columnId, Integer columnPos, Integer columnCount, String path, boolean writeOutput)
           
 

Uses of Portlet in com.liferay.portlet.layoutconfiguration.util.velocity
 

Methods in com.liferay.portlet.layoutconfiguration.util.velocity that return types with arguments of type Portlet
 Map<Portlet,Object[]> TemplateProcessor.getPortletsMap()
           
 

Uses of Portlet in com.liferay.portlet.myaccount
 

Methods in com.liferay.portlet.myaccount with parameters of type Portlet
 boolean MyAccountControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 

Uses of Portlet in com.liferay.portlet.mypages
 

Methods in com.liferay.portlet.mypages with parameters of type Portlet
 boolean MyPagesControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean MyPagesControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 

Uses of Portlet in com.liferay.portlet.portletconfiguration.action
 

Methods in com.liferay.portlet.portletconfiguration.action that return Portlet
protected static Portlet ActionUtil.getPortlet(PortletRequest portletRequest)
           
 

Methods in com.liferay.portlet.portletconfiguration.action with parameters of type Portlet
protected  void ExportImportAction.exportData(ActionRequest actionRequest, ActionResponse actionResponse, Portlet portlet)
           
protected  ConfigurationAction EditConfigurationAction.getConfigurationAction(Portlet portlet)
           
static PortletPreferences ActionUtil.getLayoutPortletSetup(PortletRequest portletRequest, Portlet portlet)
           
protected  String EditScopeAction.getOldScopeName(ActionRequest actionRequest, Portlet portlet)
           
protected  String EditScopeAction.getPortletTitle(PortletRequest portletRequest, Portlet portlet, PortletPreferences preferences)
           
static void ActionUtil.getPublicRenderParameterConfigurationList(PortletRequest portletRequest, Portlet portlet)
           
protected static String ActionUtil.getTitle(Portlet portlet, RenderRequest renderRequest)
           
protected  void ExportImportAction.importData(ActionRequest actionRequest, ActionResponse actionResponse, Portlet portlet)
           
protected  void EditArchivedSetupsAction.restoreSetup(ActionRequest actionRequest, Portlet portlet)
           
protected  void EditPublicRenderParametersAction.updatePreferences(ActionRequest actionRequest, Portlet portlet)
           
protected  void EditScopeAction.updateScope(ActionRequest actionRequest, Portlet portlet)
           
protected  void EditArchivedSetupsAction.updateSetup(ActionRequest actionRequest, Portlet portlet)
           
protected  void EditSupportedClientsAction.updateSupportedClients(Portlet portlet, ActionRequest actionRequest)
           
 

Uses of Portlet in com.liferay.portlet.sitesadmin
 

Methods in com.liferay.portlet.sitesadmin with parameters of type Portlet
 boolean SiteMembershipsControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean SitesControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean SiteSettingsControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean SiteMembershipsControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 boolean SitesControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 boolean SiteSettingsControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 

Uses of Portlet in com.liferay.portlet.socialactivity
 

Methods in com.liferay.portlet.socialactivity with parameters of type Portlet
 boolean SocialActivityAdminControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean SocialActivityAdminControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 

Uses of Portlet in com.liferay.portlet.usersadmin
 

Methods in com.liferay.portlet.usersadmin with parameters of type Portlet
 boolean UsersControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 

Uses of Portlet in com.liferay.taglib.portletext
 

Methods in com.liferay.taglib.portletext with parameters of type Portlet
 void IconPortletTag.setPortlet(Portlet portlet)
           
 

Uses of Portlet in com.liferay.taglib.util
 

Methods in com.liferay.taglib.util with parameters of type Portlet
 void DummyVelocityTaglib.iconPortlet(Portlet portlet)
           
 void VelocityTaglib.iconPortlet(Portlet portlet)
           
 void VelocityTaglibImpl.iconPortlet(Portlet portlet)
           
 

Uses of Portlet in com.liferay.util.bridges.alloy
 

Fields in com.liferay.util.bridges.alloy declared as Portlet
protected  Portlet BaseAlloyControllerImpl.portlet
           
 

Methods in com.liferay.util.bridges.alloy that return Portlet
 Portlet BaseAlloyControllerImpl.getPortlet()
           
 Portlet AlloyController.getPortlet()
           
 


Liferay 6.1.2-ce-ga3