|
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.ResourceUtil
public class ResourceUtil
The persistence utility for the resource service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
ResourcePersistence,
ResourcePersistenceImpl| Constructor Summary | |
|---|---|
ResourceUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<Resource> resources)
Caches the resources in the entity cache if it is enabled. |
static void |
cacheResult(Resource resource)
Caches the resource in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(Resource resource)
|
static int |
countAll()
Counts all the resources. |
static int |
countByC_P(long codeId,
String primKey)
Counts all the resources where codeId = ? and primKey = ?. |
static int |
countByCodeId(long codeId)
Counts all the resources where codeId = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static Resource |
create(long resourceId)
Creates a new resource with the primary key. |
static Resource |
fetchByC_P(long codeId,
String primKey)
Finds the resource where codeId = ? and primKey = ? or returns null if it could not be found. |
static Resource |
fetchByC_P(long codeId,
String primKey,
boolean retrieveFromCache)
Finds the resource where codeId = ? and primKey = ? or returns null if it could not be found, optionally using the finder cache. |
static Resource |
fetchByPrimaryKey(long resourceId)
Finds the resource with the primary key or returns null if it could not be found. |
static List<Resource> |
findAll()
Finds all the resources. |
static List<Resource> |
findAll(int start,
int end)
Finds a range of all the resources. |
static List<Resource> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resources. |
static Resource |
findByC_P(long codeId,
String primKey)
Finds the resource where codeId = ? and primKey = ? or throws a NoSuchResourceException if it could not be found. |
static Resource |
findByCodeId_First(long codeId,
OrderByComparator orderByComparator)
Finds the first resource in the ordered set where codeId = ?. |
static Resource |
findByCodeId_Last(long codeId,
OrderByComparator orderByComparator)
Finds the last resource in the ordered set where codeId = ?. |
static Resource[] |
findByCodeId_PrevAndNext(long resourceId,
long codeId,
OrderByComparator orderByComparator)
Finds the resources before and after the current resource in the ordered set where codeId = ?. |
static List<Resource> |
findByCodeId(long codeId)
Finds all the resources where codeId = ?. |
static List<Resource> |
findByCodeId(long codeId,
int start,
int end)
Finds a range of all the resources where codeId = ?. |
static List<Resource> |
findByCodeId(long codeId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resources where codeId = ?. |
static Resource |
findByPrimaryKey(long resourceId)
Finds the resource with the primary key or throws a NoSuchResourceException if it could not be found. |
static List<Resource> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Resource> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Resource> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static ResourcePersistence |
getPersistence()
|
static Resource |
remove(long resourceId)
Removes the resource with the primary key from the database. |
static Resource |
remove(Resource resource)
|
static void |
removeAll()
Removes all the resources from the database. |
static void |
removeByC_P(long codeId,
String primKey)
Removes the resource where codeId = ? and primKey = ? from the database. |
static void |
removeByCodeId(long codeId)
Removes all the resources where codeId = ? from the database. |
void |
setPersistence(ResourcePersistence persistence)
|
static Resource |
update(Resource resource,
boolean merge)
|
static Resource |
update(Resource resource,
boolean merge,
ServiceContext serviceContext)
|
static Resource |
updateImpl(Resource resource,
boolean merge)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(Resource resource)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<Resource> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<Resource> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<Resource> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static Resource remove(Resource resource)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static Resource update(Resource resource,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static Resource update(Resource resource,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(Resource resource)
resource - the resource to cachepublic static void cacheResult(List<Resource> resources)
resources - the resources to cachepublic static Resource create(long resourceId)
resourceId - the primary key for the new resource
public static Resource remove(long resourceId)
throws NoSuchResourceException,
SystemException
resourceId - the primary key of the resource to remove
NoSuchResourceException - if a resource with the primary key could not be found
SystemException - if a system exception occurred
public static Resource updateImpl(Resource resource,
boolean merge)
throws SystemException
SystemException
public static Resource findByPrimaryKey(long resourceId)
throws NoSuchResourceException,
SystemException
NoSuchResourceException if it could not be found.
resourceId - the primary key of the resource to find
NoSuchResourceException - if a resource with the primary key could not be found
SystemException - if a system exception occurred
public static Resource fetchByPrimaryKey(long resourceId)
throws SystemException
null if it could not be found.
resourceId - the primary key of the resource to find
null if a resource with the primary key could not be found
SystemException - if a system exception occurred
public static List<Resource> findByCodeId(long codeId)
throws SystemException
codeId - the code id to search with
SystemException - if a system exception occurred
public static List<Resource> findByCodeId(long codeId,
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.
codeId - the code id to search withstart - the lower bound of the range of resources to returnend - the upper bound of the range of resources to return (not inclusive)
SystemException - if a system exception occurred
public static List<Resource> findByCodeId(long codeId,
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.
codeId - the code id to search withstart - the lower bound of the range of resources to returnend - the upper bound of the range of resources to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static Resource findByCodeId_First(long codeId,
OrderByComparator orderByComparator)
throws NoSuchResourceException,
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.
codeId - the code id to search withorderByComparator - the comparator to order the set by
NoSuchResourceException - if a matching resource could not be found
SystemException - if a system exception occurred
public static Resource findByCodeId_Last(long codeId,
OrderByComparator orderByComparator)
throws NoSuchResourceException,
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.
codeId - the code id to search withorderByComparator - the comparator to order the set by
NoSuchResourceException - if a matching resource could not be found
SystemException - if a system exception occurred
public static Resource[] findByCodeId_PrevAndNext(long resourceId,
long codeId,
OrderByComparator orderByComparator)
throws NoSuchResourceException,
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.
resourceId - the primary key of the current resourcecodeId - the code id to search withorderByComparator - the comparator to order the set by
NoSuchResourceException - if a resource with the primary key could not be found
SystemException - if a system exception occurred
public static Resource findByC_P(long codeId,
String primKey)
throws NoSuchResourceException,
SystemException
NoSuchResourceException if it could not be found.
codeId - the code id to search withprimKey - the prim key to search with
NoSuchResourceException - if a matching resource could not be found
SystemException - if a system exception occurred
public static Resource fetchByC_P(long codeId,
String primKey)
throws SystemException
null if it could not be found. Uses the finder cache.
codeId - the code id to search withprimKey - the prim key to search with
null if a matching resource could not be found
SystemException - if a system exception occurred
public static Resource fetchByC_P(long codeId,
String primKey,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
codeId - the code id to search withprimKey - the prim key to search with
null if a matching resource could not be found
SystemException - if a system exception occurred
public static List<Resource> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<Resource> 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 resources to returnend - the upper bound of the range of resources to return (not inclusive)
SystemException - if a system exception occurred
public static List<Resource> 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 resources to returnend - the upper bound of the range of resources to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static void removeByCodeId(long codeId)
throws SystemException
codeId - the code id to search with
SystemException - if a system exception occurred
public static void removeByC_P(long codeId,
String primKey)
throws NoSuchResourceException,
SystemException
codeId - the code id to search withprimKey - the prim key to search with
SystemException - if a system exception occurred
NoSuchResourceException
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByCodeId(long codeId)
throws SystemException
codeId - the code id to search with
SystemException - if a system exception occurred
public static int countByC_P(long codeId,
String primKey)
throws SystemException
codeId - the code id to search withprimKey - the prim key to search with
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static ResourcePersistence getPersistence()
public void setPersistence(ResourcePersistence persistence)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||