]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-826,CSPACE-1030: Further integration of Contact as a sub-resource of PersonAut...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 19 Feb 2010 20:00:32 +0000 (20:00 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 19 Feb 2010 20:00:32 +0000 (20:00 +0000)
commit526ee4ba355a9137c26a882a9284abbd216f21b6
treebd839bd5b2da23cd48f80f64c6208b1c297d6a5f
parent282a06753564cfdf6c2b136fff128e7f9ed790d1
CSPACE-826,CSPACE-1030: Further integration of Contact as a sub-resource of PersonAuthority/Person.  Retrieving contacts for a person has been added.  Initial UpdateContact and deleteContact code is also present but is currently commented out due to as-yet unresolved errors.   PersonAuthorityResource no longer directly invokes ContactResource, and ContactResource has been reverted to r1327 accordingly.
services/contact/jaxb/src/main/java/org/collectionspace/services/contact/ContactJAXBSchema.java
services/contact/service/src/main/java/org/collectionspace/services/contact/ContactResource.java
services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClient.java
services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityProxy.java
services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java
services/person/service/src/main/java/org/collectionspace/services/person/PersonAuthorityResource.java