|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGisClientManager
Gis client manager interface
| Method Summary | |
|---|---|
void |
clearConfiguration(java.lang.Object configurationId)
Clear all the data on client side related to the given Gis layers configuration |
void |
clearLayersCache(java.lang.Object layersId)
Clear the client data cache related to the given layers identifiers layersId |
void |
deleteLayer(java.lang.Object layerKeys)
Delete the layer layerId |
void |
deleteLayerData(java.lang.Object layerKeys,
java.lang.Object deletedKeys)
Delete the data identified by deletedKeys from the layer
layerId |
IGisCacheManager |
getCacheManager()
Get cache manager |
java.lang.Object |
getConfigurationParameters(java.lang.Object configurationId)
Get the initial configuration parameters for the gis viewer with the identifier configurationId |
IGisDataDispatcher |
getDataDispatcher()
Get Gis data dispatcher |
java.lang.Object |
getDataHandlerReference(java.lang.Object layerKeys)
Get the reference of the data handler related to the given layer |
IGisDataRequestsManager |
getDataRequestsManager()
Get Gis data requests manager |
void |
getLayerData(java.lang.Object requesterId,
java.lang.Object layerKeys,
java.lang.Object appliedFilters)
Request the data related to the filters appliedFilters
from the layer layerId, the requester receives the data throught the method
setData() of interface IDataRequester |
java.lang.Object |
getLayerDataSynchronous(java.lang.Object requesterId,
java.lang.Object layerKeys,
java.lang.Object appliedFilters)
Synchonous request of data related to the filters appliedFilters
from the layer layerId, the requester waits for the client manager data
returning |
java.lang.Object |
getLayersInformation(java.lang.Object layersConfigurationId)
Get the layers configuration with the identifier layersConfigurationId |
IGisClientSideDataManager |
getLocalDataManager()
Gets the client side data manager, if exists |
com.ontimize.locator.ReferenceLocator |
getReferenceLocator()
|
java.lang.String |
getRemotePreference(java.lang.String preference)
Get a remote preference |
IGisServerManager |
getServerManager()
Get gis server manager reference |
void |
insertLayer(java.lang.Object insertParameters)
Insert a new layer with the parameters insertParameters |
java.lang.Object |
insertLayerData(java.lang.Object layerKeys,
java.lang.Object insertedValues)
Insert the given data insertedValues into the layer
indentified by layerId |
void |
updateLayer(java.lang.Object layerKeys,
java.lang.Object updateParameters)
Update the parameters defined at updateParameters for the
layer with reference layerId |
void |
updateLayerData(java.lang.Object layerKeys,
java.lang.Object updatedKeys,
java.lang.Object newValues)
Update the data identified by updatedKeys with the values
newValues for the layer layerId |
void |
updateRemotePreference(java.lang.String preference,
java.lang.String param)
Updates a remote preference |
| Method Detail |
|---|
void insertLayer(java.lang.Object insertParameters)
insertParameters
insertParameters - New layer configuration parameters
void updateLayer(java.lang.Object layerKeys,
java.lang.Object updateParameters)
updateParameters for the
layer with reference layerId
layerKeys - Identifiers for the layer to updateupdateParameters - Parameters to updatevoid deleteLayer(java.lang.Object layerKeys)
layerId
layerKeys - Identifiers for the layer to delete
java.lang.Object insertLayerData(java.lang.Object layerKeys,
java.lang.Object insertedValues)
insertedValues into the layer
indentified by layerId
layerKeys - Identifiers for the layer to insertinsertedValues - New values to insert
void updateLayerData(java.lang.Object layerKeys,
java.lang.Object updatedKeys,
java.lang.Object newValues)
updatedKeys with the values
newValues for the layer layerId
layerKeys - Identifiers for the layer to updateupdatedKeys - Identifiers of the values to updatenewValues - Values to update
void deleteLayerData(java.lang.Object layerKeys,
java.lang.Object deletedKeys)
deletedKeys from the layer
layerId
layerKeys - Identifiers for the layer to deletedeletedKeys - Identifiers of the values to delete
void getLayerData(java.lang.Object requesterId,
java.lang.Object layerKeys,
java.lang.Object appliedFilters)
appliedFilters
from the layer layerId, the requester receives the data throught the method
setData() of interface IDataRequester
requesterId - Reference to the object that request the datalayerKeys - Identifiers for the layer to requestappliedFilters - Defined filters for the data request
java.lang.Object getLayerDataSynchronous(java.lang.Object requesterId,
java.lang.Object layerKeys,
java.lang.Object appliedFilters)
appliedFilters
from the layer layerId, the requester waits for the client manager data
returning
requesterId - Reference to the object that request the datalayerKeys - Identifiers for the layer to requestappliedFilters - Defined filters for the data request
java.lang.Object getDataHandlerReference(java.lang.Object layerKeys)
layerKeys - Identifiers for the layer
void clearLayersCache(java.lang.Object layersId)
layersId
layersId - Indentifier of the layers to delete from the cache
void updateRemotePreference(java.lang.String preference,
java.lang.String param)
preference - Preference nameparam - Preference valuejava.lang.String getRemotePreference(java.lang.String preference)
preference - Preference nameIGisDataRequestsManager getDataRequestsManager()
IGisDataDispatcher getDataDispatcher()
IGisCacheManager getCacheManager()
IGisServerManager getServerManager()
IGisClientSideDataManager getLocalDataManager()
java.lang.Object getLayersInformation(java.lang.Object layersConfigurationId)
layersConfigurationId
layersConfigurationId - Identifier for the layers configuration data
java.lang.Object getConfigurationParameters(java.lang.Object configurationId)
configurationId
configurationId - Identifier for the configuration data
void clearConfiguration(java.lang.Object configurationId)
configurationId - Layers configuration to clearcom.ontimize.locator.ReferenceLocator getReferenceLocator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||