Uses of Enum Class
jku.se.Status
Packages that use Status
-
Uses of Status in jku.se
-
Uses of Status in jku.se.repository
Methods in jku.se.repository with parameters of type StatusModifier and TypeMethodDescriptionstatic void
InvoiceRepository.saveInvoiceInfo
(Connection connection, String userEmail, Date date, double amount, Category category, Status status, String fileUrl, LocalDateTime createdAt, double reimbursement, File imageFile) Saves a new invoice record in the database and uploads associated file.