Uses of Class
com.inesm.KeyManager.model.Mission
Packages that use Mission
Package
Description
-
Uses of Mission in com.inesm.KeyManager.model
Methods in com.inesm.KeyManager.model with parameters of type Mission -
Uses of Mission in com.inesm.KeyManager.repositories
Methods in com.inesm.KeyManager.repositories that return MissionModifier and TypeMethodDescriptionKeyRepository.getMissionByID(long id) Gets a mission from the database.KeyRepository.getMissionByUUID(String uuid) Gets a mission from the database.Methods in com.inesm.KeyManager.repositories that return types with arguments of type MissionModifier and TypeMethodDescriptionKeyRepository.getMissions()Gets all missions from the database.Methods in com.inesm.KeyManager.repositories with parameters of type MissionModifier and TypeMethodDescriptionlongKeyRepository.createMission(Mission mission) Adds a mission to the database.voidKeyRepository.updateMission(Mission mission) Updates a mission in the database. -
Uses of Mission in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that return MissionModifier and TypeMethodDescriptionKeyManager.createMission(Mission mission) Creates a mission in the database.KeyManager.getMission(String missionUUID) Gets a mission and all related information from the database.Patches a mission.Methods in com.inesm.KeyManager.services that return types with arguments of type MissionModifier and TypeMethodDescriptionKeyManager.getMissions()Gets all missions and related information from the database.Methods in com.inesm.KeyManager.services with parameters of type MissionModifier and TypeMethodDescriptionKeyManager.createMission(Mission mission) Creates a mission in the database.voidSessionService.distribute(int operationID, Mission mission, List<Station> added, List<Station> removed) Distributes the results of an operation.Patches a mission. -
Uses of Mission in com.inesm.KeyManager.ui
Methods in com.inesm.KeyManager.ui that return MissionModifier and TypeMethodDescriptionAppInterface.inCreateMission(javax.servlet.http.HttpServletRequest request) AppInterface.inGetMission(javax.servlet.http.HttpServletRequest request) AppInterface.inMissionKeys(javax.servlet.http.HttpServletRequest request) AppInterface.inUpdateMission(javax.servlet.http.HttpServletRequest request) Methods in com.inesm.KeyManager.ui with parameters of type MissionModifier and TypeMethodDescriptionAppInterface.outCreateMission(Mission mission) AppInterface.outGetMission(Mission mission) AppInterface.outUpdateMission(Mission mission) Method parameters in com.inesm.KeyManager.ui with type arguments of type Mission