Liferay 6.0.3

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

Packages that use PortletItem
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

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.getWrappedPortletItem()
           
 PortletItem PortletItemWrapper.toEscapedModel()
           
 PortletItem PortletItemModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model with parameters of type PortletItem
 int PortletItemWrapper.compareTo(PortletItem portletItem)
           
 int PortletItemModel.compareTo(PortletItem portletItem)
           
 

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

Uses of PortletItem in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement PortletItem
 class PortletItemImpl
           
 

Methods in com.liferay.portal.model.impl that return PortletItem
 PortletItem PortletItemModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type PortletItem
 int PortletItemModelImpl.compareTo(PortletItem portletItem)
           
 

Uses of PortletItem in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PortletItem
 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(long userId, long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalServiceWrapper.addPortletItem(PortletItem portletItem)
           
static PortletItem PortletItemLocalServiceUtil.addPortletItem(PortletItem portletItem)
           
 PortletItem PortletItemLocalService.addPortletItem(PortletItem portletItem)
           
 PortletItem PortletItemLocalServiceWrapper.createPortletItem(long portletItemId)
           
static PortletItem PortletItemLocalServiceUtil.createPortletItem(long portletItemId)
           
 PortletItem PortletItemLocalService.createPortletItem(long portletItemId)
           
 PortletItem PortletItemLocalServiceWrapper.getPortletItem(long portletItemId)
           
static PortletItem PortletItemLocalServiceUtil.getPortletItem(long portletItemId)
           
 PortletItem PortletItemLocalService.getPortletItem(long portletItemId)
           
 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.getPortletItem(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(long userId, long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalServiceWrapper.updatePortletItem(PortletItem portletItem)
           
static PortletItem PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem)
           
 PortletItem PortletItemLocalService.updatePortletItem(PortletItem portletItem)
           
 PortletItem PortletItemLocalServiceWrapper.updatePortletItem(PortletItem portletItem, boolean merge)
           
static PortletItem PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem, boolean merge)
           
 PortletItem PortletItemLocalService.updatePortletItem(PortletItem portletItem, boolean merge)
           
 

Methods in com.liferay.portal.service that return types with arguments of type PortletItem
 List<PortletItem> PortletItemLocalServiceWrapper.getPortletItems(int start, int end)
           
static List<PortletItem> PortletItemLocalServiceUtil.getPortletItems(int start, int end)
           
 List<PortletItem> PortletItemLocalService.getPortletItems(int start, int end)
           
 List<PortletItem> PortletItemLocalServiceWrapper.getPortletItems(long groupId, String className)
           
static List<PortletItem> PortletItemLocalServiceUtil.getPortletItems(long groupId, String className)
           
 List<PortletItem> PortletItemLocalService.getPortletItems(long groupId, String className)
           
 List<PortletItem> PortletItemLocalServiceWrapper.getPortletItems(long groupId, String portletId, String className)
           
static List<PortletItem> PortletItemLocalServiceUtil.getPortletItems(long groupId, String portletId, String className)
           
 List<PortletItem> PortletItemLocalService.getPortletItems(long groupId, String portletId, String className)
           
 

Methods in com.liferay.portal.service with parameters of type PortletItem
 PortletItem PortletItemLocalServiceWrapper.addPortletItem(PortletItem portletItem)
           
static PortletItem PortletItemLocalServiceUtil.addPortletItem(PortletItem portletItem)
           
 PortletItem PortletItemLocalService.addPortletItem(PortletItem portletItem)
           
 void PortletItemLocalServiceWrapper.deletePortletItem(PortletItem portletItem)
           
static void PortletItemLocalServiceUtil.deletePortletItem(PortletItem portletItem)
           
 void PortletItemLocalService.deletePortletItem(PortletItem portletItem)
           
 PortletItem PortletItemLocalServiceWrapper.updatePortletItem(PortletItem portletItem)
           
static PortletItem PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem)
           
 PortletItem PortletItemLocalService.updatePortletItem(PortletItem portletItem)
           
 PortletItem PortletItemLocalServiceWrapper.updatePortletItem(PortletItem portletItem, boolean merge)
           
static PortletItem PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem, boolean merge)
           
 PortletItem PortletItemLocalService.updatePortletItem(PortletItem portletItem, boolean merge)
           
 

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

Methods in com.liferay.portal.service.base that return PortletItem
 PortletItem PortletItemLocalServiceBaseImpl.addPortletItem(PortletItem portletItem)
           
 PortletItem PortletItemLocalServiceBaseImpl.createPortletItem(long portletItemId)
           
 PortletItem PortletItemLocalServiceBaseImpl.getPortletItem(long portletItemId)
           
 PortletItem PortletItemLocalServiceBaseImpl.updatePortletItem(PortletItem portletItem)
           
 PortletItem PortletItemLocalServiceBaseImpl.updatePortletItem(PortletItem portletItem, boolean merge)
           
 

Methods in com.liferay.portal.service.base that return types with arguments of type PortletItem
 List<PortletItem> PortletItemLocalServiceBaseImpl.getPortletItems(int start, int end)
           
 

Methods in com.liferay.portal.service.base with parameters of type PortletItem
 PortletItem PortletItemLocalServiceBaseImpl.addPortletItem(PortletItem portletItem)
           
 void PortletItemLocalServiceBaseImpl.deletePortletItem(PortletItem portletItem)
           
 PortletItem PortletItemLocalServiceBaseImpl.updatePortletItem(PortletItem portletItem)
           
 PortletItem PortletItemLocalServiceBaseImpl.updatePortletItem(PortletItem portletItem, boolean merge)
           
 

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

Methods in com.liferay.portal.service.impl that return PortletItem
 PortletItem PortletItemLocalServiceImpl.addPortletItem(long userId, long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalServiceImpl.getPortletItem(long portletItemId)
           
 PortletItem PortletItemLocalServiceImpl.getPortletItem(long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalServiceImpl.updatePortletItem(long userId, long groupId, String name, String portletId, String className)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type PortletItem
 List<PortletItem> PortletItemLocalServiceImpl.getPortletItems(long groupId, String className)
           
 List<PortletItem> PortletItemLocalServiceImpl.getPortletItems(long groupId, String portletId, String className)
           
 

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)
           
 PortletItem PortletItemPersistence.create(long portletItemId)
           
 PortletItem PortletItemPersistenceImpl.create(long portletItemId)
           
static PortletItem PortletItemUtil.fetchByG_N_P_C(long groupId, String name, String portletId, long classNameId)
           
 PortletItem PortletItemPersistence.fetchByG_N_P_C(long groupId, String name, String portletId, long classNameId)
           
 PortletItem PortletItemPersistenceImpl.fetchByG_N_P_C(long groupId, String name, String portletId, long classNameId)
           
static PortletItem PortletItemUtil.fetchByG_N_P_C(long groupId, String name, String portletId, long classNameId, boolean retrieveFromCache)
           
 PortletItem PortletItemPersistence.fetchByG_N_P_C(long groupId, String name, String portletId, long classNameId, boolean retrieveFromCache)
           
 PortletItem PortletItemPersistenceImpl.fetchByG_N_P_C(long groupId, String name, String portletId, long classNameId, boolean retrieveFromCache)
           
static PortletItem PortletItemUtil.fetchByPrimaryKey(long portletItemId)
           
 PortletItem PortletItemPersistence.fetchByPrimaryKey(long portletItemId)
           
 PortletItem PortletItemPersistenceImpl.fetchByPrimaryKey(long portletItemId)
           
 PortletItem PortletItemPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static PortletItem PortletItemUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
           
 PortletItem PortletItemPersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
           
 PortletItem PortletItemPersistenceImpl.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
           
static PortletItem PortletItemUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
           
 PortletItem PortletItemPersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
           
 PortletItem PortletItemPersistenceImpl.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
           
static PortletItem[] PortletItemUtil.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator orderByComparator)
           
 PortletItem[] PortletItemPersistence.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator orderByComparator)
           
 PortletItem[] PortletItemPersistenceImpl.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator orderByComparator)
           
static PortletItem PortletItemUtil.findByG_N_P_C(long groupId, String name, String portletId, long classNameId)
           
 PortletItem PortletItemPersistence.findByG_N_P_C(long groupId, String name, String portletId, long classNameId)
           
 PortletItem PortletItemPersistenceImpl.findByG_N_P_C(long groupId, String name, String portletId, long classNameId)
           
static PortletItem PortletItemUtil.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
           
 PortletItem PortletItemPersistence.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
           
 PortletItem PortletItemPersistenceImpl.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
           
static PortletItem PortletItemUtil.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
           
 PortletItem PortletItemPersistence.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
           
 PortletItem PortletItemPersistenceImpl.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
           
static PortletItem[] PortletItemUtil.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
           
 PortletItem[] PortletItemPersistence.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
           
 PortletItem[] PortletItemPersistenceImpl.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
           
static PortletItem PortletItemUtil.findByPrimaryKey(long portletItemId)
           
 PortletItem PortletItemPersistence.findByPrimaryKey(long portletItemId)
           
 PortletItem PortletItemPersistenceImpl.findByPrimaryKey(long portletItemId)
           
 PortletItem PortletItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
protected  PortletItem PortletItemPersistenceImpl.getByG_C_PrevAndNext(Session session, PortletItem portletItem, long groupId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  PortletItem PortletItemPersistenceImpl.getByG_P_C_PrevAndNext(Session session, PortletItem portletItem, long groupId, String portletId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
static PortletItem PortletItemUtil.remove(long portletItemId)
           
 PortletItem PortletItemPersistence.remove(long portletItemId)
           
 PortletItem PortletItemPersistenceImpl.remove(long portletItemId)
           
static PortletItem PortletItemUtil.remove(PortletItem portletItem)
           
 PortletItem PortletItemPersistenceImpl.remove(Serializable primaryKey)
           
protected  PortletItem PortletItemPersistenceImpl.removeImpl(PortletItem portletItem)
           
protected  PortletItem PortletItemPersistenceImpl.toUnwrappedModel(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)
           
 PortletItem PortletItemPersistenceImpl.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()
           
 List<PortletItem> PortletItemPersistence.findAll()
           
 List<PortletItem> PortletItemPersistenceImpl.findAll()
           
static List<PortletItem> PortletItemUtil.findAll(int start, int end)
           
 List<PortletItem> PortletItemPersistence.findAll(int start, int end)
           
 List<PortletItem> PortletItemPersistenceImpl.findAll(int start, int end)
           
static List<PortletItem> PortletItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<PortletItem> PortletItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<PortletItem> PortletItemPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<PortletItem> PortletItemUtil.findByG_C(long groupId, long classNameId)
           
 List<PortletItem> PortletItemPersistence.findByG_C(long groupId, long classNameId)
           
 List<PortletItem> PortletItemPersistenceImpl.findByG_C(long groupId, long classNameId)
           
static List<PortletItem> PortletItemUtil.findByG_C(long groupId, long classNameId, int start, int end)
           
 List<PortletItem> PortletItemPersistence.findByG_C(long groupId, long classNameId, int start, int end)
           
 List<PortletItem> PortletItemPersistenceImpl.findByG_C(long groupId, long classNameId, int start, int end)
           
static List<PortletItem> PortletItemUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<PortletItem> PortletItemPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<PortletItem> PortletItemPersistenceImpl.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
static List<PortletItem> PortletItemUtil.findByG_P_C(long groupId, String portletId, long classNameId)
           
 List<PortletItem> PortletItemPersistence.findByG_P_C(long groupId, String portletId, long classNameId)
           
 List<PortletItem> PortletItemPersistenceImpl.findByG_P_C(long groupId, String portletId, long classNameId)
           
static List<PortletItem> PortletItemUtil.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end)
           
 List<PortletItem> PortletItemPersistence.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end)
           
 List<PortletItem> PortletItemPersistenceImpl.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end)
           
static List<PortletItem> PortletItemUtil.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<PortletItem> PortletItemPersistence.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<PortletItem> PortletItemPersistenceImpl.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 void PortletItemPersistence.cacheResult(PortletItem portletItem)
           
 void PortletItemPersistenceImpl.cacheResult(PortletItem portletItem)
           
static void PortletItemUtil.clearCache(PortletItem portletItem)
           
 void PortletItemPersistenceImpl.clearCache(PortletItem portletItem)
           
protected  PortletItem PortletItemPersistenceImpl.getByG_C_PrevAndNext(Session session, PortletItem portletItem, long groupId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  PortletItem PortletItemPersistenceImpl.getByG_P_C_PrevAndNext(Session session, PortletItem portletItem, long groupId, String portletId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
static PortletItem PortletItemUtil.remove(PortletItem portletItem)
           
protected  PortletItem PortletItemPersistenceImpl.removeImpl(PortletItem portletItem)
           
protected  PortletItem PortletItemPersistenceImpl.toUnwrappedModel(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)
           
 PortletItem PortletItemPersistenceImpl.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)
           
 void PortletItemPersistence.cacheResult(List<PortletItem> portletItems)
           
 void PortletItemPersistenceImpl.cacheResult(List<PortletItem> portletItems)
           
 


Liferay 6.0.3