Package com.skava.accounts.service.impl
Class FindAllCostCentreServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAllCostCentreServiceImpl
- All Implemented Interfaces:
FindAllCostCentreService
,com.skava.core.EcommService<CostCentreRequestInternal,
CostCentresAPIResponse>
@Service
public class FindAllCostCentreServiceImpl
extends Object
implements FindAllCostCentreService
The Class FindAllCostCentreServiceImpl is used for finding all the
cost centres based on the provided information..
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<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
-
FindAllCostCentreServiceImpl
public FindAllCostCentreServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CostCentreRequestInternal,
CostCentresAPIResponse>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CostCentreRequestInternal,
CostCentresAPIResponse>
-