Liferay 6.1.2-ce-ga3

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

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

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoRowPersistence
 void ExpandoColumnServiceBaseImpl.setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 void ExpandoRowLocalServiceBaseImpl.setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 void ExpandoColumnLocalServiceBaseImpl.setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 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.
 

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 ExpandoRowPersistenceImpl.expandoRowPersistence
           
protected  ExpandoRowPersistence ExpandoColumnPersistenceImpl.expandoRowPersistence
           
protected  ExpandoRowPersistence ExpandoTablePersistenceImpl.expandoRowPersistence
           
protected  ExpandoRowPersistence ExpandoValuePersistenceImpl.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)
          Deprecated.  
 


Liferay 6.1.2-ce-ga3