Class DefaultBackofficeScheduleConfigurationService
java.lang.Object
de.hybris.platform.travelbackofficeservices.services.impl.DefaultBackofficeScheduleConfigurationService
- All Implemented Interfaces:
BackofficeScheduleConfigurationService
public class DefaultBackofficeScheduleConfigurationService
extends Object
implements BackofficeScheduleConfigurationService
The type Default backoffice schedule configuration service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns all theScheduleConfigurationModelin the systemGets backoffice schedule configuration dao.getScheduleConfigurationModel(String number, TravelProviderModel travelProvider) Returns the ScheduleConfigurationModel for the number and travelProvider model.getScheduleConfigurationModel(String number, TravelProviderModel travelProvider, Date startDate, Date endDate) Gets the schedule configuration model.voidsetBackofficeScheduleConfigurationDao(BackofficeScheduleConfigurationDao backofficeScheduleConfigurationDao) Sets backoffice schedule configuration dao.
-
Constructor Details
-
DefaultBackofficeScheduleConfigurationService
public DefaultBackofficeScheduleConfigurationService()
-
-
Method Details
-
getScheduleConfigurationModel
public List<ScheduleConfigurationModel> getScheduleConfigurationModel(String number, TravelProviderModel travelProvider) Description copied from interface:BackofficeScheduleConfigurationServiceReturns the ScheduleConfigurationModel for the number and travelProvider model.- Specified by:
getScheduleConfigurationModelin interfaceBackofficeScheduleConfigurationService- Parameters:
number- the numbertravelProvider- the travel provider- Returns:
- the schedule configuration model
-
getAllScheduleConfigurations
Description copied from interface:BackofficeScheduleConfigurationServiceReturns all theScheduleConfigurationModelin the system- Specified by:
getAllScheduleConfigurationsin interfaceBackofficeScheduleConfigurationService- Returns:
- the list of schedule configurations
-
getScheduleConfigurationModel
public List<ScheduleConfigurationModel> getScheduleConfigurationModel(String number, TravelProviderModel travelProvider, Date startDate, Date endDate) Description copied from interface:BackofficeScheduleConfigurationServiceGets the schedule configuration model.- Specified by:
getScheduleConfigurationModelin interfaceBackofficeScheduleConfigurationService- Parameters:
number- the numbertravelProvider- the travel providerstartDate- the start dateendDate- the end date- Returns:
- the schedule configuration model
-
getBackofficeScheduleConfigurationDao
Gets backoffice schedule configuration dao.- Returns:
- the backoffice schedule configuration dao
-
setBackofficeScheduleConfigurationDao
public void setBackofficeScheduleConfigurationDao(BackofficeScheduleConfigurationDao backofficeScheduleConfigurationDao) Sets backoffice schedule configuration dao.- Parameters:
backofficeScheduleConfigurationDao- the backoffice schedule configuration dao
-