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

    Modifier and Type
    Method
    Description
    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.
    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.
    WebDAVPropsPersistence.findByPrimaryKey(long webDavPropsId)
    Returns the web dav props with the primary key or throws a NoSuchWebDAVPropsException if it could not be found.
    WebDAVPropsUtil.findByPrimaryKey(long webDavPropsId)
    Returns the web dav props with the primary key or throws a NoSuchWebDAVPropsException if it could not be found.
    WebDAVPropsPersistence.remove(long webDavPropsId)
    Removes the web dav props with the primary key from the database.
    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.
    WebDAVPropsUtil.removeByC_C(long classNameId, long classPK)
    Removes the web dav props where classNameId = ? and classPK = ? from the database.