Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
WebDAVProps |
WebDAVPropsPersistence.findByC_C(long classNameId,
long classPK)
Returns the web dav props where classNameId = ? and classPK = ? or throws a
NoSuchWebDAVPropsException if it could not be found. |
static WebDAVProps |
WebDAVPropsUtil.findByC_C(long classNameId,
long classPK)
Returns the web dav props where classNameId = ? and classPK = ? or throws a
NoSuchWebDAVPropsException if it could not be found. |
WebDAVProps |
WebDAVPropsPersistence.findByPrimaryKey(long webDavPropsId)
Returns the web dav props with the primary key or throws a
NoSuchWebDAVPropsException if it could not be found. |
static WebDAVProps |
WebDAVPropsUtil.findByPrimaryKey(long webDavPropsId)
Returns the web dav props with the primary key or throws a
NoSuchWebDAVPropsException if it could not be found. |
WebDAVProps |
WebDAVPropsPersistence.remove(long webDavPropsId)
Removes the web dav props with the primary key from the database.
|
static WebDAVProps |
WebDAVPropsUtil.remove(long webDavPropsId)
Removes the web dav props with the primary key from the database.
|
WebDAVProps |
WebDAVPropsPersistence.removeByC_C(long classNameId,
long classPK)
Removes the web dav props where classNameId = ? and classPK = ? from the database.
|
static WebDAVProps |
WebDAVPropsUtil.removeByC_C(long classNameId,
long classPK)
Removes the web dav props where classNameId = ? and classPK = ? from the database.
|