Uses of Class
org.salespointframework.core.data.database.RecoveryConstructor

Packages that use RecoveryConstructor
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.users Contains all the classes for managing users and their capabilities. 
org.salespointframework.web.helper   
 

Uses of RecoveryConstructor in org.salespointframework.core.data
 

Constructors in org.salespointframework.core.data with annotations of type RecoveryConstructor
CatalogIdentifier(java.lang.String name)
          Create a new CatalogIdentifer.
CatalogItemImpl(java.lang.String sName, Value vValue)
          Create a new CatalogItemImpl.
Category(java.lang.String name)
          default constructor
CurrencyItemImpl(java.lang.String sName, IntegerValue vValue)
          Create a new CurrencyItemImpl
DoubleValue(java.lang.Number nbValue)
          Create a new DoubleValue.
IntegerValue(java.lang.Number nbValue)
          Create a new IntegerValue.
NumberValue(java.lang.Number nbValue)
          Create a new NumberValue.
QuoteValue(Value vBid, Value vOffer)
          Create a new QuoteValue.
StockIdentifier(java.lang.String name)
          Create a new StockIdentifer.
StockItemImpl(java.lang.String sName)
          Create a new StockItemImpl.
 

Uses of RecoveryConstructor in org.salespointframework.core.users
 

Constructors in org.salespointframework.core.users with annotations of type RecoveryConstructor
ActionCapability(java.lang.String sName, Action aToDo)
          Create a granted capability.
User(java.lang.String sName)
          Create a new User with a given name.
 

Uses of RecoveryConstructor in org.salespointframework.web.helper
 

Constructors in org.salespointframework.web.helper with annotations of type RecoveryConstructor
NameCapability(java.lang.String capabilityName)