Uses of Interface
org.salespointframework.core.ProcessContext

Packages that use ProcessContext
org.salespointframework.core This package contains the central classes of the Framework. 
 

Uses of ProcessContext in org.salespointframework.core
 

Classes in org.salespointframework.core that implement ProcessContext
 class SalesPoint
          A single point of org.salespointframework.sale in a shop.
protected static class Shop.ProcessHandle
          A ProcessContext for one remote or background process.
 

Methods in org.salespointframework.core that return ProcessContext
 ProcessContext SaleProcess.attach(ProcessContext pcNew)
          Attach a ProcessContext to this process.
 ProcessContext SaleProcess.detachContext()
          Detach and return the current process context.
 ProcessContext SaleProcess.getContext()
          Return the process context attached to this process.
 

Methods in org.salespointframework.core with parameters of type ProcessContext
 ProcessContext SaleProcess.attach(ProcessContext pcNew)
          Attach a ProcessContext to this process.