|
|||||||||
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 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)
|
void |
registerListener(ModelListener listener)
|
WebDAVProps |
remove(long webDavPropsId)
|
WebDAVProps |
remove(WebDAVProps webDAVProps)
|
void |
removeAll()
|
void |
removeByC_C(long classNameId,
long classPK)
|
void |
unregisterListener(ModelListener listener)
|
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 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 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
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
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |