Liferay 6.0.5

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

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

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

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

Methods in com.liferay.portlet.expando.service.base that return ExpandoRowPersistence
 ExpandoRowPersistence ExpandoValueServiceBaseImpl.getExpandoRowPersistence()
          Gets the expando row persistence.
 ExpandoRowPersistence ExpandoValueLocalServiceBaseImpl.getExpandoRowPersistence()
          Gets the expando row persistence.
 ExpandoRowPersistence ExpandoTableLocalServiceBaseImpl.getExpandoRowPersistence()
          Gets the expando row persistence.
 ExpandoRowPersistence ExpandoRowLocalServiceBaseImpl.getExpandoRowPersistence()
          Gets the expando row persistence.
 ExpandoRowPersistence ExpandoColumnServiceBaseImpl.getExpandoRowPersistence()
          Gets the expando row persistence.
 ExpandoRowPersistence ExpandoColumnLocalServiceBaseImpl.getExpandoRowPersistence()
          Gets the expando row persistence.
 

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoRowPersistence
 void ExpandoValueServiceBaseImpl.setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 void ExpandoValueLocalServiceBaseImpl.setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 void ExpandoTableLocalServiceBaseImpl.setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 void ExpandoRowLocalServiceBaseImpl.setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 void ExpandoColumnServiceBaseImpl.setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 void ExpandoColumnLocalServiceBaseImpl.setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 

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

Classes in com.liferay.portlet.expando.service.persistence that implement ExpandoRowPersistence
 class ExpandoRowPersistenceImpl
          The persistence implementation for the expando row service.
 

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

Methods in com.liferay.portlet.expando.service.persistence that return ExpandoRowPersistence
static ExpandoRowPersistence ExpandoRowUtil.getPersistence()
           
 

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


Liferay 6.0.5