Liferay 6.0.4

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

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

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

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

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

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoTablePersistence
 void ExpandoValueServiceBaseImpl.setExpandoTablePersistence(ExpandoTablePersistence expandoTablePersistence)
           
 void ExpandoValueLocalServiceBaseImpl.setExpandoTablePersistence(ExpandoTablePersistence expandoTablePersistence)
           
 void ExpandoTableLocalServiceBaseImpl.setExpandoTablePersistence(ExpandoTablePersistence expandoTablePersistence)
           
 void ExpandoRowLocalServiceBaseImpl.setExpandoTablePersistence(ExpandoTablePersistence expandoTablePersistence)
           
 void ExpandoColumnServiceBaseImpl.setExpandoTablePersistence(ExpandoTablePersistence expandoTablePersistence)
           
 void ExpandoColumnLocalServiceBaseImpl.setExpandoTablePersistence(ExpandoTablePersistence expandoTablePersistence)
           
 

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

Classes in com.liferay.portlet.expando.service.persistence that implement ExpandoTablePersistence
 class ExpandoTablePersistenceImpl
          The persistence for the expando table service.
 

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

Methods in com.liferay.portlet.expando.service.persistence that return ExpandoTablePersistence
static ExpandoTablePersistence ExpandoTableUtil.getPersistence()
           
 

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


Liferay 6.0.4