public interface DeliveryTimeSlotService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeliveryTimeSlotModel> |
getAllDeliveryTimeSlots()
Getting all of the DeliveryTimeSlots
|
DeliveryTimeSlotModel |
getDeliveryTimeSlotByCode(java.lang.String code)
Getting the DeliveryTimeSlot by code
|
void |
setDeliveryTimeSlot(CartModel cartModel,
java.lang.String deliveryTimeSlot)
Setting the DeliveryTimeSlot into the cartmodel
|
java.util.List<DeliveryTimeSlotModel> getAllDeliveryTimeSlots()
DeliveryTimeSlotModel getDeliveryTimeSlotByCode(java.lang.String code)
code - the code of the DeliveryTimeSlotModelvoid setDeliveryTimeSlot(CartModel cartModel, java.lang.String deliveryTimeSlot)
cartModel - cart modeldeliveryTimeSlot - delivery timeslotCopyright © 2018 SAP SE. All Rights Reserved.