Liferay 6.1.2-ce-ga3

com.liferay.portal.tools.servicebuilder
Class EntityFinder

java.lang.Object
  extended by com.liferay.portal.tools.servicebuilder.EntityFinder

public class EntityFinder
extends Object


Constructor Summary
EntityFinder(String name, String returnType, boolean unique, String where, boolean dbIndex, List<EntityColumn> columns)
           
 
Method Summary
 EntityColumn getColumn(String name)
           
 List<EntityColumn> getColumns()
           
 String getHumanConditions(boolean arrayable)
           
 String getName()
           
 String getNames()
           
 String getReturnType()
           
 String getWhere()
           
 boolean hasArrayableOperator()
           
 boolean hasColumn(String name)
           
 boolean hasCustomComparator()
           
 boolean isCollection()
           
 boolean isDBIndex()
           
 boolean isUnique()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityFinder

public EntityFinder(String name,
                    String returnType,
                    boolean unique,
                    String where,
                    boolean dbIndex,
                    List<EntityColumn> columns)
Method Detail

getColumn

public EntityColumn getColumn(String name)

getColumns

public List<EntityColumn> getColumns()

getHumanConditions

public String getHumanConditions(boolean arrayable)

getName

public String getName()

getNames

public String getNames()

getReturnType

public String getReturnType()

getWhere

public String getWhere()

hasArrayableOperator

public boolean hasArrayableOperator()

hasColumn

public boolean hasColumn(String name)

hasCustomComparator

public boolean hasCustomComparator()

isCollection

public boolean isCollection()

isDBIndex

public boolean isDBIndex()

isUnique

public boolean isUnique()

Liferay 6.1.2-ce-ga3