Uses of Interface
com.kosdev.kos.ext.dispense.service.ingredient.IngredientSource
Packages that use IngredientSource
-
Uses of IngredientSource in com.kosdev.kos.ext.dispense.service.ingredient
Classes in com.kosdev.kos.ext.dispense.service.ingredient that implement IngredientSourceModifier and TypeClassDescriptionclassSimple ingredient source backed by a map that is useful for testing.Methods in com.kosdev.kos.ext.dispense.service.ingredient that return IngredientSourceModifier and TypeMethodDescriptionIngredientService.getDefaultSource()Return the default ingredient source.BaseIngredient.getSource()Return theIngredientSourcethe ingredient is part of.Return theIngredientSourcewith the specified id.Methods in com.kosdev.kos.ext.dispense.service.ingredient that return types with arguments of type IngredientSourceModifier and TypeMethodDescriptionIngredientService.getSources()Return the collection of ingredient sources.Methods in com.kosdev.kos.ext.dispense.service.ingredient with parameters of type IngredientSourceModifier and TypeMethodDescriptionvoidIngredientService.addSource(IngredientSource source) Add the ingredient source to the service.voidIngredientChangeListener.onIngredientChange(IngredientService service, String sourceId, IngredientSource source) Called when a newIngredientSourceis installed intoIngredientService.voidIngredientService.setDefaultSource(IngredientSource source) Add the source and use the source as the default ingredient source.