]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-3332, CSPACE-3784 Updated reports to use DocHandlerBase. Cleaned up that class...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Wed, 20 Jul 2011 21:07:42 +0000 (21:07 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Wed, 20 Jul 2011 21:07:42 +0000 (21:07 +0000)
commit67da2d83d2bd90d4efa199aed9a49e460908775b
treedbc79ef9a27fad445fa1fada3fdcebe8cb102812
parentb82c6365fd3eea8d191845d2b98c219680b73ace
CSPACE-3332, CSPACE-3784 Updated reports to use DocHandlerBase. Cleaned up that class to begin removing the hacks left in an earlier revision. Added some support utilities to the test framework to ease the debugging of list results, and fetching CSID values from list result items. Added new base definitions for the proxy interfaces and client classes of services that AbstractCommonList in list results. Changed the Acquisition handler to use the proper model for DocHandlerBase.
13 files changed:
services/acquisition/client/src/main/java/org/collectionspace/services/client/AcquisitionClient.java
services/acquisition/client/src/main/java/org/collectionspace/services/client/AcquisitionProxy.java
services/acquisition/client/src/test/java/org/collectionspace/services/client/test/AcquisitionServiceTest.java
services/client/src/main/java/org/collectionspace/services/client/AbstractCommonListPoxServiceClientImpl.java [new file with mode: 0644]
services/client/src/main/java/org/collectionspace/services/client/CollectionSpaceCommonListPoxProxy.java [new file with mode: 0644]
services/client/src/main/java/org/collectionspace/services/client/test/AbstractServiceTestImpl.java
services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/DocHandlerBase.java
services/report/client/src/main/java/org/collectionspace/services/client/ReportClient.java
services/report/client/src/main/java/org/collectionspace/services/client/ReportProxy.java
services/report/client/src/test/java/org/collectionspace/services/client/test/ReportServiceTest.java
services/report/jaxb/src/main/resources/reports-common.xsd
services/report/service/src/main/java/org/collectionspace/services/report/nuxeo/ReportDocumentModelHandler.java