Package com.skava.accounts.service.impl
Class FindCostCentreServiceimpl
java.lang.Object
com.skava.accounts.service.impl.FindCostCentreServiceimpl
- All Implemented Interfaces:
FindCostCentreService
,com.skava.core.EcommService<CostCentreRequestInternal,
CostCentreAPIResponse>
The Class FindCostCentreServiceImpl is used to find a
cost centre based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindById
(CostCentreDO costCentreDO, Long collectionId) Find by id.List<com.skava.core.validation.ValidatorComponent>
process
(CostCentreRequestInternal 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
-
FindCostCentreServiceimpl
public FindCostCentreServiceimpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CostCentreRequestInternal,
CostCentreAPIResponse>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CostCentreRequestInternal,
CostCentreAPIResponse>
-
findById
Find by id.- Parameters:
costCentreDO
- the cost centre DO- Returns:
- the cost centre DO
-