Package com.skava.accounts.service.impl
Class DeleteBudgetServiceImpl
java.lang.Object
com.skava.accounts.service.impl.DeleteBudgetServiceImpl
- All Implemented Interfaces:
DeleteBudgetService
,com.skava.core.EcommService<BudgetRequestInternal,
BudgetAPIResponse>
The Class DeleteBudgetServiceImpl is used for delete budget based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(BudgetRequestInternal request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
DeleteBudgetServiceImpl
public DeleteBudgetServiceImpl()
-
-
Method Details
-
process
@Transactional @SendEvent(eventType="accountservice/budget/delete", identifier="request_budget.id") public BudgetAPIResponse process(BudgetRequestInternal request) - Specified by:
process
in interfaceDeleteBudgetService
- Specified by:
process
in interfacecom.skava.core.EcommService<BudgetRequestInternal,
BudgetAPIResponse>
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<BudgetRequestInternal,
BudgetAPIResponse>
-