Liferay 6.1.2-ce-ga3

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

Packages that use WebDAVProps
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
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.getWrappedModel()
           
 WebDAVProps WebDAVPropsWrapper.getWrappedWebDAVProps()
          Deprecated. Renamed to WebDAVPropsWrapper.getWrappedModel()
 WebDAVProps WebDAVPropsModel.toEscapedModel()
           
 WebDAVProps WebDAVPropsWrapper.toEscapedModel()
           
 WebDAVProps WebDAVPropsModel.toUnescapedModel()
           
 WebDAVProps WebDAVPropsWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type WebDAVProps
 CacheModel<WebDAVProps> WebDAVPropsModel.toCacheModel()
           
 CacheModel<WebDAVProps> WebDAVPropsWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type WebDAVProps
 int WebDAVPropsModel.compareTo(WebDAVProps webDAVProps)
           
 int WebDAVPropsWrapper.compareTo(WebDAVProps webDAVProps)
           
static WebDAVPropsSoap WebDAVPropsSoap.toSoapModel(WebDAVProps model)
           
static WebDAVPropsSoap[] WebDAVPropsSoap.toSoapModels(WebDAVProps[] models)
           
static WebDAVPropsSoap[][] WebDAVPropsSoap.toSoapModels(WebDAVProps[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type WebDAVProps
static WebDAVPropsSoap[] WebDAVPropsSoap.toSoapModels(List<WebDAVProps> models)
           
 

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 WebDAVPropsBaseImpl
          The extended model base implementation for the WebDAVProps service.
 class WebDAVPropsImpl
           
 

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

Methods in com.liferay.portal.model.impl that return types with arguments of type WebDAVProps
 CacheModel<WebDAVProps> WebDAVPropsModelImpl.toCacheModel()
           
 

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 WebDAVPropsLocalService.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
 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.createWebDAVProps(long webDavPropsId)
          Creates a new web d a v props with the primary key.
 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.deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
 WebDAVProps WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
static WebDAVProps WebDAVPropsLocalServiceUtil.deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
 WebDAVProps WebDAVPropsLocalService.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
 WebDAVProps WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
static WebDAVProps WebDAVPropsLocalServiceUtil.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
 WebDAVProps WebDAVPropsLocalService.fetchWebDAVProps(long webDavPropsId)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.fetchWebDAVProps(long webDavPropsId)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.fetchWebDAVProps(long webDavPropsId)
           
 WebDAVProps WebDAVPropsLocalService.getWebDAVProps(long webDavPropsId)
          Returns the web d a v props with the primary key.
 WebDAVProps WebDAVPropsLocalServiceWrapper.getWebDAVProps(long webDavPropsId)
          Returns the web d a v props with the primary key.
static WebDAVProps WebDAVPropsLocalServiceUtil.getWebDAVProps(long webDavPropsId)
          Returns the web d a v props with the primary key.
 WebDAVProps WebDAVPropsLocalService.getWebDAVProps(long companyId, String className, long classPK)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.getWebDAVProps(long companyId, String className, long classPK)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.getWebDAVProps(long companyId, String className, long classPK)
           
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database or adds it if it does not yet exist.
static WebDAVProps WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database or adds it if it does not yet exist.
static WebDAVProps WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service with parameters of type WebDAVProps
 WebDAVProps WebDAVPropsLocalService.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
 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.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
 WebDAVProps WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
static WebDAVProps WebDAVPropsLocalServiceUtil.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
 void WebDAVPropsLocalService.storeWebDAVProps(WebDAVProps webDavProps)
           
 void WebDAVPropsLocalServiceWrapper.storeWebDAVProps(WebDAVProps webDavProps)
           
static void WebDAVPropsLocalServiceUtil.storeWebDAVProps(WebDAVProps webDavProps)
           
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database or adds it if it does not yet exist.
static WebDAVProps WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database or adds it if it does not yet exist.
static WebDAVProps WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 

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.deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.fetchWebDAVProps(long webDavPropsId)
           
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.getWebDAVProps(long webDavPropsId)
          Returns 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 or adds it if it does not yet exist.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type WebDAVProps
 List<WebDAVProps> WebDAVPropsLocalServiceBaseImpl.getWebDAVPropses(int start, int end)
          Returns 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.
 WebDAVProps 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 or adds it if it does not yet exist.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 

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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the web d a v props with the primary key or returns null if it could not be found.
 WebDAVProps WebDAVPropsPersistence.fetchByPrimaryKey(long webDavPropsId)
          Returns the web d a v props with the primary key or returns null if it could not be found.
 WebDAVProps WebDAVPropsPersistenceImpl.fetchByPrimaryKey(long webDavPropsId)
          Returns the web d a v props with the primary key or returns null if it could not be found.
 WebDAVProps WebDAVPropsPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns 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)
          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.
 WebDAVProps WebDAVPropsPersistenceImpl.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.
 WebDAVProps WebDAVPropsPersistenceImpl.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 WebDAVPropsPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns 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.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.
 WebDAVProps WebDAVPropsPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the web d a v props where classNameId = ? and classPK = ? from the database.
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()
          Returns all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistence.findAll()
          Returns all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistenceImpl.findAll()
          Returns all the web d a v propses.
static List<WebDAVProps> WebDAVPropsUtil.findAll(int start, int end)
          Returns a range of all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistence.findAll(int start, int end)
          Returns a range of all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistenceImpl.findAll(int start, int end)
          Returns a range of all the web d a v propses.
static List<WebDAVProps> WebDAVPropsUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns 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.
protected  void WebDAVPropsPersistenceImpl.cacheUniqueFindersCache(WebDAVProps webDAVProps)
           
static void WebDAVPropsUtil.clearCache(WebDAVProps webDAVProps)
           
 void WebDAVPropsPersistenceImpl.clearCache(WebDAVProps webDAVProps)
          Clears the cache for the web d a v props.
protected  void WebDAVPropsPersistenceImpl.clearUniqueFindersCache(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.
 void WebDAVPropsPersistenceImpl.clearCache(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.1.2-ce-ga3