|
||||||||||
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 exceptionHCPartyAdaptedType putHCParty(HCPartyAdaptedType hcParty) throws TechnicalConnectorException, IntraHubBusinessConnectorException
hcParty
- the hc party
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionvoid putHCPartyConsent(ConsentHCPartyType consent) throws TechnicalConnectorException, IntraHubBusinessConnectorException
consent
- the consent
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionConsentHCPartyType getHCPartyConsent(HCPartyIdType hcPartyId) throws TechnicalConnectorException, IntraHubBusinessConnectorException
hcPartyId
- the hc party id
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionvoid 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 |