| Package | Description |
|---|---|
| org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces | |
| org.gcube.portlets.admin.forwardindexportlet.gwt.server |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IndexTypeBean> |
ManagementService.getAllIndexTypes()
Retrieves all the indexType descriptions from the IS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementService.deleteIndexType(IndexTypeBean idxType)
Deletes an indexType from the IS.
|
void |
ManagementServiceAsync.deleteIndexType(IndexTypeBean idxType,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Deletes an indexType from the IS.
|
String |
ManagementService.saveIndexType(IndexTypeBean idxType)
Saves an indexType to the IS.
|
void |
ManagementServiceAsync.saveIndexType(IndexTypeBean idxType,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Saves an indexType to the IS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementServiceAsync.getAllIndexTypes(com.google.gwt.user.client.rpc.AsyncCallback<Map<String,IndexTypeBean>> callback)
Retrieves all the indexType descriptions from the IS.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,IndexTypeBean> |
ManagementServiceImpl.getAllIndexTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementServiceImpl.deleteIndexType(IndexTypeBean idxType) |
String |
ManagementServiceImpl.saveIndexType(IndexTypeBean idxType) |
Copyright © 2014. All Rights Reserved.