Uses of Interface
no.ntnu.idatt1002.demo.data.Storable
Packages that use Storable
Package
Description
-
Uses of Storable in no.ntnu.idatt1002.demo.dao
Methods in no.ntnu.idatt1002.demo.dao with parameters of type StorableModifier and TypeMethodDescriptionvoidDAO.addToDatabase(Storable obj) This method adds a storable object to the database.voidDAO.deleteFromDatabase(Storable obj) This method deletes a stoable object from the database.voidDAO.updateDatabase(Storable obj) This method updates a storable object in the database. -
Uses of Storable in no.ntnu.idatt1002.demo.data
Classes in no.ntnu.idatt1002.demo.data that implement StorableModifier and TypeClassDescriptionclassThis class represents a date that can be stored in the database.classThis class represents an event with a recipe id and a date.classThis class is a simple bean for an inventory item.classThis class is a simple bean for an item.classThis class represents a recipe with a name, category and cooking time.classThis class represents a recipe ingredient connected to a recipe.classThis class is representing an instruction for a recipe.classThis class is a simple bean for a Shopping list item. -
Uses of Storable in no.ntnu.idatt1002.demo.view.components
Classes in no.ntnu.idatt1002.demo.view.components with type parameters of type StorableModifier and TypeClassDescriptionclassA list item that can display a storable item.Fields in no.ntnu.idatt1002.demo.view.components declared as StorableFields in no.ntnu.idatt1002.demo.view.components with type parameters of type StorableMethod parameters in no.ntnu.idatt1002.demo.view.components with type arguments of type StorableModifier and TypeMethodDescriptionCreate a new field of type list.Constructor parameters in no.ntnu.idatt1002.demo.view.components with type arguments of type StorableModifierConstructorDescriptionDropdownMultiselect(Map<Integer, ? extends Storable> items) Constructor for the multiselect dropdown.privateField(Field.FieldType type, String name, List<? extends Storable> options) private