|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebDAVPropsPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
WebDAVPropsPersistenceImpl
,
WebDAVPropsUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<WebDAVProps> webDAVPropses)
|
void |
cacheResult(WebDAVProps webDAVProps)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByC_C(long classNameId,
long classPK)
|
WebDAVProps |
create(long webDavPropsId)
|
WebDAVProps |
fetchByC_C(long classNameId,
long classPK)
|
WebDAVProps |
fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
|
WebDAVProps |
fetchByPrimaryKey(long webDavPropsId)
|
java.util.List<WebDAVProps> |
findAll()
|
java.util.List<WebDAVProps> |
findAll(int start,
int end)
|
java.util.List<WebDAVProps> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WebDAVProps |
findByC_C(long classNameId,
long classPK)
|
WebDAVProps |
findByPrimaryKey(long webDavPropsId)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
WebDAVProps |
remove(long webDavPropsId)
|
WebDAVProps |
remove(WebDAVProps webDAVProps)
|
void |
removeAll()
|
void |
removeByC_C(long classNameId,
long classPK)
|
WebDAVProps |
update(WebDAVProps webDAVProps)
Deprecated. Use update(WebDAVProps, boolean merge) . |
WebDAVProps |
update(WebDAVProps webDAVProps,
boolean merge)
Add, update, or merge, the entity. |
WebDAVProps |
updateImpl(WebDAVProps webDAVProps,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(WebDAVProps webDAVProps)
void cacheResult(java.util.List<WebDAVProps> webDAVPropses)
void clearCache()
clearCache
in interface BasePersistence
WebDAVProps create(long webDavPropsId)
WebDAVProps remove(long webDavPropsId) throws NoSuchWebDAVPropsException, com.liferay.portal.SystemException
NoSuchWebDAVPropsException
com.liferay.portal.SystemException
WebDAVProps remove(WebDAVProps webDAVProps) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WebDAVProps update(WebDAVProps webDAVProps) throws com.liferay.portal.SystemException
update(WebDAVProps, boolean merge)
.
com.liferay.portal.SystemException
WebDAVProps update(WebDAVProps webDAVProps, boolean merge) throws com.liferay.portal.SystemException
webDAVProps
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when webDAVProps is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
WebDAVProps updateImpl(WebDAVProps webDAVProps, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WebDAVProps findByPrimaryKey(long webDavPropsId) throws NoSuchWebDAVPropsException, com.liferay.portal.SystemException
NoSuchWebDAVPropsException
com.liferay.portal.SystemException
WebDAVProps fetchByPrimaryKey(long webDavPropsId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WebDAVProps findByC_C(long classNameId, long classPK) throws NoSuchWebDAVPropsException, com.liferay.portal.SystemException
NoSuchWebDAVPropsException
com.liferay.portal.SystemException
WebDAVProps fetchByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WebDAVProps fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WebDAVProps> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WebDAVProps> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WebDAVProps> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_C(long classNameId, long classPK) throws NoSuchWebDAVPropsException, com.liferay.portal.SystemException
NoSuchWebDAVPropsException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |