Class BTValueDomainUpdate
java.lang.Object
overit.geocall.bl.BusinessTask<ValueDomainUpdateEvent>
overit.geocallapp.wfm.characteristics.bl.valuedomain.task.BTValueDomainUpdate
- All Implemented Interfaces:
Serializable,Tool
@Event(ValueDomainUpdateEvent.class)
public class BTValueDomainUpdate
extends BusinessTask<ValueDomainUpdateEvent>
Business task in order to update a
When the
BOValueDomain. When the
ValueDomainUpdateEvent is launched the BT notices the
call and updates the BOValueDomain basing on the event's
input. Error Codes:
- Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(ValueDomainUpdateEvent event, PoolKit poolKit) Updates a newBOValueDomainwith all its needed components.protected voidvalidate(BOValueDomain valueDomain, PoolKit poolKit) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTValueDomainUpdate
public BTValueDomainUpdate()
-
-
Method Details
-
body
protected void body(ValueDomainUpdateEvent event, PoolKit poolKit) throws DAException, DAValidateException Updates a newBOValueDomainwith all its needed components.- Specified by:
bodyin classBusinessTask<ValueDomainUpdateEvent>- Parameters:
event- theValueDomainUpdateEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
validate
protected void validate(BOValueDomain valueDomain, PoolKit poolKit) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-