Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence

Packages that use ExpandoValuePersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.expando.service.base   
com.liferay.portlet.expando.service.persistence   
com.liferay.portlet.expando.service.persistence.impl   
 

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

Fields in com.liferay.portal.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence RepositoryLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence RepositoryServiceBaseImpl.expandoValuePersistence
           
 

Methods in com.liferay.portal.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence RepositoryLocalServiceBaseImpl.getExpandoValuePersistence()
          Returns the expando value persistence.
 ExpandoValuePersistence RepositoryServiceBaseImpl.getExpandoValuePersistence()
          Returns the expando value persistence.
 

Methods in com.liferay.portal.service.base with parameters of type ExpandoValuePersistence
 void RepositoryLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 void RepositoryServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 

Uses of ExpandoValuePersistence in com.liferay.portlet.calendar.service.base
 

Fields in com.liferay.portlet.calendar.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence CalEventLocalServiceBaseImpl.expandoValuePersistence
          Deprecated.  
 

Methods in com.liferay.portlet.calendar.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence CalEventLocalServiceBaseImpl.getExpandoValuePersistence()
          Deprecated. Returns the expando value persistence.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type ExpandoValuePersistence
 void CalEventLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Deprecated. Sets the expando value persistence.
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence DLAppHelperLocalServiceBaseImpl.expandoValuePersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence DLAppHelperLocalServiceBaseImpl.getExpandoValuePersistence()
          Returns the expando value persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type ExpandoValuePersistence
 void DLAppHelperLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 

Uses of ExpandoValuePersistence in com.liferay.portlet.expando.service.base
 

Fields in com.liferay.portlet.expando.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence ExpandoTableLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoColumnLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoColumnServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoRowLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoValueLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoValueServiceBaseImpl.expandoValuePersistence
           
 

Methods in com.liferay.portlet.expando.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence ExpandoTableLocalServiceBaseImpl.getExpandoValuePersistence()
          Returns the expando value persistence.
 ExpandoValuePersistence ExpandoColumnLocalServiceBaseImpl.getExpandoValuePersistence()
          Returns the expando value persistence.
 ExpandoValuePersistence ExpandoColumnServiceBaseImpl.getExpandoValuePersistence()
          Returns the expando value persistence.
 ExpandoValuePersistence ExpandoRowLocalServiceBaseImpl.getExpandoValuePersistence()
          Returns the expando value persistence.
 ExpandoValuePersistence ExpandoValueLocalServiceBaseImpl.getExpandoValuePersistence()
          Returns the expando value persistence.
 ExpandoValuePersistence ExpandoValueServiceBaseImpl.getExpandoValuePersistence()
          Returns the expando value persistence.
 

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoValuePersistence
 void ExpandoTableLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 void ExpandoColumnLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 void ExpandoColumnServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 void ExpandoRowLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 void ExpandoValueLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 void ExpandoValueServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 

Uses of ExpandoValuePersistence in com.liferay.portlet.expando.service.persistence
 

Methods in com.liferay.portlet.expando.service.persistence that return ExpandoValuePersistence
static ExpandoValuePersistence ExpandoValueUtil.getPersistence()
           
 

Uses of ExpandoValuePersistence in com.liferay.portlet.expando.service.persistence.impl
 

Classes in com.liferay.portlet.expando.service.persistence.impl that implement ExpandoValuePersistence
 class ExpandoValuePersistenceImpl
          The persistence implementation for the expando value service.
 


Liferay 7.0-ce-b4