public class ModelGroupReader extends Object
| Modifier and Type | Field and Description |
|---|---|
ResourceHandler |
entityGroupResourceHandler |
String |
modelName |
static UtilCache<String,ModelGroupReader> |
readers |
| Constructor and Description |
|---|
ModelGroupReader(String modelName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityGroupName(String entityName)
Gets a group name based on a definition from the specified XML Entity Group descriptor file.
|
Collection<String> |
getEntityNamesByGroup(String groupName)
Creates a Collection with names of all of the entities for a given group
|
Map<String,String> |
getGroupCache() |
Collection<String> |
getGroupNames()
Creates a Collection with all of the groupNames defined in the specified XML Entity Group Descriptor file.
|
static ModelGroupReader |
getModelGroupReader(String delegatorName) |
public static UtilCache<String,ModelGroupReader> readers
public String modelName
public ResourceHandler entityGroupResourceHandler
public ModelGroupReader(String modelName) throws GenericEntityConfException
GenericEntityConfExceptionpublic static ModelGroupReader getModelGroupReader(String delegatorName) throws GenericEntityConfException
GenericEntityConfExceptionpublic String getEntityGroupName(String entityName)
entityName - The entityName of the Entity Group definition to use.public Collection<String> getGroupNames()
public Collection<String> getEntityNamesByGroup(String groupName)
Copyright © 2015 Atlassian. All rights reserved.