Uses of Class
dev.getelements.elements.sdk.model.goods.Item
Packages that use Item
Package
Description
-
Uses of Item in dev.getelements.elements.dao.mongo.goods
Methods in dev.getelements.elements.dao.mongo.goods that return ItemModifier and TypeMethodDescriptionMongoItemDao.createItem
(Item item) MongoItemDao.getItemByIdOrName
(String identifier) MongoItemDao.updateItem
(Item item) MongoItemDao.updateItemWtihMetadata
(Item item, dev.morphia.query.Query<MongoItem> query) Methods in dev.getelements.elements.dao.mongo.goods that return types with arguments of type ItemModifier and TypeMethodDescriptionMethods in dev.getelements.elements.dao.mongo.goods with parameters of type ItemModifier and TypeMethodDescriptionMongoItemDao.createItem
(Item item) MongoItemDao.findMongoItem
(Item item) MongoItemDao.getMongoItem
(Item item) MongoItemDao.updateItem
(Item item) MongoItemDao.updateItemWtihMetadata
(Item item, dev.morphia.query.Query<MongoItem> query) -
Uses of Item in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return ItemModifier and TypeMethodDescriptionDeprecated.Deprecated.Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type ItemModifier and TypeMethodDescriptionMongoDBMapper.toMongoItem
(Item source) Deprecated.MongoDBMapperImpl.toMongoItem
(Item source) Deprecated. -
Uses of Item in dev.getelements.elements.dao.mongo.test
Methods in dev.getelements.elements.dao.mongo.test that return ItemModifier and TypeMethodDescriptionItemTestFactory.createTestItem
(ItemCategory category, boolean isPublic) ItemTestFactory.createTestItem
(ItemCategory category, String name, boolean isPublic) ItemTestFactory.createTestItem
(ItemCategory category, String name, String description, boolean isPublic) ItemTestFactory.createTestItem
(ItemCategory category, String name, String description, List<String> tags, boolean isPublic) ItemTestFactory.createTestItem
(String name, Function<Item, Item> itemTransformer) Methods in dev.getelements.elements.dao.mongo.test with parameters of type ItemModifier and TypeMethodDescriptionMissionTestFactory.buildTestReward
(int quantity, Item item) MissionTestFactory.buildTestStep
(String displayName, String description, int count, Item item) MissionTestFactory.createTestFiniteMission
(String name, Item rewardItem) MissionTestFactory.createTestRepeatingMission
(String name, Item rewardItem) Method parameters in dev.getelements.elements.dao.mongo.test with type arguments of type Item -
Uses of Item in dev.getelements.elements.rest.goods
Methods in dev.getelements.elements.rest.goods that return ItemModifier and TypeMethodDescriptionItemResource.createItem
(CreateItemRequest itemToBeCreated) ItemResource.getItemByIdentifier
(String identifier) ItemResource.updateItem
(String identifier, UpdateItemRequest updateItemRequest) Methods in dev.getelements.elements.rest.goods that return types with arguments of type Item -
Uses of Item in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return ItemModifier and TypeMethodDescriptionItemDao.createItem
(Item item) Creates a new Item.ItemDao.getItemByIdOrName
(String identifier) Retrieves a single Item from the database by its id property or name property.ItemDao.updateItem
(Item item) Updates a given Item.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type ItemModifier and TypeMethodDescriptionReturns all Items in the subset of items filtered by tags and the given offset position.Methods in dev.getelements.elements.sdk.dao with parameters of type ItemModifier and TypeMethodDescriptionItemDao.createItem
(Item item) Creates a new Item.ItemDao.updateItem
(Item item) Updates a given Item. -
Uses of Item in dev.getelements.elements.sdk.model.inventory
Methods in dev.getelements.elements.sdk.model.inventory that return ItemMethods in dev.getelements.elements.sdk.model.inventory with parameters of type Item -
Uses of Item in dev.getelements.elements.sdk.model.reward
Methods in dev.getelements.elements.sdk.model.reward that return ItemMethods in dev.getelements.elements.sdk.model.reward with parameters of type Item -
Uses of Item in dev.getelements.elements.sdk.service.goods
Methods in dev.getelements.elements.sdk.service.goods that return ItemModifier and TypeMethodDescriptionItemService.createItem
(CreateItemRequest item) Creates a newItem
.ItemService.getItemByIdOrName
(String identifier) Get anItem
by it's specific database-unique identifier.ItemService.updateItem
(String identifier, UpdateItemRequest item) Updates the specificItem
.Methods in dev.getelements.elements.sdk.service.goods that return types with arguments of type Item -
Uses of Item in dev.getelements.elements.service.goods
Methods in dev.getelements.elements.service.goods that return ItemModifier and TypeMethodDescriptionAnonItemService.createItem
(CreateItemRequest item) SuperuserItemService.createItem
(CreateItemRequest itemRequest) AnonItemService.getItemByIdOrName
(String identifier) SuperuserItemService.getItemByIdOrName
(String identifier) AnonItemService.updateItem
(String id, UpdateItemRequest item) SuperuserItemService.updateItem
(String identifier, UpdateItemRequest itemRequest) Methods in dev.getelements.elements.service.goods that return types with arguments of type Item