Liferay 6.0.5

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()
          Gets a copy of this web d a v props as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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)
          Adds the web d a v props to the database.
static WebDAVProps WebDAVPropsLocalServiceUtil.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
 WebDAVProps WebDAVPropsLocalService.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
 WebDAVProps WebDAVPropsLocalServiceWrapper.createWebDAVProps(long webDavPropsId)
          Creates a new web d a v props with the primary key.
static WebDAVProps WebDAVPropsLocalServiceUtil.createWebDAVProps(long webDavPropsId)
          Creates a new web d a v props with the primary key.
 WebDAVProps WebDAVPropsLocalService.createWebDAVProps(long webDavPropsId)
          Creates a new web d a v props with the primary key.
 WebDAVProps WebDAVPropsLocalServiceWrapper.getWebDAVProps(long webDavPropsId)
          Gets the web d a v props with the primary key.
static WebDAVProps WebDAVPropsLocalServiceUtil.getWebDAVProps(long webDavPropsId)
          Gets the web d a v props with the primary key.
 WebDAVProps WebDAVPropsLocalService.getWebDAVProps(long webDavPropsId)
          Gets the web d a v props with the primary key.
 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)
          Updates the web d a v props in the database.
static WebDAVProps WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database.
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database.
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database.
static WebDAVProps WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database.
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type WebDAVProps
 List<WebDAVProps> WebDAVPropsLocalServiceWrapper.getWebDAVPropses(int start, int end)
          Gets a range of all the web d a v propses.
static List<WebDAVProps> WebDAVPropsLocalServiceUtil.getWebDAVPropses(int start, int end)
          Gets a range of all the web d a v propses.
 List<WebDAVProps> WebDAVPropsLocalService.getWebDAVPropses(int start, int end)
          Gets a range of all the web d a v propses.
 

Methods in com.liferay.portal.service with parameters of type WebDAVProps
 WebDAVProps WebDAVPropsLocalServiceWrapper.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
static WebDAVProps WebDAVPropsLocalServiceUtil.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
 WebDAVProps WebDAVPropsLocalService.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
 void WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
static void WebDAVPropsLocalServiceUtil.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
 void WebDAVPropsLocalService.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
 void WebDAVPropsLocalServiceWrapper.storeWebDAVProps(WebDAVProps webDavProps)
           
static void WebDAVPropsLocalServiceUtil.storeWebDAVProps(WebDAVProps webDavProps)
           
 void WebDAVPropsLocalService.storeWebDAVProps(WebDAVProps webDavProps)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database.
static WebDAVProps WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database.
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database.
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database.
static WebDAVProps WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database.
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database.
 

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

Methods in com.liferay.portal.service.base that return WebDAVProps
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.createWebDAVProps(long webDavPropsId)
          Creates a new web d a v props with the primary key.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.getWebDAVProps(long webDavPropsId)
          Gets the web d a v props with the primary key.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type WebDAVProps
 List<WebDAVProps> WebDAVPropsLocalServiceBaseImpl.getWebDAVPropses(int start, int end)
          Gets a range of all the web d a v propses.
 

Methods in com.liferay.portal.service.base with parameters of type WebDAVProps
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
 void WebDAVPropsLocalServiceBaseImpl.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database.
 

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)
          Creates a new web d a v props with the primary key.
 WebDAVProps WebDAVPropsPersistence.create(long webDavPropsId)
          Creates a new web d a v props with the primary key.
 WebDAVProps WebDAVPropsPersistenceImpl.create(long webDavPropsId)
          Creates a new web d a v props with the primary key.
static WebDAVProps WebDAVPropsUtil.fetchByC_C(long classNameId, long classPK)
          Finds the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found.
 WebDAVProps WebDAVPropsPersistence.fetchByC_C(long classNameId, long classPK)
          Finds the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found.
 WebDAVProps WebDAVPropsPersistenceImpl.fetchByC_C(long classNameId, long classPK)
          Finds the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found.
static WebDAVProps WebDAVPropsUtil.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Finds the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 WebDAVProps WebDAVPropsPersistence.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Finds the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 WebDAVProps WebDAVPropsPersistenceImpl.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Finds the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static WebDAVProps WebDAVPropsUtil.fetchByPrimaryKey(long webDavPropsId)
          Finds the web d a v props with the primary key or returns null if it could not be found.
 WebDAVProps WebDAVPropsPersistence.fetchByPrimaryKey(long webDavPropsId)
          Finds the web d a v props with the primary key or returns null if it could not be found.
 WebDAVProps WebDAVPropsPersistenceImpl.fetchByPrimaryKey(long webDavPropsId)
          Finds the web d a v props with the primary key or returns null if it could not be found.
 WebDAVProps WebDAVPropsPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the web d a v props with the primary key or returns null if it could not be found.
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.
 WebDAVProps WebDAVPropsPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the web d a v props with the primary key or throws a NoSuchModelException 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.
 WebDAVProps WebDAVPropsPersistenceImpl.remove(Serializable primaryKey)
          Removes the web d a v props with the primary key from the database.
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()
          Finds all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistence.findAll()
          Finds all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistenceImpl.findAll()
          Finds all the web d a v propses.
static List<WebDAVProps> WebDAVPropsUtil.findAll(int start, int end)
          Finds a range of all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistence.findAll(int start, int end)
          Finds a range of all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistenceImpl.findAll(int start, int end)
          Finds a range of all the web d a v propses.
static List<WebDAVProps> WebDAVPropsUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the web d a v propses.
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)
          Caches the web d a v props in the entity cache if it is enabled.
 void WebDAVPropsPersistence.cacheResult(WebDAVProps webDAVProps)
          Caches the web d a v props in the entity cache if it is enabled.
 void WebDAVPropsPersistenceImpl.cacheResult(WebDAVProps webDAVProps)
          Caches the web d a v props in the entity cache if it is enabled.
static void WebDAVPropsUtil.clearCache(WebDAVProps webDAVProps)
           
 void WebDAVPropsPersistenceImpl.clearCache(WebDAVProps webDAVProps)
          Clears the cache for the web d a v props.
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)
          Caches the web d a v propses in the entity cache if it is enabled.
 void WebDAVPropsPersistence.cacheResult(List<WebDAVProps> webDAVPropses)
          Caches the web d a v propses in the entity cache if it is enabled.
 void WebDAVPropsPersistenceImpl.cacheResult(List<WebDAVProps> webDAVPropses)
          Caches the web d a v propses in the entity cache if it is enabled.
 

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.5