Liferay 6.0-ee

Uses of Interface
com.liferay.portal.service.persistence.BatchSession

Packages that use BatchSession
com.liferay.portal.service.persistence   
 

Uses of BatchSession in com.liferay.portal.service.persistence
 

Classes in com.liferay.portal.service.persistence that implement BatchSession
 class BatchSessionImpl
           
 

Methods in com.liferay.portal.service.persistence that return BatchSession
static BatchSession BatchSessionUtil.getBatchSession()
           
 

Methods in com.liferay.portal.service.persistence with parameters of type BatchSession
 void BatchSessionUtil.setBatchSession(BatchSession batchSession)
           
 


Liferay 6.0-ee