|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProductNotFoundException | |
|---|---|
| cafe.database | |
| Uses of ProductNotFoundException in cafe.database |
|---|
| Methods in cafe.database that throw ProductNotFoundException | |
|---|---|
void |
DBCommunication.exportProduct(UserInfo user,
ExportProduct product)
Method returns exportproducts in a list |
void |
Database.exportProduct(UserInfo user,
ExportProduct product)
updates product balance for group and for user. |
void |
DBCommunication.importProduct(UserInfo user,
ImportProduct product,
double amount)
Method for importing new products |
void |
Database.importProduct(UserInfo user,
ImportProduct product,
double amount)
Method for importing new products |
void |
DBCommunication.insertAlert(ImportProduct product)
Method inserts a alert for a product, if alert is already "valid", keeps the alert as valid if proiduct id found in db, sets the alert for it, if not found, no rows are updated |
void |
Database.insertAlert(ImportProduct product)
Method inserts a alert for a product, if alert is already "valid", keeps the alert as valid |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||