Liferay 6.0.5

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

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)
           
static ProjectionList ProjectionFactoryUtil.projectionList()
           
 ProjectionList ProjectionFactory.projectionList()
           
 

Uses of ProjectionList in com.liferay.portlet.social.service.impl
 

Methods in com.liferay.portlet.social.service.impl with parameters of type ProjectionList
protected  SocialEquityValue SocialEquityUserLocalServiceImpl.getSocialEquityValue(long userId, ProjectionList projectionList)
           
 


Liferay 6.0.5