Liferay 6.1.2-ce-ga3

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

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

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

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

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


Liferay 6.1.2-ce-ga3