| Package | Description |
|---|---|
| org.openforis.collect.metamodel.proxy | |
| org.openforis.collect.model.proxy | |
| org.openforis.collect.remoting.service |
| Modifier and Type | Method and Description |
|---|---|
static List<CodeListItemProxy> |
CodeListItemProxy.fromList(List<CodeListItem> list) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CodeListItemProxy.setSelectedItems(List<CodeListItemProxy> proxies,
List<Node<? extends NodeDefinition>> codes) |
| Modifier and Type | Method and Description |
|---|---|
CodeListItemProxy |
CodeAttributeProxy.getCodeListItem() |
| Modifier and Type | Method and Description |
|---|---|
List<CodeListItemProxy> |
DataService.findAssignableCodeListItems(int parentEntityId,
String attrName)
Gets the code list items assignable to the specified attribute.
|
List<CodeListItemProxy> |
DataService.findAssignableCodeListItems(int parentEntityId,
String attributeName,
String[] codes)
Finds a list of code list items assignable to the specified attribute and matching the passed codes
|
List<CodeListItemProxy> |
DataService.getCodeListItems(int parentEntityId,
String attrName,
String[] codes)
Gets the code list items assignable to the specified attribute and matching the specified codes.
|
Copyright © 2020 Open Foris. All rights reserved.