Uses of Class
com.tccc.kos.ext.dispense.ContainerSlice
Packages that use ContainerSlice
Package
Description
-
Uses of ContainerSlice in com.tccc.kos.ext.dispense
Methods in com.tccc.kos.ext.dispense that return ContainerSliceModifier and TypeMethodDescriptionContainer.getSlice
(int idx) Returns the specified slice.Holder.getSlice()
Returns the slice of the container that is inserted into the holder.Container.getSlices()
Returns the array of slices in the container.Constructors in com.tccc.kos.ext.dispense with parameters of type ContainerSliceModifierConstructorDescriptionContainer
(String id, ContainerSlice slice) Creates a new container with the specified ID and single slice.Container
(String id, ContainerSlice[] slices) Creates a new container with the specified ID and slices. -
Uses of ContainerSlice in com.tccc.kos.ext.dispense.service.ingredient
Constructors in com.tccc.kos.ext.dispense.service.ingredient with parameters of type ContainerSliceModifierConstructorDescriptionUnknownIngredientTrouble
(ContainerSlice slice, IngredientService ingredientService) -
Uses of ContainerSlice in com.tccc.kos.ext.dispense.service.insertion.troubles
Methods in com.tccc.kos.ext.dispense.service.insertion.troubles that return ContainerSlice -
Uses of ContainerSlice in com.tccc.kos.ext.dispense.service.soldout
Methods in com.tccc.kos.ext.dispense.service.soldout with parameters of type ContainerSliceModifier and TypeMethodDescriptionboolean
SoldOutService.isSliceSoldOut
(ContainerSlice slice) Return true if the specified slice is sold out.SoldOutService.soldOut
(ContainerSlice slice, String reason) Called to record a slice sold out.Constructors in com.tccc.kos.ext.dispense.service.soldout with parameters of type ContainerSliceModifierConstructorDescriptionSliceSoldOutTrouble
(ContainerSlice slice, String reason) Create a newSliceSoldOutTrouble
for the specified container slice.