|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface PrescriberServiceValidator
The Interface PrescriberServiceValidator. Default impl :
PrescriberServiceValidatorImpl
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. |
Method Detail |
---|
boolean validatePrescriptionId(String prescriptionId) throws RecipeBusinessConnectorException
prescriptionId
- the prescription id
RecipeBusinessConnectorException
boolean validatePatientId(Long patientId) throws RecipeBusinessConnectorException
patientId
- the patient id
RecipeBusinessConnectorException
boolean validateExecutorId(Long executorId) throws RecipeBusinessConnectorException
executorId
- the executor id
RecipeBusinessConnectorException
boolean validatePrescriptionType(String prescriptionType) throws RecipeBusinessConnectorException
prescriptionType
- the prescription type
RecipeBusinessConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |