Uses of Class
dev.getelements.elements.sdk.model.mission.Mission
Packages that use Mission
Package
Description
-
Uses of Mission in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return MissionModifier and TypeMethodDescriptionMongoDBMapper.toMission
(MongoMission source) MongoDBMapperImpl.toMission
(MongoMission source) Methods in dev.getelements.elements.dao.mongo.mapper that return types with arguments of type MissionModifier and TypeMethodDescriptionMongoDBMapperImpl.mongoMissionListToMissionList
(List<MongoMission> list) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MissionModifier and TypeMethodDescriptionMongoDBMapper.toMongoMission
(Mission source) MongoDBMapperImpl.toMongoMission
(Mission source) Method parameters in dev.getelements.elements.dao.mongo.mapper with type arguments of type MissionModifier and TypeMethodDescriptionprotected List
<MongoMission> MongoDBMapperImpl.missionListToMongoMissionList
(List<Mission> list) -
Uses of Mission in dev.getelements.elements.dao.mongo.mission
Methods in dev.getelements.elements.dao.mongo.mission that return MissionModifier and TypeMethodDescriptionMongoMissionDao.createMission
(Mission mission) MongoMissionDao.getMissionByNameOrId
(String identifier) MongoMissionDao.updateMission
(Mission mission) Methods in dev.getelements.elements.dao.mongo.mission that return types with arguments of type MissionModifier and TypeMethodDescriptionMongoMissionDao.findMissionByNameOrId
(String missionNameOrId) MongoMissionDao.getMissions
(int offset, int count, String search) MongoMissionDao.getMissions
(int offset, int count, List<String> tags) MongoMissionDao.getMissionsMatching
(Collection<String> missionNamesOrIds) Methods in dev.getelements.elements.dao.mongo.mission with parameters of type MissionModifier and TypeMethodDescriptionMongoMissionDao.createMission
(Mission mission) MongoMissionDao.updateMission
(Mission mission) -
Uses of Mission in dev.getelements.elements.dao.mongo.test
Methods in dev.getelements.elements.dao.mongo.test that return MissionModifier and TypeMethodDescriptionMissionTestFactory.createTestFiniteMission
(String name, Item rewardItem) MissionTestFactory.createTestRepeatingMission
(String name, Item rewardItem) -
Uses of Mission in dev.getelements.elements.rest.mission
Methods in dev.getelements.elements.rest.mission that return MissionModifier and TypeMethodDescriptionMissionResource.createMission
(Mission missionToBeCreated) MissionResource.getMissionByNameOrId
(String missionNameOrId) MissionResource.updateMission
(Mission updatedMission, String missionNameOrId) Methods in dev.getelements.elements.rest.mission that return types with arguments of type MissionModifier and TypeMethodDescriptionMissionResource.getMissions
(int offset, int count, List<String> tags, String search) Methods in dev.getelements.elements.rest.mission with parameters of type MissionModifier and TypeMethodDescriptionMissionResource.createMission
(Mission missionToBeCreated) MissionResource.updateMission
(Mission updatedMission, String missionNameOrId) -
Uses of Mission in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return MissionModifier and TypeMethodDescriptionMissionDao.createMission
(Mission mission) Creates a mission.default Mission
MissionDao.getMissionByNameOrId
(String missionNameOrId) Gets the mission with the id, or throws aNotFoundException
if the mission can't be found.MissionDao.updateMission
(Mission mission) Updates the mission, or throws aNotFoundException
if the mission can't be found.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type MissionModifier and TypeMethodDescriptionMissionDao.findMissionByNameOrId
(String missionNameOrId) MissionDao.getMissions
(int offset, int count, String search) Gets missions specifying the offset and the count, specifying a search filter.MissionDao.getMissions
(int offset, int count, List<String> tags) Gets missions specifying the offset and the count.MissionDao.getMissionsMatching
(Collection<String> missionNamesOrIds) Gets allMission
s matching the list of names or ids.Methods in dev.getelements.elements.sdk.dao with parameters of type MissionModifier and TypeMethodDescriptionMissionDao.createMission
(Mission mission) Creates a mission.MissionDao.updateMission
(Mission mission) Updates the mission, or throws aNotFoundException
if the mission can't be found. -
Uses of Mission in dev.getelements.elements.sdk.model.mission
Methods in dev.getelements.elements.sdk.model.mission that return types with arguments of type MissionMethod parameters in dev.getelements.elements.sdk.model.mission with type arguments of type Mission -
Uses of Mission in dev.getelements.elements.sdk.service.mission
Methods in dev.getelements.elements.sdk.service.mission that return MissionModifier and TypeMethodDescriptionMissionService.createMission
(Mission mission) Creates a newMission
.MissionService.getMissionByNameOrId
(String missionNameOrId) Gets a mission with specified name or ID.MissionService.updateMission
(Mission mission) Updates theMission
.Methods in dev.getelements.elements.sdk.service.mission that return types with arguments of type MissionModifier and TypeMethodDescriptionMissionService.getMissions
(int offset, int count, String query) Returns a list ofMission
objects.MissionService.getMissions
(int offset, int count, List<String> tags) Returns a list ofMission
objects.Methods in dev.getelements.elements.sdk.service.mission with parameters of type MissionModifier and TypeMethodDescriptionMissionService.createMission
(Mission mission) Creates a newMission
.MissionService.updateMission
(Mission mission) Updates theMission
. -
Uses of Mission in dev.getelements.elements.service.mission
Methods in dev.getelements.elements.service.mission that return MissionModifier and TypeMethodDescriptionAnonMissionService.createMission
(Mission mission) SuperUserMissionService.createMission
(Mission mission) AnonMissionService.getMissionByNameOrId
(String missionNameOrId) AnonMissionService.updateMission
(Mission mission) SuperUserMissionService.updateMission
(Mission mission) Methods in dev.getelements.elements.service.mission that return types with arguments of type MissionModifier and TypeMethodDescriptionAnonMissionService.getMissions
(int offset, int count, String query) AnonMissionService.getMissions
(int offset, int count, List<String> tags) Methods in dev.getelements.elements.service.mission with parameters of type MissionModifier and TypeMethodDescriptionAnonMissionService.createMission
(Mission mission) SuperUserMissionService.createMission
(Mission mission) AnonMissionService.updateMission
(Mission mission) SuperUserMissionService.updateMission
(Mission mission)