com.liferay.portal.service.persistence
Class WebDAVPropsUtil
java.lang.Object
com.liferay.portal.service.persistence.WebDAVPropsUtil
public class WebDAVPropsUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
WebDAVPropsPersistence
,
WebDAVPropsPersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(java.util.List<WebDAVProps> webDAVPropses)
|
static void |
cacheResult(WebDAVProps webDAVProps)
|
static void |
clearCache()
|
static int |
countAll()
|
static int |
countByC_C(long classNameId,
long classPK)
|
static WebDAVProps |
create(long webDavPropsId)
|
static WebDAVProps |
fetchByC_C(long classNameId,
long classPK)
|
static WebDAVProps |
fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
|
static WebDAVProps |
fetchByPrimaryKey(long webDavPropsId)
|
static java.util.List<WebDAVProps> |
findAll()
|
static java.util.List<WebDAVProps> |
findAll(int start,
int end)
|
static java.util.List<WebDAVProps> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WebDAVProps |
findByC_C(long classNameId,
long classPK)
|
static WebDAVProps |
findByPrimaryKey(long webDavPropsId)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static WebDAVPropsPersistence |
getPersistence()
|
static WebDAVProps |
remove(long webDavPropsId)
|
static WebDAVProps |
remove(WebDAVProps webDAVProps)
|
static void |
removeAll()
|
static void |
removeByC_C(long classNameId,
long classPK)
|
void |
setPersistence(WebDAVPropsPersistence persistence)
|
static WebDAVProps |
update(WebDAVProps webDAVProps,
boolean merge)
|
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 |
WebDAVPropsUtil
public WebDAVPropsUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static WebDAVProps remove(WebDAVProps webDAVProps)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static WebDAVProps update(WebDAVProps webDAVProps,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(WebDAVProps webDAVProps)
cacheResult
public static void cacheResult(java.util.List<WebDAVProps> webDAVPropses)
create
public static WebDAVProps create(long webDavPropsId)
remove
public static WebDAVProps remove(long webDavPropsId)
throws NoSuchWebDAVPropsException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWebDAVPropsException
com.liferay.portal.kernel.exception.SystemException
updateImpl
public static WebDAVProps updateImpl(WebDAVProps webDAVProps,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public static WebDAVProps findByPrimaryKey(long webDavPropsId)
throws NoSuchWebDAVPropsException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWebDAVPropsException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public static WebDAVProps fetchByPrimaryKey(long webDavPropsId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_C
public static WebDAVProps findByC_C(long classNameId,
long classPK)
throws NoSuchWebDAVPropsException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWebDAVPropsException
com.liferay.portal.kernel.exception.SystemException
fetchByC_C
public static WebDAVProps fetchByC_C(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByC_C
public static WebDAVProps fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<WebDAVProps> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<WebDAVProps> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<WebDAVProps> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_C
public static void removeByC_C(long classNameId,
long classPK)
throws NoSuchWebDAVPropsException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWebDAVPropsException
com.liferay.portal.kernel.exception.SystemException
removeAll
public static void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_C
public static int countByC_C(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
public static int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getPersistence
public static WebDAVPropsPersistence getPersistence()
setPersistence
public void setPersistence(WebDAVPropsPersistence persistence)