|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProductGroup | |
---|---|
cafe.database | |
cafe.gui | |
cafe.gui.general.productLists | |
cafe.main |
Uses of ProductGroup in cafe.database |
---|
Methods in cafe.database that return ProductGroup | |
---|---|
ProductGroup[] |
DBCommunication.getProductGroups()
method returns groups in database and their balance in ProductGroup beans in a list |
ProductGroup[] |
Database.getProductGroups()
method returns groups in database and their balance in ProductGroup beans in a list |
Uses of ProductGroup in cafe.gui |
---|
Methods in cafe.gui that return ProductGroup | |
---|---|
ProductGroup[] |
UserInterfaceEvent.getProductGroups()
Returns a list of all product groups. |
Uses of ProductGroup in cafe.gui.general.productLists |
---|
Methods in cafe.gui.general.productLists with parameters of type ProductGroup | |
---|---|
void |
ImportProductChange.newGroup(ProductGroup group)
Informs that a product group was selected. |
void |
ImportableList.newGroup(ProductGroup group)
Informs this panel that a certain group has been selected and product list should be changed to show products from that group. |
Constructors in cafe.gui.general.productLists with parameters of type ProductGroup | |
---|---|
GroupList(ImportProductChange importProductChange,
ProductGroup[] productGroups,
LanguageEnum currentLanguage)
Creates this list |
|
ImportableList(ViewEventInterface viewEventInterface,
ProductGroup[] productGroups,
boolean alert)
Constructs this panel and puts import product and group lists in it. |
|
ImportProductList(ImportProductChange importProductChange,
ProductGroup group,
boolean alert,
LanguageEnum currentLanguage)
Constructs the product list. |
Uses of ProductGroup in cafe.main |
---|
Methods in cafe.main that return ProductGroup | |
---|---|
ProductGroup[] |
MainGuiHandler.getProductGroups()
Returns a list of all product groups. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |