|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITransactionalGisServerManager
| Method Summary | |
|---|---|
void |
deleteLayer(java.lang.Object layerId,
int sessionId,
java.sql.Connection con)
Delete the layer layerId |
void |
deleteLayerData(java.lang.Object layerId,
java.lang.Object deletedKeys,
int sessionId,
java.sql.Connection con)
Delete the data identified by deletedKeys from the layer
layerId |
java.lang.Object |
getDataHandlerReference(java.lang.Object layerId,
int sessionId,
java.sql.Connection con)
Get the reference of the data handler related to the given layer |
java.lang.Object |
getLayerData(java.lang.Object layerId,
java.lang.Object appliedFilters,
int sessionId,
java.sql.Connection con)
Request the data related to the filters appliedFilters
from the layer layerId |
java.lang.Object |
getLayersInformation(java.lang.Object layersConfigurationId,
int sessionId,
java.sql.Connection con)
Get the layers configuration with the identifier layersConfigurationId |
void |
insertLayer(java.lang.Object insertParameters,
int sessionId,
java.sql.Connection con)
Insert a new layer with the parameters insertParameters |
void |
insertLayerData(java.lang.Object layerId,
java.lang.Object insertedValues,
int sessionId,
java.sql.Connection con)
Insert the given data insertedValues into the layer
indentified by layerId |
void |
setReferenceLocator(com.ontimize.locator.ReferenceLocator referenceLocator)
Sets the Ontimize Reference Locator is the GisServerManager class |
void |
updateLayer(java.lang.Object layerId,
java.lang.Object updateParameters,
int sessionId,
java.sql.Connection con)
Update the parameters defined at updateParameters for the
layer with reference layerId |
void |
updateLayerData(java.lang.Object layerId,
java.lang.Object updatedKeys,
java.lang.Object newValues,
int sessionId,
java.sql.Connection con)
Update the data identified by updatedKeys with the values
newValues for the layer layerId |
| Method Detail |
|---|
void setReferenceLocator(com.ontimize.locator.ReferenceLocator referenceLocator)
throws java.lang.Exception
referenceLocator - Ontimize reference locator
java.lang.Exception
java.lang.Object getLayersInformation(java.lang.Object layersConfigurationId,
int sessionId,
java.sql.Connection con)
throws java.lang.Exception
layersConfigurationId
layersConfigurationId - Identifier for the layers configuration datasessionId - Session Id for this user
java.lang.Exception
void insertLayer(java.lang.Object insertParameters,
int sessionId,
java.sql.Connection con)
throws java.lang.Exception
insertParameters
insertParameters - New layer configuration parameterssessionId - Session Id for this user
java.lang.Exception
void deleteLayer(java.lang.Object layerId,
int sessionId,
java.sql.Connection con)
throws java.lang.Exception
layerId
layerId - Identifier for the layer to deletesessionId - Session Id for this user
java.lang.Exception
void updateLayer(java.lang.Object layerId,
java.lang.Object updateParameters,
int sessionId,
java.sql.Connection con)
throws java.lang.Exception
updateParameters for the
layer with reference layerId
layerId - Identifier for the layer to updateupdateParameters - Parameters to updatesessionId - Session Id for this user
java.lang.Exception
void insertLayerData(java.lang.Object layerId,
java.lang.Object insertedValues,
int sessionId,
java.sql.Connection con)
throws java.lang.Exception
insertedValues into the layer
indentified by layerId
layerId - Layer identifierinsertedValues - New values to insertsessionId - Session Id for this user
java.lang.Exception
void updateLayerData(java.lang.Object layerId,
java.lang.Object updatedKeys,
java.lang.Object newValues,
int sessionId,
java.sql.Connection con)
throws java.lang.Exception
updatedKeys with the values
newValues for the layer layerId
layerId - Layer identifierupdatedKeys - Identifiers of the values to updatenewValues - Values to updatesessionId - Session Id for this user
java.lang.Exception
void deleteLayerData(java.lang.Object layerId,
java.lang.Object deletedKeys,
int sessionId,
java.sql.Connection con)
throws java.lang.Exception
deletedKeys from the layer
layerId
layerId - Layer identifierdeletedKeys - Identifiers of the values to deletesessionId - Session Id for this user
java.lang.Exception
java.lang.Object getLayerData(java.lang.Object layerId,
java.lang.Object appliedFilters,
int sessionId,
java.sql.Connection con)
throws java.lang.Exception
appliedFilters
from the layer layerId
layerId - Layer identifierappliedFilters - Defined filters for the data requestsessionId - Session Id for this user
java.lang.Exception
java.lang.Object getDataHandlerReference(java.lang.Object layerId,
int sessionId,
java.sql.Connection con)
throws java.lang.Exception
layerId - Layer identifiersessionId - Session Id for this user
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||