Liferay 6.0.3

Uses of Interface
com.liferay.portal.model.WebDAVProps

Packages that use WebDAVProps
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portal.webdav.methods   
 

Uses of WebDAVProps in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement WebDAVProps
 class WebDAVPropsWrapper
           This class is a wrapper for WebDAVProps.
 

Methods in com.liferay.portal.model that return WebDAVProps
 WebDAVProps WebDAVPropsWrapper.getWrappedWebDAVProps()
           
 WebDAVProps WebDAVPropsWrapper.toEscapedModel()
           
 WebDAVProps WebDAVPropsModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model with parameters of type WebDAVProps
 int WebDAVPropsWrapper.compareTo(WebDAVProps webDAVProps)
           
 int WebDAVPropsModel.compareTo(WebDAVProps webDAVProps)
           
 

Constructors in com.liferay.portal.model with parameters of type WebDAVProps
WebDAVPropsWrapper(WebDAVProps webDAVProps)
           
 

Uses of WebDAVProps in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement WebDAVProps
 class WebDAVPropsImpl
           
 

Methods in com.liferay.portal.model.impl that return WebDAVProps
 WebDAVProps WebDAVPropsModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type WebDAVProps
 int WebDAVPropsModelImpl.compareTo(WebDAVProps webDAVProps)
           
 

Uses of WebDAVProps in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return WebDAVProps
 WebDAVProps WebDAVPropsLocalServiceWrapper.addWebDAVProps(WebDAVProps webDAVProps)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.addWebDAVProps(WebDAVProps webDAVProps)
           
 WebDAVProps WebDAVPropsLocalService.addWebDAVProps(WebDAVProps webDAVProps)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.createWebDAVProps(long webDavPropsId)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.createWebDAVProps(long webDavPropsId)
           
 WebDAVProps WebDAVPropsLocalService.createWebDAVProps(long webDavPropsId)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.getWebDAVProps(long webDavPropsId)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.getWebDAVProps(long webDavPropsId)
           
 WebDAVProps WebDAVPropsLocalService.getWebDAVProps(long webDavPropsId)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.getWebDAVProps(long companyId, String className, long classPK)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.getWebDAVProps(long companyId, String className, long classPK)
           
 WebDAVProps WebDAVPropsLocalService.getWebDAVProps(long companyId, String className, long classPK)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps)
           
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
           
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
           
 

Methods in com.liferay.portal.service that return types with arguments of type WebDAVProps
 List<WebDAVProps> WebDAVPropsLocalServiceWrapper.getWebDAVPropses(int start, int end)
           
static List<WebDAVProps> WebDAVPropsLocalServiceUtil.getWebDAVPropses(int start, int end)
           
 List<WebDAVProps> WebDAVPropsLocalService.getWebDAVPropses(int start, int end)
           
 

Methods in com.liferay.portal.service with parameters of type WebDAVProps
 WebDAVProps WebDAVPropsLocalServiceWrapper.addWebDAVProps(WebDAVProps webDAVProps)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.addWebDAVProps(WebDAVProps webDAVProps)
           
 WebDAVProps WebDAVPropsLocalService.addWebDAVProps(WebDAVProps webDAVProps)
           
 void WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(WebDAVProps webDAVProps)
           
static void WebDAVPropsLocalServiceUtil.deleteWebDAVProps(WebDAVProps webDAVProps)
           
 void WebDAVPropsLocalService.deleteWebDAVProps(WebDAVProps webDAVProps)
           
 void WebDAVPropsLocalServiceWrapper.storeWebDAVProps(WebDAVProps webDavProps)
           
static void WebDAVPropsLocalServiceUtil.storeWebDAVProps(WebDAVProps webDavProps)
           
 void WebDAVPropsLocalService.storeWebDAVProps(WebDAVProps webDavProps)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps)
           
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
           
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
           
 

Uses of WebDAVProps in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return WebDAVProps
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.addWebDAVProps(WebDAVProps webDAVProps)
           
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.createWebDAVProps(long webDavPropsId)
           
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.getWebDAVProps(long webDavPropsId)
           
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.updateWebDAVProps(WebDAVProps webDAVProps)
           
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
           
 

Methods in com.liferay.portal.service.base that return types with arguments of type WebDAVProps
 List<WebDAVProps> WebDAVPropsLocalServiceBaseImpl.getWebDAVPropses(int start, int end)
           
 

Methods in com.liferay.portal.service.base with parameters of type WebDAVProps
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.addWebDAVProps(WebDAVProps webDAVProps)
           
 void WebDAVPropsLocalServiceBaseImpl.deleteWebDAVProps(WebDAVProps webDAVProps)
           
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.updateWebDAVProps(WebDAVProps webDAVProps)
           
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
           
 

Uses of WebDAVProps in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return WebDAVProps
 WebDAVProps WebDAVPropsLocalServiceImpl.getWebDAVProps(long companyId, String className, long classPK)
           
 

Methods in com.liferay.portal.service.impl with parameters of type WebDAVProps
 void WebDAVPropsLocalServiceImpl.storeWebDAVProps(WebDAVProps webDavProps)
           
 

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

Methods in com.liferay.portal.service.persistence that return WebDAVProps
static WebDAVProps WebDAVPropsUtil.create(long webDavPropsId)
           
 WebDAVProps WebDAVPropsPersistence.create(long webDavPropsId)
           
 WebDAVProps WebDAVPropsPersistenceImpl.create(long webDavPropsId)
           
static WebDAVProps WebDAVPropsUtil.fetchByC_C(long classNameId, long classPK)
           
 WebDAVProps WebDAVPropsPersistence.fetchByC_C(long classNameId, long classPK)
           
 WebDAVProps WebDAVPropsPersistenceImpl.fetchByC_C(long classNameId, long classPK)
           
static WebDAVProps WebDAVPropsUtil.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
           
 WebDAVProps WebDAVPropsPersistence.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
           
 WebDAVProps WebDAVPropsPersistenceImpl.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
           
static WebDAVProps WebDAVPropsUtil.fetchByPrimaryKey(long webDavPropsId)
           
 WebDAVProps WebDAVPropsPersistence.fetchByPrimaryKey(long webDavPropsId)
           
 WebDAVProps WebDAVPropsPersistenceImpl.fetchByPrimaryKey(long webDavPropsId)
           
 WebDAVProps WebDAVPropsPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
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)
           
 WebDAVProps WebDAVPropsPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static WebDAVProps WebDAVPropsUtil.remove(long webDavPropsId)
           
 WebDAVProps WebDAVPropsPersistence.remove(long webDavPropsId)
           
 WebDAVProps WebDAVPropsPersistenceImpl.remove(long webDavPropsId)
           
 WebDAVProps WebDAVPropsPersistenceImpl.remove(Serializable primaryKey)
           
static WebDAVProps WebDAVPropsUtil.remove(WebDAVProps webDAVProps)
           
protected  WebDAVProps WebDAVPropsPersistenceImpl.removeImpl(WebDAVProps webDAVProps)
           
protected  WebDAVProps WebDAVPropsPersistenceImpl.toUnwrappedModel(WebDAVProps webDAVProps)
           
static WebDAVProps WebDAVPropsUtil.update(WebDAVProps webDAVProps, boolean merge)
           
static WebDAVProps WebDAVPropsUtil.update(WebDAVProps webDAVProps, boolean merge, ServiceContext serviceContext)
           
static WebDAVProps WebDAVPropsUtil.updateImpl(WebDAVProps webDAVProps, boolean merge)
           
 WebDAVProps WebDAVPropsPersistence.updateImpl(WebDAVProps webDAVProps, boolean merge)
           
 WebDAVProps WebDAVPropsPersistenceImpl.updateImpl(WebDAVProps webDAVProps, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type WebDAVProps
static List<WebDAVProps> WebDAVPropsUtil.findAll()
           
 List<WebDAVProps> WebDAVPropsPersistence.findAll()
           
 List<WebDAVProps> WebDAVPropsPersistenceImpl.findAll()
           
static List<WebDAVProps> WebDAVPropsUtil.findAll(int start, int end)
           
 List<WebDAVProps> WebDAVPropsPersistence.findAll(int start, int end)
           
 List<WebDAVProps> WebDAVPropsPersistenceImpl.findAll(int start, int end)
           
static List<WebDAVProps> WebDAVPropsUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<WebDAVProps> WebDAVPropsPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<WebDAVProps> WebDAVPropsPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<WebDAVProps> WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<WebDAVProps> WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<WebDAVProps> WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type WebDAVProps
static void WebDAVPropsUtil.cacheResult(WebDAVProps webDAVProps)
           
 void WebDAVPropsPersistence.cacheResult(WebDAVProps webDAVProps)
           
 void WebDAVPropsPersistenceImpl.cacheResult(WebDAVProps webDAVProps)
           
static void WebDAVPropsUtil.clearCache(WebDAVProps webDAVProps)
           
 void WebDAVPropsPersistenceImpl.clearCache(WebDAVProps webDAVProps)
           
static WebDAVProps WebDAVPropsUtil.remove(WebDAVProps webDAVProps)
           
protected  WebDAVProps WebDAVPropsPersistenceImpl.removeImpl(WebDAVProps webDAVProps)
           
protected  WebDAVProps WebDAVPropsPersistenceImpl.toUnwrappedModel(WebDAVProps webDAVProps)
           
static WebDAVProps WebDAVPropsUtil.update(WebDAVProps webDAVProps, boolean merge)
           
static WebDAVProps WebDAVPropsUtil.update(WebDAVProps webDAVProps, boolean merge, ServiceContext serviceContext)
           
static WebDAVProps WebDAVPropsUtil.updateImpl(WebDAVProps webDAVProps, boolean merge)
           
 WebDAVProps WebDAVPropsPersistence.updateImpl(WebDAVProps webDAVProps, boolean merge)
           
 WebDAVProps WebDAVPropsPersistenceImpl.updateImpl(WebDAVProps webDAVProps, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type WebDAVProps
static void WebDAVPropsUtil.cacheResult(List<WebDAVProps> webDAVPropses)
           
 void WebDAVPropsPersistence.cacheResult(List<WebDAVProps> webDAVPropses)
           
 void WebDAVPropsPersistenceImpl.cacheResult(List<WebDAVProps> webDAVPropses)
           
 

Uses of WebDAVProps in com.liferay.portal.webdav.methods
 

Methods in com.liferay.portal.webdav.methods that return WebDAVProps
protected  WebDAVProps ProppatchMethodImpl.getStoredProperties(WebDAVRequest webDavRequest)
           
 


Liferay 6.0.3