Uses of Class
com.liferay.portal.kernel.exception.NoSuchWebDAVPropsException
Packages that use NoSuchWebDAVPropsException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchWebDAVPropsException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchWebDAVPropsExceptionModifier and TypeMethodDescriptionWebDAVPropsPersistence.findByC_C
(long classNameId, long classPK) Returns the web dav props where classNameId = ? and classPK = ? or throws aNoSuchWebDAVPropsException
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 aNoSuchWebDAVPropsException
if it could not be found.WebDAVPropsPersistence.findByPrimaryKey
(long webDavPropsId) Returns the web dav props with the primary key or throws aNoSuchWebDAVPropsException
if it could not be found.static WebDAVProps
WebDAVPropsUtil.findByPrimaryKey
(long webDavPropsId) Returns the web dav props with the primary key or throws aNoSuchWebDAVPropsException
if it could not be found.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.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.