Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.tools.servicebuilder.EntityOrder

Packages that use EntityOrder
com.liferay.portal.tools.servicebuilder   
 

Uses of EntityOrder in com.liferay.portal.tools.servicebuilder
 

Methods in com.liferay.portal.tools.servicebuilder that return EntityOrder
 EntityOrder Entity.getOrder()
           
 

Constructors in com.liferay.portal.tools.servicebuilder with parameters of type EntityOrder
Entity(String packagePath, String portletName, String portletShortName, String name, String humanName, String table, String alias, boolean uuid, boolean uuidAccessor, boolean localService, boolean remoteService, String persistenceClass, String finderClass, String dataSource, String sessionFactory, String txManager, boolean cacheEnabled, boolean jsonEnabled, boolean trashEnabled, boolean deprecated, List<EntityColumn> pkList, List<EntityColumn> regularColList, List<EntityColumn> blobList, List<EntityColumn> collectionList, List<EntityColumn> columnList, EntityOrder order, List<EntityFinder> finderList, List<Entity> referenceList, List<String> txRequiredList)
           
 


Liferay 6.2-ce-ga5