|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConsultationBuilder
interface for builder of consultation request objects. Default impl :
ConsultationBuilderImpl
Factory : BuilderFactory
Method Summary | |
---|---|
ChapterIVBuilderResponse |
build(FolderType folder,
boolean isTest,
ChapterIVReferences references,
org.joda.time.DateTime agreementStartDate)
|
ConsultChap4MedicalAdvisorAgreementRequest |
buildRequest(FolderType folder,
boolean isTest,
ChapterIVReferences references,
org.joda.time.DateTime agreementStartDate)
|
ConsultChap4MedicalAdvisorAgreementRequest |
buildRequest(FolderType folder,
boolean isTest,
String commonReference,
String commonNIPReference,
org.joda.time.DateTime agreementStartDate)
Deprecated. , use ConsultationBuilder .buildRequest(FolderType folder, boolean isTest, ChapterIVReferences references,
DateTime agreementStartDate). |
Method Detail |
---|
@Deprecated ConsultChap4MedicalAdvisorAgreementRequest buildRequest(FolderType folder, boolean isTest, String commonReference, String commonNIPReference, org.joda.time.DateTime agreementStartDate) throws ChapterIVBusinessConnectorException, TechnicalConnectorException
ConsultationBuilder
.buildRequest(FolderType folder, boolean isTest, ChapterIVReferences references,
DateTime agreementStartDate).
ConsultChap4MedicalAdvisorAgreementRequest
the folder should contain at least the following elements for the
connector to work :
FolderTypeUtils
.retrieveConsultationStartDateOrAgreementStartDate(FolderType folder), if this value is null you need to provide the
agreementStartDate yourself , following the chapterIV documentation
folder
- FolderType
contains the information to retrieve/sendisTest
- boolean indicating if this message is a test or notcommonReference
- String used to fill out commonReference field in CommonInput tagcommonNIPReference
- String used to fill out commonNipReference field in CommonInput tagagreementStartDate
- not nullable : the agreementStartDate to be used in the request for the webservice : value : see
documentation chapterIV
ChapterIVBusinessConnectorException
TechnicalConnectorException
ConsultChap4MedicalAdvisorAgreementRequest buildRequest(FolderType folder, boolean isTest, ChapterIVReferences references, org.joda.time.DateTime agreementStartDate) throws ChapterIVBusinessConnectorException, TechnicalConnectorException
folder
- FolderType
contains the information to retrieve/sendisTest
- boolean indicating if this message is a test or notreferences
- contains all the references needed by ChapterIVagreementStartDate
- not nullable : the agreementStartDate to be used in the request for the webservice : value : see
documentation chapterIV
ChapterIVBusinessConnectorException
TechnicalConnectorException
ChapterIVBuilderResponse build(FolderType folder, boolean isTest, ChapterIVReferences references, org.joda.time.DateTime agreementStartDate) throws ChapterIVBusinessConnectorException, TechnicalConnectorException
folder
- FolderType
contains the information to retrieve/sendisTest
- boolean indicating if this message is a test or notreferences
- contains all the references needed by ChapterIVagreementStartDate
- not nullable : the agreementStartDate to be used in the request for the webservice : value : see
documentation chapterIV
ChapterIVBusinessConnectorException
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |