Liferay 7.0-ce-b4

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

Packages that use ExpandoTablePersistence
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.expando.service.base   
com.liferay.portlet.expando.service.persistence   
com.liferay.portlet.expando.service.persistence.impl   
 

Uses of ExpandoTablePersistence in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as ExpandoTablePersistence
protected  ExpandoTablePersistence DLFileEntryServiceBaseImpl.expandoTablePersistence
           
protected  ExpandoTablePersistence DLFileEntryLocalServiceBaseImpl.expandoTablePersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return ExpandoTablePersistence
 ExpandoTablePersistence DLFileEntryServiceBaseImpl.getExpandoTablePersistence()
          Returns the expando table persistence.
 ExpandoTablePersistence DLFileEntryLocalServiceBaseImpl.getExpandoTablePersistence()
          Returns the expando table persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type ExpandoTablePersistence
 void DLFileEntryServiceBaseImpl.setExpandoTablePersistence(ExpandoTablePersistence expandoTablePersistence)
          Sets the expando table persistence.
 void DLFileEntryLocalServiceBaseImpl.setExpandoTablePersistence(ExpandoTablePersistence expandoTablePersistence)
          Sets the expando table persistence.
 

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

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

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

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

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

Methods in com.liferay.portlet.expando.service.persistence that return ExpandoTablePersistence
static ExpandoTablePersistence ExpandoTableUtil.getPersistence()
           
 

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

Classes in com.liferay.portlet.expando.service.persistence.impl that implement ExpandoTablePersistence
 class ExpandoTablePersistenceImpl
          The persistence implementation for the expando table service.
 


Liferay 7.0-ce-b4