|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shop | |
---|---|
org.salespointframework.core | This package contains the central classes of the Framework. |
org.salespointframework.core.data.database | Database connection implementations |
org.salespointframework.desktop.multiwindow | Contains classes for the standard SalesPoint application GUI. |
Uses of Shop in org.salespointframework.core |
---|
Methods in org.salespointframework.core that return Shop | |
---|---|
static Shop |
Shop.getInstance()
Get the current instance |
static Shop |
Shop.getTheShop()
Get the global, singleton Shop instance. |
Methods in org.salespointframework.core with parameters of type Shop | |
---|---|
static void |
Shop.setTheShop(Shop shTheShop)
Set the global, singleton Shop instance. |
Uses of Shop in org.salespointframework.core.data.database |
---|
Methods in org.salespointframework.core.data.database with parameters of type Shop | |
---|---|
void |
PersistenceManager.registerShop(Shop shop)
register shop instance |
Uses of Shop in org.salespointframework.desktop.multiwindow |
---|
Constructors in org.salespointframework.desktop.multiwindow with parameters of type Shop | |
---|---|
MultiWindow(Shop sShop,
int nViewMode)
Creates a new MultiWindow for the given Shop and initializes the viewmode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |