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 Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.dao.orm.hibernate.ProjectionImpl
getWrappedProjection
-
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 interfacecom.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 interfacecom.liferay.portal.kernel.dao.orm.ProjectionList
-
getWrappedProjectionList
public org.hibernate.criterion.ProjectionList getWrappedProjectionList() -
toString
- Overrides:
toString
in classProjectionImpl
-