| Package | Description |
|---|---|
| Utilities |
| Modifier and Type | Method and Description |
|---|---|
static Order.orderArray |
Order.createNewOrder(formattedProductProps[] orderData) |
| Modifier and Type | Method and Description |
|---|---|
void |
Year.CreateDb(javafx.collections.ObservableList<formattedProductProps> products,
Collection<Year.category> rowsCats)
Creates Database for the year specified.
|
void |
Year.updateDb(String year,
javafx.collections.ObservableList<formattedProductProps> products,
Collection<Year.category> rowsCats) |
| Constructor and Description |
|---|
Order(javafx.collections.ObservableList<formattedProductProps> orders,
String year,
Integer custID,
BigDecimal paid,
Boolean delivered) |
Order(javafx.collections.ObservableList<formattedProductProps> orders,
String year,
Integer custID,
BigDecimal paid,
Boolean delivered,
String uName) |
Copyright © 2014–2018. All rights reserved.