Uses of Class
dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
Packages that use DistinctInventoryItem
Package
Description
-
Uses of DistinctInventoryItem in dev.getelements.elements.dao.mongo.goods
Methods in dev.getelements.elements.dao.mongo.goods that return DistinctInventoryItemModifier and TypeMethodDescriptionMongoDistinctInventoryItemDao.createDistinctInventoryItem
(DistinctInventoryItem distinctInventoryItem) MongoDistinctInventoryItemDao.getDistinctInventoryItem
(String id) MongoDistinctInventoryItemDao.updateDistinctInventoryItem
(DistinctInventoryItem distinctInventoryItem) Methods in dev.getelements.elements.dao.mongo.goods that return types with arguments of type DistinctInventoryItemModifier and TypeMethodDescriptionMongoDistinctInventoryItemDao.findDistinctInventoryItemForOwner
(String id, String ownerId) MongoDistinctInventoryItemDao.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, boolean publicOnly) MongoDistinctInventoryItemDao.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, boolean publicOnly, String queryString) Methods in dev.getelements.elements.dao.mongo.goods with parameters of type DistinctInventoryItemModifier and TypeMethodDescriptionMongoDistinctInventoryItemDao.createDistinctInventoryItem
(DistinctInventoryItem distinctInventoryItem) MongoDistinctInventoryItemDao.updateDistinctInventoryItem
(DistinctInventoryItem distinctInventoryItem) -
Uses of DistinctInventoryItem in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return DistinctInventoryItemModifier and TypeMethodDescriptionMongoDBMapper.toDistinctInventoryItem
(MongoDistinctInventoryItem source) MongoDBMapperImpl.toDistinctInventoryItem
(MongoDistinctInventoryItem source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type DistinctInventoryItemModifier and TypeMethodDescriptionMongoDBMapper.toMongoDistinctInventoryItem
(DistinctInventoryItem source) MongoDBMapperImpl.toMongoDistinctInventoryItem
(DistinctInventoryItem source) -
Uses of DistinctInventoryItem in dev.getelements.elements.rest.inventory
Methods in dev.getelements.elements.rest.inventory that return DistinctInventoryItemModifier and TypeMethodDescriptionDistinctInventoryItemResource.createDistinctInventoryItem
(CreateDistinctInventoryItemRequest createDistinctInventoryItemRequest) DistinctInventoryItemResource.getDistinctInventoryItem
(String itemNameOrId) DistinctInventoryItemResource.updateDistinctInventoryItem
(String distinctInventoryItemId, UpdateDistinctInventoryItemRequest updateInventoryItemRequest) Methods in dev.getelements.elements.rest.inventory that return types with arguments of type DistinctInventoryItemModifier and TypeMethodDescriptionDistinctInventoryItemResource.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, String search) -
Uses of DistinctInventoryItem in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return DistinctInventoryItemModifier and TypeMethodDescriptionDistinctInventoryItemDao.createDistinctInventoryItem
(DistinctInventoryItem distinctInventoryItem) Creates a distinct inventory item.DistinctInventoryItemDao.getDistinctInventoryItem
(String id) Creates a distinct inventory item.DistinctInventoryItemDao.updateDistinctInventoryItem
(DistinctInventoryItem distinctInventoryItem) Updates a distinct inventory item.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type DistinctInventoryItemModifier and TypeMethodDescriptionDistinctInventoryItemDao.findDistinctInventoryItemForOwner
(String itemId, String ownerId) Finds the distinct inventory item with the owner ID and owner ID.DistinctInventoryItemDao.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, boolean publicOnly) Gets a listing distinct inventory items.DistinctInventoryItemDao.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, boolean publicOnly, String queryString) Gets a listing distinct inventory items filtering by query string.Methods in dev.getelements.elements.sdk.dao with parameters of type DistinctInventoryItemModifier and TypeMethodDescriptionDistinctInventoryItemDao.createDistinctInventoryItem
(DistinctInventoryItem distinctInventoryItem) Creates a distinct inventory item.DistinctInventoryItemDao.updateDistinctInventoryItem
(DistinctInventoryItem distinctInventoryItem) Updates a distinct inventory item. -
Uses of DistinctInventoryItem in dev.getelements.elements.sdk.service.inventory
Methods in dev.getelements.elements.sdk.service.inventory that return DistinctInventoryItemModifier and TypeMethodDescriptionDistinctInventoryItemService.createDistinctInventoryItem
(String userId, String profileId, String itemId, Map<String, Object> metadata) Creates a distinct inventory item, specifying the user, profile, and item id.DistinctInventoryItemService.getDistinctInventoryItem
(String itemNameOrId) Gets a specific distinct inventory item from the database.DistinctInventoryItemService.updateDistinctInventoryItem
(String distinctInventoryItemId, String userId, String profileId, Map<String, Object> metadata) Updates a distinct inventory item.Methods in dev.getelements.elements.sdk.service.inventory that return types with arguments of type DistinctInventoryItemModifier and TypeMethodDescriptionDistinctInventoryItemService.getDistinctInventoryItems
(int offset, int count, String userId, String profileId) Gets a listing of distinct inventory items from the database.DistinctInventoryItemService.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, String query) Gets a listing of distinct inventory items from the database. -
Uses of DistinctInventoryItem in dev.getelements.elements.service.inventory
Methods in dev.getelements.elements.service.inventory that return DistinctInventoryItemModifier and TypeMethodDescriptionSuperUserDistinctInventoryItemService.createDistinctInventoryItem
(String userId, String profileId, String itemId, Map<String, Object> metadata) UserDistinctInventoryItemService.createDistinctInventoryItem
(String userId, String profileId, String itemId, Map<String, Object> metadata) SuperUserDistinctInventoryItemService.getDistinctInventoryItem
(String itemNameOrId) UserDistinctInventoryItemService.getDistinctInventoryItem
(String itemNameOrId) SuperUserDistinctInventoryItemService.updateDistinctInventoryItem
(String distinctInventoryItemId, String userId, String profileId, Map<String, Object> metadata) UserDistinctInventoryItemService.updateDistinctInventoryItem
(String distinctInventoryItemId, String userId, String profileId, Map<String, Object> metadata) Methods in dev.getelements.elements.service.inventory that return types with arguments of type DistinctInventoryItemModifier and TypeMethodDescriptionSuperUserDistinctInventoryItemService.getDistinctInventoryItems
(int offset, int count, String userId, String profileId) SuperUserDistinctInventoryItemService.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, String query) UserDistinctInventoryItemService.getDistinctInventoryItems
(int offset, int count, String userId, String profileId) UserDistinctInventoryItemService.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, String query) -
Uses of DistinctInventoryItem in dev.getelements.elements.service.largeobject
Methods in dev.getelements.elements.service.largeobject that return DistinctInventoryItemModifier and TypeMethodDescriptionLargeObjectCdnUtils.setDistinctItemProfileCdnUrl
(DistinctInventoryItem item) Methods in dev.getelements.elements.service.largeobject with parameters of type DistinctInventoryItemModifier and TypeMethodDescriptionLargeObjectCdnUtils.setDistinctItemProfileCdnUrl
(DistinctInventoryItem item)