Liferay 6.0.5

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   
com.liferay.portal.kernel.staging   
com.liferay.portal.lar   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.permission   
com.liferay.portal.service.persistence   
com.liferay.portal.servlet   
com.liferay.portal.staging   
com.liferay.portal.struts   
com.liferay.portal.util   
com.liferay.portal.util.comparator   
com.liferay.portal.workflow   
com.liferay.portlet   
com.liferay.portlet.admin   
com.liferay.portlet.enterpriseadmin   
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.polls   
com.liferay.portlet.portletconfiguration.action   
com.liferay.portlet.socialequityadmin   
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  void LayoutAction.processEvent(PortletRequestImpl portletRequestImpl, StateAwareResponseImpl stateAwareResponseImpl, List<LayoutTypePortlet> layoutTypePortlets, LayoutTypePortlet layoutTypePortlet, 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(Portlet portlet, String servletContextName, javax.servlet.ServletContext servletContext, ClassLoader portletClassLoader)
           
 

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

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

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

Methods in com.liferay.portal.kernel.staging with parameters of type Portlet
static void StagingUtil.copyFromLive(PortletRequest PortletRequest, Portlet portlet)
           
 void Staging.copyFromLive(PortletRequest PortletRequest, Portlet portlet)
           
static void StagingUtil.publishToLive(PortletRequest PortletRequest, Portlet portlet)
           
 void Staging.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 context, Portlet layoutConfigurationPortlet, LayoutCache layoutCache, Map<String,Object[]> portletIds, boolean exportPermissions, boolean exportUserPermissions, Layout layout, Element layoutsElement)
           
protected  void PortletExporter.exportPortletData(PortletDataContext context, Portlet portlet, Layout layout, PortletPreferences jxPreferences, Element parentEl)
           
 

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.
 

Methods in com.liferay.portal.model that return Portlet
 Portlet PortletWrapper.getClonedInstance(String portletId)
           
 Portlet Portlet.getClonedInstance(String portletId)
          Returns true if the portlet is found in a WAR file.
 Portlet PortletWrapper.getWrappedPortlet()
           
 Portlet PortletWrapper.toEscapedModel()
           
 Portlet PortletModel.toEscapedModel()
          Gets a copy of this portlet as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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> PortletApp.getPortlets()
           
 List<Portlet> LayoutTypePortlet.getPortlets()
           
 

Methods in com.liferay.portal.model with parameters of type Portlet
 void PortletApp.addPortlet(Portlet portlet)
           
 int PortletWrapper.compareTo(Portlet portlet)
           
 int PortletModel.compareTo(Portlet portlet)
           
 int Portlet.compareTo(Portlet portlet)
          Compares this portlet to the specified object.
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 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 PortletModelImpl.toEscapedModel()
           
static Portlet PortletModelImpl.toModel(PortletSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

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)
           
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 PortletModelImpl.compareTo(Portlet portlet)
           
 int PortletImpl.compareTo(Portlet portlet)
          Compares this portlet to the specified object.
 

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)
           
 

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.
static Portlet PortletLocalServiceUtil.addPortlet(Portlet portlet)
          Adds the portlet to the database.
 Portlet PortletLocalService.addPortlet(Portlet portlet)
          Adds the portlet to the database.
 Portlet PortletLocalServiceWrapper.clonePortlet(long companyId, String portletId)
           
static Portlet PortletLocalServiceUtil.clonePortlet(long companyId, String portletId)
           
 Portlet PortletLocalService.clonePortlet(long companyId, String portletId)
           
 Portlet PortletLocalServiceWrapper.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 PortletLocalService.createPortlet(long id)
          Creates a new portlet with the primary key.
 Portlet PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String categoryName)
           
static Portlet PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalService.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalServiceWrapper.getPortlet(long id)
          Gets the portlet with the primary key.
static Portlet PortletLocalServiceUtil.getPortlet(long id)
          Gets the portlet with the primary key.
 Portlet PortletLocalService.getPortlet(long id)
          Gets the portlet with the primary key.
 Portlet PortletLocalServiceWrapper.getPortletById(long companyId, String portletId)
           
static Portlet PortletLocalServiceUtil.getPortletById(long companyId, String portletId)
           
 Portlet PortletLocalService.getPortletById(long companyId, String portletId)
           
 Portlet PortletLocalServiceWrapper.getPortletById(String portletId)
           
static Portlet PortletLocalServiceUtil.getPortletById(String portletId)
           
 Portlet PortletLocalService.getPortletById(String portletId)
           
 Portlet PortletLocalServiceWrapper.getPortletByStrutsPath(long companyId, String strutsPath)
           
static Portlet PortletLocalServiceUtil.getPortletByStrutsPath(long companyId, String strutsPath)
           
 Portlet PortletLocalService.getPortletByStrutsPath(long companyId, String strutsPath)
           
 Portlet PortletServiceWrapper.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
static Portlet PortletServiceUtil.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletService.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletLocalServiceWrapper.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
static Portlet PortletLocalServiceUtil.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletLocalService.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletLocalServiceWrapper.updatePortlet(Portlet portlet)
          Updates the portlet in the database.
static Portlet PortletLocalServiceUtil.updatePortlet(Portlet portlet)
          Updates the portlet in the database.
 Portlet PortletLocalService.updatePortlet(Portlet portlet)
          Updates the portlet in the database.
 Portlet PortletLocalServiceWrapper.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database.
static Portlet PortletLocalServiceUtil.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database.
 Portlet PortletLocalService.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database.
 

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

Methods in com.liferay.portal.service with parameters of type Portlet
 Portlet PortletLocalServiceWrapper.addPortlet(Portlet portlet)
          Adds the portlet to the database.
static Portlet PortletLocalServiceUtil.addPortlet(Portlet portlet)
          Adds the portlet to the database.
 Portlet PortletLocalService.addPortlet(Portlet portlet)
          Adds the portlet to the database.
 PortletPreferences PortletPreferencesLocalServiceWrapper.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
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)
           
 void PortletLocalServiceWrapper.checkPortlet(Portlet portlet)
           
static void PortletLocalServiceUtil.checkPortlet(Portlet portlet)
           
 void PortletLocalService.checkPortlet(Portlet portlet)
           
 void PortletLocalServiceWrapper.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
static void PortletLocalServiceUtil.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
 void PortletLocalService.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
 Portlet PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String categoryName)
           
static Portlet PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalService.deployRemotePortlet(Portlet portlet, String categoryName)
           
 void PortletLocalServiceWrapper.destroyPortlet(Portlet portlet)
           
static void PortletLocalServiceUtil.destroyPortlet(Portlet portlet)
           
 void PortletLocalService.destroyPortlet(Portlet portlet)
           
 void PortletLocalServiceWrapper.destroyRemotePortlet(Portlet portlet)
           
static void PortletLocalServiceUtil.destroyRemotePortlet(Portlet portlet)
           
 void PortletLocalService.destroyRemotePortlet(Portlet portlet)
           
 Portlet PortletLocalServiceWrapper.updatePortlet(Portlet portlet)
          Updates the portlet in the database.
static Portlet PortletLocalServiceUtil.updatePortlet(Portlet portlet)
          Updates the portlet in the database.
 Portlet PortletLocalService.updatePortlet(Portlet portlet)
          Updates the portlet in the database.
 Portlet PortletLocalServiceWrapper.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database.
static Portlet PortletLocalServiceUtil.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database.
 Portlet PortletLocalService.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database.
 

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.getPortlet(long id)
          Gets the portlet with the primary key.
 Portlet PortletLocalServiceBaseImpl.updatePortlet(Portlet portlet)
          Updates the portlet in the database.
 Portlet PortletLocalServiceBaseImpl.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Portlet
 List<Portlet> PortletLocalServiceBaseImpl.getPortlets(int start, int end)
          Gets 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.
 void PortletLocalServiceBaseImpl.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
 Portlet PortletLocalServiceBaseImpl.updatePortlet(Portlet portlet)
          Updates the portlet in the database.
 Portlet PortletLocalServiceBaseImpl.updatePortlet(Portlet portlet, boolean merge)
          Updates the portlet in the database.
 

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)
           
 

Methods in com.liferay.portal.service.http with parameters of type Portlet
static JSONArray PortletJSONSerializer.toJSONArray(Portlet[] models)
           
static JSONArray PortletJSONSerializer.toJSONArray(Portlet[][] models)
           
static JSONObject PortletJSONSerializer.toJSONObject(Portlet model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type Portlet
static JSONArray PortletJSONSerializer.toJSONArray(List<Portlet> models)
           
 

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)
           
 Portlet PortletLocalServiceImpl.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalServiceImpl.getPortletById(long companyId, String portletId)
           
 Portlet PortletLocalServiceImpl.getPortletById(String portletId)
           
 Portlet PortletLocalServiceImpl.getPortletByStrutsPath(long companyId, String strutsPath)
           
 Portlet PortletServiceImpl.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletLocalServiceImpl.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.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 

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)
           
 void PortletLocalServiceImpl.destroyPortlet(Portlet portlet)
           
 void PortletLocalServiceImpl.destroyRemotePortlet(Portlet portlet)
           
 

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

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

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)
          Finds the portlet where companyId = ? and portletId = ? or returns null if it could not be found.
 Portlet PortletPersistence.fetchByC_P(long companyId, String portletId)
          Finds the portlet where companyId = ? and portletId = ? or returns null if it could not be found.
 Portlet PortletPersistenceImpl.fetchByC_P(long companyId, String portletId)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds the portlet where companyId = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache.
static Portlet PortletUtil.fetchByPrimaryKey(long id)
          Finds the portlet with the primary key or returns null if it could not be found.
 Portlet PortletPersistence.fetchByPrimaryKey(long id)
          Finds the portlet with the primary key or returns null if it could not be found.
 Portlet PortletPersistenceImpl.fetchByPrimaryKey(long id)
          Finds the portlet with the primary key or returns null if it could not be found.
 Portlet PortletPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the portlet with the primary key or returns null if it could not be found.
static Portlet PortletUtil.findByC_P(long companyId, String portletId)
          Finds the portlet where companyId = ? and portletId = ? or throws a NoSuchPortletException if it could not be found.
 Portlet PortletPersistence.findByC_P(long companyId, String portletId)
          Finds the portlet where companyId = ? and portletId = ? or throws a NoSuchPortletException if it could not be found.
 Portlet PortletPersistenceImpl.findByC_P(long companyId, String portletId)
          Finds 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)
          Finds the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last portlet in the ordered set where companyId = ?.
static Portlet[] PortletUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Finds the portlets before and after the current portlet in the ordered set where companyId = ?.
 Portlet[] PortletPersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Finds the portlets before and after the current portlet in the ordered set where companyId = ?.
 Portlet[] PortletPersistenceImpl.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Finds the portlets before and after the current portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.findByPrimaryKey(long id)
          Finds the portlet with the primary key or throws a NoSuchPortletException if it could not be found.
 Portlet PortletPersistence.findByPrimaryKey(long id)
          Finds the portlet with the primary key or throws a NoSuchPortletException if it could not be found.
 Portlet PortletPersistenceImpl.findByPrimaryKey(long id)
          Finds the portlet with the primary key or throws a NoSuchPortletException if it could not be found.
 Portlet PortletPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds 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.
static Portlet PortletUtil.remove(Portlet portlet)
           
 Portlet PortletPersistenceImpl.remove(Serializable primaryKey)
          Removes the portlet with the primary key 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()
          Finds all the portlets.
 List<Portlet> PortletPersistence.findAll()
          Finds all the portlets.
 List<Portlet> PortletPersistenceImpl.findAll()
          Finds all the portlets.
static List<Portlet> PortletUtil.findAll(int start, int end)
          Finds a range of all the portlets.
 List<Portlet> PortletPersistence.findAll(int start, int end)
          Finds a range of all the portlets.
 List<Portlet> PortletPersistenceImpl.findAll(int start, int end)
          Finds a range of all the portlets.
static List<Portlet> PortletUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the portlets.
 List<Portlet> PortletPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the portlets.
 List<Portlet> PortletPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the portlets.
static List<Portlet> PortletUtil.findByCompanyId(long companyId)
          Finds all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId)
          Finds all the portlets where companyId = ?.
 List<Portlet> PortletPersistenceImpl.findByCompanyId(long companyId)
          Finds all the portlets where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the portlets where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds 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.
static void PortletUtil.clearCache(Portlet portlet)
           
 void PortletPersistenceImpl.clearCache(Portlet portlet)
          Clears the cache for the portlet.
protected  Portlet PortletPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Portlet portlet, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static Portlet PortletUtil.remove(Portlet portlet)
           
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.
 

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.destroySchedulers(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 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(ThemeDisplay themeDisplay, 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)
           
 void PortalImpl.addPortletDefaultResource(javax.servlet.http.HttpServletRequest request, 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.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)
           
static String PortalUtil.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String Portal.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String PortalImpl.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
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 PortletTitleComparator.compare(Portlet portlet1, Portlet portlet2)
           
 int PortletRenderWeightComparator.compare(Portlet portlet1, Portlet portlet2)
           
 int PortletLuceneComparator.compare(Portlet portlet1, Portlet portlet2)
           
 int PortletControlPanelWeightComparator.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 WorkflowControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean MyWorkflowControlPanelEntry.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 PortletResponseImpl.getPortlet()
           
 Portlet PortletRequestImpl.getPortlet()
           
 Portlet PortletContextImpl.getPortlet()
           
 Portlet PortletConfigImpl.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 ResourceRequestImpl ResourceRequestFactory.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 EventRequestImpl EventRequestFactory.create(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences, long plid)
           
static ActionRequestImpl ActionRequestFactory.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 InvokerPortlet.create(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
 InvokerPortlet MonitoringPortlet.create(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
 InvokerPortlet InvokerPortletImpl.create(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
 InvokerPortlet InvokerPortlet.create(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
 InvokerPortlet MonitoringPortlet.create(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
 InvokerPortlet InvokerPortletImpl.create(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
static InvokerPortlet PortletInstanceFactoryUtil.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 InvokerPortlet PortletInstanceFactory.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static PortletConfig PortletConfigFactoryUtil.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 PortletConfig PortletConfigFactory.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 InvokerPortlet PortletInstanceFactoryImpl.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static PortletContext PortletContextFactory.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 PortletConfig PortletConfigFactoryImpl.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static void PortletInstanceFactoryUtil.destroy(Portlet portlet)
           
 void PortletInstanceFactory.destroy(Portlet portlet)
           
static void PortletConfigFactoryUtil.destroy(Portlet portlet)
           
 void PortletConfigFactory.destroy(Portlet portlet)
           
 void PortletInstanceFactoryImpl.destroy(Portlet portlet)
           
static void PortletContextFactory.destroy(Portlet portlet)
           
 void PortletConfigFactoryImpl.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 ResourceRequestImpl.init(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences, long plid)
           
protected  void PortletRequestImpl.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 DefaultControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean ControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean ControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 boolean BaseControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
protected  AssetRendererFactory PortletBagFactory.newAssetRendererFactoryInstance(Portlet portlet, String assetRendererFactoryClass)
           
protected  List<AssetRendererFactory> PortletBagFactory.newAssetRendererFactoryInstances(Portlet portlet)
           
protected  ConfigurationAction PortletBagFactory.newConfigurationAction(Portlet portlet)
           
protected  FriendlyURLMapper PortletBagFactory.newFriendlyURLMapper(Portlet portlet)
           
protected  Router PortletBagFactory.newFriendlyURLRouter(Portlet portlet)
           
protected  Indexer PortletBagFactory.newIndexer(Portlet portlet)
           
protected  OpenSearch PortletBagFactory.newOpenSearch(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)
           
 void InvokerPortlet.prepare(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
 void MonitoringPortlet.prepare(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
 void InvokerPortletImpl.prepare(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
 void InvokerPortlet.prepare(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
 void MonitoringPortlet.prepare(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
 void InvokerPortletImpl.prepare(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
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
PortletConfigImpl(Portlet portlet, PortletContext portletContext)
           
PortletContextImpl(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 

Uses of Portlet in com.liferay.portlet.admin
 

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

Uses of Portlet in com.liferay.portlet.enterpriseadmin
 

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

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)
           
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)
           
 

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()
           
 Map<Portlet,Object[]> PortletColumnLogic.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)
           
 

Uses of Portlet in com.liferay.portlet.polls
 

Methods in com.liferay.portlet.polls with parameters of type Portlet
 boolean PollsControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean PollsControlPanelEntry.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  Portlet EditConfigurationAction.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)
           
protected  String EditScopeAction.getPortletTitle(PortletRequest portletRequest, Portlet portlet, PortletPreferences preferences)
           
static void ActionUtil.getPublicRenderParameterConfigurationList(PortletRequest portletRequest, Portlet portlet)
           
protected  String EditConfigurationAction.getTitle(Portlet portlet, RenderRequest renderRequest)
           
protected  void ExportImportAction.importData(ActionRequest actionRequest, ActionResponse actionResponse, 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.socialequityadmin
 

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

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 VelocityTaglib.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
           
 


Liferay 6.0.5