|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntraHubAccessRightService
Interface for access rights specific intrahub services Contains basic requests for this kind of services Default impl :
IntraHubAccessRightServiceImpl
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void putAccessRight(AccessRightType accessRight)
throws TechnicalConnectorException,
IntraHubBusinessConnectorException
accessRight - the access right
TechnicalConnectorException - the technical connector exception
IntraHubBusinessConnectorException - the business connector exception
BusinessConnectorException
AccessRightListType getAccessRight(TransactionIdType transaction)
throws TechnicalConnectorException,
IntraHubBusinessConnectorException
transaction - the transaction
TechnicalConnectorException - the technical connector exception
IntraHubBusinessConnectorException - the business connector exception
BusinessConnectorException
void revokeAccessRight(SelectRevokeAccessRightType accessRight)
throws TechnicalConnectorException,
IntraHubBusinessConnectorException
accessRight - the access right
TechnicalConnectorException - the technical connector exception
IntraHubBusinessConnectorException - the business connector exception
BusinessConnectorException
TransactionAccessListType getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
throws TechnicalConnectorException,
IntraHubBusinessConnectorException
patientAuditTrail - the patient audit trail
TechnicalConnectorException - the technical connector exception
IntraHubBusinessConnectorException - the business connector exception
BusinessConnectorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||