Package overit.geocallapp.wfm.cee.bl
Class CeeHelper
java.lang.Object
overit.geocallapp.wfm.cee.bl.CeeHelper
Helper for WFM.CEE module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCeeCustomerId(Long customerId, PoolKit pk) getCeeInterventionId(Long appointmentId, PoolKit pk) getMessages(Long ceeInterventionEventType, Long appointmentId, PoolKit pk) overit.geocallapp.wfm.clienti.DATLoadClienteloadCustomerValues(Long customerId, PoolKit pk)
-
Constructor Details
-
CeeHelper
public CeeHelper()
-
-
Method Details
-
getCeeCustomerId
- Throws:
DAExceptionDAValidateException
-
loadCustomerValues
public overit.geocallapp.wfm.clienti.DATLoadCliente loadCustomerValues(Long customerId, PoolKit pk) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
getCeeInterventionId
public Long getCeeInterventionId(Long appointmentId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
getMessages
public List<DTOMessage> getMessages(Long ceeInterventionEventType, Long appointmentId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-