Liferay 6.1.2-ce-ga3

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

Packages that use PortletItem
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of PortletItem in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement PortletItem
 class PortletItemWrapper
           This class is a wrapper for PortletItem.
 

Methods in com.liferay.portal.model that return PortletItem
 PortletItem PortletItemWrapper.getWrappedModel()
           
 PortletItem PortletItemWrapper.getWrappedPortletItem()
          Deprecated. Renamed to PortletItemWrapper.getWrappedModel()
 PortletItem PortletItemModel.toEscapedModel()
           
 PortletItem PortletItemWrapper.toEscapedModel()
           
 PortletItem PortletItemModel.toUnescapedModel()
           
 PortletItem PortletItemWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type PortletItem
 CacheModel<PortletItem> PortletItemModel.toCacheModel()
           
 CacheModel<PortletItem> PortletItemWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type PortletItem
 int PortletItemModel.compareTo(PortletItem portletItem)
           
 int PortletItemWrapper.compareTo(PortletItem portletItem)
           
static PortletItemSoap PortletItemSoap.toSoapModel(PortletItem model)
           
static PortletItemSoap[] PortletItemSoap.toSoapModels(PortletItem[] models)
           
static PortletItemSoap[][] PortletItemSoap.toSoapModels(PortletItem[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type PortletItem
static PortletItemSoap[] PortletItemSoap.toSoapModels(List<PortletItem> models)
           
 

Constructors in com.liferay.portal.model with parameters of type PortletItem
PortletItemWrapper(PortletItem portletItem)
           
 

Uses of PortletItem in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PortletItem
 PortletItem PortletItemLocalService.addPortletItem(long userId, long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalServiceWrapper.addPortletItem(long userId, long groupId, String name, String portletId, String className)
           
static PortletItem PortletItemLocalServiceUtil.addPortletItem(long userId, long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalService.addPortletItem(PortletItem portletItem)
          Adds the portlet item to the database.
 PortletItem PortletItemLocalServiceWrapper.addPortletItem(PortletItem portletItem)
          Adds the portlet item to the database.
static PortletItem PortletItemLocalServiceUtil.addPortletItem(PortletItem portletItem)
          Adds the portlet item to the database.
 PortletItem PortletItemLocalService.createPortletItem(long portletItemId)
          Creates a new portlet item with the primary key.
 PortletItem PortletItemLocalServiceWrapper.createPortletItem(long portletItemId)
          Creates a new portlet item with the primary key.
static PortletItem PortletItemLocalServiceUtil.createPortletItem(long portletItemId)
          Creates a new portlet item with the primary key.
 PortletItem PortletItemLocalService.deletePortletItem(long portletItemId)
          Deletes the portlet item with the primary key from the database.
 PortletItem PortletItemLocalServiceWrapper.deletePortletItem(long portletItemId)
          Deletes the portlet item with the primary key from the database.
static PortletItem PortletItemLocalServiceUtil.deletePortletItem(long portletItemId)
          Deletes the portlet item with the primary key from the database.
 PortletItem PortletItemLocalService.deletePortletItem(PortletItem portletItem)
          Deletes the portlet item from the database.
 PortletItem PortletItemLocalServiceWrapper.deletePortletItem(PortletItem portletItem)
          Deletes the portlet item from the database.
static PortletItem PortletItemLocalServiceUtil.deletePortletItem(PortletItem portletItem)
          Deletes the portlet item from the database.
 PortletItem PortletItemLocalService.fetchPortletItem(long portletItemId)
           
 PortletItem PortletItemLocalServiceWrapper.fetchPortletItem(long portletItemId)
           
static PortletItem PortletItemLocalServiceUtil.fetchPortletItem(long portletItemId)
           
 PortletItem PortletItemLocalService.getPortletItem(long portletItemId)
          Returns the portlet item with the primary key.
 PortletItem PortletItemLocalServiceWrapper.getPortletItem(long portletItemId)
          Returns the portlet item with the primary key.
static PortletItem PortletItemLocalServiceUtil.getPortletItem(long portletItemId)
          Returns the portlet item with the primary key.
 PortletItem PortletItemLocalService.getPortletItem(long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalServiceWrapper.getPortletItem(long groupId, String name, String portletId, String className)
           
static PortletItem PortletItemLocalServiceUtil.getPortletItem(long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalService.updatePortletItem(long userId, long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalServiceWrapper.updatePortletItem(long userId, long groupId, String name, String portletId, String className)
           
static PortletItem PortletItemLocalServiceUtil.updatePortletItem(long userId, long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalService.updatePortletItem(PortletItem portletItem)
          Updates the portlet item in the database or adds it if it does not yet exist.
 PortletItem PortletItemLocalServiceWrapper.updatePortletItem(PortletItem portletItem)
          Updates the portlet item in the database or adds it if it does not yet exist.
static PortletItem PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem)
          Updates the portlet item in the database or adds it if it does not yet exist.
 PortletItem PortletItemLocalService.updatePortletItem(PortletItem portletItem, boolean merge)
          Updates the portlet item in the database or adds it if it does not yet exist.
 PortletItem PortletItemLocalServiceWrapper.updatePortletItem(PortletItem portletItem, boolean merge)
          Updates the portlet item in the database or adds it if it does not yet exist.
static PortletItem PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem, boolean merge)
          Updates the portlet item 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 PortletItem
 List<PortletItem> PortletItemLocalService.getPortletItems(int start, int end)
          Returns a range of all the portlet items.
 List<PortletItem> PortletItemLocalServiceWrapper.getPortletItems(int start, int end)
          Returns a range of all the portlet items.
static List<PortletItem> PortletItemLocalServiceUtil.getPortletItems(int start, int end)
          Returns a range of all the portlet items.
 List<PortletItem> PortletItemLocalService.getPortletItems(long groupId, String className)
           
 List<PortletItem> PortletItemLocalServiceWrapper.getPortletItems(long groupId, String className)
           
static List<PortletItem> PortletItemLocalServiceUtil.getPortletItems(long groupId, String className)
           
 List<PortletItem> PortletItemLocalService.getPortletItems(long groupId, String portletId, String className)
           
 List<PortletItem> PortletItemLocalServiceWrapper.getPortletItems(long groupId, String portletId, String className)
           
static List<PortletItem> PortletItemLocalServiceUtil.getPortletItems(long groupId, String portletId, String className)
           
 

Methods in com.liferay.portal.service with parameters of type PortletItem
 PortletItem PortletItemLocalService.addPortletItem(PortletItem portletItem)
          Adds the portlet item to the database.
 PortletItem PortletItemLocalServiceWrapper.addPortletItem(PortletItem portletItem)
          Adds the portlet item to the database.
static PortletItem PortletItemLocalServiceUtil.addPortletItem(PortletItem portletItem)
          Adds the portlet item to the database.
 PortletItem PortletItemLocalService.deletePortletItem(PortletItem portletItem)
          Deletes the portlet item from the database.
 PortletItem PortletItemLocalServiceWrapper.deletePortletItem(PortletItem portletItem)
          Deletes the portlet item from the database.
static PortletItem PortletItemLocalServiceUtil.deletePortletItem(PortletItem portletItem)
          Deletes the portlet item from the database.
 void PortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences preferences)
           
 void PortletPreferencesService.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences preferences)
           
static void PortletPreferencesServiceUtil.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences preferences)
           
 PortletItem PortletItemLocalService.updatePortletItem(PortletItem portletItem)
          Updates the portlet item in the database or adds it if it does not yet exist.
 PortletItem PortletItemLocalServiceWrapper.updatePortletItem(PortletItem portletItem)
          Updates the portlet item in the database or adds it if it does not yet exist.
static PortletItem PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem)
          Updates the portlet item in the database or adds it if it does not yet exist.
 PortletItem PortletItemLocalService.updatePortletItem(PortletItem portletItem, boolean merge)
          Updates the portlet item in the database or adds it if it does not yet exist.
 PortletItem PortletItemLocalServiceWrapper.updatePortletItem(PortletItem portletItem, boolean merge)
          Updates the portlet item in the database or adds it if it does not yet exist.
static PortletItem PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem, boolean merge)
          Updates the portlet item in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.persistence that return PortletItem
static PortletItem PortletItemUtil.create(long portletItemId)
          Creates a new portlet item with the primary key.
 PortletItem PortletItemPersistence.create(long portletItemId)
          Creates a new portlet item with the primary key.
static PortletItem PortletItemUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_N_P_C(long groupId, String name, String portletId, long classNameId)
          Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returns null if it could not be found.
 PortletItem PortletItemPersistence.fetchByG_N_P_C(long groupId, String name, String portletId, long classNameId)
          Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returns null if it could not be found.
static PortletItem PortletItemUtil.fetchByG_N_P_C(long groupId, String name, String portletId, long classNameId, boolean retrieveFromCache)
          Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache.
 PortletItem PortletItemPersistence.fetchByG_N_P_C(long groupId, String name, String portletId, long classNameId, boolean retrieveFromCache)
          Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache.
static PortletItem PortletItemUtil.fetchByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.fetchByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.fetchByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByPrimaryKey(long portletItemId)
          Returns the portlet item with the primary key or returns null if it could not be found.
 PortletItem PortletItemPersistence.fetchByPrimaryKey(long portletItemId)
          Returns the portlet item with the primary key or returns null if it could not be found.
static PortletItem PortletItemUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem[] PortletItemUtil.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem[] PortletItemPersistence.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_N_P_C(long groupId, String name, String portletId, long classNameId)
          Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or throws a NoSuchPortletItemException if it could not be found.
 PortletItem PortletItemPersistence.findByG_N_P_C(long groupId, String name, String portletId, long classNameId)
          Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or throws a NoSuchPortletItemException if it could not be found.
static PortletItem PortletItemUtil.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem[] PortletItemUtil.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem[] PortletItemPersistence.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByPrimaryKey(long portletItemId)
          Returns the portlet item with the primary key or throws a NoSuchPortletItemException if it could not be found.
 PortletItem PortletItemPersistence.findByPrimaryKey(long portletItemId)
          Returns the portlet item with the primary key or throws a NoSuchPortletItemException if it could not be found.
static PortletItem PortletItemUtil.remove(long portletItemId)
          Removes the portlet item with the primary key from the database.
 PortletItem PortletItemPersistence.remove(long portletItemId)
          Removes the portlet item with the primary key from the database.
static PortletItem PortletItemUtil.removeByG_N_P_C(long groupId, String name, String portletId, long classNameId)
          Removes the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? from the database.
 PortletItem PortletItemPersistence.removeByG_N_P_C(long groupId, String name, String portletId, long classNameId)
          Removes the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? from the database.
static PortletItem PortletItemUtil.update(PortletItem portletItem, boolean merge)
           
static PortletItem PortletItemUtil.update(PortletItem portletItem, boolean merge, ServiceContext serviceContext)
           
static PortletItem PortletItemUtil.updateImpl(PortletItem portletItem, boolean merge)
           
 PortletItem PortletItemPersistence.updateImpl(PortletItem portletItem, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PortletItem
static List<PortletItem> PortletItemUtil.findAll()
          Returns all the portlet items.
 List<PortletItem> PortletItemPersistence.findAll()
          Returns all the portlet items.
static List<PortletItem> PortletItemUtil.findAll(int start, int end)
          Returns a range of all the portlet items.
 List<PortletItem> PortletItemPersistence.findAll(int start, int end)
          Returns a range of all the portlet items.
static List<PortletItem> PortletItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items.
 List<PortletItem> PortletItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items.
static List<PortletItem> PortletItemUtil.findByG_C(long groupId, long classNameId)
          Returns all the portlet items where groupId = ? and classNameId = ?.
 List<PortletItem> PortletItemPersistence.findByG_C(long groupId, long classNameId)
          Returns all the portlet items where groupId = ? and classNameId = ?.
static List<PortletItem> PortletItemUtil.findByG_C(long groupId, long classNameId, int start, int end)
          Returns a range of all the portlet items where groupId = ? and classNameId = ?.
 List<PortletItem> PortletItemPersistence.findByG_C(long groupId, long classNameId, int start, int end)
          Returns a range of all the portlet items where groupId = ? and classNameId = ?.
static List<PortletItem> PortletItemUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.
 List<PortletItem> PortletItemPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.
static List<PortletItem> PortletItemUtil.findByG_P_C(long groupId, String portletId, long classNameId)
          Returns all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
 List<PortletItem> PortletItemPersistence.findByG_P_C(long groupId, String portletId, long classNameId)
          Returns all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
static List<PortletItem> PortletItemUtil.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end)
          Returns a range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
 List<PortletItem> PortletItemPersistence.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end)
          Returns a range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
static List<PortletItem> PortletItemUtil.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
 List<PortletItem> PortletItemPersistence.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
static List<PortletItem> PortletItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<PortletItem> PortletItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<PortletItem> PortletItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

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

Method parameters in com.liferay.portal.service.persistence with type arguments of type PortletItem
static void PortletItemUtil.cacheResult(List<PortletItem> portletItems)
          Caches the portlet items in the entity cache if it is enabled.
 void PortletItemPersistence.cacheResult(List<PortletItem> portletItems)
          Caches the portlet items in the entity cache if it is enabled.
 


Liferay 6.1.2-ce-ga3