Liferay 6.0.3

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)
           
 WebDAVProps WebDAVPropsPersistence.findByC_C(long classNameId, long classPK)
           
 WebDAVProps WebDAVPropsPersistenceImpl.findByC_C(long classNameId, long classPK)
           
static WebDAVProps WebDAVPropsUtil.findByPrimaryKey(long webDavPropsId)
           
 WebDAVProps WebDAVPropsPersistence.findByPrimaryKey(long webDavPropsId)
           
 WebDAVProps WebDAVPropsPersistenceImpl.findByPrimaryKey(long webDavPropsId)
           
static WebDAVProps WebDAVPropsUtil.remove(long webDavPropsId)
           
 WebDAVProps WebDAVPropsPersistence.remove(long webDavPropsId)
           
 WebDAVProps WebDAVPropsPersistenceImpl.remove(long webDavPropsId)
           
static void WebDAVPropsUtil.removeByC_C(long classNameId, long classPK)
           
 void WebDAVPropsPersistence.removeByC_C(long classNameId, long classPK)
           
 void WebDAVPropsPersistenceImpl.removeByC_C(long classNameId, long classPK)
           
 


Liferay 6.0.3