Class DefaultJobLogDaoTest.TestDefaultJobLogDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<JobLogModel>
-
- de.hybris.platform.servicelayer.cronjob.impl.DefaultJobLogDao
-
- de.hybris.platform.servicelayer.cronjob.impl.DefaultJobLogDaoTest.TestDefaultJobLogDao
-
- All Implemented Interfaces:
JobLogDao,GenericDao<JobLogModel>
- Enclosing class:
- DefaultJobLogDaoTest
public static class DefaultJobLogDaoTest.TestDefaultJobLogDao extends DefaultJobLogDao
-
-
Constructor Summary
Constructors Constructor Description TestDefaultJobLogDao(FlexibleSearchService mock)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FlexibleSearchServicegetFlexibleSearchService()Accessor for aFlexibleSearchServicewhich might be helpful on higher levels of the class hierarchy.-
Methods inherited from class de.hybris.platform.servicelayer.cronjob.impl.DefaultJobLogDao
findJobLogs
-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, setFlexibleSearchService
-
-
-
-
Constructor Detail
-
TestDefaultJobLogDao
public TestDefaultJobLogDao(FlexibleSearchService mock)
-
-
Method Detail
-
getFlexibleSearchService
protected FlexibleSearchService getFlexibleSearchService()
Description copied from class:DefaultGenericDaoAccessor for aFlexibleSearchServicewhich might be helpful on higher levels of the class hierarchy.- Overrides:
getFlexibleSearchServicein classDefaultGenericDao<JobLogModel>- Returns:
- the flexibleSearchService
-
-