org.ofbiz.entity.model
Class ModelEntityChecker
java.lang.Object
org.ofbiz.entity.model.ModelEntityChecker
public class ModelEntityChecker
- extends java.lang.Object
Generic Entity - Entity Definition Checker
Field Summary |
static java.lang.String |
module
|
static java.lang.String[] |
rwArray
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final java.lang.String module
rwArray
public static final java.lang.String[] rwArray
ModelEntityChecker
public ModelEntityChecker()
checkEntities
public static void checkEntities(GenericDelegator delegator,
java.util.List<java.lang.String> warningList)
throws GenericEntityException
- Throws:
GenericEntityException
initReservedWords
public static void initReservedWords(java.util.TreeSet<java.lang.String> reservedWords)