|
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.ResourceCodeUtil
public class ResourceCodeUtil
The persistence utility for the resource code service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
ResourceCodePersistence,
ResourceCodePersistenceImpl| Constructor Summary | |
|---|---|
ResourceCodeUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<ResourceCode> resourceCodes)
Caches the resource codes in the entity cache if it is enabled. |
static void |
cacheResult(ResourceCode resourceCode)
Caches the resource code in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(ResourceCode resourceCode)
|
static int |
countAll()
Counts all the resource codes. |
static int |
countByC_N_S(long companyId,
String name,
int scope)
Counts all the resource codes where companyId = ? and name = ? and scope = ?. |
static int |
countByCompanyId(long companyId)
Counts all the resource codes where companyId = ?. |
static int |
countByName(String name)
Counts all the resource codes where name = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static ResourceCode |
create(long codeId)
Creates a new resource code with the primary key. |
static ResourceCode |
fetchByC_N_S(long companyId,
String name,
int scope)
Finds the resource code where companyId = ? and name = ? and scope = ? or returns null if it could not be found. |
static ResourceCode |
fetchByC_N_S(long companyId,
String name,
int scope,
boolean retrieveFromCache)
Finds the resource code where companyId = ? and name = ? and scope = ? or returns null if it could not be found, optionally using the finder cache. |
static ResourceCode |
fetchByPrimaryKey(long codeId)
Finds the resource code with the primary key or returns null if it could not be found. |
static List<ResourceCode> |
findAll()
Finds all the resource codes. |
static List<ResourceCode> |
findAll(int start,
int end)
Finds a range of all the resource codes. |
static List<ResourceCode> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource codes. |
static ResourceCode |
findByC_N_S(long companyId,
String name,
int scope)
Finds the resource code where companyId = ? and name = ? and scope = ? or throws a NoSuchResourceCodeException if it could not be found. |
static ResourceCode |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first resource code in the ordered set where companyId = ?. |
static ResourceCode |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last resource code in the ordered set where companyId = ?. |
static ResourceCode[] |
findByCompanyId_PrevAndNext(long codeId,
long companyId,
OrderByComparator orderByComparator)
Finds the resource codes before and after the current resource code in the ordered set where companyId = ?. |
static List<ResourceCode> |
findByCompanyId(long companyId)
Finds all the resource codes where companyId = ?. |
static List<ResourceCode> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the resource codes where companyId = ?. |
static List<ResourceCode> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource codes where companyId = ?. |
static ResourceCode |
findByName_First(String name,
OrderByComparator orderByComparator)
Finds the first resource code in the ordered set where name = ?. |
static ResourceCode |
findByName_Last(String name,
OrderByComparator orderByComparator)
Finds the last resource code in the ordered set where name = ?. |
static ResourceCode[] |
findByName_PrevAndNext(long codeId,
String name,
OrderByComparator orderByComparator)
Finds the resource codes before and after the current resource code in the ordered set where name = ?. |
static List<ResourceCode> |
findByName(String name)
Finds all the resource codes where name = ?. |
static List<ResourceCode> |
findByName(String name,
int start,
int end)
Finds a range of all the resource codes where name = ?. |
static List<ResourceCode> |
findByName(String name,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource codes where name = ?. |
static ResourceCode |
findByPrimaryKey(long codeId)
Finds the resource code with the primary key or throws a NoSuchResourceCodeException if it could not be found. |
static List<ResourceCode> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ResourceCode> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ResourceCode> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static ResourceCodePersistence |
getPersistence()
|
static ResourceCode |
remove(long codeId)
Removes the resource code with the primary key from the database. |
static ResourceCode |
remove(ResourceCode resourceCode)
|
static void |
removeAll()
Removes all the resource codes from the database. |
static void |
removeByC_N_S(long companyId,
String name,
int scope)
Removes the resource code where companyId = ? and name = ? and scope = ? from the database. |
static void |
removeByCompanyId(long companyId)
Removes all the resource codes where companyId = ? from the database. |
static void |
removeByName(String name)
Removes all the resource codes where name = ? from the database. |
void |
setPersistence(ResourceCodePersistence persistence)
|
static ResourceCode |
update(ResourceCode resourceCode,
boolean merge)
|
static ResourceCode |
update(ResourceCode resourceCode,
boolean merge,
ServiceContext serviceContext)
|
static ResourceCode |
updateImpl(ResourceCode resourceCode,
boolean merge)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceCodeUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(ResourceCode resourceCode)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<ResourceCode> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<ResourceCode> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<ResourceCode> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static ResourceCode remove(ResourceCode resourceCode)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static ResourceCode update(ResourceCode resourceCode,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static ResourceCode update(ResourceCode resourceCode,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(ResourceCode resourceCode)
resourceCode - the resource code to cachepublic static void cacheResult(List<ResourceCode> resourceCodes)
resourceCodes - the resource codes to cachepublic static ResourceCode create(long codeId)
codeId - the primary key for the new resource code
public static ResourceCode remove(long codeId)
throws NoSuchResourceCodeException,
SystemException
codeId - the primary key of the resource code to remove
NoSuchResourceCodeException - if a resource code with the primary key could not be found
SystemException - if a system exception occurred
public static ResourceCode updateImpl(ResourceCode resourceCode,
boolean merge)
throws SystemException
SystemException
public static ResourceCode findByPrimaryKey(long codeId)
throws NoSuchResourceCodeException,
SystemException
NoSuchResourceCodeException if it could not be found.
codeId - the primary key of the resource code to find
NoSuchResourceCodeException - if a resource code with the primary key could not be found
SystemException - if a system exception occurred
public static ResourceCode fetchByPrimaryKey(long codeId)
throws SystemException
null if it could not be found.
codeId - the primary key of the resource code to find
null if a resource code with the primary key could not be found
SystemException - if a system exception occurred
public static List<ResourceCode> findByCompanyId(long companyId)
throws SystemException
companyId - the company id to search with
SystemException - if a system exception occurred
public static List<ResourceCode> findByCompanyId(long companyId,
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.
companyId - the company id to search withstart - the lower bound of the range of resource codes to returnend - the upper bound of the range of resource codes to return (not inclusive)
SystemException - if a system exception occurred
public static List<ResourceCode> findByCompanyId(long companyId,
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.
companyId - the company id to search withstart - the lower bound of the range of resource codes to returnend - the upper bound of the range of resource codes to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static ResourceCode findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchResourceCodeException,
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.
companyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchResourceCodeException - if a matching resource code could not be found
SystemException - if a system exception occurred
public static ResourceCode findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchResourceCodeException,
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.
companyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchResourceCodeException - if a matching resource code could not be found
SystemException - if a system exception occurred
public static ResourceCode[] findByCompanyId_PrevAndNext(long codeId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchResourceCodeException,
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 primary key of the current resource codecompanyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchResourceCodeException - if a resource code with the primary key could not be found
SystemException - if a system exception occurred
public static List<ResourceCode> findByName(String name)
throws SystemException
name - the name to search with
SystemException - if a system exception occurred
public static List<ResourceCode> findByName(String name,
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.
name - the name to search withstart - the lower bound of the range of resource codes to returnend - the upper bound of the range of resource codes to return (not inclusive)
SystemException - if a system exception occurred
public static List<ResourceCode> findByName(String name,
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.
name - the name to search withstart - the lower bound of the range of resource codes to returnend - the upper bound of the range of resource codes to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static ResourceCode findByName_First(String name,
OrderByComparator orderByComparator)
throws NoSuchResourceCodeException,
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.
name - the name to search withorderByComparator - the comparator to order the set by
NoSuchResourceCodeException - if a matching resource code could not be found
SystemException - if a system exception occurred
public static ResourceCode findByName_Last(String name,
OrderByComparator orderByComparator)
throws NoSuchResourceCodeException,
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.
name - the name to search withorderByComparator - the comparator to order the set by
NoSuchResourceCodeException - if a matching resource code could not be found
SystemException - if a system exception occurred
public static ResourceCode[] findByName_PrevAndNext(long codeId,
String name,
OrderByComparator orderByComparator)
throws NoSuchResourceCodeException,
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 primary key of the current resource codename - the name to search withorderByComparator - the comparator to order the set by
NoSuchResourceCodeException - if a resource code with the primary key could not be found
SystemException - if a system exception occurred
public static ResourceCode findByC_N_S(long companyId,
String name,
int scope)
throws NoSuchResourceCodeException,
SystemException
NoSuchResourceCodeException if it could not be found.
companyId - the company id to search withname - the name to search withscope - the scope to search with
NoSuchResourceCodeException - if a matching resource code could not be found
SystemException - if a system exception occurred
public static ResourceCode fetchByC_N_S(long companyId,
String name,
int scope)
throws SystemException
null if it could not be found. Uses the finder cache.
companyId - the company id to search withname - the name to search withscope - the scope to search with
null if a matching resource code could not be found
SystemException - if a system exception occurred
public static ResourceCode fetchByC_N_S(long companyId,
String name,
int scope,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
companyId - the company id to search withname - the name to search withscope - the scope to search with
null if a matching resource code could not be found
SystemException - if a system exception occurred
public static List<ResourceCode> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<ResourceCode> 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 resource codes to returnend - the upper bound of the range of resource codes to return (not inclusive)
SystemException - if a system exception occurred
public static List<ResourceCode> 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 resource codes to returnend - the upper bound of the range of resource codes to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static void removeByCompanyId(long companyId)
throws SystemException
companyId - the company id to search with
SystemException - if a system exception occurred
public static void removeByName(String name)
throws SystemException
name - the name to search with
SystemException - if a system exception occurred
public static void removeByC_N_S(long companyId,
String name,
int scope)
throws NoSuchResourceCodeException,
SystemException
companyId - the company id to search withname - the name to search withscope - the scope to search with
SystemException - if a system exception occurred
NoSuchResourceCodeException
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByCompanyId(long companyId)
throws SystemException
companyId - the company id to search with
SystemException - if a system exception occurred
public static int countByName(String name)
throws SystemException
name - the name to search with
SystemException - if a system exception occurred
public static int countByC_N_S(long companyId,
String name,
int scope)
throws SystemException
companyId - the company id to search withname - the name to search withscope - the scope to search with
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static ResourceCodePersistence getPersistence()
public void setPersistence(ResourceCodePersistence persistence)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||