Liferay 6.0.4

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

Packages that use ExpandoColumnPersistence
com.liferay.portlet.expando.service.base   
com.liferay.portlet.expando.service.persistence   
 

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

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

Methods in com.liferay.portlet.expando.service.base that return ExpandoColumnPersistence
 ExpandoColumnPersistence ExpandoValueServiceBaseImpl.getExpandoColumnPersistence()
           
 ExpandoColumnPersistence ExpandoValueLocalServiceBaseImpl.getExpandoColumnPersistence()
           
 ExpandoColumnPersistence ExpandoTableLocalServiceBaseImpl.getExpandoColumnPersistence()
           
 ExpandoColumnPersistence ExpandoRowLocalServiceBaseImpl.getExpandoColumnPersistence()
           
 ExpandoColumnPersistence ExpandoColumnServiceBaseImpl.getExpandoColumnPersistence()
           
 ExpandoColumnPersistence ExpandoColumnLocalServiceBaseImpl.getExpandoColumnPersistence()
           
 

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoColumnPersistence
 void ExpandoValueServiceBaseImpl.setExpandoColumnPersistence(ExpandoColumnPersistence expandoColumnPersistence)
           
 void ExpandoValueLocalServiceBaseImpl.setExpandoColumnPersistence(ExpandoColumnPersistence expandoColumnPersistence)
           
 void ExpandoTableLocalServiceBaseImpl.setExpandoColumnPersistence(ExpandoColumnPersistence expandoColumnPersistence)
           
 void ExpandoRowLocalServiceBaseImpl.setExpandoColumnPersistence(ExpandoColumnPersistence expandoColumnPersistence)
           
 void ExpandoColumnServiceBaseImpl.setExpandoColumnPersistence(ExpandoColumnPersistence expandoColumnPersistence)
           
 void ExpandoColumnLocalServiceBaseImpl.setExpandoColumnPersistence(ExpandoColumnPersistence expandoColumnPersistence)
           
 

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

Classes in com.liferay.portlet.expando.service.persistence that implement ExpandoColumnPersistence
 class ExpandoColumnPersistenceImpl
          The persistence for the expando column service.
 

Fields in com.liferay.portlet.expando.service.persistence declared as ExpandoColumnPersistence
protected  ExpandoColumnPersistence ExpandoValuePersistenceImpl.expandoColumnPersistence
           
protected  ExpandoColumnPersistence ExpandoTablePersistenceImpl.expandoColumnPersistence
           
protected  ExpandoColumnPersistence ExpandoRowPersistenceImpl.expandoColumnPersistence
           
protected  ExpandoColumnPersistence ExpandoColumnPersistenceImpl.expandoColumnPersistence
           
 

Methods in com.liferay.portlet.expando.service.persistence that return ExpandoColumnPersistence
static ExpandoColumnPersistence ExpandoColumnUtil.getPersistence()
           
 

Methods in com.liferay.portlet.expando.service.persistence with parameters of type ExpandoColumnPersistence
 void ExpandoColumnUtil.setPersistence(ExpandoColumnPersistence persistence)
           
 


Liferay 6.0.4