Package com.skava.feed.service.impl
Class FindFeedJobServiceImpl
java.lang.Object
com.skava.feed.service.impl.FindFeedJobServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<FeedJobRequestInternal,
,FeedJobDTO> FindFeedJobService
FindFeedJobServiceImpl class.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(FeedJobRequestInternal request) This method is used to load single FeedJob based on given FeedJob identifier.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
-
FindFeedJobServiceImpl
public FindFeedJobServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<FeedJobRequestInternal,
FeedJobDTO>
-
process
This method is used to load single FeedJob based on given FeedJob identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<FeedJobRequestInternal,
FeedJobDTO>
-