Uses of Class
de.hybris.platform.storelocator.model.SpecialOpeningDayModel
-
Packages that use SpecialOpeningDayModel Package Description de.hybris.platform.commercefacades.storelocator.converters.populator de.hybris.platform.warehousingbackoffice.actions.exportpointsofservice -
-
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 SpecialOpeningDayModel Modifier and Type Method Description protected Converter<SpecialOpeningDayModel,SpecialOpeningDayData>OpeningSchedulePopulator. getSpecialDayConverter()Methods in de.hybris.platform.commercefacades.storelocator.converters.populator with parameters of type SpecialOpeningDayModel Modifier and Type Method Description voidSpecialOpeningDayPopulator. populate(SpecialOpeningDayModel source, SpecialOpeningDayData target)Method parameters in de.hybris.platform.commercefacades.storelocator.converters.populator with type arguments of type SpecialOpeningDayModel Modifier and Type Method Description voidOpeningSchedulePopulator. 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 SpecialOpeningDayModel Modifier and Type Method Description protected java.lang.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.
-