Class BTWSTechnicalObjectDeleteMapping
java.lang.Object
overit.geocall.bl.BusinessTask<WSTechnicalObjectDeleteMappingEvent>
overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.delete.task.BTWSTechnicalObjectDeleteMapping
- All Implemented Interfaces:
Serializable,Tool
@Event(WSTechnicalObjectDeleteMappingEvent.class)
public class BTWSTechnicalObjectDeleteMapping
extends BusinessTask<WSTechnicalObjectDeleteMappingEvent>
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(WSTechnicalObjectDeleteMappingEvent event, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.protected WSTechnicalObjectDeleteMappingResultMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
PAYLOAD_MAPPER_CONFIG_FILE
- See Also:
-
-
Constructor Details
-
BTWSTechnicalObjectDeleteMapping
public BTWSTechnicalObjectDeleteMapping()
-
-
Method Details
-
body
protected void body(WSTechnicalObjectDeleteMappingEvent 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<WSTechnicalObjectDeleteMappingEvent>- 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
-
getWSTechnicalObjectDeleteMappingResult
protected WSTechnicalObjectDeleteMappingResult getWSTechnicalObjectDeleteMappingResult(TechnicalObjectDeleteRequestPayload payload) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-