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 TypeMethodDescriptionvoid
DAO.addToDatabase
(Storable obj) This method adds a storable object to the database.void
DAO.deleteFromDatabase
(Storable obj) This method deletes a stoable object from the database.void
DAO.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 TypeClassDescriptionclass
This class represents a date that can be stored in the database.class
This class represents an event with a recipe id and a date.class
This class is a simple bean for an inventory item.class
This class is a simple bean for an item.class
This class represents a recipe with a name, category and cooking time.class
This class represents a recipe ingredient connected to a recipe.class
This class is representing an instruction for a recipe.class
This 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 TypeClassDescriptionclass
A 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.private
Field
(Field.FieldType type, String name, List<? extends Storable> options) private