Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.dao.orm.ProjectionList

Packages that use ProjectionList
com.liferay.portal.dao.orm.hibernate   
com.liferay.portal.dao.orm.jpa   
com.liferay.portal.kernel.dao.orm   
 

Uses of ProjectionList in com.liferay.portal.dao.orm.hibernate
 

Classes in com.liferay.portal.dao.orm.hibernate that implement ProjectionList
 class ProjectionListImpl
           
 

Methods in com.liferay.portal.dao.orm.hibernate that return ProjectionList
 ProjectionList ProjectionListImpl.add(Projection projection)
           
 ProjectionList ProjectionListImpl.add(Projection projection, String alias)
           
 ProjectionList ProjectionFactoryImpl.projectionList()
           
 

Uses of ProjectionList in com.liferay.portal.dao.orm.jpa
 

Methods in com.liferay.portal.dao.orm.jpa that return ProjectionList
 ProjectionList ProjectionFactoryImpl.projectionList()
           
 

Uses of ProjectionList in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm that return ProjectionList
 ProjectionList ProjectionList.add(Projection projection)
           
 ProjectionList ProjectionList.add(Projection projection, String alias)
           
 ProjectionList ProjectionFactory.projectionList()
           
static ProjectionList ProjectionFactoryUtil.projectionList()
           
 


Liferay 6.1.2-ce-ga3