Class FindAppInstallationServiceImpl
java.lang.Object
com.skava.marketplace.service.impl.FindAppInstallationServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<FindAppInstallationRequestInternal,
,FindAppInstallationDetailsResponse> FindAppInstallationService
@Service
public class FindAppInstallationServiceImpl
extends Object
implements FindAppInstallationService
-
Constructor Summary
ConstructorsConstructorDescriptionFindAppInstallationServiceImpl
(FindAppInstallationProcess findAppInstallationProcess, FindAppInstallationValidator validator) -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(FindAppInstallationRequestInternal requestInternal) 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
-
FindAppInstallationServiceImpl
@Autowired public FindAppInstallationServiceImpl(FindAppInstallationProcess findAppInstallationProcess, FindAppInstallationValidator validator)
-
-
Method Details
-
process
public FindAppInstallationDetailsResponse process(FindAppInstallationRequestInternal requestInternal) - Specified by:
process
in interfacecom.skava.core.EcommService<FindAppInstallationRequestInternal,
FindAppInstallationDetailsResponse>
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<FindAppInstallationRequestInternal,
FindAppInstallationDetailsResponse>
-