Class DefaultScheduleConfigurationDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<ScheduleConfigurationModel>
de.hybris.platform.travelservices.dao.impl.DefaultScheduleConfigurationDao
- All Implemented Interfaces:
de.hybris.platform.servicelayer.internal.dao.Dao,de.hybris.platform.servicelayer.internal.dao.GenericDao<ScheduleConfigurationModel>,ScheduleConfigurationDao
public class DefaultScheduleConfigurationDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<ScheduleConfigurationModel>
implements ScheduleConfigurationDao
Implementation of the DAO on Schedule Configuration model objects. Default implementation of the
ScheduleConfigurationDao interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method to retrieve all ScheduleConfigurations.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultScheduleConfigurationDao
- Parameters:
typecode-
-
-
Method Details
-
findAllScheduleConfigurations
This method to retrieve all ScheduleConfigurations.- Specified by:
findAllScheduleConfigurationsin interfaceScheduleConfigurationDao- Returns:
- a list of ScheduleConfigurationModel
-