| Package | Description |
|---|---|
| org.posper.hibernate | |
| org.posper.hibernate.setup | |
| org.posper.tpv.forms | |
| org.posper.tpv.inventory | |
| org.posper.tpv.panels | |
| org.posper.tpv.panelsales |
| Modifier and Type | Method and Description |
|---|---|
Category |
Product.getCategory() |
Category |
Category.getItem() |
Category |
Category.getParent() |
static Category |
Category.retrieveRoot() |
| Modifier and Type | Method and Description |
|---|---|
Set<Category> |
Product.getCategories() |
Set<Category> |
Category.getSubcategories() |
| Modifier and Type | Method and Description |
|---|---|
int |
Category.compareTo(Category o) |
void |
Product.setCategory(Category category) |
void |
Category.setParent(Category parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
Product.setCategories(Set<Category> categories) |
| Modifier and Type | Method and Description |
|---|---|
static Category |
DbSetup.addSampleCategory(String name,
int visibleId,
Category parent) |
| Modifier and Type | Method and Description |
|---|---|
static Category |
DbSetup.addSampleCategory(String name,
int visibleId,
Category parent) |
static Product |
DbSetup.addSampleProduct(Category c,
String ref,
Tax tax,
String prodName,
String barcode,
double buy,
double sell,
double volume,
boolean instock,
boolean com,
boolean scale) |
| Modifier and Type | Method and Description |
|---|---|
Category |
AppConfig.getStartCategory()
start.category is the visibleId of the category which is selected on
login when products and categories have different panels
|
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryEditor.createValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryEditor.writeValueDelete(Category cat) |
void |
CategoryEditor.writeValueEdit(Category cat) |
boolean |
CategoryEditor.writeValueUpdate(Category cat) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductsEditor.setSelectedCategories(Collection<Category> selectedCategories) |
| Modifier and Type | Field and Description |
|---|---|
protected Category |
JCatalog.current_cat |
| Modifier and Type | Method and Description |
|---|---|
ListProvider<Category> |
JPanelCategory.getListProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
JCatalogTab.addBack(Category target,
ActionListener al)
Adds a 'back button' to flowpanel
|
protected void |
JCatalog.fireSelectedCategory(Category cat) |
static ItemButton |
JCatalogTab.generateBackButton(Category target) |
void |
JCatalog.setCurrentCat(Category cat) |
| Constructor and Description |
|---|
BackItem(Category a) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JPanelTicket.catTransition(Category cat) |
Copyright © 2021. All rights reserved.