| Package | Description |
|---|---|
| org.posper.hibernate | |
| org.posper.hibernate.formatters |
POSper Formatters
Formatters are passed to the Velocity engine, e.g. when a ticket is printed.
|
| org.posper.hibernate.setup | |
| org.posper.tpv.inventory | |
| org.posper.tpv.modifier | |
| org.posper.tpv.panels | |
| org.posper.tpv.panelsales | |
| org.posper.tpv.ticket |
| Modifier and Type | Method and Description |
|---|---|
Product |
Product.getItem() |
Product |
StockDiary.getProduct() |
Product |
CustomerDiscounts.getProduct() |
Product |
ProductEan.getProduct() |
Product |
TicketLine.getProduct() |
Product |
ProductLocation.getProduct() |
Product |
SpecialPrice.getProduct() |
Product |
Product.getReplacement() |
Product |
SpecialPrice.getReplacement() |
| Modifier and Type | Method and Description |
|---|---|
static List<Product> |
Product.findProductByID(String id,
org.hibernate.Session sess)
Find a product by the product id
|
Set<Product> |
Category.getProducts() |
List<Product> |
Category.listProducts()
Lists all products which have this category assigned in their list of categories
and with inStock=true and displayOrder not equal 0.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StockDiary.setProduct(Product product) |
void |
CustomerDiscounts.setProduct(Product product) |
void |
ProductEan.setProduct(Product product) |
void |
TicketLine.setProduct(Product product) |
void |
ProductLocation.setProduct(Product product) |
void |
SpecialPrice.setProduct(Product product) |
void |
SpecialPrice.setReplacement(Product replacement) |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setProducts(Set<Product> children) |
| Constructor and Description |
|---|
TicketLine(Product product,
double multiply,
double priceSell) |
| Constructor and Description |
|---|
ProductFormatter(Product product)
Create a ProductFormatter object
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
Product |
ProductsEditor.createValue() |
Product |
InventoryLine.getProduct() |
| Modifier and Type | Method and Description |
|---|---|
EditorRecord<Product> |
ProductsPanel.getEditor() |
ListProvider<Product> |
ProductsPanel.getListProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductsEditor.writeValueDelete(Product myprod) |
void |
ProductsEditor.writeValueEdit(Product myprod) |
boolean |
ProductsEditor.writeValueUpdate(Product value) |
| Constructor and Description |
|---|
InventoryLine(Product oProduct)
Creates a new instance of InventoryLine
|
InventoryLine(Product oProduct,
double dpor,
double dprice,
double priceBase) |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
LockedProductDialog.showDialog(Product oReplacement) |
| Modifier and Type | Method and Description |
|---|---|
static Product |
JProductFinder.showMessage(Component parent,
AppView app) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JCatalog.fireSelectedProduct(Product prod) |
| Constructor and Description |
|---|
JCatalogCom(Product prod,
ActionListener backaction)
Creates new form JCatalogCom
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JPanelTicket.buttonTransition(Product prod) |
void |
JTicketCatalogLines.loadProduct(Product product) |
| Modifier and Type | Method and Description |
|---|---|
Image |
ThumbNailBuilderProduct.getThumbNail(Product product) |
Copyright © 2021. All rights reserved.