Uses of Class
com.tccc.kos.ext.dispense.Holder
Packages that use Holder
Package
Description
-
Uses of Holder in com.tccc.kos.ext.dispense
Classes in com.tccc.kos.ext.dispense with type parameters of type HolderModifier and TypeClassDescriptionclass
AbstractHolderBuilder<T extends Holder>
Builder for constructing holders and adding them to a nozzle and assembly.Methods in com.tccc.kos.ext.dispense that return HolderModifier and TypeMethodDescriptionContainerSlice.getHolder()
Return the holder with the specified name.Pump.getHolder()
Returns the holder the pump is connected to.HolderBuilder.getHolderInstance
(com.tccc.kos.core.service.assembly.Assembly assembly, String name, Pump<?> pump) Return a baseHolder
instance.Holder.getNext()
Get the optional nextHolder
after this one.Holder.getPrev()
Get the optional previousHolder
before this one.Holder.setIngType
(String ingType) Set the ingredient compatibility type that indicates which types of ingredients are compatible with this holder.Methods in com.tccc.kos.ext.dispense that return types with arguments of type HolderModifier and TypeMethodDescriptionDispenseAssembly.getAllHolders()
Return all holders.DispenseAssembly.getDefaultHolders()
Return holders from the default group.DispenseAssembly.getHoldersByGroup
(String group) Return holders in the specified group.Methods in com.tccc.kos.ext.dispense with parameters of type HolderModifier and TypeMethodDescriptionvoid
Add a holder to the assembly with the specified group name.void
Set the nextHolder
after this one.void
Set the previousHolder
before this one. -
Uses of Holder in com.tccc.kos.ext.dispense.service.assignment
Methods in com.tccc.kos.ext.dispense.service.assignment with parameters of type HolderModifier and TypeMethodDescriptionvoid
AssignmentService.onContainerInsertStart
(Container container, Holder[] holders) void
AssignmentService.onContainerRemove
(Container container, Holder[] holders) void
AssignmentService.onLineReplaced
(Holder holder) -
Uses of Holder in com.tccc.kos.ext.dispense.service.insertion
Methods in com.tccc.kos.ext.dispense.service.insertion that return HolderModifier and TypeMethodDescriptionInsertPumpRequest.getHolder()
The holder the pump is connected to.Holder[]
InsertRequest.getHolders()
The holders being inserted into.Methods in com.tccc.kos.ext.dispense.service.insertion with parameters of type HolderModifier and TypeMethodDescriptionvoid
Insert the specified container into the specified holder.void
InsertionService.insertIntrinsic
(String ingredientId, Holder holder) Insert an intrinsic ingredient to a holder.void
InsertionService.insertLocked
(String ingredientId, Holder holder) Insert a locked ingredient to a holder.void
InsertionHolderListener.onContainerInsertStart
(Container container, Holder[] holders) Called when a container is inserted into one or more holders.void
InsertionHolderListener.onContainerRemove
(Container container, Holder[] holders) Called when a container is removed from holder(s).void
InsertionService.onLineReplaced
(Holder holder) void
InsertionService.removeFromHolder
(Holder holder) Remove the container attached to the specified holder. -
Uses of Holder in com.tccc.kos.ext.dispense.service.insertion.troubles
Methods in com.tccc.kos.ext.dispense.service.insertion.troubles that return HolderConstructors in com.tccc.kos.ext.dispense.service.insertion.troubles with parameters of type HolderModifierConstructorDescriptionContainerHolderTrouble
(Container container, Holder holder, PourAvailability.Type block) Create a new trouble for the specified container and holder. -
Uses of Holder in com.tccc.kos.ext.dispense.service.pumpevent
Methods in com.tccc.kos.ext.dispense.service.pumpevent with parameters of type HolderModifier and TypeMethodDescriptionvoid
ReplaceLineListener.onLineReplaced
(Holder holder) Called when a line is replaced for the holder.void
PumpEventService.replaceLine
(Holder holder) Notify listeners that the line associated with the holder has been replaced. -
Uses of Holder in com.tccc.kos.ext.dispense.service.soldout
Methods in com.tccc.kos.ext.dispense.service.soldout with parameters of type HolderModifier and TypeMethodDescriptionSoldOutService.soldOutContainer
(Holder holder, String reason) Called to record a container sold out.SoldOutService.soldOutSlice
(Holder holder, String reason) Called to record a slice sold out.