Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / dataTypes / impl / DefaultDataTypesManager.java @ 1999

History | View | Annotate | Download (10.1 KB)

  • svn:mime-type: text/plain
# Date Author Comment
1894 06/18/2019 08:32 AM Joaquín del Cerro Murciano

He ido completando el soporte para el tipo de datos ByteArray, coerce, picker, dynformfield,...

1886 05/16/2019 08:46 AM Joaquín del Cerro Murciano
1426 06/29/2016 10:50 AM Daniel Martinez

refs #4240 Error de persistencia del tipo NUMERIC de PostgreSQL: Añadido al XMLPersistentStateReader para que identifique el tipo BigDecimal, y se añade a los data types

1003 03/21/2014 01:03 PM Joaquín del Cerro Murciano

Add a CoerceToObject coercion to prevent null pointer error when coerce to type object.

931 11/05/2013 12:04 PM Joaquín del Cerro Murciano

Movido el JDynFormField al API y añadidos metodos de utilidad
en el JDynForm para obtener el JDynFormField de un campo por
nombre.

Añadido al JDynForm metodos para asignar y recuperar los valores
de un campo.

Añadido el tipo de datos Version

Añadida al test una configuracion basica para el logger....

883 10/24/2013 11:12 AM Joaquín del Cerro Murciano
802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

728 02/01/2013 04:27 AM Juan Lucas Domínguez

Improving coercion and parsing of type Timestamp

726 01/31/2013 10:48 AM Juan Lucas Domínguez

#1593 Support for editing of Timestamp type fields in attribute table

697 06/25/2012 01:31 PM Joaquín del Cerro Murciano

Añade soporte para que desde el inportador de dynclases desde xml se pueda asignar el valor por defecto a un dynfield. Esto ha llevado consigo que cuando se asigna un valor por defecto a un dynfield este se convierta al tipo del dynfield al hacer la asignacion. Antes esto no se hacia, pudiendo provocar incongruencias en el tipo de datos cuando el tipo del valor por defecto no era del tipo del dynfield. Ahora se provocaran errores en tiempo de ejecucion si se intenta hacer esta operacion.

653 11/28/2011 09:12 AM Cesar Ordiñana

Add new method to get a DataType for a java Class.

602 09/05/2011 04:06 AM Cesar Ordiñana

Add unit tests and correct some Coercion implementations. Also separate the CoerceToDate to three different coercers for DATE, TIME and TIMESTAMP data types.
This fixes bug gvsig-desktop#15643.

329 11/03/2010 10:30 AM Cristian Martín

Added iterator function to loop into the existing DataTypes.

328 11/03/2010 10:12 AM Cristian Martín

Added iterator function to loop into the existing DataTypes.

221 08/27/2010 08:51 AM Joaquín del Cerro Murciano
220 08/25/2010 06:27 AM Joaquín del Cerro Murciano

- Add support to File/URL/URI in DataTypes, DynObject and persistence.
- Add visibility of PersistentContext through PersistentState.
- Add checks in set of persistent state of types of values.

185 07/02/2010 02:38 PM Cesar Ordiñana

addType was not updated to the change of throwing an exception when a referenced datatype is not registered

184 07/02/2010 02:19 PM Cesar Ordiñana

Throw exception when a referenced datatype is not registered

145 06/23/2010 09:34 AM Joaquín del Cerro Murciano

Refactoring of DataType structure,

130 05/19/2010 09:54 AM Joaquín del Cerro Murciano

Change the management of containers data types.
Change DYNOBJECT type from CONTAINER to base type.

119 05/10/2010 06:49 AM Joaquín del Cerro Murciano

Add setCoercion method to DataTypesManager

112 05/07/2010 05:02 AM Joaquín del Cerro Murciano
  • Extends DataTypeManager to add coerce methods
    and use this in DynObjects.
  • Remove use of deprecated code.
  • Fix register of DefaultDataTypesManager.
  • Remove deprecated methods of DataTypes
    and back this to an interface.