Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.NoSuchWebDAVPropsException

Packages that use NoSuchWebDAVPropsException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of NoSuchWebDAVPropsException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchWebDAVPropsException
static WebDAVProps WebDAVPropsUtil.findByC_C(long classNameId, long classPK)
          Returns the web d a v props where classNameId = ? and classPK = ? or throws a NoSuchWebDAVPropsException if it could not be found.
 WebDAVProps WebDAVPropsPersistence.findByC_C(long classNameId, long classPK)
          Returns the web d a v props where classNameId = ? and classPK = ? or throws a NoSuchWebDAVPropsException if it could not be found.
static WebDAVProps WebDAVPropsUtil.findByPrimaryKey(long webDavPropsId)
          Returns the web d a v props with the primary key or throws a NoSuchWebDAVPropsException if it could not be found.
 WebDAVProps WebDAVPropsPersistence.findByPrimaryKey(long webDavPropsId)
          Returns the web d a v props with the primary key or throws a NoSuchWebDAVPropsException if it could not be found.
static WebDAVProps WebDAVPropsUtil.remove(long webDavPropsId)
          Removes the web d a v props with the primary key from the database.
 WebDAVProps WebDAVPropsPersistence.remove(long webDavPropsId)
          Removes the web d a v props with the primary key from the database.
static WebDAVProps WebDAVPropsUtil.removeByC_C(long classNameId, long classPK)
          Removes the web d a v props where classNameId = ? and classPK = ? from the database.
 WebDAVProps WebDAVPropsPersistence.removeByC_C(long classNameId, long classPK)
          Removes the web d a v props where classNameId = ? and classPK = ? from the database.
 


Liferay 6.2-ce-ga5