Uses of Class
de.hybris.platform.storelocator.model.SpecialOpeningDayModel
Packages that use SpecialOpeningDayModel
Package
Description
-
Uses of SpecialOpeningDayModel in de.hybris.platform.commercefacades.storelocator.converters.populator
Methods in de.hybris.platform.commercefacades.storelocator.converters.populator that return types with arguments of type SpecialOpeningDayModelModifier and TypeMethodDescriptionprotected Converter<SpecialOpeningDayModel,SpecialOpeningDayData> OpeningSchedulePopulator.getSpecialDayConverter()Methods in de.hybris.platform.commercefacades.storelocator.converters.populator with parameters of type SpecialOpeningDayModelModifier and TypeMethodDescriptionvoidSpecialOpeningDayPopulator.populate(SpecialOpeningDayModel source, SpecialOpeningDayData target) Method parameters in de.hybris.platform.commercefacades.storelocator.converters.populator with type arguments of type SpecialOpeningDayModelModifier and TypeMethodDescriptionvoidOpeningSchedulePopulator.setSpecialDayConverter(Converter<SpecialOpeningDayModel, SpecialOpeningDayData> specialDayConverter) -
Uses of SpecialOpeningDayModel in de.hybris.platform.warehousingbackoffice.actions.exportpointsofservice
Methods in de.hybris.platform.warehousingbackoffice.actions.exportpointsofservice with parameters of type SpecialOpeningDayModelModifier and TypeMethodDescriptionprotected StringExportPointsOfServiceAction.getSpecialDaySchedule(SpecialOpeningDayModel specialOpeningDayModel) Provides the opening and closing times for aSpecialOpeningDayModelshowing the date as well sa the hours, or an 'x' in the case of being closed.