Package | Description |
---|---|
pb138.service.facades | |
pb138.service.services | |
pb138.service.xmlImportExport | |
pb138.web.controllers |
Modifier and Type | Method and Description |
---|---|
Category |
CategoryFacadeImpl.createOrUpdateCategory(String name,
String desctription) |
Category |
CategoryFacade.createOrUpdateCategory(String name,
String desctription)
Creates a new category, or updates it if another one with given name exist;
|
Item |
ItemFacadeImpl.storeItemInDb(Pair<Item,CreateOrUpdate> i) |
Item |
ItemFacade.storeItemInDb(Pair<Item,CreateOrUpdate> i)
Item will be created in db
|
Sale |
SaleFacadeImpl.storeSaleInDb(Sale s) |
Sale |
SaleFacade.storeSaleInDb(Sale s)
Store sale in db.
|
Shipment |
ShipmentFacadeImpl.storeShipmentInDb(Shipment s) |
Shipment |
ShipmentFacade.storeShipmentInDb(Shipment s)
Actually stores correctly created shipment in the db
|
Item |
ItemFacadeImpl.updateItemFromWeb(long ean,
int newAmount,
Integer newThreshold,
String newUnit) |
Item |
ItemFacade.updateItemFromWeb(long ean,
int newAmount,
Integer newThreshold,
String newUnit)
For updating items from web interface
|
Modifier and Type | Method and Description |
---|---|
long |
CategoryServiceImpl.create(Category category) |
long |
CategoryService.create(Category category)
Creates new category
|
long |
ItemServiceImpl.create(Item item) |
long |
ItemService.create(Item item)
Creates new item
|
long |
SaleServiceImpl.create(Sale sale) |
long |
SaleService.create(Sale sale)
Creates new sale
|
long |
ShipmentServiceImpl.create(Shipment shipment) |
long |
ShipmentService.create(Shipment shipment)
Creates new shipment
|
void |
CategoryServiceImpl.delete(Category category) |
void |
CategoryService.delete(Category category)
Deletes category
|
void |
ItemServiceImpl.delete(Item item) |
void |
ItemService.delete(Item item)
Deletes item
|
void |
SaleServiceImpl.delete(Sale sale) |
void |
SaleService.delete(Sale sale)
Deletes sale
|
void |
ShipmentServiceImpl.delete(Shipment shipment) |
void |
ShipmentService.delete(Shipment shipment)
Deletes shipment
|
void |
CategoryServiceImpl.update(Category category) |
void |
CategoryService.update(Category category)
Updates category
|
void |
ItemServiceImpl.update(Item item) |
void |
ItemService.update(Item item)
Updates item
|
void |
SaleServiceImpl.update(Sale sale) |
void |
SaleService.update(Sale sale)
Updates sale
|
void |
ShipmentServiceImpl.update(Shipment shipment) |
void |
ShipmentService.update(Shipment shipment)
Updates shipment
|
Modifier and Type | Method and Description |
---|---|
void |
CategoryImporterImpl.importCategories(Element e) |
void |
CategoryImporter.importCategories(Element e)
Imports categoires
|
void |
ItemImporterImpl.importItems(Element e) |
void |
ItemImporter.importItems(Element e)
Imports items
|
void |
SalesImporterImpl.importSales(Element e) |
void |
SalesImporter.importSales(Element e)
Imports sales
|
void |
ShipmentImporterImpl.importShipments(Element e) |
void |
ShipmentImporter.importShipments(Element e)
Imports shipments
|
void |
XmlImporterImpl.importXml(String xmlFile) |
void |
XmlImporter.importXml(String xmlFile)
Imports xml file
|
Modifier and Type | Method and Description |
---|---|
ItemDto |
SoapBean.changeItem(long ean,
int currentCount,
String unit,
Integer alertThreshold)
Changes the parameters of an item
|
void |
SoapBean.importXml(String xmlToImport)
Import XML
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.