Uses of Interface
com.liferay.portal.kernel.model.PortletItem
Packages that use PortletItem
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of PortletItem in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement PortletItemFields in com.liferay.portal.kernel.model with type parameters of type PortletItemModifier and TypeFieldDescriptionstatic final Accessor<PortletItem,
Long> PortletItem.PORTLET_ITEM_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return PortletItemModifier and TypeMethodDescriptionPortletItemModel.cloneWithOriginalValues()
PortletItemWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type PortletItemModifier and TypeMethodDescriptionprotected PortletItemWrapper
PortletItemWrapper.wrap
(PortletItem portletItem) Constructors in com.liferay.portal.kernel.model with parameters of type PortletItem -
Uses of PortletItem in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return PortletItemModifier and TypeMethodDescriptionPortletItemLocalService.addPortletItem
(long userId, long groupId, String name, String portletId, String className) PortletItemLocalService.addPortletItem
(PortletItem portletItem) Adds the portlet item to the database.static PortletItem
PortletItemLocalServiceUtil.addPortletItem
(long userId, long groupId, String name, String portletId, String className) static PortletItem
PortletItemLocalServiceUtil.addPortletItem
(PortletItem portletItem) Adds the portlet item to the database.PortletItemLocalServiceWrapper.addPortletItem
(long userId, long groupId, String name, String portletId, String className) PortletItemLocalServiceWrapper.addPortletItem
(PortletItem portletItem) Adds the portlet item to the database.PortletItemLocalService.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.PortletItemLocalServiceWrapper.createPortletItem
(long portletItemId) Creates a new portlet item with the primary key.PortletItemLocalService.deletePortletItem
(long portletItemId) Deletes the portlet item with the primary key from the database.PortletItemLocalService.deletePortletItem
(PortletItem portletItem) Deletes the portlet item from the database.static PortletItem
PortletItemLocalServiceUtil.deletePortletItem
(long portletItemId) Deletes the portlet item with the primary key from the database.static PortletItem
PortletItemLocalServiceUtil.deletePortletItem
(PortletItem portletItem) Deletes the portlet item from the database.PortletItemLocalServiceWrapper.deletePortletItem
(long portletItemId) Deletes the portlet item with the primary key from the database.PortletItemLocalServiceWrapper.deletePortletItem
(PortletItem portletItem) Deletes the portlet item from the database.PortletItemLocalService.fetchPortletItem
(long portletItemId) static PortletItem
PortletItemLocalServiceUtil.fetchPortletItem
(long portletItemId) PortletItemLocalServiceWrapper.fetchPortletItem
(long portletItemId) PortletItemLocalService.getPortletItem
(long portletItemId) Returns the portlet item with the primary key.PortletItemLocalService.getPortletItem
(long groupId, String name, String portletId, String className) static PortletItem
PortletItemLocalServiceUtil.getPortletItem
(long portletItemId) Returns the portlet item with the primary key.static PortletItem
PortletItemLocalServiceUtil.getPortletItem
(long groupId, String name, String portletId, String className) PortletItemLocalServiceWrapper.getPortletItem
(long portletItemId) Returns the portlet item with the primary key.PortletItemLocalServiceWrapper.getPortletItem
(long groupId, String name, String portletId, String className) PortletItemLocalService.updatePortletItem
(long userId, long groupId, String name, String portletId, String className) PortletItemLocalService.updatePortletItem
(PortletItem portletItem) Updates the portlet item in the database or adds it if it does not yet exist.static PortletItem
PortletItemLocalServiceUtil.updatePortletItem
(long userId, long groupId, String name, String portletId, String className) static PortletItem
PortletItemLocalServiceUtil.updatePortletItem
(PortletItem portletItem) Updates the portlet item in the database or adds it if it does not yet exist.PortletItemLocalServiceWrapper.updatePortletItem
(long userId, long groupId, String name, String portletId, String className) PortletItemLocalServiceWrapper.updatePortletItem
(PortletItem portletItem) Updates the portlet item in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type PortletItemModifier and TypeMethodDescriptionPortletItemLocalService.getPortletItems
(int start, int end) Returns a range of all the portlet items.PortletItemLocalService.getPortletItems
(long groupId, String className) PortletItemLocalService.getPortletItems
(long groupId, String portletId, String className) static List<PortletItem>
PortletItemLocalServiceUtil.getPortletItems
(int start, int end) Returns a range of all the portlet items.static List<PortletItem>
PortletItemLocalServiceUtil.getPortletItems
(long groupId, String className) static List<PortletItem>
PortletItemLocalServiceUtil.getPortletItems
(long groupId, String portletId, String className) PortletItemLocalServiceWrapper.getPortletItems
(int start, int end) Returns a range of all the portlet items.PortletItemLocalServiceWrapper.getPortletItems
(long groupId, String className) PortletItemLocalServiceWrapper.getPortletItems
(long groupId, String portletId, String className) Methods in com.liferay.portal.kernel.service with parameters of type PortletItemModifier and TypeMethodDescriptionPortletItemLocalService.addPortletItem
(PortletItem portletItem) Adds the portlet item to the database.static PortletItem
PortletItemLocalServiceUtil.addPortletItem
(PortletItem portletItem) Adds the portlet item to the database.PortletItemLocalServiceWrapper.addPortletItem
(PortletItem portletItem) Adds the portlet item to the database.PortletItemLocalService.deletePortletItem
(PortletItem portletItem) Deletes the portlet item from the database.static PortletItem
PortletItemLocalServiceUtil.deletePortletItem
(PortletItem portletItem) Deletes the portlet item from the database.PortletItemLocalServiceWrapper.deletePortletItem
(PortletItem portletItem) Deletes the portlet item from the database.void
PortletPreferencesService.restoreArchivedPreferences
(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) static void
PortletPreferencesServiceUtil.restoreArchivedPreferences
(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) void
PortletPreferencesServiceWrapper.restoreArchivedPreferences
(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) PortletItemLocalService.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.PortletItemLocalServiceWrapper.updatePortletItem
(PortletItem portletItem) Updates the portlet item in the database or adds it if it does not yet exist. -
Uses of PortletItem in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return PortletItemModifier and TypeMethodDescriptionPortletItemPersistence.create
(long portletItemId) Creates a new portlet item with the primary key.static PortletItem
PortletItemUtil.create
(long portletItemId) Creates a new portlet item with the primary key.PortletItemPersistence.fetchByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.fetchByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.fetchByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.fetchByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.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 returnsnull
if it could not be found.PortletItemPersistence.fetchByG_N_P_C
(long groupId, String name, String portletId, long classNameId, boolean useFinderCache) Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returnsnull
if it could not be found, optionally using the finder cache.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 returnsnull
if it could not be found.static PortletItem
PortletItemUtil.fetchByG_N_P_C
(long groupId, String name, String portletId, long classNameId, boolean useFinderCache) Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returnsnull
if it could not be found, optionally using the finder cache.PortletItemPersistence.fetchByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static PortletItem
PortletItemUtil.fetchByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.fetchByG_P_C_Last
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last 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<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.fetchByPrimaryKey
(long portletItemId) Returns the portlet item with the primary key or returnsnull
if it could not be found.static PortletItem
PortletItemUtil.fetchByPrimaryKey
(long portletItemId) Returns the portlet item with the primary key or returnsnull
if it could not be found.PortletItemPersistence.findByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C_PrevAndNext
(long portletItemId, long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem[]
PortletItemUtil.findByG_C_PrevAndNext
(long portletItemId, long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.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 aNoSuchPortletItemException
if it could not be found.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 aNoSuchPortletItemException
if it could not be found.PortletItemPersistence.findByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C_Last
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last 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<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C_PrevAndNext
(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> 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.findByG_P_C_PrevAndNext
(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByPrimaryKey
(long portletItemId) Returns the portlet item with the primary key or throws aNoSuchPortletItemException
if it could not be found.static PortletItem
PortletItemUtil.findByPrimaryKey
(long portletItemId) Returns the portlet item with the primary key or throws aNoSuchPortletItemException
if it could not be found.PortletItemPersistence.remove
(long portletItemId) Removes the portlet item with the primary key from the database.static PortletItem
PortletItemUtil.remove
(long portletItemId) Removes the portlet item with the primary key from the database.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.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) static PortletItem
PortletItemUtil.update
(PortletItem portletItem, ServiceContext serviceContext) PortletItemPersistence.updateImpl
(PortletItem portletItem) static PortletItem
PortletItemUtil.updateImpl
(PortletItem portletItem) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type PortletItemModifier and TypeMethodDescriptionstatic Map<Serializable,
PortletItem> PortletItemUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) PortletItemPersistence.findAll()
Returns all the portlet items.PortletItemPersistence.findAll
(int start, int end) Returns a range of all the portlet items.PortletItemPersistence.findAll
(int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items.PortletItemPersistence.findAll
(int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items.static List<PortletItem>
PortletItemUtil.findAll()
Returns all the portlet items.static List<PortletItem>
PortletItemUtil.findAll
(int start, int end) Returns a range of all the portlet items.static List<PortletItem>
PortletItemUtil.findAll
(int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items.static List<PortletItem>
PortletItemUtil.findAll
(int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items.PortletItemPersistence.findByG_C
(long groupId, long classNameId) Returns all the portlet items where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C
(long groupId, long classNameId, int start, int end) Returns a range of all the portlet items where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.static List<PortletItem>
PortletItemUtil.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 = ?.static List<PortletItem>
PortletItemUtil.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered 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<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C
(long groupId, String portletId, long classNameId) Returns all the portlet items where groupId = ? and portletId = ? and classNameId = ?.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 = ?.PortletItemPersistence.findByG_P_C
(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C
(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered 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) 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 = ?.static List<PortletItem>
PortletItemUtil.findByG_P_C
(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered 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<PortletItem> orderByComparator, boolean useFinderCache) 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<PortletItem> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type PortletItemModifier and TypeMethodDescriptionvoid
PortletItemPersistence.cacheResult
(PortletItem portletItem) Caches the portlet item in the entity cache if it is enabled.static void
PortletItemUtil.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) static PortletItem
PortletItemUtil.update
(PortletItem portletItem, ServiceContext serviceContext) PortletItemPersistence.updateImpl
(PortletItem portletItem) static PortletItem
PortletItemUtil.updateImpl
(PortletItem portletItem) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type PortletItemModifier and TypeMethodDescriptionvoid
PortletItemPersistence.cacheResult
(List<PortletItem> portletItems) Caches the portlet items in the entity cache if it is enabled.static void
PortletItemUtil.cacheResult
(List<PortletItem> portletItems) Caches the portlet items in the entity cache if it is enabled.PortletItemPersistence.fetchByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.fetchByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.fetchByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.fetchByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.fetchByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static PortletItem
PortletItemUtil.fetchByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.fetchByG_P_C_Last
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last 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<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findAll
(int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items.PortletItemPersistence.findAll
(int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items.static List<PortletItem>
PortletItemUtil.findAll
(int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items.static List<PortletItem>
PortletItemUtil.findAll
(int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items.PortletItemPersistence.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered 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<PortletItem> orderByComparator) Returns an ordered 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<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C_PrevAndNext
(long portletItemId, long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem[]
PortletItemUtil.findByG_C_PrevAndNext
(long portletItemId, long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C
(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C
(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered 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<PortletItem> orderByComparator) Returns an ordered 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<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C_Last
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last 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<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C_PrevAndNext
(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> 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.findByG_P_C_PrevAndNext
(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static List<PortletItem>
PortletItemUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortletItem> orderByComparator)