| Modifier and Type | Method and Description |
|---|---|
protected Converter<SpecialOpeningDayModel,SpecialOpeningDayData> |
OpeningSchedulePopulator.getSpecialDayConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpecialOpeningDayPopulator.populate(SpecialOpeningDayModel source,
SpecialOpeningDayData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpeningSchedulePopulator.setSpecialDayConverter(Converter<SpecialOpeningDayModel,SpecialOpeningDayData> specialDayConverter) |
| Modifier and Type | Method and Description |
|---|---|
SpecialOpeningDayModel |
SpecialOpeningDayResource.getSpecialOpeningDayModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SpecialOpeningDayModel |
SpecialOpeningDayResource.readResource(java.lang.String resourceId)
Gets the
SpecialOpeningDayModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SpecialOpeningDayModel> |
SpecialOpeningDaiesResource.getSpecialOpeningDaiesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpecialOpeningDayResource.setSpecialOpeningDayModel(SpecialOpeningDayModel value)
Convenience method which just delegates to
#setResourceValue(SpecialOpeningDayModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpecialOpeningDaiesResource.setSpecialOpeningDaiesCollection(java.util.Collection<SpecialOpeningDayModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
ExportPointsOfServiceAction.getSpecialDaySchedule(SpecialOpeningDayModel specialOpeningDayModel)
Provides the opening and closing times for a
SpecialOpeningDayModel showing the date as well sa the hours, or an 'x'
in the case of being closed. |
Copyright © 2018 SAP SE. All Rights Reserved.