|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntraHubHCPartyService
Interface for HcParty specific intrahub services Contains basic requests for this kind of services Default impl :
IntraHubHCPartyServiceImpl
| Method Summary | |
|---|---|
HCPartyAdaptedType |
getHCParty(HCPartyIdType hcParty)
Gets the hC party. |
ConsentHCPartyType |
getHCPartyConsent(HCPartyIdType hcPartyId)
Gets the hC party consent. |
HCPartyAdaptedType |
putHCParty(HCPartyAdaptedType hcParty)
Put hc party. |
void |
putHCPartyConsent(ConsentHCPartyType consent)
Put hc party consent. |
void |
revokeHCPartyConsent(ConsentHCPartyType consent)
Revoke hc party consent. |
| Method Detail |
|---|
HCPartyAdaptedType getHCParty(HCPartyIdType hcParty)
throws TechnicalConnectorException,
IntraHubBusinessConnectorException
hcParty - the hc party
TechnicalConnectorException - the technical connector exception
IntraHubBusinessConnectorException - the business connector exception
HCPartyAdaptedType putHCParty(HCPartyAdaptedType hcParty)
throws TechnicalConnectorException,
IntraHubBusinessConnectorException
hcParty - the hc party
TechnicalConnectorException - the technical connector exception
IntraHubBusinessConnectorException - the business connector exception
void putHCPartyConsent(ConsentHCPartyType consent)
throws TechnicalConnectorException,
IntraHubBusinessConnectorException
consent - the consent
TechnicalConnectorException - the technical connector exception
IntraHubBusinessConnectorException - the business connector exception
ConsentHCPartyType getHCPartyConsent(HCPartyIdType hcPartyId)
throws TechnicalConnectorException,
IntraHubBusinessConnectorException
hcPartyId - the hc party id
TechnicalConnectorException - the technical connector exception
IntraHubBusinessConnectorException - the business connector exception
void revokeHCPartyConsent(ConsentHCPartyType consent)
throws TechnicalConnectorException,
IntraHubBusinessConnectorException
consent - the consent
TechnicalConnectorException - the technical connector exception
IntraHubBusinessConnectorException - the business connector exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||