it.geosolutions.geoserver.rest.encoder
Class GSPostGISDatastoreEncoder

java.lang.Object
  extended by it.geosolutions.geoserver.rest.encoder.utils.XmlElement
      extended by it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder
          extended by it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder

Deprecated. Will be removed in next version 1.5.x. Use GSPostGISDatastoreEncoder instead.

public class GSPostGISDatastoreEncoder
extends PropertyXMLEncoder

Geoserver datastore XML encoder.

Author:
Eric Grosso, ETj, Carlo Cancellieri - carlo.cancellieri@geo-solutions.it

Constructor Summary
GSPostGISDatastoreEncoder()
          Deprecated.  
 
Method Summary
protected  void addConnectionTimeout(int seconds)
          Deprecated.  
protected  void addDatabase(String database)
          Deprecated.  
protected  void addDatabaseType(String dbtype)
          Deprecated.  
protected  void addDescription(String description)
          Deprecated.  
protected  void addEnabled(boolean enabled)
          Deprecated.  
protected  void addExposePrimaryKeys(boolean exposePrimaryKeys)
          Deprecated.  
protected  void addFetchSize(int fetchSize)
          Deprecated.  
protected  void addHost(String host)
          Deprecated.  
protected  void addJndiReferenceName(String jndiReferenceName)
          Deprecated.  
protected  void addLooseBBox(boolean looseBBox)
          Deprecated.  
protected  void addMaxConnections(int maxConnections)
          Deprecated.  
protected  void addMaxOpenPreparedStatements(int maxOpenPreparedStatements)
          Deprecated.  
protected  void addMinConnections(int minConnections)
          Deprecated.  
protected  void addName(String name)
          Deprecated.  
protected  void addNamespace(String namespace)
          Deprecated.  
protected  void addPassword(String password)
          Deprecated.  
protected  void addPort(int port)
          Deprecated.  
protected  void addPreparedStatements(boolean preparedStatements)
          Deprecated.  
protected  void addPrimaryKeyMetadataTable(String primaryKeyMetadataTable)
          Deprecated.  
protected  void addSchema(String schema)
          Deprecated.  
protected  void addType(String type)
          Deprecated.  
protected  void addUser(String user)
          Deprecated.  
protected  void addValidateConnections(boolean validateConnections)
          Deprecated.  
 void defaultInit()
          Deprecated. Set some initial defaults.
 void setConnectionTimeout(int seconds)
          Deprecated.  
 void setDatabase(String database)
          Deprecated.  
 void setDatabaseType(String dbtype)
          Deprecated.  
 void setDescription(String description)
          Deprecated.  
 void setEnabled(boolean enabled)
          Deprecated.  
 void setExposePrimaryKeys(boolean exposePrimaryKeys)
          Deprecated.  
 void setFetchSize(int fetchSize)
          Deprecated.  
 void setHost(String host)
          Deprecated.  
 void setJndiReferenceName(String jndiReferenceName)
          Deprecated.  
 void setLooseBBox(boolean looseBBox)
          Deprecated.  
 void setMaxConnections(int maxConnections)
          Deprecated.  
 void setMaxOpenPreparedStatements(int maxOpenPreparedStatements)
          Deprecated.  
 void setMinConnections(int minConnections)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setNamespace(String namespace)
          Deprecated.  
 void setPassword(String password)
          Deprecated.  
 void setPort(int port)
          Deprecated.  
 void setPreparedStatements(boolean preparedStatements)
          Deprecated.  
 void setPrimaryKeyMetadataTable(String primaryKeyMetadataTable)
          Deprecated.  
 void setSchema(String schema)
          Deprecated.  
 void setType(String type)
          Deprecated.  
 void setUser(String user)
          Deprecated.  
 void setValidateConnections(boolean validateConnections)
          Deprecated.  
 
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder
add, get, get, set
 
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.XmlElement
add, addContent, getRoot, isEmpty, remove, set, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GSPostGISDatastoreEncoder

public GSPostGISDatastoreEncoder()
Deprecated. 
Method Detail

defaultInit

public void defaultInit()
Deprecated. 
Set some initial defaults.

The default parameters are as follows:


addName

protected void addName(String name)
Deprecated. 

setName

public void setName(String name)
Deprecated. 

addDescription

protected void addDescription(String description)
Deprecated. 

setDescription

public void setDescription(String description)
Deprecated. 

addType

protected void addType(String type)
Deprecated. 

setType

public void setType(String type)
Deprecated. 

addEnabled

protected void addEnabled(boolean enabled)
Deprecated. 

setEnabled

public void setEnabled(boolean enabled)
Deprecated. 

addNamespace

protected void addNamespace(String namespace)
Deprecated. 

setNamespace

public void setNamespace(String namespace)
Deprecated. 

addHost

protected void addHost(String host)
Deprecated. 

setHost

public void setHost(String host)
Deprecated. 

addPort

protected void addPort(int port)
Deprecated. 

setPort

public void setPort(int port)
Deprecated. 

addDatabase

protected void addDatabase(String database)
Deprecated. 

setDatabase

public void setDatabase(String database)
Deprecated. 

addSchema

protected void addSchema(String schema)
Deprecated. 

setSchema

public void setSchema(String schema)
Deprecated. 

addUser

protected void addUser(String user)
Deprecated. 

setUser

public void setUser(String user)
Deprecated. 

addPassword

protected void addPassword(String password)
Deprecated. 

setPassword

public void setPassword(String password)
Deprecated. 

addDatabaseType

protected void addDatabaseType(String dbtype)
Deprecated. 

setDatabaseType

public void setDatabaseType(String dbtype)
Deprecated. 

addJndiReferenceName

protected void addJndiReferenceName(String jndiReferenceName)
Deprecated. 

setJndiReferenceName

public void setJndiReferenceName(String jndiReferenceName)
Deprecated. 

addExposePrimaryKeys

protected void addExposePrimaryKeys(boolean exposePrimaryKeys)
Deprecated. 

setExposePrimaryKeys

public void setExposePrimaryKeys(boolean exposePrimaryKeys)
Deprecated. 

addMaxConnections

protected void addMaxConnections(int maxConnections)
Deprecated. 

setMaxConnections

public void setMaxConnections(int maxConnections)
Deprecated. 

addMinConnections

protected void addMinConnections(int minConnections)
Deprecated. 

setMinConnections

public void setMinConnections(int minConnections)
Deprecated. 

addFetchSize

protected void addFetchSize(int fetchSize)
Deprecated. 

setFetchSize

public void setFetchSize(int fetchSize)
Deprecated. 

addConnectionTimeout

protected void addConnectionTimeout(int seconds)
Deprecated. 

setConnectionTimeout

public void setConnectionTimeout(int seconds)
Deprecated. 

addValidateConnections

protected void addValidateConnections(boolean validateConnections)
Deprecated. 

setValidateConnections

public void setValidateConnections(boolean validateConnections)
Deprecated. 

addPrimaryKeyMetadataTable

protected void addPrimaryKeyMetadataTable(String primaryKeyMetadataTable)
Deprecated. 

setPrimaryKeyMetadataTable

public void setPrimaryKeyMetadataTable(String primaryKeyMetadataTable)
Deprecated. 

addLooseBBox

protected void addLooseBBox(boolean looseBBox)
Deprecated. 

setLooseBBox

public void setLooseBBox(boolean looseBBox)
Deprecated. 

addPreparedStatements

protected void addPreparedStatements(boolean preparedStatements)
Deprecated. 

setPreparedStatements

public void setPreparedStatements(boolean preparedStatements)
Deprecated. 

addMaxOpenPreparedStatements

protected void addMaxOpenPreparedStatements(int maxOpenPreparedStatements)
Deprecated. 

setMaxOpenPreparedStatements

public void setMaxOpenPreparedStatements(int maxOpenPreparedStatements)
Deprecated. 


Copyright © 2007-2013 GeoSolutions. All Rights Reserved.