org.ofbiz.entityext
Class EntityGroupUtil

java.lang.Object
  extended by org.ofbiz.entityext.EntityGroupUtil

public class EntityGroupUtil
extends java.lang.Object

EntityEcaUtil


Field Summary
static java.lang.String module
           
 
Constructor Summary
EntityGroupUtil()
           
 
Method Summary
static java.util.Set<java.lang.String> getEntityNamesByGroup(java.lang.String entityGroupId, GenericDelegator delegator, boolean requireStampFields)
           
static java.util.List<ModelEntity> getModelEntitiesFromRecords(java.util.List<GenericValue> entityGroupEntryValues, GenericDelegator delegator, boolean requireStampFields)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module
Constructor Detail

EntityGroupUtil

public EntityGroupUtil()
Method Detail

getEntityNamesByGroup

public static java.util.Set<java.lang.String> getEntityNamesByGroup(java.lang.String entityGroupId,
                                                                    GenericDelegator delegator,
                                                                    boolean requireStampFields)
                                                             throws GenericEntityException
Throws:
GenericEntityException

getModelEntitiesFromRecords

public static java.util.List<ModelEntity> getModelEntitiesFromRecords(java.util.List<GenericValue> entityGroupEntryValues,
                                                                      GenericDelegator delegator,
                                                                      boolean requireStampFields)
                                                               throws GenericEntityException
Throws:
GenericEntityException