Uses of Class
dev.getelements.elements.dao.mongo.model.goods.MongoItem
Packages that use MongoItem
Package
Description
-
Uses of MongoItem in dev.getelements.elements.dao.mongo.goods
Methods in dev.getelements.elements.dao.mongo.goods that return MongoItemModifier and TypeMethodDescriptionMongoItemDao.getMongoItem
(Item item) MongoItemDao.getMongoItem
(org.bson.types.ObjectId objectId) MongoItemDao.getMongoItemByNameOrId
(String itemNameOrId) Methods in dev.getelements.elements.dao.mongo.goods that return types with arguments of type MongoItemModifier and TypeMethodDescriptionMongoItemDao.findMongoItem
(Item item) MongoItemDao.findMongoItem
(String id) MongoItemDao.findMongoItem
(org.bson.types.ObjectId objectId) MongoItemDao.findMongoItemByNameOrId
(String itemNameOrId) MongoItemDao.getPublicItems()
Methods in dev.getelements.elements.dao.mongo.goods with parameters of type MongoItemMethod parameters in dev.getelements.elements.dao.mongo.goods with type arguments of type MongoItemModifier and TypeMethodDescriptionMongoItemDao.updateItemWtihMetadata
(Item item, dev.morphia.query.Query<MongoItem> query) -
Uses of MongoItem in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return MongoItemModifier and TypeMethodDescriptionMongoDBMapper.toMongoItem
(Item source) MongoDBMapperImpl.toMongoItem
(Item source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MongoItem -
Uses of MongoItem in dev.getelements.elements.dao.mongo.model.goods
Methods in dev.getelements.elements.dao.mongo.model.goods that return MongoItemModifier and TypeMethodDescriptionMongoDistinctInventoryItem.getItem()
MongoInventoryItem.getItem()
Methods in dev.getelements.elements.dao.mongo.model.goods with parameters of type MongoItemModifier and TypeMethodDescriptionvoid
void
Constructors in dev.getelements.elements.dao.mongo.model.goods with parameters of type MongoItemModifierConstructorDescriptionMongoInventoryItemId
(MongoUser mongoUser, MongoItem mongoItem, int priority) -
Uses of MongoItem in dev.getelements.elements.dao.mongo.model.mission
Methods in dev.getelements.elements.dao.mongo.model.mission that return MongoItemMethods in dev.getelements.elements.dao.mongo.model.mission with parameters of type MongoItemModifier and TypeMethodDescriptionvoid
void
Constructors in dev.getelements.elements.dao.mongo.model.mission with parameters of type MongoItemModifierConstructorDescriptionMongoRewardIssuanceId
(MongoUser mongoUser, MongoItem mongoItem, int itemQuantity, String context)