Liferay 6.2.0

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

Packages that use Portlet
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.staging   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
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.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.util This package defines the portal utility interfaces and classes. 
com.liferay.portal.util.comparator This package defines the portal comparator classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.util.bridges.alloy   
 

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

Methods in com.liferay.portal.kernel.lar that return types with arguments of type Portlet
 List<Portlet> ManifestSummary.getConfigurationPortlets()
           
 List<Portlet> ManifestSummary.getDataPortlets()
           
 

Methods in com.liferay.portal.kernel.lar with parameters of type Portlet
 void ManifestSummary.addConfigurationPortlet(Portlet portlet, String[] configurationPortletOptions)
           
 void ManifestSummary.addDataPortlet(Portlet portlet)
           
abstract  PortletDataHandlerControl[] PortletDataHandler.getExportConfigurationControls(long companyId, long groupId, Portlet portlet, boolean privateLayout)
           
 PortletDataHandlerControl[] BasePortletDataHandler.getExportConfigurationControls(long companyId, long groupId, Portlet portlet, boolean privateLayout)
           
abstract  PortletDataHandlerControl[] PortletDataHandler.getExportConfigurationControls(long companyId, long groupId, Portlet portlet, long plid, boolean privateLayout)
           
 PortletDataHandlerControl[] BasePortletDataHandler.getExportConfigurationControls(long companyId, long groupId, Portlet portlet, long plid, boolean privateLayout)
           
abstract  PortletDataHandlerControl[] PortletDataHandler.getImportConfigurationControls(Portlet portlet, ManifestSummary manifestSummary)
           
 PortletDataHandlerControl[] BasePortletDataHandler.getImportConfigurationControls(Portlet portlet, ManifestSummary manifestSummary)
           
abstract  void ExportImportHelper.updateExportPortletPreferencesClassPKs(PortletDataContext portletDataContext, Portlet portlet, PortletPreferences portletPreferences, String key, String className, Element rootElement)
           
static void ExportImportHelperUtil.updateExportPortletPreferencesClassPKs(PortletDataContext portletDataContext, Portlet portlet, PortletPreferences portletPreferences, String key, String className, Element rootElement)
           
 

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

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

Methods in com.liferay.portal.kernel.portlet with parameters of type Portlet
static void PortletJSONUtil.populatePortletJSONObject(javax.servlet.http.HttpServletRequest request, String portletHTML, Portlet portlet, JSONObject jsonObject)
           
abstract  void PortletContainer.preparePortlet(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
static void PortletContainerUtil.preparePortlet(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
abstract  ActionResult PortletContainer.processAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet)
           
static void PortletContainerUtil.processAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet)
           
abstract  List<Event> PortletContainer.processEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, Layout layout, Event event)
           
static void PortletContainerUtil.processEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, Layout layout, Event event)
           
abstract  void PortletContainer.render(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet)
           
static void PortletContainerUtil.render(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet)
           
abstract  void PortletContainer.serveResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet)
           
static void PortletContainerUtil.serveResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet)
           
 

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)
           
abstract  void Staging.copyFromLive(PortletRequest PortletRequest, Portlet portlet)
           
static void StagingUtil.publishToLive(PortletRequest PortletRequest, Portlet portlet)
           
abstract  void Staging.publishToLive(PortletRequest PortletRequest, Portlet portlet)
           
 

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
abstract  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.
abstract  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. As of 6.1.0, replaced by PortletWrapper.getWrappedModel()
 Portlet PortletWrapper.toEscapedModel()
           
abstract  Portlet PortletModel.toEscapedModel()
           
 Portlet PortletWrapper.toUnescapedModel()
           
abstract  Portlet PortletModel.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type Portlet
abstract  void PortletApp.addPortlet(Portlet portlet)
           
 int PortletWrapper.compareTo(Portlet portlet)
           
abstract  int PortletModel.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
abstract  List<Portlet> LayoutTypePortlet.addStaticPortlets(List<Portlet> portlets, List<Portlet> startPortlets, List<Portlet> endPortlets)
           
abstract  List<Portlet> LayoutTypePortlet.addStaticPortlets(List<Portlet> portlets, List<Portlet> startPortlets, List<Portlet> endPortlets)
           
abstract  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.security.permission
 

Methods in com.liferay.portal.security.permission with parameters of type Portlet
static List<String> ResourceActionsUtil.getPortletResourceActions(Portlet portlet)
           
abstract  List<String> ResourceActions.getPortletResourceActions(Portlet portlet)
           
 

Uses of Portlet in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Portlet
abstract  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.addPortlet(Portlet portlet)
          Adds the portlet to the database.
abstract  Portlet PortletLocalService.clonePortlet(long companyId, String portletId)
          Deprecated. As of 6.1.0, replaced by PortletLocalService.clonePortlet(String)
static Portlet PortletLocalServiceUtil.clonePortlet(long companyId, String portletId)
          Deprecated. As of 6.1.0, replaced by PortletLocalServiceUtil.clonePortlet(String)
 Portlet PortletLocalServiceWrapper.clonePortlet(long companyId, String portletId)
          Deprecated. As of 6.1.0, replaced by PortletLocalServiceWrapper.clonePortlet(String)
abstract  Portlet PortletLocalService.clonePortlet(String portletId)
           
static Portlet PortletLocalServiceUtil.clonePortlet(String portletId)
           
 Portlet PortletLocalServiceWrapper.clonePortlet(String portletId)
           
abstract  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.createPortlet(long id)
          Creates a new portlet with the primary key.
abstract  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(long id)
          Deletes the portlet with the primary key from the database.
abstract  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.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
abstract  Portlet PortletLocalService.deployRemotePortlet(Portlet portlet, String categoryName)
           
static Portlet PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String categoryName)
           
abstract  Portlet PortletLocalService.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
static Portlet PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
 Portlet PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
abstract  Portlet PortletLocalService.fetchPortlet(long id)
           
static Portlet PortletLocalServiceUtil.fetchPortlet(long id)
           
 Portlet PortletLocalServiceWrapper.fetchPortlet(long id)
           
abstract  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.getPortlet(long id)
          Returns the portlet with the primary key.
abstract  Portlet PortletLocalService.getPortletById(long companyId, String portletId)
           
static Portlet PortletLocalServiceUtil.getPortletById(long companyId, String portletId)
           
 Portlet PortletLocalServiceWrapper.getPortletById(long companyId, String portletId)
           
abstract  Portlet PortletLocalService.getPortletById(String portletId)
           
static Portlet PortletLocalServiceUtil.getPortletById(String portletId)
           
 Portlet PortletLocalServiceWrapper.getPortletById(String portletId)
           
abstract  Portlet PortletLocalService.getPortletByStrutsPath(long companyId, String strutsPath)
           
static Portlet PortletLocalServiceUtil.getPortletByStrutsPath(long companyId, String strutsPath)
           
 Portlet PortletLocalServiceWrapper.getPortletByStrutsPath(long companyId, String strutsPath)
           
abstract  Portlet PortletLocalService.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
static Portlet PortletServiceUtil.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
abstract  Portlet PortletService.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
static Portlet PortletLocalServiceUtil.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletServiceWrapper.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletLocalServiceWrapper.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
abstract  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)
          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
abstract  List<Portlet> PortletLocalService.getFriendlyURLMapperPortlets()
           
static List<Portlet> PortletLocalServiceUtil.getFriendlyURLMapperPortlets()
           
 List<Portlet> PortletLocalServiceWrapper.getFriendlyURLMapperPortlets()
           
abstract  List<Portlet> PortletLocalService.getPortlets()
           
static List<Portlet> PortletLocalServiceUtil.getPortlets()
           
 List<Portlet> PortletLocalServiceWrapper.getPortlets()
           
abstract  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(int start, int end)
          Returns a range of all the portlets.
abstract  List<Portlet> PortletLocalService.getPortlets(long companyId)
           
static List<Portlet> PortletLocalServiceUtil.getPortlets(long companyId)
           
 List<Portlet> PortletLocalServiceWrapper.getPortlets(long companyId)
           
abstract  List<Portlet> PortletLocalService.getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
static List<Portlet> PortletLocalServiceUtil.getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
 List<Portlet> PortletLocalServiceWrapper.getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
abstract  List<Portlet> PortletLocalService.getScopablePortlets()
           
static List<Portlet> PortletLocalServiceUtil.getScopablePortlets()
           
 List<Portlet> PortletLocalServiceWrapper.getScopablePortlets()
           
abstract  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)
           
 List<Portlet> PortletLocalServiceWrapper.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
abstract  Map<String,Portlet> PortletLocalService.loadGetPortletsPool(long companyId)
           
static Map<String,Portlet> PortletLocalServiceUtil.loadGetPortletsPool(long companyId)
           
 Map<String,Portlet> PortletLocalServiceWrapper.loadGetPortletsPool(long companyId)
           
 

Methods in com.liferay.portal.service with parameters of type Portlet
abstract  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.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)
           
abstract  PortletPreferences PortletPreferencesLocalService.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
abstract  void PortletLocalService.checkPortlet(Portlet portlet)
           
static void PortletLocalServiceUtil.checkPortlet(Portlet portlet)
           
 void PortletLocalServiceWrapper.checkPortlet(Portlet portlet)
           
abstract  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.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
abstract  Portlet PortletLocalService.deployRemotePortlet(Portlet portlet, String categoryName)
           
static Portlet PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String categoryName)
           
abstract  Portlet PortletLocalService.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
static Portlet PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
 Portlet PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
abstract  void PortletLocalService.destroyPortlet(Portlet portlet)
           
static void PortletLocalServiceUtil.destroyPortlet(Portlet portlet)
           
 void PortletLocalServiceWrapper.destroyPortlet(Portlet portlet)
           
abstract  void PortletLocalService.destroyRemotePortlet(Portlet portlet)
           
static void PortletLocalServiceUtil.destroyRemotePortlet(Portlet portlet)
           
 void PortletLocalServiceWrapper.destroyRemotePortlet(Portlet portlet)
           
 long PortletPreferencesLocalServiceWrapper.getPortletPreferencesCount(long ownerId, int ownerType, long plid, Portlet portlet, boolean excludeDefaultPreferences)
           
static long PortletPreferencesLocalServiceUtil.getPortletPreferencesCount(long ownerId, int ownerType, long plid, Portlet portlet, boolean excludeDefaultPreferences)
           
abstract  long PortletPreferencesLocalService.getPortletPreferencesCount(long ownerId, int ownerType, long plid, Portlet portlet, boolean excludeDefaultPreferences)
           
abstract  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)
          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
abstract  List<Group> GroupService.getManageableSiteGroups(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
static List<Group> GroupServiceUtil.getManageableSiteGroups(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
 List<Group> GroupServiceWrapper.getManageableSiteGroups(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
abstract  List<Group> GroupService.getManageableSites(Collection<Portlet> portlets, int max)
          Deprecated. As of 6.2.0, replaced by GroupService.getManageableSiteGroups(Collection, int)
static List<Group> GroupServiceUtil.getManageableSites(Collection<Portlet> portlets, int max)
          Deprecated. As of 6.2.0, replaced by GroupServiceUtil.getManageableSiteGroups(Collection, int)
 List<Group> GroupServiceWrapper.getManageableSites(Collection<Portlet> portlets, int max)
          Deprecated. As of 6.2.0, replaced by GroupServiceWrapper.getManageableSiteGroups(Collection, int)
 

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

Methods in com.liferay.portal.service.permission with parameters of type Portlet
abstract  boolean PortletPermission.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId)
           
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, long plid, Portlet portlet, String actionId, boolean strict)
           
abstract  boolean PortletPermission.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId)
           
abstract  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)
           
abstract  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)
           
abstract  boolean PortletPermission.hasControlPanelAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Portlet portlet)
           
static boolean PortletPermissionUtil.hasControlPanelAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Portlet portlet)
           
 

Method parameters in com.liferay.portal.service.permission with type arguments of type Portlet
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, long plid, Collection<Portlet> portlets, String actionId)
          Deprecated. As of 6.2.0, replaced by PortletPermissionUtil.hasControlPanelAccessPermission(PermissionChecker, long, Collection)
abstract  boolean PortletPermission.hasControlPanelAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Collection<Portlet> portlets)
           
static boolean PortletPermissionUtil.hasControlPanelAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Collection<Portlet> portlets)
           
 

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

Methods in com.liferay.portal.service.persistence that return Portlet
abstract  Portlet PortletPersistence.create(long id)
          Creates a new portlet with the primary key.
static Portlet PortletUtil.create(long id)
          Creates a new portlet with the primary key.
abstract  Portlet PortletPersistence.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)
          Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found.
abstract  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.
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.
abstract  Portlet PortletPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
abstract  Portlet PortletPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
abstract  Portlet PortletPersistence.fetchByPrimaryKey(long id)
          Returns the portlet with the primary key or returns null if it could not be found.
static Portlet PortletUtil.fetchByPrimaryKey(long id)
          Returns the portlet with the primary key or returns null if it could not be found.
abstract  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.
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.
abstract  Portlet PortletPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
abstract  Portlet PortletPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
abstract  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 = ?.
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 = ?.
abstract  Portlet PortletPersistence.findByPrimaryKey(long id)
          Returns the portlet with the primary key or throws a NoSuchPortletException if it could not be found.
static Portlet PortletUtil.findByPrimaryKey(long id)
          Returns the portlet with the primary key or throws a NoSuchPortletException if it could not be found.
abstract  Portlet PortletPersistence.remove(long id)
          Removes the portlet with the primary key from the database.
static Portlet PortletUtil.remove(long id)
          Removes the portlet with the primary key from the database.
abstract  Portlet PortletPersistence.removeByC_P(long companyId, String portletId)
          Removes the portlet where companyId = ? and portletId = ? from the database.
static Portlet PortletUtil.removeByC_P(long companyId, String portletId)
          Removes the portlet where companyId = ? and portletId = ? from the database.
static Portlet PortletUtil.update(Portlet portlet)
           
static Portlet PortletUtil.update(Portlet portlet, ServiceContext serviceContext)
           
abstract  Portlet PortletPersistence.updateImpl(Portlet portlet)
           
static Portlet PortletUtil.updateImpl(Portlet portlet)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Portlet
abstract  List<Portlet> PortletPersistence.findAll()
          Returns all the portlets.
static List<Portlet> PortletUtil.findAll()
          Returns all the portlets.
abstract  List<Portlet> PortletPersistence.findAll(int start, int end)
          Returns a range of all the portlets.
static List<Portlet> PortletUtil.findAll(int start, int end)
          Returns a range of all the portlets.
abstract  List<Portlet> PortletPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets.
static List<Portlet> PortletUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets.
abstract  List<Portlet> PortletPersistence.findByCompanyId(long companyId)
          Returns all the portlets where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId)
          Returns all the portlets where companyId = ?.
abstract  List<Portlet> PortletPersistence.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)
          Returns a range of all the portlets where companyId = ?.
abstract  List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered 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 = ?.
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
abstract  void PortletPersistence.cacheResult(Portlet portlet)
          Caches the portlet in the entity cache if it is enabled.
static void PortletUtil.cacheResult(Portlet portlet)
          Caches the portlet in the entity cache if it is enabled.
static void PortletUtil.clearCache(Portlet portlet)
           
static Portlet PortletUtil.update(Portlet portlet)
           
static Portlet PortletUtil.update(Portlet portlet, ServiceContext serviceContext)
           
abstract  Portlet PortletPersistence.updateImpl(Portlet portlet)
           
static Portlet PortletUtil.updateImpl(Portlet portlet)
           
 

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

Uses of Portlet in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return Portlet
static Portlet PortalUtil.getFirstMyAccountPortlet(ThemeDisplay themeDisplay)
           
abstract  Portlet Portal.getFirstMyAccountPortlet(ThemeDisplay themeDisplay)
           
static Portlet PortalUtil.getFirstSiteAdministrationPortlet(ThemeDisplay themeDisplay)
           
abstract  Portlet Portal.getFirstSiteAdministrationPortlet(ThemeDisplay themeDisplay)
           
 

Methods in com.liferay.portal.util that return types with arguments of type Portlet
static Map<String,List<Portlet>> PortalUtil.getControlPanelCategoriesMap(javax.servlet.http.HttpServletRequest request)
           
abstract  Map<String,List<Portlet>> Portal.getControlPanelCategoriesMap(javax.servlet.http.HttpServletRequest request)
           
static Set<Portlet> PortalUtil.getControlPanelPortlets(long companyId, String category)
           
abstract  Set<Portlet> Portal.getControlPanelPortlets(long companyId, String category)
           
static List<Portlet> PortalUtil.getControlPanelPortlets(String category, ThemeDisplay themeDisplay)
           
abstract  List<Portlet> Portal.getControlPanelPortlets(String category, ThemeDisplay themeDisplay)
           
static Map<String,List<Portlet>> PortalUtil.getSiteAdministrationCategoriesMap(javax.servlet.http.HttpServletRequest request)
           
abstract  Map<String,List<Portlet>> Portal.getSiteAdministrationCategoriesMap(javax.servlet.http.HttpServletRequest request)
           
 

Methods in com.liferay.portal.util with parameters of type Portlet
static void PortalUtil.addPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
abstract  void Portal.addPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
          Adds the default resource permissions for the portlet to the page.
static void PortalUtil.addPortletDefaultResource(long companyId, Layout layout, Portlet portlet)
           
abstract  void Portal.addPortletDefaultResource(long companyId, Layout layout, Portlet portlet)
           
static String PortalUtil.getFacebookURL(Portlet portlet, String facebookCanvasPageURL, ThemeDisplay themeDisplay)
           
abstract  String Portal.getFacebookURL(Portlet portlet, String facebookCanvasPageURL, ThemeDisplay themeDisplay)
           
static String PortalUtil.getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
abstract  String Portal.getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay)
           
abstract  String Portal.getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getPortletDescription(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
abstract  String Portal.getPortletDescription(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
static String PortalUtil.getPortletDescription(Portlet portlet, User user)
           
abstract  String Portal.getPortletDescription(Portlet portlet, User user)
           
static String PortalUtil.getPortletLongTitle(Portlet portlet, Locale locale)
           
abstract  String Portal.getPortletLongTitle(Portlet portlet, Locale locale)
           
static String PortalUtil.getPortletLongTitle(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
abstract  String Portal.getPortletLongTitle(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
static String PortalUtil.getPortletLongTitle(Portlet portlet, String languageId)
           
abstract  String Portal.getPortletLongTitle(Portlet portlet, String languageId)
           
static String PortalUtil.getPortletLongTitle(Portlet portlet, User user)
           
abstract  String Portal.getPortletLongTitle(Portlet portlet, User user)
           
static String PortalUtil.getPortletTitle(Portlet portlet, Locale locale)
           
abstract  String Portal.getPortletTitle(Portlet portlet, Locale locale)
           
static String PortalUtil.getPortletTitle(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
abstract  String Portal.getPortletTitle(Portlet portlet, javax.servlet.ServletContext servletContext, Locale locale)
           
static String PortalUtil.getPortletTitle(Portlet portlet, String languageId)
           
abstract  String Portal.getPortletTitle(Portlet portlet, String languageId)
           
static String PortalUtil.getPortletTitle(Portlet portlet, User user)
           
abstract  String Portal.getPortletTitle(Portlet portlet, User user)
           
static PreferencesValidator PortalUtil.getPreferencesValidator(Portlet portlet)
           
abstract  PreferencesValidator Portal.getPreferencesValidator(Portlet portlet)
           
static String PortalUtil.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
abstract  String Portal.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
static boolean PortalUtil.isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
          Deprecated. As of 6.2.0 with no direct replacement
abstract  boolean Portal.isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
          Deprecated. As of 6.2.0 with no direct replacement
 

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

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

Uses of Portlet in com.liferay.portlet
 

Methods in com.liferay.portlet with parameters of type Portlet
static void PortletPreferencesFactoryUtil.checkControlPanelPortletPreferences(ThemeDisplay themeDisplay, Portlet portlet)
           
abstract  void PortletPreferencesFactory.checkControlPanelPortletPreferences(ThemeDisplay themeDisplay, Portlet portlet)
           
static void PortletInstanceFactoryUtil.clear(Portlet portlet)
           
abstract  void PortletInstanceFactory.clear(Portlet portlet)
           
static void PortletInstanceFactoryUtil.clear(Portlet portlet, boolean resetRemotePortletBag)
           
abstract  void PortletInstanceFactory.clear(Portlet portlet, boolean resetRemotePortletBag)
           
abstract  InvokerPortlet InvokerPortletFactory.create(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
abstract  InvokerPortlet InvokerPortletFactory.create(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
static InvokerPortlet PortletInstanceFactoryUtil.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
abstract  InvokerPortlet PortletInstanceFactory.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
abstract  PortletConfig PortletConfigFactory.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static PortletConfig PortletConfigFactoryUtil.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static void PortletInstanceFactoryUtil.delete(Portlet portlet)
           
abstract  void PortletInstanceFactory.delete(Portlet portlet)
           
static void PortletInstanceFactoryUtil.destroy(Portlet portlet)
           
abstract  void PortletInstanceFactory.destroy(Portlet portlet)
           
abstract  void PortletConfigFactory.destroy(Portlet portlet)
           
static void PortletConfigFactoryUtil.destroy(Portlet portlet)
           
static PreferencesValidator PortletPreferencesFactoryUtil.getPreferencesValidator(Portlet portlet)
           
abstract  PreferencesValidator PortletPreferencesFactory.getPreferencesValidator(Portlet portlet)
           
 boolean LiberalControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
abstract  boolean ControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
 boolean OmniadminControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
 boolean BaseControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
 boolean AdministratorControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
protected  boolean BaseControlPanelEntry.hasAccessPermissionDenied(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
protected  boolean BaseControlPanelEntry.hasAccessPermissionExplicitlyGranted(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
protected  boolean BaseControlPanelEntry.hasPermissionImplicitlyGranted(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
abstract  boolean ControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
          Deprecated. As of 6.2.0, with no direct replacement.

This method was originally defined to determine if a portlet should be displayed in the Control Panel. In this version, this method should always return false and remains only to preserve binary compatibility. This method will be permanently removed in a future version.

In lieu of this method, the Control Panel now uses ControlPanelEntry.hasAccessPermission(com.liferay.portal.security.permission.PermissionChecker, com.liferay.portal.model.Group, com.liferay.portal.model.Portlet) to determine if a portlet should be displayed in the Control Panel.

 boolean BaseControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
          Deprecated. As of 6.2.0, with no direct replacement.

This method was originally defined to determine if a portlet should be displayed in the Control Panel. In this version, this method should always return false and remains only to preserve binary compatibility. This method will be permanently removed in a future version.

In lieu of this method, the Control Panel now uses BaseControlPanelEntry.hasAccessPermission(com.liferay.portal.security.permission.PermissionChecker, com.liferay.portal.model.Group, com.liferay.portal.model.Portlet) to determine if a portlet should be displayed in the Control Panel.

abstract  boolean ControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
          Deprecated. As of 6.2.0, with no direct replacement.

This method was originally defined to determine if a portlet should be displayed in the Control Panel. In this version, this method should always return false and remains only to preserve binary compatibility. This method will be permanently removed in a future version.

In lieu of this method, the Control Panel now uses ControlPanelEntry.hasAccessPermission(com.liferay.portal.security.permission.PermissionChecker, com.liferay.portal.model.Group, com.liferay.portal.model.Portlet) to determine if a portlet should be displayed in the Control Panel.

 boolean BaseControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
          Deprecated. As of 6.2.0, with no direct replacement.

This method was originally defined to determine if a portlet should be displayed in the Control Panel. In this version, this method should always return false and remains only to preserve binary compatibility. This method will be permanently removed in a future version.

In lieu of this method, the Control Panel now uses BaseControlPanelEntry.hasAccessPermission(com.liferay.portal.security.permission.PermissionChecker, com.liferay.portal.model.Group, com.liferay.portal.model.Portlet) to determine if a portlet should be displayed in the Control Panel.

abstract  PortletConfig PortletConfigFactory.update(Portlet portlet)
           
static PortletConfig PortletConfigFactoryUtil.update(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()
           
abstract  Portlet AlloyController.getPortlet()
           
 


Liferay 6.2.0