|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.PortletItemUtil
public class PortletItemUtil
The persistence utility for the portlet item service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
PortletItemPersistence,
PortletItemPersistenceImpl| Constructor Summary | |
|---|---|
PortletItemUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<PortletItem> portletItems)
Caches the portlet items in the entity cache if it is enabled. |
static void |
cacheResult(PortletItem portletItem)
Caches the portlet item in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(PortletItem portletItem)
|
static int |
countAll()
Counts all the portlet items. |
static int |
countByG_C(long groupId,
long classNameId)
Counts all the portlet items where groupId = ? and classNameId = ?. |
static int |
countByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Counts all the portlet items where groupId = ? and name = ? and portletId = ? and classNameId = ?. |
static int |
countByG_P_C(long groupId,
String portletId,
long classNameId)
Counts all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static PortletItem |
create(long portletItemId)
Creates a new portlet item with the primary key. |
static PortletItem |
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 |
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 |
fetchByPrimaryKey(long portletItemId)
Finds the portlet item with the primary key or returns null if it could not be found. |
static List<PortletItem> |
findAll()
Finds all the portlet items. |
static List<PortletItem> |
findAll(int start,
int end)
Finds a range of all the portlet items. |
static List<PortletItem> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the portlet items. |
static PortletItem |
findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Finds the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
static PortletItem |
findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Finds the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
static PortletItem[] |
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 List<PortletItem> |
findByG_C(long groupId,
long classNameId)
Finds all the portlet items where groupId = ? and classNameId = ?. |
static List<PortletItem> |
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> |
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 PortletItem |
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 |
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 |
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[] |
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 List<PortletItem> |
findByG_P_C(long groupId,
String portletId,
long classNameId)
Finds all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
static List<PortletItem> |
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> |
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 PortletItem |
findByPrimaryKey(long portletItemId)
Finds the portlet item with the primary key or throws a NoSuchPortletItemException if it could not be found. |
static List<PortletItem> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PortletItem> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PortletItem> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static PortletItemPersistence |
getPersistence()
|
static PortletItem |
remove(long portletItemId)
Removes the portlet item with the primary key from the database. |
static PortletItem |
remove(PortletItem portletItem)
|
static void |
removeAll()
Removes all the portlet items from the database. |
static void |
removeByG_C(long groupId,
long classNameId)
Removes all the portlet items where groupId = ? and classNameId = ? from the database. |
static void |
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 void |
removeByG_P_C(long groupId,
String portletId,
long classNameId)
Removes all the portlet items where groupId = ? and portletId = ? and classNameId = ? from the database. |
void |
setPersistence(PortletItemPersistence persistence)
|
static PortletItem |
update(PortletItem portletItem,
boolean merge)
|
static PortletItem |
update(PortletItem portletItem,
boolean merge,
ServiceContext serviceContext)
|
static PortletItem |
updateImpl(PortletItem portletItem,
boolean merge)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletItemUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(PortletItem portletItem)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<PortletItem> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<PortletItem> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<PortletItem> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static PortletItem remove(PortletItem portletItem)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static PortletItem update(PortletItem portletItem,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static PortletItem update(PortletItem portletItem,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(PortletItem portletItem)
portletItem - the portlet item to cachepublic static void cacheResult(List<PortletItem> portletItems)
portletItems - the portlet items to cachepublic static PortletItem create(long portletItemId)
portletItemId - the primary key for the new portlet item
public static PortletItem remove(long portletItemId)
throws NoSuchPortletItemException,
SystemException
portletItemId - the primary key of the portlet item to remove
NoSuchPortletItemException - if a portlet item with the primary key could not be found
SystemException - if a system exception occurred
public static PortletItem updateImpl(PortletItem portletItem,
boolean merge)
throws SystemException
SystemException
public static PortletItem findByPrimaryKey(long portletItemId)
throws NoSuchPortletItemException,
SystemException
NoSuchPortletItemException if it could not be found.
portletItemId - the primary key of the portlet item to find
NoSuchPortletItemException - if a portlet item with the primary key could not be found
SystemException - if a system exception occurred
public static PortletItem fetchByPrimaryKey(long portletItemId)
throws SystemException
null if it could not be found.
portletItemId - the primary key of the portlet item to find
null if a portlet item with the primary key could not be found
SystemException - if a system exception occurred
public static List<PortletItem> findByG_C(long groupId,
long classNameId)
throws SystemException
groupId - the group id to search withclassNameId - the class name id to search with
SystemException - if a system exception occurred
public static List<PortletItem> findByG_C(long groupId,
long classNameId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withclassNameId - the class name id to search withstart - the lower bound of the range of portlet items to returnend - the upper bound of the range of portlet items to return (not inclusive)
SystemException - if a system exception occurred
public static List<PortletItem> findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withclassNameId - the class name id to search withstart - the lower bound of the range of portlet items to returnend - the upper bound of the range of portlet items to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static PortletItem findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
throws NoSuchPortletItemException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withclassNameId - the class name id to search withorderByComparator - the comparator to order the set by
NoSuchPortletItemException - if a matching portlet item could not be found
SystemException - if a system exception occurred
public static PortletItem findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
throws NoSuchPortletItemException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withclassNameId - the class name id to search withorderByComparator - the comparator to order the set by
NoSuchPortletItemException - if a matching portlet item could not be found
SystemException - if a system exception occurred
public static PortletItem[] findByG_C_PrevAndNext(long portletItemId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
throws NoSuchPortletItemException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
portletItemId - the primary key of the current portlet itemgroupId - the group id to search withclassNameId - the class name id to search withorderByComparator - the comparator to order the set by
NoSuchPortletItemException - if a portlet item with the primary key could not be found
SystemException - if a system exception occurred
public static List<PortletItem> findByG_P_C(long groupId,
String portletId,
long classNameId)
throws SystemException
groupId - the group id to search withportletId - the portlet id to search withclassNameId - the class name id to search with
SystemException - if a system exception occurred
public static List<PortletItem> findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withportletId - the portlet id to search withclassNameId - the class name id to search withstart - the lower bound of the range of portlet items to returnend - the upper bound of the range of portlet items to return (not inclusive)
SystemException - if a system exception occurred
public static List<PortletItem> findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withportletId - the portlet id to search withclassNameId - the class name id to search withstart - the lower bound of the range of portlet items to returnend - the upper bound of the range of portlet items to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static PortletItem findByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
throws NoSuchPortletItemException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withportletId - the portlet id to search withclassNameId - the class name id to search withorderByComparator - the comparator to order the set by
NoSuchPortletItemException - if a matching portlet item could not be found
SystemException - if a system exception occurred
public static PortletItem findByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
throws NoSuchPortletItemException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withportletId - the portlet id to search withclassNameId - the class name id to search withorderByComparator - the comparator to order the set by
NoSuchPortletItemException - if a matching portlet item could not be found
SystemException - if a system exception occurred
public static PortletItem[] findByG_P_C_PrevAndNext(long portletItemId,
long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
throws NoSuchPortletItemException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
portletItemId - the primary key of the current portlet itemgroupId - the group id to search withportletId - the portlet id to search withclassNameId - the class name id to search withorderByComparator - the comparator to order the set by
NoSuchPortletItemException - if a portlet item with the primary key could not be found
SystemException - if a system exception occurred
public static PortletItem findByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
throws NoSuchPortletItemException,
SystemException
NoSuchPortletItemException if it could not be found.
groupId - the group id to search withname - the name to search withportletId - the portlet id to search withclassNameId - the class name id to search with
NoSuchPortletItemException - if a matching portlet item could not be found
SystemException - if a system exception occurred
public static PortletItem fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
throws SystemException
null if it could not be found. Uses the finder cache.
groupId - the group id to search withname - the name to search withportletId - the portlet id to search withclassNameId - the class name id to search with
null if a matching portlet item could not be found
SystemException - if a system exception occurred
public static PortletItem fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
groupId - the group id to search withname - the name to search withportletId - the portlet id to search withclassNameId - the class name id to search with
null if a matching portlet item could not be found
SystemException - if a system exception occurred
public static List<PortletItem> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<PortletItem> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of portlet items to returnend - the upper bound of the range of portlet items to return (not inclusive)
SystemException - if a system exception occurred
public static List<PortletItem> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of portlet items to returnend - the upper bound of the range of portlet items to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static void removeByG_C(long groupId,
long classNameId)
throws SystemException
groupId - the group id to search withclassNameId - the class name id to search with
SystemException - if a system exception occurred
public static void removeByG_P_C(long groupId,
String portletId,
long classNameId)
throws SystemException
groupId - the group id to search withportletId - the portlet id to search withclassNameId - the class name id to search with
SystemException - if a system exception occurred
public static void removeByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
throws NoSuchPortletItemException,
SystemException
groupId - the group id to search withname - the name to search withportletId - the portlet id to search withclassNameId - the class name id to search with
SystemException - if a system exception occurred
NoSuchPortletItemException
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByG_C(long groupId,
long classNameId)
throws SystemException
groupId - the group id to search withclassNameId - the class name id to search with
SystemException - if a system exception occurred
public static int countByG_P_C(long groupId,
String portletId,
long classNameId)
throws SystemException
groupId - the group id to search withportletId - the portlet id to search withclassNameId - the class name id to search with
SystemException - if a system exception occurred
public static int countByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
throws SystemException
groupId - the group id to search withname - the name to search withportletId - the portlet id to search withclassNameId - the class name id to search with
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static PortletItemPersistence getPersistence()
public void setPersistence(PortletItemPersistence persistence)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||