Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchWebDAVPropsException

Packages that use NoSuchWebDAVPropsException
com.liferay.portal.service.persistence   
 

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)
          Finds 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)
          Finds the web d a v props where classNameId = ? and classPK = ? or throws a NoSuchWebDAVPropsException if it could not be found.
 WebDAVProps WebDAVPropsPersistenceImpl.findByC_C(long classNameId, long classPK)
          Finds 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)
          Finds 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)
          Finds the web d a v props with the primary key or throws a NoSuchWebDAVPropsException if it could not be found.
 WebDAVProps WebDAVPropsPersistenceImpl.findByPrimaryKey(long webDavPropsId)
          Finds 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.
 WebDAVProps WebDAVPropsPersistenceImpl.remove(long webDavPropsId)
          Removes the web d a v props with the primary key from the database.
static void WebDAVPropsUtil.removeByC_C(long classNameId, long classPK)
          Removes the web d a v props where classNameId = ? and classPK = ? from the database.
 void WebDAVPropsPersistence.removeByC_C(long classNameId, long classPK)
          Removes the web d a v props where classNameId = ? and classPK = ? from the database.
 void WebDAVPropsPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the web d a v props where classNameId = ? and classPK = ? from the database.
 


Liferay 6.0.5