Class BTUnresolvedTag
java.lang.Object
overit.geocall.bl.BusinessTask<UnresolvedTagEvent>
overit.geocallapp.wfm.core.bl.common.validexecution.ValidExecutionBusinessTask<UnresolvedTagEvent>
overit.geocallapp.wfm.core.bl.common.validexecution.ValidPermissionBusinessTask<UnresolvedTagEvent>
overit.geocallapp.wfm.cee.bl.task.BTCeeManagement<UnresolvedTagEvent>
overit.geocallapp.wfm.cee.bl.message.task.BTUnresolvedTag
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(UnresolvedTagEvent.class)
public class BTUnresolvedTag
extends BTCeeManagement<UnresolvedTagEvent>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(UnresolvedTagEvent event, PoolKit poolKit) Methods inherited from class overit.geocallapp.wfm.cee.bl.task.BTCeeManagement
checkValidExecution, isValidExecution, throwExceptionIfInvalidMethods inherited from class overit.geocallapp.wfm.core.bl.common.validexecution.ValidPermissionBusinessTask
getExceptionMethods inherited from class overit.geocallapp.wfm.core.bl.common.validexecution.ValidExecutionBusinessTask
body, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTUnresolvedTag
public BTUnresolvedTag()
-
-
Method Details
-
execute
protected void execute(UnresolvedTagEvent event, PoolKit poolKit) throws DAException, DAValidateException - Specified by:
executein classValidExecutionBusinessTask<UnresolvedTagEvent>- Throws:
DAExceptionDAValidateException
-