Class UnknownIngredientTrouble
java.lang.Object
com.tccc.kos.commons.core.service.trouble.Trouble
com.tccc.kos.ext.dispense.PourAvailabilityTrouble
com.tccc.kos.ext.dispense.service.insertion.troubles.ContainerTrouble
com.tccc.kos.ext.dispense.service.insertion.troubles.ContainerSliceTrouble
com.tccc.kos.ext.dispense.service.ingredient.UnknownIngredientTrouble
- All Implemented Interfaces:
com.tccc.kos.commons.core.service.trouble.TroubleIface
,HolderBlockTrouble
,ContainerSliceTroubleIface
,ContainerTroubleIface
,HolderTroubleIface
Indicates the ingredient in the specified container is unknown.
- Since:
- 1.0
- Version:
- 2023-02-05
-
Nested Class Summary
Nested classes/interfaces inherited from class com.tccc.kos.commons.core.service.trouble.Trouble
com.tccc.kos.commons.core.service.trouble.Trouble.TroubleView
-
Field Summary
Fields inherited from class com.tccc.kos.ext.dispense.service.insertion.troubles.ContainerTrouble
IFACE_CONTAINER
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownIngredientTrouble
(ContainerSlice slice, IngredientService ingredientService) -
Method Summary
Modifier and TypeMethodDescriptionReturn the unknown ingredient.Methods inherited from class com.tccc.kos.ext.dispense.service.insertion.troubles.ContainerSliceTrouble
getSlice, getSlicePos
Methods inherited from class com.tccc.kos.ext.dispense.service.insertion.troubles.ContainerTrouble
getContainerId, getHolderNames, getHolderPaths, getIngredients, getPourBlockType
Methods inherited from class com.tccc.kos.ext.dispense.PourAvailabilityTrouble
blockBeveragePour, blockIngredientPour, blockPour
Methods inherited from class com.tccc.kos.commons.core.service.trouble.Trouble
addIface, addImpacted, addLink, addTag, equals, getClientData, getCount, getCreateTime, getGroup, getId, getIfaces, getImpacted, getInfo, getLinked, getReason, getTags, getType, hashCode, incCount, isImpacted, isLinked, isResolvable, isTagged, onRemoved, removeImpacted, removeLink, removeTag, resolvable, resolve, setReason, setResolvable, toString
-
Constructor Details
-
UnknownIngredientTrouble
-
-
Method Details
-
getUnknonwnIngredientId
Return the unknown ingredient.
-