Uses of Class
edu.ntnu.idatt1002.k1g4.Cup
Packages that use Cup
-
Uses of Cup in edu.ntnu.idatt1002.k1g4.client
Methods in edu.ntnu.idatt1002.k1g4.client that return CupMethods in edu.ntnu.idatt1002.k1g4.client that return types with arguments of type CupMethods in edu.ntnu.idatt1002.k1g4.client with parameters of type CupModifier and TypeMethodDescriptionstatic void
Model.setCurrentCup
(Cup newCup) Sets the current cup to a new value -
Uses of Cup in edu.ntnu.idatt1002.k1g4.dao
Methods in edu.ntnu.idatt1002.k1g4.dao that return CupModifier and TypeMethodDescriptionCupDAO.getCupByObject
(Cup cup) Gets cup based on an already existing cup without an id.Methods in edu.ntnu.idatt1002.k1g4.dao that return types with arguments of type CupMethods in edu.ntnu.idatt1002.k1g4.dao with parameters of type CupModifier and TypeMethodDescriptionvoid
Method to add a cup to the database.CupDAO.getCupByObject
(Cup cup) Gets cup based on an already existing cup without an id.