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_ACCESSORMethods 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 PortletItemWrapperPortletItemWrapper.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 PortletItemPortletItemLocalServiceUtil.addPortletItem(long userId, long groupId, String name, String portletId, String className) static PortletItemPortletItemLocalServiceUtil.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 PortletItemPortletItemLocalServiceUtil.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 PortletItemPortletItemLocalServiceUtil.deletePortletItem(long portletItemId) Deletes the portlet item with the primary key from the database.static PortletItemPortletItemLocalServiceUtil.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 PortletItemPortletItemLocalServiceUtil.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 PortletItemPortletItemLocalServiceUtil.getPortletItem(long portletItemId) Returns the portlet item with the primary key.static PortletItemPortletItemLocalServiceUtil.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 PortletItemPortletItemLocalServiceUtil.updatePortletItem(long userId, long groupId, String name, String portletId, String className) static PortletItemPortletItemLocalServiceUtil.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 PortletItemPortletItemLocalServiceUtil.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 PortletItemPortletItemLocalServiceUtil.deletePortletItem(PortletItem portletItem) Deletes the portlet item from the database.PortletItemLocalServiceWrapper.deletePortletItem(PortletItem portletItem) Deletes the portlet item from the database.voidPortletPreferencesService.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) static voidPortletPreferencesServiceUtil.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) voidPortletPreferencesServiceWrapper.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 PortletItemPortletItemLocalServiceUtil.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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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 returnsnullif 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 returnsnullif it could not be found, optionally using the finder cache.static PortletItemPortletItemUtil.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 returnsnullif it could not be found.static PortletItemPortletItemUtil.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 returnsnullif 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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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 returnsnullif it could not be found.static PortletItemPortletItemUtil.fetchByPrimaryKey(long portletItemId) Returns the portlet item with the primary key or returnsnullif 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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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 aNoSuchPortletItemExceptionif it could not be found.static PortletItemPortletItemUtil.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 aNoSuchPortletItemExceptionif 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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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 aNoSuchPortletItemExceptionif it could not be found.static PortletItemPortletItemUtil.findByPrimaryKey(long portletItemId) Returns the portlet item with the primary key or throws aNoSuchPortletItemExceptionif it could not be found.PortletItemPersistence.remove(long portletItemId) Removes the portlet item with the primary key from the database.static PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.update(PortletItem portletItem) static PortletItemPortletItemUtil.update(PortletItem portletItem, ServiceContext serviceContext) PortletItemPersistence.updateImpl(PortletItem portletItem) static PortletItemPortletItemUtil.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 TypeMethodDescriptionvoidPortletItemPersistence.cacheResult(PortletItem portletItem) Caches the portlet item in the entity cache if it is enabled.static voidPortletItemUtil.cacheResult(PortletItem portletItem) Caches the portlet item in the entity cache if it is enabled.static voidPortletItemUtil.clearCache(PortletItem portletItem) static PortletItemPortletItemUtil.update(PortletItem portletItem) static PortletItemPortletItemUtil.update(PortletItem portletItem, ServiceContext serviceContext) PortletItemPersistence.updateImpl(PortletItem portletItem) static PortletItemPortletItemUtil.updateImpl(PortletItem portletItem) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type PortletItemModifier and TypeMethodDescriptionvoidPortletItemPersistence.cacheResult(List<PortletItem> portletItems) Caches the portlet items in the entity cache if it is enabled.static voidPortletItemUtil.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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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 PortletItemPortletItemUtil.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)