Uses of Class
dev.getelements.elements.sdk.model.savedata.SaveDataDocument
Packages that use SaveDataDocument
Package
Description
-
Uses of SaveDataDocument in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return SaveDataDocumentModifier and TypeMethodDescriptionMongoDBMapper.copySaveDataDocument
(SaveDataDocument source) MongoDBMapperImpl.copySaveDataDocument
(SaveDataDocument source) MongoDBMapper.toSaveDataDocument
(MongoSaveDataDocument source) MongoDBMapperImpl.toSaveDataDocument
(MongoSaveDataDocument source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type SaveDataDocumentModifier and TypeMethodDescriptionMongoDBMapper.copySaveDataDocument
(SaveDataDocument source) MongoDBMapperImpl.copySaveDataDocument
(SaveDataDocument source) protected void
MongoDBMapperImpl.saveDataDocumentToMongoSaveDataDocumentId
(SaveDataDocument saveDataDocument, MongoSaveDataDocumentId mappingTarget) MongoDBMapper.toMongoSaveDataDocument
(SaveDataDocument source) MongoDBMapperImpl.toMongoSaveDataDocument
(SaveDataDocument source) -
Uses of SaveDataDocument in dev.getelements.elements.dao.mongo.savedata
Methods in dev.getelements.elements.dao.mongo.savedata that return SaveDataDocumentModifier and TypeMethodDescriptionMongoSaveDataDocumentDao.checkedUpdate
(SaveDataDocument document) MongoSaveDataDocumentDao.createSaveDataDocument
(SaveDataDocument document) MongoSaveDataDocumentDao.forceUpdateSaveDataDocument
(SaveDataDocument document) Methods in dev.getelements.elements.dao.mongo.savedata that return types with arguments of type SaveDataDocumentModifier and TypeMethodDescriptionMongoSaveDataDocumentDao.findProfileSaveDataDocumentBySlot
(String profileId, int slot) MongoSaveDataDocumentDao.findSaveDataDocument
(String saveDataDocumentId) MongoSaveDataDocumentDao.findUserSaveDataDocumentBySlot
(String userId, int slot) MongoSaveDataDocumentDao.getSaveDataDocuments
(int offset, int count, String userId, String profileId) MongoSaveDataDocumentDao.getSaveDataDocuments
(int offset, int count, String userId, String profileId, String query) Methods in dev.getelements.elements.dao.mongo.savedata with parameters of type SaveDataDocumentModifier and TypeMethodDescriptionMongoSaveDataDocumentDao.checkedUpdate
(SaveDataDocument document) MongoSaveDataDocumentDao.createSaveDataDocument
(SaveDataDocument document) MongoSaveDataDocumentDao.forceUpdateSaveDataDocument
(SaveDataDocument document) -
Uses of SaveDataDocument in dev.getelements.elements.rest.savedata
Methods in dev.getelements.elements.rest.savedata that return SaveDataDocumentModifier and TypeMethodDescriptionSaveDataDocumentResource.createSaveDocument
(CreateSaveDataDocumentRequest createSaveDataDocumentRequest) SaveDataDocumentResource.getProfileSaveDataDocumentBySlot
(String profileId, int slot) SaveDataDocumentResource.getSaveDataDocument
(String nameOrId) SaveDataDocumentResource.getUserSaveDataDocumentBySlot
(String userId, int slot) SaveDataDocumentResource.updateSaveDocument
(String saveDataDocumentId, UpdateSaveDataDocumentRequest updateSaveDataDocumentRequest) Methods in dev.getelements.elements.rest.savedata that return types with arguments of type SaveDataDocumentModifier and TypeMethodDescriptionSaveDataDocumentResource.getSaveDataDocuments
(int offset, int count, String userId, String profileId, String search) -
Uses of SaveDataDocument in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return SaveDataDocumentModifier and TypeMethodDescriptionSaveDataDocumentDao.checkedUpdate
(SaveDataDocument document) Updates an existingSaveDataDocument
.SaveDataDocumentDao.createSaveDataDocument
(SaveDataDocument document) Creates a newSaveDataDocument
in the database.SaveDataDocumentDao.forceUpdateSaveDataDocument
(SaveDataDocument document) Updates an existingSaveDataDocument
.default SaveDataDocument
SaveDataDocumentDao.getProfileSaveDataDocumentBySlot
(String profileId, int slot) Gets the profile scoped save data document supplying the user id and the slot.default SaveDataDocument
SaveDataDocumentDao.getSaveDataDocument
(String saveDataDocumentId) Gets aSaveDataDocument
from the supplied id.default SaveDataDocument
SaveDataDocumentDao.getUserSaveDataDocumentBySlot
(String userId, int slot) Gets the user-scoped save data document supplying the user id and the slot.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type SaveDataDocumentModifier and TypeMethodDescriptionSaveDataDocumentDao.findProfileSaveDataDocumentBySlot
(String profileId, int slot) Finds the profile scoped save data document supplying the user id and the slot.SaveDataDocumentDao.findSaveDataDocument
(String saveDataDocumentId) Finds aSaveDataDocument
from the supplied id.SaveDataDocumentDao.findUserSaveDataDocumentBySlot
(String userId, int slot) Finds the user-scoped save data document supplying the user id and the slot.SaveDataDocumentDao.getSaveDataDocuments
(int offset, int count, String userId, String profileId) Gets all save data documents matching the supplied criteria.SaveDataDocumentDao.getSaveDataDocuments
(int offset, int count, String userId, String profileId, String query) Gets all save data documents matching the supplied criteria.Methods in dev.getelements.elements.sdk.dao with parameters of type SaveDataDocumentModifier and TypeMethodDescriptionSaveDataDocumentDao.checkedUpdate
(SaveDataDocument document) Updates an existingSaveDataDocument
.SaveDataDocumentDao.createSaveDataDocument
(SaveDataDocument document) Creates a newSaveDataDocument
in the database.SaveDataDocumentDao.forceUpdateSaveDataDocument
(SaveDataDocument document) Updates an existingSaveDataDocument
. -
Uses of SaveDataDocument in dev.getelements.elements.sdk.service.savedata
Methods in dev.getelements.elements.sdk.service.savedata that return SaveDataDocumentModifier and TypeMethodDescriptionSaveDataDocumentService.createSaveDataDocument
(CreateSaveDataDocumentRequest createSaveDataDocumentRequest) Creates a new SaveDataDocument in the database.SaveDataDocumentService.getProfileSaveDataDocumentBySlot
(String profileId, int slot) Gets a profile-scoped saved data document by user id and slot.default SaveDataDocument
SaveDataDocumentService.getSaveDataDocument
(String saveDataDocumentId) Gets a specific save document with the supplied.SaveDataDocumentService.getUserSaveDataDocumentBySlot
(String userId, int slot) Gets a user-scoped saved data document by user id and slot.SaveDataDocumentService.updateSaveDataDocument
(String saveDataDocumentId, UpdateSaveDataDocumentRequest updateSaveDataDocumentRequest) Updates theSaveDataDocument
with the supplied id and theUpdateSaveDataDocumentRequest
and theMethods in dev.getelements.elements.sdk.service.savedata that return types with arguments of type SaveDataDocumentModifier and TypeMethodDescriptionSaveDataDocumentService.findSaveDataDocument
(String saveDataDocumentId) Finds a save data document with a specified id, returning an emptyOptional<SaveDataDocument>
if no such document has been found.SaveDataDocumentService.getSaveDataDocuments
(int offset, int count, String query) Gets all save data documents, filtering by the supplied query string.SaveDataDocumentService.getSaveDataDocuments
(int offset, int count, String userId, String profileId) Gets all save data documents. -
Uses of SaveDataDocument in dev.getelements.elements.service.savedata
Methods in dev.getelements.elements.service.savedata that return SaveDataDocumentModifier and TypeMethodDescriptionSuperUserSaveDataDocumentService.createSaveDataDocument
(CreateSaveDataDocumentRequest createSaveDataDocumentRequest) UserSaveDataDocumentService.createSaveDataDocument
(CreateSaveDataDocumentRequest createSaveDataDocumentRequest) SuperUserSaveDataDocumentService.getProfileSaveDataDocumentBySlot
(String profileId, int slot) UserSaveDataDocumentService.getProfileSaveDataDocumentBySlot
(String profileId, int slot) SuperUserSaveDataDocumentService.getUserSaveDataDocumentBySlot
(String userId, int slot) UserSaveDataDocumentService.getUserSaveDataDocumentBySlot
(String userId, int slot) SuperUserSaveDataDocumentService.updateSaveDataDocument
(String saveDataDocumentId, UpdateSaveDataDocumentRequest updateSaveDataDocumentRequest) UserSaveDataDocumentService.updateSaveDataDocument
(String saveDataDocumentId, UpdateSaveDataDocumentRequest updateSaveDataDocumentRequest) Methods in dev.getelements.elements.service.savedata that return types with arguments of type SaveDataDocumentModifier and TypeMethodDescriptionSuperUserSaveDataDocumentService.findSaveDataDocument
(String saveDataDocumentId) UserSaveDataDocumentService.findSaveDataDocument
(String saveDataDocumentId) SuperUserSaveDataDocumentService.getSaveDataDocuments
(int offset, int count, String query) SuperUserSaveDataDocumentService.getSaveDataDocuments
(int offset, int count, String userId, String profileId) UserSaveDataDocumentService.getSaveDataDocuments
(int offset, int count, String query) UserSaveDataDocumentService.getSaveDataDocuments
(int offset, int count, String userId, String profileId)