Class BTWSCustomerUpsertMapping
java.lang.Object
overit.geocall.bl.BusinessTask<WSCustomerUpsertMappingEvent>
overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.upsert.task.BTWSCustomerUpsertMapping
- All Implemented Interfaces:
Serializable,Tool
@Event(WSCustomerUpsertMappingEvent.class)
public class BTWSCustomerUpsertMapping
extends BusinessTask<WSCustomerUpsertMappingEvent>
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(WSCustomerUpsertMappingEvent event, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.protected BOTechnicalObjectHeadergetMeters(CustomerUpsertRequestPayload payload, PoolKit poolKit) protected TechnicalObjectgetTechnicalObject(IRequestHeader requestHeader, CustomerUpsertRequestPayload payload, PoolKit poolKit) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
HEADER_MAPPER_CONFIG_FILE
- See Also:
-
-
Constructor Details
-
BTWSCustomerUpsertMapping
public BTWSCustomerUpsertMapping()
-
-
Method Details
-
body
protected void body(WSCustomerUpsertMappingEvent event, PoolKit poolKit) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<WSCustomerUpsertMappingEvent>- Parameters:
event- the object upon which the task will works onpoolKit- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-
getTechnicalObject
protected TechnicalObject getTechnicalObject(IRequestHeader requestHeader, CustomerUpsertRequestPayload payload, PoolKit poolKit) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
getBOTechnicalObjectHeader
protected BOTechnicalObjectHeader getBOTechnicalObjectHeader(CustomerUpsertRequestPayload payload) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
getMeters
protected List<BOMeter> getMeters(CustomerUpsertRequestPayload payload, PoolKit poolKit) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-