Class BTCustomerHeaderSearch
java.lang.Object
overit.geocall.bl.BusinessTask<CustomerHeaderSearchEvent>
overit.geocallapp.wfm.core.bl.technicalobject.header.task.BTCustomerHeaderSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(CustomerHeaderSearchEvent.class)
public class BTCustomerHeaderSearch
extends BusinessTask<CustomerHeaderSearchEvent>
Business task in order to search a
When the
BOTechnicalObjectHeader. When the
CustomerHeaderSearchEvent is launched the BT notices the
call and searches the BOTechnicalObjectHeader basing on the event's
input. - Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(CustomerHeaderSearchEvent event, PoolKit poolKit) Writes the searched technical object headers into the event journalMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTCustomerHeaderSearch
public BTCustomerHeaderSearch()
-
-
Method Details
-
body
protected void body(CustomerHeaderSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes the searched technical object headers into the event journal- Specified by:
bodyin classBusinessTask<CustomerHeaderSearchEvent>- Parameters:
event- the event to search the technical object headerpoolKit- the pool kit- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-