]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-863 Added support in the configuration for default values in the service confi...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 2 Apr 2010 05:34:52 +0000 (05:34 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 2 Apr 2010 05:34:52 +0000 (05:34 +0000)
commit0c952eb557979509fda5b1fdbdaf237659efc56b
tree2bdfec63ae8945316e3785c9857ac442e937c14b
parent0138aa10dd85f198a7700399514aa0bcc1cf9a36
CSPACE-863 Added support in the configuration for default values in the service config, that cascades to set default values in the tenants, and into each service. Added pageSize default to verify this, and adjusted the creation of documentFilter instances to pick up this default. The various resource classes must still be changed to use getFiltered in place of getAll.
26 files changed:
services/account/service/src/main/java/org/collectionspace/services/account/AccountResource.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountDocumentHandler.java
services/acquisition/service/src/main/java/org/collectionspace/services/acquisition/AcquisitionResource.java
services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/CollectionObjectResource.java
services/common/src/main/config/services/service-config.xml
services/common/src/main/java/org/collectionspace/services/common/ServiceMain.java
services/common/src/main/java/org/collectionspace/services/common/config/PropertyItemUtils.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/common/config/ServiceConfigUtils.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/common/config/TenantBindingConfigReaderImpl.java
services/common/src/main/java/org/collectionspace/services/common/config/TenantBindingUtils.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/common/context/AbstractServiceContextImpl.java
services/common/src/main/java/org/collectionspace/services/common/context/ServiceBindingUtils.java
services/common/src/main/java/org/collectionspace/services/common/context/ServiceContext.java
services/common/src/main/java/org/collectionspace/services/common/document/AbstractDocumentHandlerImpl.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentFilter.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentHandler.java
services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageClientImpl.java
services/common/src/main/java/org/collectionspace/services/common/vocabulary/RefNameServiceUtils.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/DocumentModelHandler.java
services/common/src/main/resources/service-config.xsd
services/common/src/main/resources/service.xsd
services/common/src/main/resources/tenant.xsd
services/intake/service/src/main/java/org/collectionspace/services/intake/IntakeResource.java
services/organization/service/src/main/java/org/collectionspace/services/organization/OrgAuthorityResource.java
services/person/service/src/main/java/org/collectionspace/services/person/PersonAuthorityResource.java
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabularyResource.java