Class ProjectionListImpl

Object
com.liferay.portal.dao.orm.hibernate.ProjectionImpl
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
Author:
Brian Wing Shun Chan
  • Constructor Details

    • ProjectionListImpl

      public ProjectionListImpl(org.hibernate.criterion.ProjectionList projectionList)
  • Method Details

    • 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
    • add

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

      public org.hibernate.criterion.ProjectionList getWrappedProjectionList()
    • toString

      public String toString()
      Overrides:
      toString in class ProjectionImpl