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

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.OrderFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.OrderFactory

public class OrderFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.dao.orm.OrderFactory

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
OrderFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.dao.orm.Order asc(java.lang.String propertyName)
           
 com.liferay.portal.kernel.dao.orm.Order desc(java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderFactoryImpl

public OrderFactoryImpl()
Method Detail

asc

public com.liferay.portal.kernel.dao.orm.Order asc(java.lang.String propertyName)
Specified by:
asc in interface com.liferay.portal.kernel.dao.orm.OrderFactory

desc

public com.liferay.portal.kernel.dao.orm.Order desc(java.lang.String propertyName)
Specified by:
desc in interface com.liferay.portal.kernel.dao.orm.OrderFactory