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 aNoSuchWebDAVPropsExceptionif it could not be found.static WebDAVPropsWebDAVPropsUtil.findByC_C(long classNameId, long classPK) Returns the web dav props where classNameId = ? and classPK = ? or throws aNoSuchWebDAVPropsExceptionif it could not be found.WebDAVPropsPersistence.findByPrimaryKey(long webDavPropsId) Returns the web dav props with the primary key or throws aNoSuchWebDAVPropsExceptionif it could not be found.static WebDAVPropsWebDAVPropsUtil.findByPrimaryKey(long webDavPropsId) Returns the web dav props with the primary key or throws aNoSuchWebDAVPropsExceptionif it could not be found.WebDAVPropsPersistence.remove(long webDavPropsId) Removes the web dav props with the primary key from the database.static WebDAVPropsWebDAVPropsUtil.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 WebDAVPropsWebDAVPropsUtil.removeByC_C(long classNameId, long classPK) Removes the web dav props where classNameId = ? and classPK = ? from the database.