| Package | Description |
|---|---|
| de.hybris.platform.commercefacades.storelocator.converters.populator | |
| de.hybris.platform.storelocator.model |
Contains generated models for each type of de.hybris.platform.storelocator.jalo package.
|
| de.hybris.platform.storelocator.resource |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<OpeningScheduleModel,OpeningScheduleData> |
PointOfServicePopulator.getOpeningScheduleConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpeningSchedulePopulator.populate(OpeningScheduleModel source,
OpeningScheduleData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServicePopulator.setOpeningScheduleConverter(Converter<OpeningScheduleModel,OpeningScheduleData> openingScheduleConverter) |
| Modifier and Type | Method and Description |
|---|---|
OpeningScheduleModel |
PointOfServiceModel.getOpeningSchedule()
Generated method - Getter of the
PointOfService.openingSchedule attribute defined at extension basecommerce. |
OpeningScheduleModel |
OpeningDayModel.getOpeningSchedule()
Generated method - Getter of the
OpeningDay.openingSchedule attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceModel.setOpeningSchedule(OpeningScheduleModel value)
Generated method - Setter of
PointOfService.openingSchedule attribute defined at extension basecommerce. |
void |
OpeningDayModel.setOpeningSchedule(OpeningScheduleModel value)
Generated method - Setter of
OpeningDay.openingSchedule attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
OpeningScheduleModel |
OpeningScheduleResource.getOpeningScheduleModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected OpeningScheduleModel |
OpeningScheduleResource.readResource(java.lang.String resourceId)
Gets the
OpeningScheduleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<OpeningScheduleModel> |
OpeningSchedulesResource.getOpeningSchedulesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpeningScheduleResource.setOpeningScheduleModel(OpeningScheduleModel value)
Convenience method which just delegates to
#setResourceValue(OpeningScheduleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpeningSchedulesResource.setOpeningSchedulesCollection(java.util.Collection<OpeningScheduleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.