Uses of Class
com.inesm.KeyManager.model.Key
Packages that use Key
Package
Description
-
Uses of Key in com.inesm.KeyManager.model
Methods in com.inesm.KeyManager.model with parameters of type Key -
Uses of Key in com.inesm.KeyManager.repositories
Methods in com.inesm.KeyManager.repositories that return KeyModifier and TypeMethodDescriptionKeyRepository.getKeyByID(long id) Gets a key from the database by key_id.KeyRepository.getKeyByUUID(String uuid) Gets key from the database by key_uuid.Methods in com.inesm.KeyManager.repositories that return types with arguments of type KeyModifier and TypeMethodDescriptionKeyRepository.getKeys()Gets all the keys from the database.KeyRepository.getKeysByMission(long missionID) Gets all keys for a given mission.Methods in com.inesm.KeyManager.repositories with parameters of type Key -
Uses of Key in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that return KeyModifier and TypeMethodDescriptionCreates a key in the database.Gets a key and related information from the database.Patches a key object.KeyManager.updateKeyState(Key key) Updates the state of a key object in the database.Methods in com.inesm.KeyManager.services that return types with arguments of type KeyModifier and TypeMethodDescriptionKeyManager.getKeys()Gets all keys, and key related information from the database.KeyManager.getKeysForMission(String missionUUID) Gets all keys and key related information regarding a specific mission.Methods in com.inesm.KeyManager.services with parameters of type Key -
Uses of Key in com.inesm.KeyManager.ui
Methods in com.inesm.KeyManager.ui that return KeyModifier and TypeMethodDescriptionAppInterface.inCreateKey(javax.servlet.http.HttpServletRequest request) AppInterface.inDeleteKey(javax.servlet.http.HttpServletRequest request) AppInterface.inGetKey(javax.servlet.http.HttpServletRequest request) AppInterface.inUpdateKey(javax.servlet.http.HttpServletRequest request) Methods in com.inesm.KeyManager.ui with parameters of type KeyModifier and TypeMethodDescriptionAppInterface.outCreateKey(Key key) AppInterface.outDeleteKey(Key key) AppInterface.outUpdateKey(Key key) Method parameters in com.inesm.KeyManager.ui with type arguments of type KeyModifier and TypeMethodDescriptionAppInterface.outKeysForMission(List<Key> keys) AppInterface.outListKeys(List<Key> keys)