Uses of Class
dev.getelements.elements.sdk.model.receipt.Receipt
Packages that use Receipt
Package
Description
-
Uses of Receipt in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return ReceiptModifier and TypeMethodDescriptionMongoReceiptMapper.forward(MongoReceipt source) MongoReceiptMapperImpl.forward(MongoReceipt source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type ReceiptModifier and TypeMethodDescription -
Uses of Receipt in dev.getelements.elements.dao.mongo.receipt
Methods in dev.getelements.elements.dao.mongo.receipt that return ReceiptModifier and TypeMethodDescriptionMongoReceiptDao.createReceipt(Receipt receipt) MongoReceiptDao.getReceipt(String id) MongoReceiptDao.getReceipt(String schema, String originalTransactionId) Methods in dev.getelements.elements.dao.mongo.receipt that return types with arguments of type ReceiptModifier and TypeMethodDescriptionMongoReceiptDao.getReceipts(User user, int offset, int count) MongoReceiptDao.getReceipts(User user, int offset, int count, String search) Methods in dev.getelements.elements.dao.mongo.receipt with parameters of type Receipt -
Uses of Receipt in dev.getelements.elements.rest.receipt
Methods in dev.getelements.elements.rest.receipt that return ReceiptModifier and TypeMethodDescriptionReceiptResource.createReceipt(CreateReceiptRequest createReceiptRequest) ReceiptResource.getReceipt(String id) Methods in dev.getelements.elements.rest.receipt that return types with arguments of type ReceiptModifier and TypeMethodDescriptionReceiptResource.getReceipts(String userId, int offset, int count, String search) -
Uses of Receipt in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return ReceiptModifier and TypeMethodDescriptionReceiptDao.createReceipt(Receipt receipt) Creates a new receipt.ReceiptDao.getReceipt(String id) Gets the receipt with the matching database id, or throws aNotFoundExceptionif the receipt can't be found.ReceiptDao.getReceipt(String schema, String originalTransactionId) Gets the receipt with the matching schema and transaction id, or throws aNotFoundExceptionif the receipt can't be found.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type ReceiptModifier and TypeMethodDescriptionReceiptDao.getReceipts(User user, int offset, int count) Gets receipts for a given user specifying the offset and the count.ReceiptDao.getReceipts(User user, int offset, int count, String search) Gets receipts for a given user specifying the offset and the count.Methods in dev.getelements.elements.sdk.dao with parameters of type ReceiptModifier and TypeMethodDescriptionReceiptDao.createReceipt(Receipt receipt) Creates a new receipt. -
Uses of Receipt in dev.getelements.elements.sdk.service.receipt
Methods in dev.getelements.elements.sdk.service.receipt that return ReceiptModifier and TypeMethodDescriptionReceiptService.createReceipt(CreateReceiptRequest receipt) Creates a new receipt.ReceiptService.getReceiptById(String id) Gets the receipt with the db id, or throws aNotFoundExceptionif the receipt can't be found.ReceiptService.getReceiptBySchemaAndTransactionId(String schema, String originalTransactionId) Gets the receipt with the schema and transaction id, or throws aNotFoundExceptionif the receipt can't be found.Methods in dev.getelements.elements.sdk.service.receipt that return types with arguments of type ReceiptModifier and TypeMethodDescriptionReceiptService.getReceipts(String userId, int offset, int count, String search) Gets receipts for a given user specifying the offset and the count. -
Uses of Receipt in dev.getelements.elements.service.receipt
Methods in dev.getelements.elements.service.receipt that return ReceiptModifier and TypeMethodDescriptionSuperuserReceiptService.createReceipt(CreateReceiptRequest createReceiptRequest) UserReceiptService.createReceipt(CreateReceiptRequest receipt) SuperuserReceiptService.getReceiptById(String id) UserReceiptService.getReceiptById(String id) SuperuserReceiptService.getReceiptBySchemaAndTransactionId(String schema, String originalTransactionId) UserReceiptService.getReceiptBySchemaAndTransactionId(String schema, String originalTransactionId) Methods in dev.getelements.elements.service.receipt that return types with arguments of type ReceiptModifier and TypeMethodDescriptionSuperuserReceiptService.getReceipts(String userId, int offset, int count, String search) UserReceiptService.getReceipts(String ignored, int offset, int count, String search)