SalesPoint Framework v3.0

Uses of Class
sale.Shop

Packages that use Shop
sale This package contains the central classes of the Framework. 
 

Uses of Shop in sale
 

Methods in sale that return Shop
static Shop Shop.getTheShop()
          Get the global, singleton Shop instance.
 

Methods in sale with parameters of type Shop
static void Shop.setTheShop(Shop shTheShop)
          Set the global, singleton Shop instance.
 


SalesPoint Framework v3.0