|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Author in be.ehealth.businessconnector.therlink.builders |
---|
Methods in be.ehealth.businessconnector.therlink.builders that return Author | |
---|---|
Author |
CommonObjectBuilder.createAuthor(List<HcParty> list)
Creates the author part of the message |
Uses of Author in be.ehealth.businessconnector.therlink.builders.impl |
---|
Methods in be.ehealth.businessconnector.therlink.builders.impl that return Author | |
---|---|
Author |
CommonObjectBuilderImpl.createAuthor(List<HcParty> list)
|
Uses of Author in be.ehealth.businessconnector.therlink.domain |
---|
Methods in be.ehealth.businessconnector.therlink.domain that return Author | |
---|---|
Author |
Author.Builder.build()
|
Author |
TherapeuticLinkRequestType.getAuthor()
|
Author |
OperationContext.getAuthor()
|
Methods in be.ehealth.businessconnector.therlink.domain with parameters of type Author | |
---|---|
void |
OperationContext.setAuthor(Author author)
|
OperationContext.Builder |
OperationContext.Builder.withAuthor(Author author)
|
Constructors in be.ehealth.businessconnector.therlink.domain with parameters of type Author | |
---|---|
OperationContext(org.joda.time.DateTime recordDate,
String operation,
Author author,
List<Proof> proofs)
|
|
OperationContext(String operation,
Calendar recordDate,
Author author,
List<Proof> proofs)
Deprecated. |
|
TherapeuticLinkRequestType(String id,
Date date,
Author author,
TherapeuticLink link,
Proof... proofs)
Deprecated. |
|
TherapeuticLinkRequestType(String id,
org.joda.time.DateTime date,
Author author,
TherapeuticLink link,
Proof... proofs)
|
Uses of Author in be.ehealth.businessconnector.therlink.domain.requests |
---|
Constructors in be.ehealth.businessconnector.therlink.domain.requests with parameters of type Author | |
---|---|
GetTherapeuticLinkRequest(org.joda.time.DateTime date,
String id,
Author author,
TherapeuticLink link,
int maxRows,
Proof... proofs)
|
|
GetTherapeuticLinkRequest(String id,
Date date,
Author author,
TherapeuticLink link,
int maxRows,
Proof... proofs)
Deprecated. |
|
PutTherapeuticLinkRequest(org.joda.time.DateTime date,
String id,
Author author)
This constructor should only be used for responses mapping |
|
PutTherapeuticLinkRequest(org.joda.time.DateTime date,
String id,
Author author,
TherapeuticLink link,
Proof... proofs)
|
|
PutTherapeuticLinkRequest(String id,
Date date,
Author author)
Deprecated. |
|
PutTherapeuticLinkRequest(String id,
Date date,
Author author,
TherapeuticLink link,
Proof... proofs)
Deprecated. |
|
RevokeTherapeuticLinkRequest(org.joda.time.DateTime date,
String id,
Author author,
TherapeuticLink link,
Proof... proofs)
|
|
RevokeTherapeuticLinkRequest(String id,
Date date,
Author author,
TherapeuticLink link,
Proof... proofs)
Deprecated. |
Uses of Author in be.ehealth.businessconnector.therlink.domain.responses |
---|
Methods in be.ehealth.businessconnector.therlink.domain.responses that return Author | |
---|---|
Author |
GeneralResponse.getExternalAuthor()
|
Methods in be.ehealth.businessconnector.therlink.domain.responses with parameters of type Author | |
---|---|
void |
GeneralResponse.setExternalAuthor(Author externalAuthor)
|
Constructors in be.ehealth.businessconnector.therlink.domain.responses with parameters of type Author | |
---|---|
GetTherapeuticLinkResponse(org.joda.time.DateTime dateTime,
Author author,
String id,
TherapeuticLinkRequestType request,
List<TherapeuticLinkResponse> listOfTherapeuticLinks,
Acknowledge acknowledge)
|
|
PutTherapeuticLinkResponse(org.joda.time.DateTime dateTime,
Author author,
String id,
TherapeuticLinkRequestType request,
Acknowledge ack)
|
|
RevokeTherapeuticLinkResponse(org.joda.time.DateTime dateTime,
Author author,
String id,
TherapeuticLinkRequestType request,
Acknowledge acknowledge)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |