Package dev.dsf.fhir.webservice.secure
Class OrganizationAffiliationServiceSecure
java.lang.Object
dev.dsf.fhir.webservice.base.AbstractBasicService
dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService<S>
dev.dsf.fhir.webservice.secure.AbstractServiceSecure<S>
dev.dsf.fhir.webservice.secure.AbstractResourceServiceSecure<OrganizationAffiliationDao,org.hl7.fhir.r4.model.OrganizationAffiliation,OrganizationAffiliationService>
dev.dsf.fhir.webservice.secure.OrganizationAffiliationServiceSecure
- All Implemented Interfaces:
BasicService,BasicResourceService<org.hl7.fhir.r4.model.OrganizationAffiliation>,OrganizationAffiliationService,org.springframework.beans.factory.InitializingBean
public class OrganizationAffiliationServiceSecure
extends AbstractResourceServiceSecure<OrganizationAffiliationDao,org.hl7.fhir.r4.model.OrganizationAffiliation,OrganizationAffiliationService>
implements OrganizationAffiliationService
-
Field Summary
Fields inherited from class dev.dsf.fhir.webservice.secure.AbstractResourceServiceSecure
authorizationRule, dao, exceptionHandler, parameterConverter, referenceCleaner, referenceExtractor, resourceType, resourceTypeName, resourceValidator, serverBaseFields inherited from class dev.dsf.fhir.webservice.secure.AbstractServiceSecure
audit, referenceResolver, responseGeneratorFields inherited from class dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService
delegateFields inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
currentIdentityProvider -
Constructor Summary
ConstructorsConstructorDescriptionOrganizationAffiliationServiceSecure(OrganizationAffiliationService delegate, String serverBase, ResponseGenerator responseGenerator, ReferenceResolver referenceResolver, ReferenceCleaner referenceCleaner, ReferenceExtractor referenceExtractor, OrganizationAffiliationDao organizationDao, ExceptionHandler exceptionHandler, ParameterConverter parameterConverter, AuthorizationRule<org.hl7.fhir.r4.model.OrganizationAffiliation> authorizationRule, ResourceValidator resourceValidator) -
Method Summary
Methods inherited from class dev.dsf.fhir.webservice.secure.AbstractResourceServiceSecure
afterPropertiesSet, create, delete, delete, deletePermanently, getValidateExisting, getValidateNew, history, history, postValidateExisting, postValidateNew, read, search, update, update, vreadMethods inherited from class dev.dsf.fhir.webservice.secure.AbstractServiceSecure
forbidden, logCurrentIdentityMethods inherited from class dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService
setCurrentIdentityProviderMethods inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
getCurrentIdentityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.dsf.fhir.webservice.specification.BasicResourceService
create, delete, delete, deletePermanently, getValidateExisting, getValidateNew, history, history, postValidateExisting, postValidateNew, read, search, update, update, vreadMethods inherited from interface dev.dsf.fhir.webservice.base.BasicService
setCurrentIdentityProvider
-
Constructor Details
-
OrganizationAffiliationServiceSecure
public OrganizationAffiliationServiceSecure(OrganizationAffiliationService delegate, String serverBase, ResponseGenerator responseGenerator, ReferenceResolver referenceResolver, ReferenceCleaner referenceCleaner, ReferenceExtractor referenceExtractor, OrganizationAffiliationDao organizationDao, ExceptionHandler exceptionHandler, ParameterConverter parameterConverter, AuthorizationRule<org.hl7.fhir.r4.model.OrganizationAffiliation> authorizationRule, ResourceValidator resourceValidator)
-