Package | Description |
---|---|
Controllers | |
Utilities | |
Workers |
Modifier and Type | Method and Description |
---|---|
void |
MainController.addCustomerToTreeView(Customer customer,
javafx.scene.control.TreeItem<TreeItemPair<String,javafx.util.Pair<String,Object>>> parent) |
void |
AddCustomerController.initAddCust(Customer customer,
MainController mainController,
javafx.scene.control.Tab parent,
String user,
javafx.scene.control.TreeItem<TreeItemPair<String,javafx.util.Pair<String,Object>>> treeParent) |
void |
AddCustomerController.initAddCust(Customer customer,
MainController mainController,
javafx.scene.control.Tab parent,
javafx.scene.control.TreeItem<TreeItemPair<String,javafx.util.Pair<String,Object>>> treeParent)
Used to open dialog with already existing customer information from year as specified in Utilities.Customer Report.
|
void |
CustomerController.initCustomer(Customer customer,
MainController mainCont) |
void |
MainController.openEditCustomer(Customer customer) |
Modifier and Type | Method and Description |
---|---|
static Iterable<Customer> |
DbInt.getAllCustomers() |
Iterable<Customer> |
Year.getCustomers() |
Iterable<Customer> |
Year.getCustomers(String user) |
Modifier and Type | Method and Description |
---|---|
protected Customer |
AddCustomerWorker.call() |
Constructor and Description |
---|
ReportsWorker(String reportType,
String selectedYear,
String scoutName,
String scoutStAddr,
String addrFormat,
String scoutRank,
String scoutPhone,
String logoLoc,
String category,
String user,
ArrayList<Customer> customers,
String repTitle,
String splitting,
Boolean includeHeader,
String pdfLoc1)
Creates an instance of the worker
|
Copyright © 2014–2018. All rights reserved.