| |
|
| java.lang.Object org.ofbiz.entity.model.ModelGroupReader
ModelGroupReader | public class ModelGroupReader (Code) | | Generic Entity - Entity Group Definition Reader
author: David E. Jones version: $Revision: 1.4 $ since: 2.0 |
entityGroupResourceHandlers | public List entityGroupResourceHandlers(Code) | | |
getEntityGroupName | public String getEntityGroupName(String entityName)(Code) | | Gets a group name based on a definition from the specified XML Entity Group descriptor file.
Parameters: entityName - The entityName of the Entity Group definition to use. A group name |
getEntityNamesByGroup | public Collection getEntityNamesByGroup(String groupName)(Code) | | Creates a Collection with names of all of the entities for a given group
Parameters: groupName - A Collection of entityName Strings |
getGroupCache | public Map getGroupCache()(Code) | | |
getGroupNames | public Collection getGroupNames()(Code) | | Creates a Collection with all of the groupNames defined in the specified XML Entity Group Descriptor file.
A Collection of groupNames Strings |
|
|
|