Class BTWSTechnicalObjectUpsertMapping
java.lang.Object
overit.geocall.bl.BusinessTask<WSTechnicalObjectUpsertMappingEvent>
overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.upsert.task.BTWSTechnicalObjectUpsertMapping
- All Implemented Interfaces:
Serializable,Tool
@Event(WSTechnicalObjectUpsertMappingEvent.class)
public class BTWSTechnicalObjectUpsertMapping
extends BusinessTask<WSTechnicalObjectUpsertMappingEvent>
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(WSTechnicalObjectUpsertMappingEvent event, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.protected BOTechnicalObjectHeadergetBOTechnicalObjectHeader(TechnicalObjectUpsertRequestPayload payload, PoolKit poolKit) protected TechnicalObjectgetTechnicalObject(IRequestHeader requestHeader, TechnicalObjectUpsertRequestPayload 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
-
BTWSTechnicalObjectUpsertMapping
public BTWSTechnicalObjectUpsertMapping()
-
-
Method Details
-
body
protected void body(WSTechnicalObjectUpsertMappingEvent 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<WSTechnicalObjectUpsertMappingEvent>- 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, TechnicalObjectUpsertRequestPayload payload, PoolKit poolKit) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
getBOTechnicalObjectHeader
protected BOTechnicalObjectHeader getBOTechnicalObjectHeader(TechnicalObjectUpsertRequestPayload payload, PoolKit poolKit) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-