Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.WebDAVPropsPersistence

Packages that use WebDAVPropsPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portlet.documentlibrary.service.base   
 

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

Fields in com.liferay.portal.service.base declared as WebDAVPropsPersistence
protected  WebDAVPropsPersistence WebDAVPropsLocalServiceBaseImpl.webDAVPropsPersistence
           
 

Methods in com.liferay.portal.service.base that return WebDAVPropsPersistence
 WebDAVPropsPersistence WebDAVPropsLocalServiceBaseImpl.getWebDAVPropsPersistence()
          Returns the web d a v props persistence.
 

Methods in com.liferay.portal.service.base with parameters of type WebDAVPropsPersistence
 void WebDAVPropsLocalServiceBaseImpl.setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)
          Sets the web d a v props persistence.
 

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

Methods in com.liferay.portal.service.persistence that return WebDAVPropsPersistence
static WebDAVPropsPersistence WebDAVPropsUtil.getPersistence()
           
 

Uses of WebDAVPropsPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement WebDAVPropsPersistence
 class WebDAVPropsPersistenceImpl
          The persistence implementation for the web d a v props service.
 

Uses of WebDAVPropsPersistence in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as WebDAVPropsPersistence
protected  WebDAVPropsPersistence DLFolderLocalServiceBaseImpl.webDAVPropsPersistence
           
protected  WebDAVPropsPersistence DLFileEntryServiceBaseImpl.webDAVPropsPersistence
           
protected  WebDAVPropsPersistence DLAppHelperLocalServiceBaseImpl.webDAVPropsPersistence
           
protected  WebDAVPropsPersistence DLFileEntryLocalServiceBaseImpl.webDAVPropsPersistence
           
protected  WebDAVPropsPersistence DLFolderServiceBaseImpl.webDAVPropsPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return WebDAVPropsPersistence
 WebDAVPropsPersistence DLFolderLocalServiceBaseImpl.getWebDAVPropsPersistence()
          Returns the web d a v props persistence.
 WebDAVPropsPersistence DLFileEntryServiceBaseImpl.getWebDAVPropsPersistence()
          Returns the web d a v props persistence.
 WebDAVPropsPersistence DLAppHelperLocalServiceBaseImpl.getWebDAVPropsPersistence()
          Returns the web d a v props persistence.
 WebDAVPropsPersistence DLFileEntryLocalServiceBaseImpl.getWebDAVPropsPersistence()
          Returns the web d a v props persistence.
 WebDAVPropsPersistence DLFolderServiceBaseImpl.getWebDAVPropsPersistence()
          Returns the web d a v props persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type WebDAVPropsPersistence
 void DLFolderLocalServiceBaseImpl.setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)
          Sets the web d a v props persistence.
 void DLFileEntryServiceBaseImpl.setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)
          Sets the web d a v props persistence.
 void DLAppHelperLocalServiceBaseImpl.setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)
          Sets the web d a v props persistence.
 void DLFileEntryLocalServiceBaseImpl.setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)
          Sets the web d a v props persistence.
 void DLFolderServiceBaseImpl.setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)
          Sets the web d a v props persistence.
 


Liferay 7.0-ce-b4