|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.hub.service.impl.IntraHubAccessRightServiceImpl
public class IntraHubAccessRightServiceImpl
Implementation of IntraHubAccessRightService
Extends : IntraHubAbstract
Constructor Summary | |
---|---|
IntraHubAccessRightServiceImpl()
needed for ModuleBootstrapHook. |
|
IntraHubAccessRightServiceImpl(IntraHubService hubService,
HubReplyValidator validator)
Instantiates a new intra hub access right service. |
Method Summary | |
---|---|
void |
bootstrap()
|
AccessRightListType |
getAccessRight(TransactionIdType transaction)
Gets the access right. |
TransactionAccessListType |
getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
Gets the patient audit trail. |
void |
putAccessRight(AccessRightType accessRight)
Put access right. |
void |
revokeAccessRight(SelectRevokeAccessRightType accessRight)
Revoke access right. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntraHubAccessRightServiceImpl(IntraHubService hubService, HubReplyValidator validator) throws TechnicalConnectorException, IntraHubBusinessConnectorException
hubService
- the hub servicevalidator
- the validator
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionpublic IntraHubAccessRightServiceImpl()
Method Detail |
---|
public void putAccessRight(AccessRightType accessRight) throws TechnicalConnectorException, IntraHubBusinessConnectorException
IntraHubAccessRightService
putAccessRight
in interface IntraHubAccessRightService
accessRight
- the access right
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionIntraHubAccessRightService.putAccessRight(be.fgov.ehealth.hubservices.core.v1.AccessRightType)
public AccessRightListType getAccessRight(TransactionIdType transaction) throws TechnicalConnectorException, IntraHubBusinessConnectorException
IntraHubAccessRightService
getAccessRight
in interface IntraHubAccessRightService
transaction
- the transaction
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionIntraHubAccessRightService.getAccessRight(be.fgov.ehealth.hubservices.core.v1.TransactionIdType)
public void revokeAccessRight(SelectRevokeAccessRightType accessRight) throws TechnicalConnectorException, IntraHubBusinessConnectorException
IntraHubAccessRightService
revokeAccessRight
in interface IntraHubAccessRightService
accessRight
- the access right
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionIntraHubAccessRightService.revokeAccessRight(be.fgov.ehealth.hubservices.core.v1.SelectRevokeAccessRightType)
public TransactionAccessListType getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail) throws TechnicalConnectorException, IntraHubBusinessConnectorException
IntraHubAccessRightService
getPatientAuditTrail
in interface IntraHubAccessRightService
patientAuditTrail
- the patient audit trail
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionIntraHubAccessRightService.getPatientAuditTrail(be.fgov.ehealth.hubservices.core.v1.SelectGetPatientAuditTrailType)
public void bootstrap()
bootstrap
in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |