|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.recipe.validators.impl.PrescriberServiceValidatorImpl
@Deprecated public class PrescriberServiceValidatorImpl
Implementation of PrescriberServiceValidator
Constructor Summary | |
---|---|
PrescriberServiceValidatorImpl()
Deprecated. |
Method Summary | |
---|---|
boolean |
validateExecutorId(Long executorId)
Deprecated. Validate executor id. |
boolean |
validatePatientId(Long patientId)
Deprecated. Validate patient id. |
boolean |
validatePrescriptionId(String prescriptionId)
Deprecated. Validate prescription id. |
boolean |
validatePrescriptionType(String prescriptionType)
Deprecated. Validate prescription type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrescriberServiceValidatorImpl()
Method Detail |
---|
public boolean validatePrescriptionId(String prescriptionId) throws RecipeBusinessConnectorException
validatePrescriptionId
in interface PrescriberServiceValidator
prescriptionId
- the prescription id
RecipeBusinessConnectorException
public boolean validatePatientId(Long patientId) throws RecipeBusinessConnectorException
validatePatientId
in interface PrescriberServiceValidator
patientId
- the patient id
RecipeBusinessConnectorException
public boolean validateExecutorId(Long executorId) throws RecipeBusinessConnectorException
validateExecutorId
in interface PrescriberServiceValidator
executorId
- the executor id
RecipeBusinessConnectorException
public boolean validatePrescriptionType(String prescriptionType) throws RecipeBusinessConnectorException
validatePrescriptionType
in interface PrescriberServiceValidator
prescriptionType
- the prescription type
RecipeBusinessConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |