Uses of Class
com.inesm.KeyManager.model.Station
Packages that use Station
Package
Description
-
Uses of Station in com.inesm.KeyManager.model
Methods in com.inesm.KeyManager.model with parameters of type Station -
Uses of Station in com.inesm.KeyManager.repositories
Methods in com.inesm.KeyManager.repositories that return StationModifier and TypeMethodDescriptionKeyRepository.getCurrentStation()Gets the current station from the database.KeyRepository.getStationByID(long id) Gets a station from the database.KeyRepository.getStationByName(String name) Gets a station by name from the database.KeyRepository.getStationByPath(String path) Gets a station by path.Methods in com.inesm.KeyManager.repositories that return types with arguments of type StationModifier and TypeMethodDescriptionKeyRepository.getStations()Gets all stations from the database.Methods in com.inesm.KeyManager.repositories with parameters of type StationModifier and TypeMethodDescriptionlongKeyRepository.createStation(Station station) Adds a station to the databasevoidKeyRepository.updateStation(Station station) Updates a station in database. -
Uses of Station in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that return StationModifier and TypeMethodDescriptionKeyManager.createStation(Station station) Creates a station in the databaseSessionService.getCurrentStation()Gets the current station.KeyManager.getStationbyPath(String path) Gets a station from the database.KeyManager.patchStation(Station update) Patches a station.Methods in com.inesm.KeyManager.services that return types with arguments of type StationMethods in com.inesm.KeyManager.services with parameters of type StationModifier and TypeMethodDescriptionKeyManager.createStation(Station station) Creates a station in the databaseKeyManager.patchStation(Station update) Patches a station.Method parameters in com.inesm.KeyManager.services with type arguments of type Station -
Uses of Station in com.inesm.KeyManager.ui
Methods in com.inesm.KeyManager.ui that return StationModifier and TypeMethodDescriptionAppInterface.inCreateStation(javax.servlet.http.HttpServletRequest request) AppInterface.inGetStation(javax.servlet.http.HttpServletRequest request) AppInterface.inRemoveStation(javax.servlet.http.HttpServletRequest request) AppInterface.inUpdateStation(javax.servlet.http.HttpServletRequest request) Methods in com.inesm.KeyManager.ui with parameters of type StationModifier and TypeMethodDescriptionAppInterface.outCreateStation(Station station) AppInterface.outGetStation(Station station) AppInterface.outUpdateStation(Station station) Method parameters in com.inesm.KeyManager.ui with type arguments of type Station