|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClientObjectType in org.gcube.application.aquamaps.aquamapsportlet.client |
---|
Methods in org.gcube.application.aquamaps.aquamapsportlet.client with parameters of type ClientObjectType | |
---|---|
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)
|
Uses of ClientObjectType in org.gcube.application.aquamaps.aquamapsportlet.client.constants.types |
---|
Methods in org.gcube.application.aquamaps.aquamapsportlet.client.constants.types that return ClientObjectType | |
---|---|
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. |
Uses of ClientObjectType in org.gcube.application.aquamaps.aquamapsportlet.client.rpc |
---|
Methods in org.gcube.application.aquamaps.aquamapsportlet.client.rpc with parameters of type ClientObjectType | |
---|---|
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)
|
Uses of ClientObjectType in org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data |
---|
Methods in org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data that return ClientObjectType | |
---|---|
ClientObjectType |
ClientObject.getType()
|
Methods in org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data with parameters of type ClientObjectType | |
---|---|
void |
ClientObject.setType(ClientObjectType type)
|
Uses of ClientObjectType in org.gcube.application.aquamaps.aquamapsportlet.servlet |
---|
Methods in org.gcube.application.aquamaps.aquamapsportlet.servlet with parameters of type ClientObjectType | |
---|---|
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)
|
Uses of ClientObjectType in org.gcube.application.aquamaps.aquamapsportlet.servlet.db |
---|
Methods in org.gcube.application.aquamaps.aquamapsportlet.servlet.db with parameters of type ClientObjectType | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |