Package | Description |
---|---|
pb138.service.overview | |
pb138.service.xmlImportExport | |
pb138.service.xmlvalidator | |
pb138.web.controllers |
Modifier and Type | Method and Description |
---|---|
String |
OverviewXmlExporterImpl.exportCategoryResultToXml(List<OverviewResultCategory> results) |
String |
OverviewXmlExporter.exportCategoryResultToXml(List<OverviewResultCategory> results)
Export overview results for category to xml.
|
String |
OverviewXmlExporterImpl.exportItemResultToXml(List<OverviewResultItem> results) |
String |
OverviewXmlExporter.exportItemResultToXml(List<OverviewResultItem> results)
Export overview results for item to xml.
|
Modifier and Type | Method and Description |
---|---|
String |
XmlExporterImpl.exportXmlToString() |
String |
XmlExporter.exportXmlToString()
Exports all items in database to string with XML
|
void |
CategoryImporterImpl.importCategories(Element e) |
void |
CategoryImporter.importCategories(Element e)
Imports categoires
|
void |
XmlImporterImpl.importXml(String xmlFile) |
void |
XmlImporter.importXml(String xmlFile)
Imports xml file
|
Modifier and Type | Method and Description |
---|---|
void |
XmlValidatorImpl.validate(String xmlContent,
URL xmlSchema) |
void |
XmlValidator.validate(String xmlContent,
URL xmlSchema)
Validate xml against the schema.
|
Modifier and Type | Method and Description |
---|---|
String |
SoapBean.exportAllItemsToXml()
Exports all items from DB
|
String |
SoapBean.getDailySalesForCategoryXml(String category,
Date dayStart,
int numberOfDays)
Get daily count of sold items from given category.
|
String |
SoapBean.getDailySalesForItemXml(long ean,
Date dayStart,
int numberOfDays)
Get daily count of sold items.
|
String |
SoapBean.getMonthlySalesForCategoryXml(String category,
Date monthStart,
int numberOfMonths)
Get monthly count of sold items from given category.
|
String |
SoapBean.getMonthlySalesForItemXml(long ean,
Date monthStart,
int numberOfMonths)
Get monthly count of sold items.
|
String |
SoapBean.getWeeklySalesForCategoryXml(String category,
Date weekStart,
int numberOfWeeks)
Get weekly count of sold items from given category.
|
String |
SoapBean.getWeeklySalesForItemXml(long ean,
Date weekStart,
int numberOfWeeks)
Get weekly count of sold items.
|
void |
SoapBean.importXml(String xmlToImport)
Import XML
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.