Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / dynobject / impl / DefaultDynObjectManager.java @ 1860

History | View | Annotate | Download (27.4 KB)

# Date Author Comment
1860 03/08/2019 07:34 PM Joaquín del Cerro Murciano
1547 05/16/2017 09:08 AM Joaquín del Cerro Murciano

Inicializa automaticamente el code de un DynMethod cuando este implementa AbstractDynMethod y su codigo es menor que cero.

1405 05/11/2016 01:58 PM Joaquín del Cerro Murciano

Boomb!

1349 12/31/2015 01:25 PM Joaquín del Cerro Murciano

Añadido al manager de dynobjects metodos copy y clear dynobjects y para obtener instancias de DynObjectEncoder

1223 02/22/2015 10:21 AM Joaquín del Cerro Murciano

Add support to export DynClass definition to XML.

1118 07/12/2014 09:19 PM Joaquín del Cerro Murciano

Crazy partysvn statsvn stat

1031 05/21/2014 05:46 PM José Badía

Añadido soporte a DynForms para campos de tipo DynObject y para Listas de DynObjects

1018 05/02/2014 04:19 AM Joaquín del Cerro Murciano

Create a new interface to access to the new methods getLabel/setLabel of DynField whitout break compatibiliy.

refs #2517

842 10/14/2013 03:12 PM Joaquín del Cerro Murciano

Add label property to dynfield

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.

638 11/09/2011 06:20 AM Francisco Díaz Carsí

Fixed method getDefinition of DynObjectPersistenceFactory to search the class in the DynObjectManager with the Persistence namespace.
Fixed method get of ClassesNamespaces when the name param has the namespace prefixed.

576 07/21/2011 11:37 AM Cesar Ordiñana

Replace String methods available since java 1.6

442 04/14/2011 04:15 AM Joaquín del Cerro Murciano

Remove unused methods in private class

360 12/16/2010 04:39 AM Cristian Martín

Improvement of iterator(String libraryFilterName) function to not discriminate between uppercase and lowercase.

308 10/18/2010 07:21 AM Cristian Martín

Bug found and solved, in which a HashMap was iterated and each iteration was not correctly casted.

307 10/11/2010 09:35 AM Cristian Martín

Added iterator(string namespace) function to get an iterated list of all the current dynobjects of this specific function.

301 10/11/2010 08:22 AM Cesar Ordiñana

Allow to create paging helper with a given initial page size

278 09/30/2010 08:05 AM Cesar Ordiñana

Extract DynClassName API
https://forge.osor.eu/pm/task.php?func=detailtask&project_task_id=887&group_id=89&group_project_id=380

244 09/15/2010 04:19 AM Cesar Ordiñana

Add a default implementation for the DynObjectPagingHelper interface

146 06/23/2010 10:34 AM Joaquín del Cerro Murciano

Fix bugs in the namespace management.

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.

128 05/18/2010 04:08 AM Joaquín del Cerro Murciano

Fix problems when import dynclass definition from XML with namespaces

116 05/07/2010 07:26 AM Joaquín del Cerro Murciano
  • Fix bug in namespace/name dynclass lookup
  • Add to persistence manager getDefinition(name)
    to retrieve registered a definition class in
    persistence manager by name.
  • Add throw exception in addDefinition when redefine
    a persistence definition.
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.
109 05/05/2010 08:50 AM Joaquín del Cerro Murciano
  • Change DataTypes from interface to abstract class.
  • Add to ToolsLocator get/register XmlPullParser.
  • DynObject
    - deprecated method and constants related
    to TheTypeOfAvailableValues
    - Add method coerce to DynField
    - Add method importDynClassDefinitions to ...
73 03/16/2010 11:30 AM Joaquín del Cerro Murciano

Changes in the implementation of persistence. Everything broken.

19 02/23/2010 08:46 AM Cesar Ordiñana
18 02/23/2010 08:45 AM Cesar Ordiñana

New project structure with workspace bootstrapping added