Liferay 6.1.2-ce-ga3

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 ExpandoColumnServiceBaseImpl.expandoTablePersistence
           
protected  ExpandoTablePersistence ExpandoRowLocalServiceBaseImpl.expandoTablePersistence
           
protected  ExpandoTablePersistence ExpandoColumnLocalServiceBaseImpl.expandoTablePersistence
           
protected  ExpandoTablePersistence ExpandoValueServiceBaseImpl.expandoTablePersistence
           
protected  ExpandoTablePersistence ExpandoValueLocalServiceBaseImpl.expandoTablePersistence
           
protected  ExpandoTablePersistence ExpandoTableLocalServiceBaseImpl.expandoTablePersistence
           
 

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

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

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 implementation for the expando table service.
 

Fields in com.liferay.portlet.expando.service.persistence declared as ExpandoTablePersistence
protected  ExpandoTablePersistence ExpandoRowPersistenceImpl.expandoTablePersistence
           
protected  ExpandoTablePersistence ExpandoColumnPersistenceImpl.expandoTablePersistence
           
protected  ExpandoTablePersistence ExpandoTablePersistenceImpl.expandoTablePersistence
           
protected  ExpandoTablePersistence ExpandoValuePersistenceImpl.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)
          Deprecated.  
 


Liferay 6.1.2-ce-ga3