|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebDAVPropsPersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByC_C(long classNameId,
long classPK)
|
WebDAVProps |
create(long webDavPropsId)
|
WebDAVProps |
fetchByC_C(long classNameId,
long classPK)
|
WebDAVProps |
fetchByPrimaryKey(long webDavPropsId)
|
java.util.List<WebDAVProps> |
findAll()
|
java.util.List<WebDAVProps> |
findAll(int begin,
int end)
|
java.util.List<WebDAVProps> |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WebDAVProps |
findByC_C(long classNameId,
long classPK)
|
WebDAVProps |
findByPrimaryKey(long webDavPropsId)
|
java.util.List<WebDAVProps> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<WebDAVProps> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
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 webDAVProps, boolean merge) . |
WebDAVProps |
update(WebDAVProps webDAVProps,
boolean merge)
Add, update, or merge, the entity. |
WebDAVProps |
updateImpl(WebDAVProps webDAVProps,
boolean merge)
|
Method Detail |
---|
WebDAVProps create(long webDavPropsId)
WebDAVProps remove(long webDavPropsId) throws com.liferay.portal.SystemException, NoSuchWebDAVPropsException
com.liferay.portal.SystemException
NoSuchWebDAVPropsException
WebDAVProps remove(WebDAVProps webDAVProps) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WebDAVProps update(WebDAVProps webDAVProps) throws com.liferay.portal.SystemException
update(WebDAVProps 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 com.liferay.portal.SystemException, NoSuchWebDAVPropsException
com.liferay.portal.SystemException
NoSuchWebDAVPropsException
WebDAVProps fetchByPrimaryKey(long webDavPropsId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WebDAVProps findByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException, NoSuchWebDAVPropsException
com.liferay.portal.SystemException
NoSuchWebDAVPropsException
WebDAVProps fetchByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WebDAVProps> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WebDAVProps> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, 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 begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WebDAVProps> findAll(int begin, 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 com.liferay.portal.SystemException, NoSuchWebDAVPropsException
com.liferay.portal.SystemException
NoSuchWebDAVPropsException
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 |