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