|
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.ClassNameUtil
public class ClassNameUtil
The persistence utility for the class name service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
ClassNamePersistence,
ClassNamePersistenceImpl| Constructor Summary | |
|---|---|
ClassNameUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(ClassName className)
Caches the class name in the entity cache if it is enabled. |
static void |
cacheResult(List<ClassName> classNames)
Caches the class names in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(ClassName className)
|
static int |
countAll()
Counts all the class names. |
static int |
countByValue(String value)
Counts all the class names where value = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static ClassName |
create(long classNameId)
Creates a new class name with the primary key. |
static ClassName |
fetchByPrimaryKey(long classNameId)
Finds the class name with the primary key or returns null if it could not be found. |
static ClassName |
fetchByValue(String value)
Finds the class name where value = ? or returns null if it could not be found. |
static ClassName |
fetchByValue(String value,
boolean retrieveFromCache)
Finds the class name where value = ? or returns null if it could not be found, optionally using the finder cache. |
static List<ClassName> |
findAll()
Finds all the class names. |
static List<ClassName> |
findAll(int start,
int end)
Finds a range of all the class names. |
static List<ClassName> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the class names. |
static ClassName |
findByPrimaryKey(long classNameId)
Finds the class name with the primary key or throws a NoSuchClassNameException if it could not be found. |
static ClassName |
findByValue(String value)
Finds the class name where value = ? or throws a NoSuchClassNameException if it could not be found. |
static List<ClassName> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ClassName> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ClassName> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static ClassNamePersistence |
getPersistence()
|
static ClassName |
remove(ClassName className)
|
static ClassName |
remove(long classNameId)
Removes the class name with the primary key from the database. |
static void |
removeAll()
Removes all the class names from the database. |
static void |
removeByValue(String value)
Removes the class name where value = ? from the database. |
void |
setPersistence(ClassNamePersistence persistence)
|
static ClassName |
update(ClassName className,
boolean merge)
|
static ClassName |
update(ClassName className,
boolean merge,
ServiceContext serviceContext)
|
static ClassName |
updateImpl(ClassName className,
boolean merge)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassNameUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(ClassName className)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<ClassName> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<ClassName> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<ClassName> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static ClassName remove(ClassName className)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static ClassName update(ClassName className,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static ClassName update(ClassName className,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(ClassName className)
className - the class name to cachepublic static void cacheResult(List<ClassName> classNames)
classNames - the class names to cachepublic static ClassName create(long classNameId)
classNameId - the primary key for the new class name
public static ClassName remove(long classNameId)
throws NoSuchClassNameException,
SystemException
classNameId - the primary key of the class name to remove
NoSuchClassNameException - if a class name with the primary key could not be found
SystemException - if a system exception occurred
public static ClassName updateImpl(ClassName className,
boolean merge)
throws SystemException
SystemException
public static ClassName findByPrimaryKey(long classNameId)
throws NoSuchClassNameException,
SystemException
NoSuchClassNameException if it could not be found.
classNameId - the primary key of the class name to find
NoSuchClassNameException - if a class name with the primary key could not be found
SystemException - if a system exception occurred
public static ClassName fetchByPrimaryKey(long classNameId)
throws SystemException
null if it could not be found.
classNameId - the primary key of the class name to find
null if a class name with the primary key could not be found
SystemException - if a system exception occurred
public static ClassName findByValue(String value)
throws NoSuchClassNameException,
SystemException
NoSuchClassNameException if it could not be found.
value - the value to search with
NoSuchClassNameException - if a matching class name could not be found
SystemException - if a system exception occurred
public static ClassName fetchByValue(String value)
throws SystemException
null if it could not be found. Uses the finder cache.
value - the value to search with
null if a matching class name could not be found
SystemException - if a system exception occurred
public static ClassName fetchByValue(String value,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
value - the value to search with
null if a matching class name could not be found
SystemException - if a system exception occurred
public static List<ClassName> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<ClassName> 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 class names to returnend - the upper bound of the range of class names to return (not inclusive)
SystemException - if a system exception occurred
public static List<ClassName> 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 class names to returnend - the upper bound of the range of class names to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static void removeByValue(String value)
throws NoSuchClassNameException,
SystemException
value - the value to search with
SystemException - if a system exception occurred
NoSuchClassNameException
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByValue(String value)
throws SystemException
value - the value to search with
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static ClassNamePersistence getPersistence()
public void setPersistence(ClassNamePersistence persistence)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||