Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portal.tools.servicebuilder that return types with arguments of type EntityFinder
 List<EntityFinder> Entity.getCollectionFinderList()
           
 List<EntityFinder> Entity.getFinderList()
           
 List<EntityFinder> Entity.getUniqueFinderList()
           
 

Methods in com.liferay.portal.tools.servicebuilder with parameters of type EntityFinder
 boolean Entity.isPermissionCheckEnabled(EntityFinder finder)
           
 

Constructor parameters in com.liferay.portal.tools.servicebuilder with type arguments of type EntityFinder
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