|
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.ListTypeUtil
public class ListTypeUtil
The persistence utility for the list type service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
ListTypePersistence,
ListTypePersistenceImpl| Constructor Summary | |
|---|---|
ListTypeUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<ListType> listTypes)
Caches the list types in the entity cache if it is enabled. |
static void |
cacheResult(ListType listType)
Caches the list type in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(ListType listType)
|
static int |
countAll()
Counts all the list types. |
static int |
countByType(String type)
Counts all the list types where type = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static ListType |
create(int listTypeId)
Creates a new list type with the primary key. |
static ListType |
fetchByPrimaryKey(int listTypeId)
Finds the list type with the primary key or returns null if it could not be found. |
static List<ListType> |
findAll()
Finds all the list types. |
static List<ListType> |
findAll(int start,
int end)
Finds a range of all the list types. |
static List<ListType> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the list types. |
static ListType |
findByPrimaryKey(int listTypeId)
Finds the list type with the primary key or throws a NoSuchListTypeException if it could not be found. |
static ListType |
findByType_First(String type,
OrderByComparator orderByComparator)
Finds the first list type in the ordered set where type = ?. |
static ListType |
findByType_Last(String type,
OrderByComparator orderByComparator)
Finds the last list type in the ordered set where type = ?. |
static ListType[] |
findByType_PrevAndNext(int listTypeId,
String type,
OrderByComparator orderByComparator)
Finds the list types before and after the current list type in the ordered set where type = ?. |
static List<ListType> |
findByType(String type)
Finds all the list types where type = ?. |
static List<ListType> |
findByType(String type,
int start,
int end)
Finds a range of all the list types where type = ?. |
static List<ListType> |
findByType(String type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the list types where type = ?. |
static List<ListType> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ListType> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ListType> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static ListTypePersistence |
getPersistence()
|
static ListType |
remove(int listTypeId)
Removes the list type with the primary key from the database. |
static ListType |
remove(ListType listType)
|
static void |
removeAll()
Removes all the list types from the database. |
static void |
removeByType(String type)
Removes all the list types where type = ? from the database. |
void |
setPersistence(ListTypePersistence persistence)
|
static ListType |
update(ListType listType,
boolean merge)
|
static ListType |
update(ListType listType,
boolean merge,
ServiceContext serviceContext)
|
static ListType |
updateImpl(ListType listType,
boolean merge)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListTypeUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(ListType listType)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<ListType> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<ListType> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<ListType> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static ListType remove(ListType listType)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static ListType update(ListType listType,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static ListType update(ListType listType,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(ListType listType)
listType - the list type to cachepublic static void cacheResult(List<ListType> listTypes)
listTypes - the list types to cachepublic static ListType create(int listTypeId)
listTypeId - the primary key for the new list type
public static ListType remove(int listTypeId)
throws NoSuchListTypeException,
SystemException
listTypeId - the primary key of the list type to remove
NoSuchListTypeException - if a list type with the primary key could not be found
SystemException - if a system exception occurred
public static ListType updateImpl(ListType listType,
boolean merge)
throws SystemException
SystemException
public static ListType findByPrimaryKey(int listTypeId)
throws NoSuchListTypeException,
SystemException
NoSuchListTypeException if it could not be found.
listTypeId - the primary key of the list type to find
NoSuchListTypeException - if a list type with the primary key could not be found
SystemException - if a system exception occurred
public static ListType fetchByPrimaryKey(int listTypeId)
throws SystemException
null if it could not be found.
listTypeId - the primary key of the list type to find
null if a list type with the primary key could not be found
SystemException - if a system exception occurred
public static List<ListType> findByType(String type)
throws SystemException
type - the type to search with
SystemException - if a system exception occurred
public static List<ListType> findByType(String type,
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.
type - the type to search withstart - the lower bound of the range of list types to returnend - the upper bound of the range of list types to return (not inclusive)
SystemException - if a system exception occurred
public static List<ListType> findByType(String type,
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.
type - the type to search withstart - the lower bound of the range of list types to returnend - the upper bound of the range of list types to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static ListType findByType_First(String type,
OrderByComparator orderByComparator)
throws NoSuchListTypeException,
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.
type - the type to search withorderByComparator - the comparator to order the set by
NoSuchListTypeException - if a matching list type could not be found
SystemException - if a system exception occurred
public static ListType findByType_Last(String type,
OrderByComparator orderByComparator)
throws NoSuchListTypeException,
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.
type - the type to search withorderByComparator - the comparator to order the set by
NoSuchListTypeException - if a matching list type could not be found
SystemException - if a system exception occurred
public static ListType[] findByType_PrevAndNext(int listTypeId,
String type,
OrderByComparator orderByComparator)
throws NoSuchListTypeException,
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.
listTypeId - the primary key of the current list typetype - the type to search withorderByComparator - the comparator to order the set by
NoSuchListTypeException - if a list type with the primary key could not be found
SystemException - if a system exception occurred
public static List<ListType> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<ListType> 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 list types to returnend - the upper bound of the range of list types to return (not inclusive)
SystemException - if a system exception occurred
public static List<ListType> 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 list types to returnend - the upper bound of the range of list types to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static void removeByType(String type)
throws SystemException
type - the type to search with
SystemException - if a system exception occurred
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByType(String type)
throws SystemException
type - the type to search with
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static ListTypePersistence getPersistence()
public void setPersistence(ListTypePersistence persistence)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||