Liferay 6.1.2-ce-ga3

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.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.portlet.layoutconfiguration.util   
com.liferay.util.bridges.alloy   
 

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

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

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

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

Uses of Portlet in com.liferay.portal.model
 

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

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

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

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

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

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

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

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

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

Uses of Portlet in com.liferay.portal.service
 

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

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

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

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

Uses of Portlet in com.liferay.portal.service.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)
           
 

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

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 orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
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 orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Portlet PortletUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static Portlet[] PortletUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
 Portlet[] PortletPersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
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, boolean merge)
           
static Portlet PortletUtil.update(Portlet portlet, boolean merge, ServiceContext serviceContext)
           
static Portlet PortletUtil.updateImpl(Portlet portlet, boolean merge)
           
 Portlet PortletPersistence.updateImpl(Portlet portlet, boolean merge)
           
 

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

Methods in com.liferay.portal.service.persistence with parameters of type Portlet
static void PortletUtil.cacheResult(Portlet portlet)
          Caches the portlet in the entity cache if it is enabled.
 void PortletPersistence.cacheResult(Portlet portlet)
          Caches the portlet in the entity cache if it is enabled.
static void PortletUtil.clearCache(Portlet portlet)
           
static Portlet PortletUtil.update(Portlet portlet, boolean merge)
           
static Portlet PortletUtil.update(Portlet portlet, boolean merge, ServiceContext serviceContext)
           
static Portlet PortletUtil.updateImpl(Portlet portlet, boolean merge)
           
 Portlet PortletPersistence.updateImpl(Portlet portlet, boolean merge)
           
 

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.
 

Uses of Portlet in com.liferay.portal.util
 

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

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

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

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

Uses of Portlet in com.liferay.portlet
 

Methods in com.liferay.portlet with parameters of type Portlet
static void PortletInstanceFactoryUtil.clear(Portlet portlet)
           
 void PortletInstanceFactory.clear(Portlet portlet)
           
static void PortletInstanceFactoryUtil.clear(Portlet portlet, boolean resetRemotePortletBag)
           
 void PortletInstanceFactory.clear(Portlet portlet, boolean resetRemotePortletBag)
           
 InvokerPortlet InvokerPortletFactory.create(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
 InvokerPortlet InvokerPortletFactory.create(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
static PortletConfig PortletConfigFactoryUtil.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 PortletConfig PortletConfigFactory.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static InvokerPortlet PortletInstanceFactoryUtil.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 InvokerPortlet PortletInstanceFactory.create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static void PortletInstanceFactoryUtil.delete(Portlet portlet)
           
 void PortletInstanceFactory.delete(Portlet portlet)
           
static void PortletConfigFactoryUtil.destroy(Portlet portlet)
           
 void PortletConfigFactory.destroy(Portlet portlet)
           
static void PortletInstanceFactoryUtil.destroy(Portlet portlet)
           
 void PortletInstanceFactory.destroy(Portlet portlet)
           
static PreferencesValidator PortletPreferencesFactoryUtil.getPreferencesValidator(Portlet portlet)
           
 PreferencesValidator PortletPreferencesFactory.getPreferencesValidator(Portlet portlet)
           
 boolean AdministratorControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean OmniadminControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean DefaultControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean ControlPanelEntry.isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 boolean AdministratorControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 boolean OmniadminControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 boolean BaseControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
 boolean ControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
           
static PortletConfig PortletConfigFactoryUtil.update(Portlet portlet)
           
 PortletConfig PortletConfigFactory.update(Portlet portlet)
           
 

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

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

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

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

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


Liferay 6.1.2-ce-ga3