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:
com.liferay.portal.kernel.dao.orm.Projection, com.liferay.portal.kernel.dao.orm.ProjectionList

public class ProjectionListImpl
extends ProjectionImpl
implements com.liferay.portal.kernel.dao.orm.ProjectionList

View Source

Author:
Brian Wing Shun Chan

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

Constructor Detail

ProjectionListImpl

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

add

public com.liferay.portal.kernel.dao.orm.ProjectionList add(com.liferay.portal.kernel.dao.orm.Projection projection,
                                                            java.lang.String alias)
Specified by:
add in interface com.liferay.portal.kernel.dao.orm.ProjectionList

add

public com.liferay.portal.kernel.dao.orm.ProjectionList add(com.liferay.portal.kernel.dao.orm.Projection projection)
Specified by:
add in interface com.liferay.portal.kernel.dao.orm.ProjectionList

getWrappedProjectionList

public org.hibernate.criterion.ProjectionList getWrappedProjectionList()