|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Adds the portlet item to the database. |
static PortletItem |
PortletItemLocalServiceUtil.addPortletItem(PortletItem portletItem)
Adds the portlet item to the database. |
PortletItem |
PortletItemLocalService.addPortletItem(PortletItem portletItem)
Adds the portlet item to the database. |
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.createPortletItem(long portletItemId)
Creates a new portlet item with the primary key. |
PortletItem |
PortletItemLocalServiceWrapper.getPortletItem(long portletItemId)
Gets the portlet item with the primary key. |
static PortletItem |
PortletItemLocalServiceUtil.getPortletItem(long portletItemId)
Gets the portlet item with the primary key. |
PortletItem |
PortletItemLocalService.getPortletItem(long portletItemId)
Gets the portlet item with the primary key. |
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)
Updates the portlet item in the database. |
static PortletItem |
PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem)
Updates the portlet item in the database. |
PortletItem |
PortletItemLocalService.updatePortletItem(PortletItem portletItem)
Updates the portlet item in the database. |
PortletItem |
PortletItemLocalServiceWrapper.updatePortletItem(PortletItem portletItem,
boolean merge)
Updates the portlet item in the database. |
static PortletItem |
PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem,
boolean merge)
Updates the portlet item in the database. |
PortletItem |
PortletItemLocalService.updatePortletItem(PortletItem portletItem,
boolean merge)
Updates the portlet item in the database. |
Methods in com.liferay.portal.service that return types with arguments of type PortletItem | |
---|---|
List<PortletItem> |
PortletItemLocalServiceWrapper.getPortletItems(int start,
int end)
Gets a range of all the portlet items. |
static List<PortletItem> |
PortletItemLocalServiceUtil.getPortletItems(int start,
int end)
Gets a range of all the portlet items. |
List<PortletItem> |
PortletItemLocalService.getPortletItems(int start,
int end)
Gets a range of all the portlet items. |
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)
Adds the portlet item to the database. |
static PortletItem |
PortletItemLocalServiceUtil.addPortletItem(PortletItem portletItem)
Adds the portlet item to the database. |
PortletItem |
PortletItemLocalService.addPortletItem(PortletItem portletItem)
Adds the portlet item to the database. |
void |
PortletItemLocalServiceWrapper.deletePortletItem(PortletItem portletItem)
Deletes the portlet item from the database. |
static void |
PortletItemLocalServiceUtil.deletePortletItem(PortletItem portletItem)
Deletes the portlet item from the database. |
void |
PortletItemLocalService.deletePortletItem(PortletItem portletItem)
Deletes the portlet item from the database. |
PortletItem |
PortletItemLocalServiceWrapper.updatePortletItem(PortletItem portletItem)
Updates the portlet item in the database. |
static PortletItem |
PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem)
Updates the portlet item in the database. |
PortletItem |
PortletItemLocalService.updatePortletItem(PortletItem portletItem)
Updates the portlet item in the database. |
PortletItem |
PortletItemLocalServiceWrapper.updatePortletItem(PortletItem portletItem,
boolean merge)
Updates the portlet item in the database. |
static PortletItem |
PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem,
boolean merge)
Updates the portlet item in the database. |
PortletItem |
PortletItemLocalService.updatePortletItem(PortletItem portletItem,
boolean merge)
Updates the portlet item in the database. |
Uses of PortletItem in com.liferay.portal.service.base |
---|
Methods in com.liferay.portal.service.base that return PortletItem | |
---|---|
PortletItem |
PortletItemLocalServiceBaseImpl.addPortletItem(PortletItem portletItem)
Adds the portlet item to the database. |
PortletItem |
PortletItemLocalServiceBaseImpl.createPortletItem(long portletItemId)
Creates a new portlet item with the primary key. |
PortletItem |
PortletItemLocalServiceBaseImpl.getPortletItem(long portletItemId)
Gets the portlet item with the primary key. |
PortletItem |
PortletItemLocalServiceBaseImpl.updatePortletItem(PortletItem portletItem)
Updates the portlet item in the database. |
PortletItem |
PortletItemLocalServiceBaseImpl.updatePortletItem(PortletItem portletItem,
boolean merge)
Updates the portlet item in the database. |
Methods in com.liferay.portal.service.base that return types with arguments of type PortletItem | |
---|---|
List<PortletItem> |
PortletItemLocalServiceBaseImpl.getPortletItems(int start,
int end)
Gets a range of all the portlet items. |
Methods in com.liferay.portal.service.base with parameters of type PortletItem | |
---|---|
PortletItem |
PortletItemLocalServiceBaseImpl.addPortletItem(PortletItem portletItem)
Adds the portlet item to the database. |
void |
PortletItemLocalServiceBaseImpl.deletePortletItem(PortletItem portletItem)
Deletes the portlet item from the database. |
PortletItem |
PortletItemLocalServiceBaseImpl.updatePortletItem(PortletItem portletItem)
Updates the portlet item in the database. |
PortletItem |
PortletItemLocalServiceBaseImpl.updatePortletItem(PortletItem portletItem,
boolean merge)
Updates the portlet item in the database. |
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)
Creates a new portlet item with the primary key. |
PortletItem |
PortletItemPersistence.create(long portletItemId)
Creates a new portlet item with the primary key. |
PortletItem |
PortletItemPersistenceImpl.create(long portletItemId)
Creates a new portlet item with the primary key. |
static PortletItem |
PortletItemUtil.fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Finds 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)
Finds the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returns null if it could not be found. |
PortletItem |
PortletItemPersistenceImpl.fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Finds 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)
Finds 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)
Finds 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 |
PortletItemPersistenceImpl.fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId,
boolean retrieveFromCache)
Finds 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.fetchByPrimaryKey(long portletItemId)
Finds the portlet item with the primary key or returns null if it could not be found. |
PortletItem |
PortletItemPersistence.fetchByPrimaryKey(long portletItemId)
Finds the portlet item with the primary key or returns null if it could not be found. |
PortletItem |
PortletItemPersistenceImpl.fetchByPrimaryKey(long portletItemId)
Finds the portlet item with the primary key or returns null if it could not be found. |
PortletItem |
PortletItemPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds 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)
Finds the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Finds the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistenceImpl.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Finds the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
static PortletItem |
PortletItemUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Finds the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Finds the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistenceImpl.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem[] |
PortletItemPersistenceImpl.findByG_C_PrevAndNext(long portletItemId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or throws a NoSuchPortletItemException if it could not be found. |
PortletItem |
PortletItemPersistenceImpl.findByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Finds 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)
Finds 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)
Finds the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistenceImpl.findByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistenceImpl.findByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem[] |
PortletItemPersistenceImpl.findByG_P_C_PrevAndNext(long portletItemId,
long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Finds 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)
Finds the portlet item with the primary key or throws a NoSuchPortletItemException if it could not be found. |
PortletItem |
PortletItemPersistence.findByPrimaryKey(long portletItemId)
Finds the portlet item with the primary key or throws a NoSuchPortletItemException if it could not be found. |
PortletItem |
PortletItemPersistenceImpl.findByPrimaryKey(long portletItemId)
Finds the portlet item with the primary key or throws a NoSuchPortletItemException if it could not be found. |
PortletItem |
PortletItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the portlet item with the primary key or throws a NoSuchModelException if it could not be found. |
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)
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. |
PortletItem |
PortletItemPersistenceImpl.remove(long portletItemId)
Removes the portlet item with the primary key from the database. |
static PortletItem |
PortletItemUtil.remove(PortletItem portletItem)
|
PortletItem |
PortletItemPersistenceImpl.remove(Serializable primaryKey)
Removes the portlet item with the primary key from the database. |
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()
Finds all the portlet items. |
List<PortletItem> |
PortletItemPersistence.findAll()
Finds all the portlet items. |
List<PortletItem> |
PortletItemPersistenceImpl.findAll()
Finds all the portlet items. |
static List<PortletItem> |
PortletItemUtil.findAll(int start,
int end)
Finds a range of all the portlet items. |
List<PortletItem> |
PortletItemPersistence.findAll(int start,
int end)
Finds a range of all the portlet items. |
List<PortletItem> |
PortletItemPersistenceImpl.findAll(int start,
int end)
Finds a range of all the portlet items. |
static List<PortletItem> |
PortletItemUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the portlet items. |
List<PortletItem> |
PortletItemPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the portlet items. |
List<PortletItem> |
PortletItemPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the portlet items. |
static List<PortletItem> |
PortletItemUtil.findByG_C(long groupId,
long classNameId)
Finds all the portlet items where groupId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistence.findByG_C(long groupId,
long classNameId)
Finds all the portlet items where groupId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistenceImpl.findByG_C(long groupId,
long classNameId)
Finds all the portlet items where groupId = ? and classNameId = ?. |
static List<PortletItem> |
PortletItemUtil.findByG_C(long groupId,
long classNameId,
int start,
int end)
Finds a range of all the portlet items where groupId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistence.findByG_C(long groupId,
long classNameId,
int start,
int end)
Finds a range of all the portlet items where groupId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistenceImpl.findByG_C(long groupId,
long classNameId,
int start,
int end)
Finds 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)
Finds 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)
Finds an ordered range of all the portlet items where groupId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistenceImpl.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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)
Finds all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistence.findByG_P_C(long groupId,
String portletId,
long classNameId)
Finds all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistenceImpl.findByG_P_C(long groupId,
String portletId,
long classNameId)
Finds 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)
Finds 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)
Finds a range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistenceImpl.findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end)
Finds 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)
Finds 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)
Finds an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistenceImpl.findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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. |
void |
PortletItemPersistenceImpl.cacheResult(PortletItem portletItem)
Caches the portlet item in the entity cache if it is enabled. |
static void |
PortletItemUtil.clearCache(PortletItem portletItem)
|
void |
PortletItemPersistenceImpl.clearCache(PortletItem portletItem)
Clears the cache for the portlet item. |
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)
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. |
void |
PortletItemPersistenceImpl.cacheResult(List<PortletItem> portletItems)
Caches the portlet items in the entity cache if it is enabled. |
|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |