|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.business.mycarenetdomaincommons.builders.impl.AbstractCommonBuilderImpl
public abstract class AbstractCommonBuilderImpl
Implementation for the CommonBuilder
interface
Field Summary |
---|
Fields inherited from interface be.ehealth.business.mycarenetdomaincommons.builders.CommonBuilder |
---|
PROJECT_NAME_KEY |
Constructor Summary | |
---|---|
AbstractCommonBuilderImpl()
|
Method Summary | |
---|---|
CommonInput |
createCommonInput(McnPackageInfo packageInfo,
boolean isTest,
String inputReference)
Creates CommonInputType part with given parameters |
CommonInput |
createCommonInput(PackageInfo packageInfo,
boolean isTest,
String inputReference)
Deprecated. use the createCommonInput(McnPackageInfo packageInfo, boolean isTest, String inputReference) instead; |
Origin |
createOrigin(McnPackageInfo packageInfo)
Create an Origin |
Origin |
createOrigin(PackageInfo packageInfo)
Deprecated. use createOrigin(McnPackageInfo packageInfo) instead |
Routing |
createRouting(Patient patientInfo,
org.joda.time.DateTime refDate)
Create the Routing with the patientInfo |
Routing |
createRoutingToMutuality(String mutuality,
org.joda.time.DateTime refDate)
Create the Routing with the mutuality |
void |
initialize(Map<String,Object> parameterMap)
initializes the implementation with additional parameters. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractCommonBuilderImpl()
Method Detail |
---|
public void initialize(Map<String,Object> parameterMap) throws TechnicalConnectorException
ConfigurableImplementation
initialize
in interface ConfigurableImplementation
parameterMap
- Map with for each propertyString ,the input parameter as Object.
TechnicalConnectorException
- if the parameterMap is not correct.@Deprecated public CommonInput createCommonInput(PackageInfo packageInfo, boolean isTest, String inputReference) throws TechnicalConnectorException
CommonBuilder
createCommonInput
in interface CommonBuilder
packageInfo
- the packageInfo: provides info about the software package creating the messageisTest
- true if you're running a test, false otherwiseinputReference
- the inputReference : unique reference created by the careprovider
TechnicalConnectorException
public CommonInput createCommonInput(McnPackageInfo packageInfo, boolean isTest, String inputReference) throws TechnicalConnectorException
CommonBuilder
createCommonInput
in interface CommonBuilder
packageInfo
- the packageInfo: provides info about the software package creating the messageisTest
- true if you're running a test, false otherwiseinputReference
- the inputReference : unique reference created by the careprovider
TechnicalConnectorException
@Deprecated public Origin createOrigin(PackageInfo packageInfo) throws TechnicalConnectorException
Origin
createOrigin
in interface CommonBuilder
packageInfo
- the packageInfo: provides info about the software package creating the message
TechnicalConnectorException
public Origin createOrigin(McnPackageInfo packageInfo) throws TechnicalConnectorException
Origin
createOrigin
in interface CommonBuilder
packageInfo
- the packageInfo: provides info about the software package creating the message
TechnicalConnectorException
public Routing createRouting(Patient patientInfo, org.joda.time.DateTime refDate)
Routing
with the patientInfo
createRouting
in interface CommonBuilder
patientInfo
- all the available informations about the concerned patientrefDate
- the reference date
public Routing createRoutingToMutuality(String mutuality, org.joda.time.DateTime refDate)
Routing
with the mutuality
createRoutingToMutuality
in interface CommonBuilder
mutuality
- the mutuality identifier (X00).refDate
- the reference date.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |