Liferay 6.2.0

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.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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. As of 6.1.0, replaced by WebDAVPropsWrapper.getWrappedModel()
abstract  WebDAVProps WebDAVPropsModel.toEscapedModel()
           
 WebDAVProps WebDAVPropsWrapper.toEscapedModel()
           
abstract  WebDAVProps WebDAVPropsModel.toUnescapedModel()
           
 WebDAVProps WebDAVPropsWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type WebDAVProps
abstract  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.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.
abstract  WebDAVProps WebDAVPropsLocalService.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 WebDAVPropsLocalServiceWrapper.createWebDAVProps(long webDavPropsId)
          Creates a new web d a v props with the primary key.
abstract  WebDAVProps WebDAVPropsLocalService.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 WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
abstract  WebDAVProps WebDAVPropsLocalService.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 WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
abstract  WebDAVProps WebDAVPropsLocalService.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 WebDAVPropsLocalServiceWrapper.fetchWebDAVProps(long webDavPropsId)
           
abstract  WebDAVProps WebDAVPropsLocalService.fetchWebDAVProps(long webDavPropsId)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.fetchWebDAVProps(long webDavPropsId)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.getWebDAVProps(long webDavPropsId)
          Returns the web d a v props with the primary key.
abstract  WebDAVProps WebDAVPropsLocalService.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 WebDAVPropsLocalServiceWrapper.getWebDAVProps(long companyId, String className, long classPK)
           
abstract  WebDAVProps WebDAVPropsLocalService.getWebDAVProps(long companyId, String className, long classPK)
           
static WebDAVProps WebDAVPropsLocalServiceUtil.getWebDAVProps(long companyId, String className, long classPK)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database or adds it if it does not yet exist.
abstract  WebDAVProps WebDAVPropsLocalService.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.
 

Methods in com.liferay.portal.service that return types with arguments of type WebDAVProps
 List<WebDAVProps> WebDAVPropsLocalServiceWrapper.getWebDAVPropses(int start, int end)
          Returns a range of all the web d a v propses.
abstract  List<WebDAVProps> WebDAVPropsLocalService.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 WebDAVPropsLocalServiceWrapper.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
abstract  WebDAVProps WebDAVPropsLocalService.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 WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
abstract  WebDAVProps WebDAVPropsLocalService.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 WebDAVPropsLocalServiceWrapper.storeWebDAVProps(WebDAVProps webDavProps)
           
abstract  void WebDAVPropsLocalService.storeWebDAVProps(WebDAVProps webDavProps)
           
static void WebDAVPropsLocalServiceUtil.storeWebDAVProps(WebDAVProps webDavProps)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database or adds it if it does not yet exist.
abstract  WebDAVProps WebDAVPropsLocalService.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.
 

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.
abstract  WebDAVProps WebDAVPropsPersistence.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.
abstract  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.
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.
abstract  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.
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.
abstract  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.
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.
abstract  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.
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.
abstract  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.
static WebDAVProps WebDAVPropsUtil.remove(long webDavPropsId)
          Removes the web d a v props with the primary key from the database.
abstract  WebDAVProps WebDAVPropsPersistence.remove(long webDavPropsId)
          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.
abstract  WebDAVProps WebDAVPropsPersistence.removeByC_C(long classNameId, long classPK)
          Removes the web d a v props where classNameId = ? and classPK = ? from the database.
static WebDAVProps WebDAVPropsUtil.update(WebDAVProps webDAVProps)
           
static WebDAVProps WebDAVPropsUtil.update(WebDAVProps webDAVProps, ServiceContext serviceContext)
           
static WebDAVProps WebDAVPropsUtil.updateImpl(WebDAVProps webDAVProps)
           
abstract  WebDAVProps WebDAVPropsPersistence.updateImpl(WebDAVProps webDAVProps)
           
 

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.
abstract  List<WebDAVProps> WebDAVPropsPersistence.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.
abstract  List<WebDAVProps> WebDAVPropsPersistence.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.
abstract  List<WebDAVProps> WebDAVPropsPersistence.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.
abstract  void WebDAVPropsPersistence.cacheResult(WebDAVProps webDAVProps)
          Caches the web d a v props in the entity cache if it is enabled.
static void WebDAVPropsUtil.clearCache(WebDAVProps webDAVProps)
           
static WebDAVProps WebDAVPropsUtil.update(WebDAVProps webDAVProps)
           
static WebDAVProps WebDAVPropsUtil.update(WebDAVProps webDAVProps, ServiceContext serviceContext)
           
static WebDAVProps WebDAVPropsUtil.updateImpl(WebDAVProps webDAVProps)
           
abstract  WebDAVProps WebDAVPropsPersistence.updateImpl(WebDAVProps webDAVProps)
           
 

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.
abstract  void WebDAVPropsPersistence.cacheResult(List<WebDAVProps> webDAVPropses)
          Caches the web d a v propses in the entity cache if it is enabled.
 


Liferay 6.2.0