Modifier and Type | Method and Description |
---|---|
void |
AquaMapsObjectsSettingsPanel.editObject(String oldTitle,
String title,
ClientObjectType type,
String bbox,
Float threshold,
boolean gis) |
static com.gwtext.client.widgets.grid.ColumnModel |
ColumnDefinitions.toCreateObjectsColumnModel(ClientObjectType type) |
static org.gcube.portlets.widgets.gcubelivegrid.client.data.BufferedStore |
Stores.toCreateObjectsStore(ClientObjectType toShowType) |
Modifier and Type | Method and Description |
---|---|
static ClientObjectType |
ClientObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientObjectType[] |
ClientObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Msg |
AquaMapsPortletLocalService.createObjectsBySelection(ClientObjectType type,
List<String> ids,
String title) |
void |
AquaMapsPortletLocalServiceAsync.createObjectsBySelection(ClientObjectType type,
List<String> ids,
String title,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
Msg |
AquaMapsPortletLocalService.removeObject(String title,
ClientObjectType type) |
void |
AquaMapsPortletLocalServiceAsync.removeObject(String title,
ClientObjectType type,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
Msg |
AquaMapsPortletLocalService.updateObject(String oldTitle,
String title,
ClientObjectType type,
String bBox,
Float threshold,
Boolean gis) |
void |
AquaMapsPortletLocalServiceAsync.updateObject(String oldTitle,
String title,
ClientObjectType type,
String bBox,
Float threshold,
Boolean gis,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
Modifier and Type | Method and Description |
---|---|
ClientObjectType |
ClientObject.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ClientObject.setType(ClientObjectType type) |
Modifier and Type | Method and Description |
---|---|
Msg |
AquaMapsPortletLocalImpl.createObjectsBySelection(ClientObjectType type,
List<String> ids,
String title) |
Msg |
AquaMapsPortletLocalImpl.removeObject(String title,
ClientObjectType type) |
Msg |
AquaMapsPortletLocalImpl.updateObject(String oldTitle,
String title,
ClientObjectType type,
String bBox,
Float threshold,
Boolean gis) |
Modifier and Type | Method and Description |
---|---|
int |
DBManager.createObjectsBySelection(List<String> ids,
String title,
ClientObjectType type,
float threshold,
String bbox,
String username) |
int |
DBInterface.createObjectsBySelection(List<String> ids,
String title,
ClientObjectType type,
float threshold,
String bbox,
String username) |
String |
DBManager.getJSONObjectsByType(String userName,
ClientObjectType type,
int start,
int limit,
String sortColumn,
String sortDirection) |
String |
DBInterface.getJSONObjectsByType(String userName,
ClientObjectType type,
int start,
int limit,
String sortColumn,
String sortDirection) |
long |
DBManager.getObjectCountByType(String userName,
ClientObjectType type) |
long |
DBInterface.getObjectCountByType(String userName,
ClientObjectType type) |
int |
DBManager.removeObjectByType(String userName,
ClientObjectType type) |
int |
DBInterface.removeObjectByType(String userName,
ClientObjectType type) |
int |
DBManager.updateObject(String userName,
String oldTitle,
String title,
ClientObjectType type,
String bbox,
float threshold,
boolean gis) |
int |
DBInterface.updateObject(String userName,
String oldTitle,
String title,
ClientObjectType type,
String bbox,
float threshold,
boolean gis) |
Copyright © 2014. All Rights Reserved.