|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.service.persistence.WebDAVPropsUtil
public class WebDAVPropsUtil
The persistence utility for the web d a v props service. This utility wraps WebDAVPropsPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Never modify this class directly. Modify service.xml
and rerun ServiceBuilder to regenerate this class.
Caching information and settings can be found in portal.properties
WebDAVPropsPersistence
,
WebDAVPropsPersistenceImpl
Constructor Summary | |
---|---|
WebDAVPropsUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(List<WebDAVProps> webDAVPropses)
Caches the web d a v propses in the entity cache if it is enabled. |
static void |
cacheResult(WebDAVProps webDAVProps)
Caches the web d a v props in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(WebDAVProps webDAVProps)
|
static int |
countAll()
Counts all the web d a v propses. |
static int |
countByC_C(long classNameId,
long classPK)
Counts all the web d a v propses where classNameId = ? and classPK = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static WebDAVProps |
create(long webDavPropsId)
Creates a new web d a v props with the primary key. |
static WebDAVProps |
fetchByC_C(long classNameId,
long classPK)
Finds the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found. |
static WebDAVProps |
fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Finds the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static WebDAVProps |
fetchByPrimaryKey(long webDavPropsId)
Finds the web d a v props with the primary key or returns null if it could not be found. |
static List<WebDAVProps> |
findAll()
Finds all the web d a v propses. |
static List<WebDAVProps> |
findAll(int start,
int end)
Finds a range of all the web d a v propses. |
static List<WebDAVProps> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the web d a v propses. |
static WebDAVProps |
findByC_C(long classNameId,
long classPK)
Finds the web d a v props where classNameId = ? and classPK = ? or throws a NoSuchWebDAVPropsException if it could not be found. |
static WebDAVProps |
findByPrimaryKey(long webDavPropsId)
Finds the web d a v props with the primary key or throws a NoSuchWebDAVPropsException if it could not be found. |
static List<WebDAVProps> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<WebDAVProps> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<WebDAVProps> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static WebDAVPropsPersistence |
getPersistence()
|
static WebDAVProps |
remove(long webDavPropsId)
Removes the web d a v props with the primary key from the database. |
static WebDAVProps |
remove(WebDAVProps webDAVProps)
|
static void |
removeAll()
Removes all the web d a v propses from the database. |
static void |
removeByC_C(long classNameId,
long classPK)
Removes the web d a v props where classNameId = ? and classPK = ? from the database. |
void |
setPersistence(WebDAVPropsPersistence persistence)
|
static WebDAVProps |
update(WebDAVProps webDAVProps,
boolean merge)
|
static WebDAVProps |
update(WebDAVProps webDAVProps,
boolean merge,
ServiceContext serviceContext)
|
static WebDAVProps |
updateImpl(WebDAVProps webDAVProps,
boolean merge)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebDAVPropsUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(WebDAVProps webDAVProps)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<WebDAVProps> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<WebDAVProps> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<WebDAVProps> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static WebDAVProps remove(WebDAVProps webDAVProps) throws SystemException
SystemException
BasePersistence.remove(com.liferay.portal.model.BaseModel)
public static WebDAVProps update(WebDAVProps webDAVProps, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static WebDAVProps update(WebDAVProps webDAVProps, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
public static void cacheResult(WebDAVProps webDAVProps)
webDAVProps
- the web d a v props to cachepublic static void cacheResult(List<WebDAVProps> webDAVPropses)
webDAVPropses
- the web d a v propses to cachepublic static WebDAVProps create(long webDavPropsId)
webDavPropsId
- the primary key for the new web d a v props
public static WebDAVProps remove(long webDavPropsId) throws NoSuchWebDAVPropsException, SystemException
webDavPropsId
- the primary key of the web d a v props to remove
NoSuchWebDAVPropsException
- if a web d a v props with the primary key could not be found
SystemException
- if a system exception occurredpublic static WebDAVProps updateImpl(WebDAVProps webDAVProps, boolean merge) throws SystemException
SystemException
public static WebDAVProps findByPrimaryKey(long webDavPropsId) throws NoSuchWebDAVPropsException, SystemException
NoSuchWebDAVPropsException
if it could not be found.
webDavPropsId
- the primary key of the web d a v props to find
NoSuchWebDAVPropsException
- if a web d a v props with the primary key could not be found
SystemException
- if a system exception occurredpublic static WebDAVProps fetchByPrimaryKey(long webDavPropsId) throws SystemException
null
if it could not be found.
webDavPropsId
- the primary key of the web d a v props to find
null
if a web d a v props with the primary key could not be found
SystemException
- if a system exception occurredpublic static WebDAVProps findByC_C(long classNameId, long classPK) throws NoSuchWebDAVPropsException, SystemException
NoSuchWebDAVPropsException
if it could not be found.
classNameId
- the class name id to search withclassPK
- the class p k to search with
NoSuchWebDAVPropsException
- if a matching web d a v props could not be found
SystemException
- if a system exception occurredpublic static WebDAVProps fetchByC_C(long classNameId, long classPK) throws SystemException
null
if it could not be found. Uses the finder cache.
classNameId
- the class name id to search withclassPK
- the class p k to search with
null
if a matching web d a v props could not be found
SystemException
- if a system exception occurredpublic static WebDAVProps fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
classNameId
- the class name id to search withclassPK
- the class p k to search with
null
if a matching web d a v props could not be found
SystemException
- if a system exception occurredpublic static List<WebDAVProps> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<WebDAVProps> 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 web d a v propses to returnend
- the upper bound of the range of web d a v propses to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<WebDAVProps> 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 web d a v propses to returnend
- the upper bound of the range of web d a v propses to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static void removeByC_C(long classNameId, long classPK) throws NoSuchWebDAVPropsException, SystemException
classNameId
- the class name id to search withclassPK
- the class p k to search with
SystemException
- if a system exception occurred
NoSuchWebDAVPropsException
public static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByC_C(long classNameId, long classPK) throws SystemException
classNameId
- the class name id to search withclassPK
- the class p k to search with
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static WebDAVPropsPersistence getPersistence()
public void setPersistence(WebDAVPropsPersistence persistence)
|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |