| Package | Description |
|---|---|
| org.ofbiz.core.entity.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<ModelViewEntity.ModelMemberEntity> |
ModelViewEntity.allModelMemberEntities
A list of all ModelMemberEntity entries; this is mainly used to preserve the original order of member entities from the XML file
|
protected Map<String,ModelViewEntity.ModelMemberEntity> |
ModelViewEntity.memberModelMemberEntities
Contains member-entity alias name definitions: key is alias, value is ModelMemberEntity
|
| Modifier and Type | Method and Description |
|---|---|
ModelViewEntity.ModelMemberEntity |
ModelViewEntity.getMemberModelMemberEntity(String alias) |
| Modifier and Type | Method and Description |
|---|---|
List<ModelViewEntity.ModelMemberEntity> |
ModelViewEntity.getAllModelMemberEntities() |
Map<String,ModelViewEntity.ModelMemberEntity> |
ModelViewEntity.getMemberModelMemberEntities() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelViewEntity.addMemberModelMemberEntity(ModelViewEntity.ModelMemberEntity modelMemberEntity) |
Copyright © 2015 Atlassian. All rights reserved.