Liferay 7.0-ce-b4

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   
com.liferay.portlet.expando.service.persistence.impl   
 

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

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

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

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

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

Methods in com.liferay.portlet.expando.service.persistence that return ExpandoColumnPersistence
static ExpandoColumnPersistence ExpandoColumnUtil.getPersistence()
           
 

Uses of ExpandoColumnPersistence in com.liferay.portlet.expando.service.persistence.impl
 

Classes in com.liferay.portlet.expando.service.persistence.impl that implement ExpandoColumnPersistence
 class ExpandoColumnPersistenceImpl
          The persistence implementation for the expando column service.
 


Liferay 7.0-ce-b4