Liferay 6.1.2-ce-ga3

com.liferay.portal.dao.orm.hibernate
Class ProjectionListImpl

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.ProjectionImpl
      extended by com.liferay.portal.dao.orm.hibernate.ProjectionListImpl
All Implemented Interfaces:
Projection, ProjectionList

public class ProjectionListImpl
extends ProjectionImpl
implements ProjectionList


Constructor Summary
ProjectionListImpl(org.hibernate.criterion.ProjectionList projectionList)
           
 
Method Summary
 ProjectionList add(Projection projection)
           
 ProjectionList add(Projection projection, String alias)
           
 org.hibernate.criterion.ProjectionList getWrappedProjectionList()
           
 
Methods inherited from class com.liferay.portal.dao.orm.hibernate.ProjectionImpl
getWrappedProjection, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectionListImpl

public ProjectionListImpl(org.hibernate.criterion.ProjectionList projectionList)
Method Detail

add

public ProjectionList add(Projection projection)
Specified by:
add in interface ProjectionList

add

public ProjectionList add(Projection projection,
                          String alias)
Specified by:
add in interface ProjectionList

getWrappedProjectionList

public org.hibernate.criterion.ProjectionList getWrappedProjectionList()

Liferay 6.1.2-ce-ga3