]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-2537 and CSPACE-2955. Added support for ShortDisplayName to location, org...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Wed, 29 Sep 2010 20:48:01 +0000 (20:48 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Wed, 29 Sep 2010 20:48:01 +0000 (20:48 +0000)
commitc1bbfaf2d2397c58fb811e0badde2f4ec774f6d0
treeb3707444cafe72607ec1159ca56078f7e03916ae
parent961a48a73e4c6ad1a13a88f8d93009f99bae6305
CSPACE-2537 and CSPACE-2955. Added support for ShortDisplayName to location, org, and person authority items. Added shortIdentifier to all authority item list results, and updated the fieldsReturned properties accordingly.
21 files changed:
services/common/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityItemJAXBSchema.java
services/common/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityItemListItemJAXBSchema.java
services/common/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityJAXBSchema.java
services/location/3rdparty/nuxeo-platform-cs-location/src/main/resources/schemas/locations_common.xsd
services/location/jaxb/src/main/java/org/collectionspace/services/LocationJAXBSchema.java
services/location/jaxb/src/main/resources/location_common.xsd
services/location/service/src/main/java/org/collectionspace/services/location/nuxeo/LocationDocumentModelHandler.java
services/organization/3rdparty/nuxeo-platform-cs-organization/src/main/resources/schemas/organizations_common.xsd
services/organization/client/src/main/java/org/collectionspace/services/client/OrgAuthorityClientUtils.java
services/organization/jaxb/src/main/java/org/collectionspace/services/OrganizationJAXBSchema.java
services/organization/jaxb/src/main/resources/organization_common.xsd
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrganizationDocumentModelHandler.java
services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/schemas/persons_common.xsd
services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClientUtils.java
services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java
services/person/jaxb/src/main/java/org/collectionspace/services/PersonJAXBSchema.java
services/person/jaxb/src/main/resources/person_common.xsd
services/person/service/src/main/java/org/collectionspace/services/person/nuxeo/PersonDocumentModelHandler.java
services/vocabulary/jaxb/src/main/resources/vocabulary_common.xsd
services/vocabulary/jaxb/src/main/resources/vocabularyitem_common.xsd
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java