Liferay 7.0-ce-b4

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

Packages that use Portlet
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.webdav   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.security.auth This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. 
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.service.util.test   
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portal.util.comparator This package defines the portal comparator classes. 
com.liferay.portal.util.test   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.exportimport.lar   
com.liferay.portlet.exportimport.staging   
 

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

Methods in com.liferay.portal.kernel.portlet that return Portlet
 Portlet LiferayPortletResponse.getPortlet()
           
 Portlet LiferayPortletContext.getPortlet()
           
 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)
           
 void PortletContainer.preparePortlet(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
static void PortletContainerUtil.preparePortlet(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
 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)
           
 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)
           
 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)
           
 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.webdav
 

Methods in com.liferay.portal.kernel.webdav with parameters of type Portlet
static String WebDAVUtil.getStorageToken(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,Long> Portlet.ID_ACCESSOR
           
static Accessor<Portlet,String> Portlet.PORTLET_ID_ACCESSOR
           
 

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

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

Methods in com.liferay.portal.model with parameters of type Portlet
 void PortletApp.addPortlet(Portlet portlet)
           
 void LayoutTypeAccessPolicy.checkAccessAllowedToPortlet(javax.servlet.http.HttpServletRequest request, Layout layout, Portlet portlet)
           
 int PortletWrapper.compareTo(Portlet portlet)
           
 int PortletModel.compareTo(Portlet portlet)
           
 void PortletApp.removePortlet(Portlet portletModel)
           
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
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Portlet
 List<Portlet> VirtualLayout.getEmbeddedPortlets()
           
 

Methods in com.liferay.portal.model.impl with parameters of type Portlet
 void DefaultLayoutTypeAccessPolicyImpl.checkAccessAllowedToPortlet(javax.servlet.http.HttpServletRequest request, Layout layout, Portlet portlet)
           
protected  boolean DefaultLayoutTypeAccessPolicyImpl.hasAccessPermission(javax.servlet.http.HttpServletRequest request, Layout layout, Portlet portlet)
           
protected  boolean ModificationDeniedLayoutTypeAccessPolicyImpl.hasAccessPermission(javax.servlet.http.HttpServletRequest request, Layout layout, Portlet portlet)
           
protected  boolean DefaultLayoutTypeAccessPolicyImpl.isAccessAllowedToLayoutPortlet(javax.servlet.http.HttpServletRequest request, Layout layout, Portlet portlet)
           
protected  boolean ModificationDeniedLayoutTypeAccessPolicyImpl.isAccessAllowedToLayoutPortlet(javax.servlet.http.HttpServletRequest request, Layout layout, Portlet portlet)
           
protected  boolean DefaultLayoutTypeAccessPolicyImpl.isAccessGrantedByPortletAuthenticationToken(javax.servlet.http.HttpServletRequest request, Layout layout, Portlet portlet)
           
protected  boolean DefaultLayoutTypeAccessPolicyImpl.isAccessGrantedByPortletOnPage(Layout layout, Portlet portlet)
           
 

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

Methods in com.liferay.portal.security.auth with parameters of type Portlet
 boolean AuthTokenWhitelist.isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
 boolean BaseAuthTokenWhitelist.isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
static boolean AuthTokenWhitelistUtil.isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
 boolean AuthTokenWhitelist.isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
 boolean BaseAuthTokenWhitelist.isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
static boolean AuthTokenWhitelistUtil.isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
 boolean AuthToken.isValidPortletInvocationToken(javax.servlet.http.HttpServletRequest request, Layout layout, Portlet portlet)
           
static boolean AuthTokenUtil.isValidPortletInvocationToken(javax.servlet.http.HttpServletRequest request, Layout layout, Portlet portlet)
           
 

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

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

Uses of Portlet in com.liferay.portal.service
 

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

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

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

Methods in com.liferay.portal.service.permission with parameters of type Portlet
 boolean PortletPermission.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, long plid, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermission.hasAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode)
           
static boolean PortletPermissionUtil.hasAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode)
           
 boolean 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)
 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
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.
static Portlet PortletUtil.fetchByC_P(long companyId, String portletId)
          Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found.
 Portlet PortletPersistence.fetchByC_P(long companyId, String portletId)
          Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found.
static Portlet PortletUtil.fetchByC_P(long companyId, String portletId, boolean retrieveFromCache)
          Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache.
 Portlet PortletPersistence.fetchByC_P(long companyId, String portletId, boolean retrieveFromCache)
          Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache.
static Portlet PortletUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByPrimaryKey(long id)
          Returns the portlet with the primary key or returns null if it could not be found.
 Portlet PortletPersistence.fetchByPrimaryKey(long id)
          Returns the portlet with the primary key or returns null if it could not be found.
static Portlet PortletUtil.findByC_P(long companyId, String portletId)
          Returns the portlet where companyId = ? and portletId = ? or throws a NoSuchPortletException if it could not be found.
 Portlet PortletPersistence.findByC_P(long companyId, String portletId)
          Returns the portlet where companyId = ? and portletId = ? or throws a NoSuchPortletException if it could not be found.
static Portlet PortletUtil.findByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.findByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static Portlet[] PortletUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
 Portlet[] PortletPersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.findByPrimaryKey(long id)
          Returns the portlet with the primary key or throws a NoSuchPortletException if it could not be found.
 Portlet PortletPersistence.findByPrimaryKey(long id)
          Returns the portlet with the primary key or throws a NoSuchPortletException if it could not be found.
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.
static Portlet PortletUtil.removeByC_P(long companyId, String portletId)
          Removes the portlet where companyId = ? and portletId = ? from the database.
 Portlet PortletPersistence.removeByC_P(long companyId, String portletId)
          Removes the portlet where companyId = ? and portletId = ? from the database.
static Portlet PortletUtil.update(Portlet portlet)
           
static Portlet PortletUtil.update(Portlet portlet, ServiceContext serviceContext)
           
static Portlet PortletUtil.updateImpl(Portlet portlet)
           
 Portlet PortletPersistence.updateImpl(Portlet portlet)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Portlet
static Map<Serializable,Portlet> PortletUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,Portlet> PortletPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<Portlet> PortletUtil.findAll()
          Returns all the portlets.
 List<Portlet> PortletPersistence.findAll()
          Returns all the portlets.
static List<Portlet> PortletUtil.findAll(int start, int end)
          Returns a range of all the portlets.
 List<Portlet> PortletPersistence.findAll(int start, int end)
          Returns a range of all the portlets.
static List<Portlet> PortletUtil.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets.
 List<Portlet> PortletPersistence.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets.
static List<Portlet> PortletUtil.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlets.
 List<Portlet> PortletPersistence.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlets.
static List<Portlet> PortletUtil.findByCompanyId(long companyId)
          Returns all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId)
          Returns all the portlets where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the portlets where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          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<Portlet> 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.
static void PortletUtil.clearCache(Portlet portlet)
           
static Portlet PortletUtil.update(Portlet portlet)
           
static Portlet PortletUtil.update(Portlet portlet, ServiceContext serviceContext)
           
static Portlet PortletUtil.updateImpl(Portlet portlet)
           
 Portlet PortletPersistence.updateImpl(Portlet portlet)
           
 

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.
static Portlet PortletUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static List<Portlet> PortletUtil.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets.
 List<Portlet> PortletPersistence.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets.
static List<Portlet> PortletUtil.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlets.
 List<Portlet> PortletPersistence.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlets.
static Portlet PortletUtil.findByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.findByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static Portlet[] PortletUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
 Portlet[] PortletPersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlets where companyId = ?.
static List<Portlet> PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Portlet> orderByComparator)
           
 

Uses of Portlet in com.liferay.portal.service.util.test
 

Methods in com.liferay.portal.service.util.test with parameters of type Portlet
static PortletPreferences PortletPreferencesTestUtil.addGroupPortletPreferences(Layout layout, Portlet portlet)
           
static PortletPreferences PortletPreferencesTestUtil.addGroupPortletPreferences(Layout layout, Portlet portlet, String defaultPreferences)
           
static PortletPreferences PortletPreferencesTestUtil.addLayoutPortletPreferences(Layout layout, Portlet portlet)
           
static PortletPreferences PortletPreferencesTestUtil.addLayoutPortletPreferences(Layout layout, Portlet portlet, String defaultPreferences)
           
static PortletPreferences PortletPreferencesTestUtil.fetchLayoutJxPortletPreferences(Layout layout, Portlet portlet)
           
 

Uses of Portlet in com.liferay.portal.util
 

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

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

Methods in com.liferay.portal.util.test that return types with arguments of type Portlet
static List<Portlet> LayoutTestUtil.getPortlets(Layout layout)
           
 

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)
           
 void PortletPreferencesFactory.checkControlPanelPortletPreferences(ThemeDisplay themeDisplay, Portlet portlet)
           
 void PortletInstanceFactory.clear(Portlet portlet)
           
static void PortletInstanceFactoryUtil.clear(Portlet portlet)
           
 void PortletInstanceFactory.clear(Portlet portlet, boolean resetRemotePortletBag)
           
static void PortletInstanceFactoryUtil.clear(Portlet portlet, boolean resetRemotePortletBag)
           
 InvokerPortlet InvokerPortletFactory.create(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, InvokerFilterContainer invokerFilterContainer, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
 InvokerPortlet InvokerPortletFactory.create(Portlet portletModel, Portlet portlet, PortletContext portletContext, InvokerFilterContainer invokerFilterContainer)
           
 PortletConfig PortletConfigFactory.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static PortletConfig PortletConfigFactoryUtil.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 InvokerPortlet PortletInstanceFactory.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static InvokerPortlet PortletInstanceFactoryUtil.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 void PortletInstanceFactory.delete(Portlet portlet)
           
static void PortletInstanceFactoryUtil.delete(Portlet portlet)
           
 void PortletConfigFactory.destroy(Portlet portlet)
           
static void PortletConfigFactoryUtil.destroy(Portlet portlet)
           
 void PortletInstanceFactory.destroy(Portlet portlet)
           
static void PortletInstanceFactoryUtil.destroy(Portlet portlet)
           
 PortletConfig PortletConfigFactory.get(Portlet portlet)
           
static PortletConfig PortletConfigFactoryUtil.get(Portlet portlet)
           
static PreferencesValidator PortletPreferencesFactoryUtil.getPreferencesValidator(Portlet portlet)
           
 PreferencesValidator PortletPreferencesFactory.getPreferencesValidator(Portlet portlet)
           
 boolean AdministratorControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
          Returns true if the current user is the company's administrator.
 boolean LiberalControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
 boolean BaseControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
 boolean OmniadminControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
          Returns true if the current user is an omni administrator.
 boolean ControlPanelEntry.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)
           
 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.

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

 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.

 PortletConfig PortletConfigFactory.update(Portlet portlet)
           
static PortletConfig PortletConfigFactoryUtil.update(Portlet portlet)
           
 

Uses of Portlet in com.liferay.portlet.exportimport.lar
 

Methods in com.liferay.portlet.exportimport.lar that return types with arguments of type Portlet
 List<Portlet> ManifestSummary.getDataPortlets()
           
static List<Portlet> ExportImportHelperUtil.getDataSiteLevelPortlets(long companyId)
           
 List<Portlet> ExportImportHelper.getDataSiteLevelPortlets(long companyId)
           
static List<Portlet> ExportImportHelperUtil.getDataSiteLevelPortlets(long companyId, boolean excludeDataAlwaysStaged)
           
 List<Portlet> ExportImportHelper.getDataSiteLevelPortlets(long companyId, boolean excludeDataAlwaysStaged)
           
 List<Portlet> ManifestSummary.getLayoutPortlets()
           
 

Methods in com.liferay.portlet.exportimport.lar with parameters of type Portlet
 void ManifestSummary.addDataPortlet(Portlet portlet, String[] configurationPortletOptions)
           
 void ManifestSummary.addLayoutPortlet(Portlet portlet, String[] configurationPortletOptions)
           
 PortletDataHandlerControl[] BasePortletDataHandler.getExportConfigurationControls(long companyId, long groupId, Portlet portlet, boolean privateLayout)
           
 PortletDataHandlerControl[] PortletDataHandler.getExportConfigurationControls(long companyId, long groupId, Portlet portlet, boolean privateLayout)
           
 PortletDataHandlerControl[] BasePortletDataHandler.getExportConfigurationControls(long companyId, long groupId, Portlet portlet, long plid, boolean privateLayout)
           
 PortletDataHandlerControl[] PortletDataHandler.getExportConfigurationControls(long companyId, long groupId, Portlet portlet, long plid, boolean privateLayout)
           
protected  String DefaultConfigurationPortletDataHandler.getExportPortletPreferencesUuid(PortletDataContext portletDataContext, Portlet portlet, String className, long primaryKeyLong)
           
 PortletDataHandlerControl[] BasePortletDataHandler.getImportConfigurationControls(Portlet portlet, ManifestSummary manifestSummary)
           
 PortletDataHandlerControl[] PortletDataHandler.getImportConfigurationControls(Portlet portlet, ManifestSummary manifestSummary)
           
static void ExportImportHelperUtil.updateExportPortletPreferencesClassPKs(PortletDataContext portletDataContext, Portlet portlet, PortletPreferences portletPreferences, String key, String className)
          Deprecated. As of 7.0.0, see DefaultConfigurationPortletDataHandler.updateExportPortletPreferencesClassPKs( PortletDataContext, Portlet, PortletPreferences, String, String)
 void ExportImportHelper.updateExportPortletPreferencesClassPKs(PortletDataContext portletDataContext, Portlet portlet, PortletPreferences portletPreferences, String key, String className)
          Deprecated. As of 7.0.0, see DefaultConfigurationPortletDataHandler.updateExportPortletPreferencesClassPKs( PortletDataContext, Portlet, PortletPreferences, String, String)
protected  void DefaultConfigurationPortletDataHandler.updateExportPortletPreferencesClassPKs(PortletDataContext portletDataContext, Portlet portlet, PortletPreferences portletPreferences, String key, String className)
           
static void ExportImportHelperUtil.updateExportPortletPreferencesClassPKs(PortletDataContext portletDataContext, Portlet portlet, PortletPreferences portletPreferences, String key, String className, Element rootElement)
          Deprecated. As of 7.0.0, replaced by ExportImportHelperUtil.updateExportPortletPreferencesClassPKs(PortletDataContext, Portlet, PortletPreferences, String, String)
 void ExportImportHelper.updateExportPortletPreferencesClassPKs(PortletDataContext portletDataContext, Portlet portlet, PortletPreferences portletPreferences, String key, String className, Element rootElement)
          Deprecated. As of 7.0.0, replaced by ExportImportHelper.updateExportPortletPreferencesClassPKs(PortletDataContext, Portlet, PortletPreferences, String, String)
 

Uses of Portlet in com.liferay.portlet.exportimport.staging
 

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


Liferay 7.0-ce-b4