BrightSide Workbench Full Report + Source Code
org.turro.financials.pos.ExportData Class Reference

Static Public Member Functions

static void execute ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 33 of file ExportData.java.

Member Function Documentation

◆ execute()

static void org.turro.financials.pos.ExportData.execute ( )
static

Definition at line 35 of file ExportData.java.

35  {
36  CategoryList cl = new CategoryList();
37  cl.publish();
38  ProductList pl = new ProductList();
39  addProducts(pl);
40  pl.publish();
41  }

The documentation for this class was generated from the following file: