| Package | Description |
|---|---|
| psdi.webclient.system.controller | |
| psdi.webclient.system.erm |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataStoreInfo> |
PageInstance.getDialogDataStores() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageInstance.addDataStoreForAutoFill(DataStoreInfo dataStoreInfo)
Adds the DataStoreInfo to the list of datastores that will need to be written out in the
AutoFill JSON structure sent to the client
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageInstance.setDialogDataStores(java.util.List<DataStoreInfo> createdDataStores) |
| Modifier and Type | Method and Description |
|---|---|
DataStoreInfo |
EntityRelationshipModel.getDataStore(java.lang.String dataStoreId) |
DataStoreInfo |
UIERMAttribute.getDataStoreInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataStoreInfo> |
EntityRelationshipModel.generateDataStoresForDialog(org.w3c.dom.Element el,
MXSession mxSession) |
java.util.Map<java.lang.String,DataStoreInfo> |
EntityRelationshipModel.getDataStoreList()
Return a Map of simple domains for the main page of the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityRelationshipModel.addDataStoreInfo(DataStoreInfo dataStoreInfo)
public method used to add a DataStoreInfo object to the appDataStores map
Application Designer also calls this to add newly configured DataStores to the map
|
void |
UIERMAttribute.setDataStoreInfo(DataStoreInfo dataStoreInfo) |