Package com.posttool.dbouser

Provides AbstractUser for transacting logged, permissioned access of the persisted objects.

See:
          Description

Class Summary
AbstractUser The AbstractUser provides most of the necessary API for transacting with persistent objects.
DBOUserConfig See superclass description.
 

Enum Summary
DBOAction  
DBOActionValue  
 

Package com.posttool.dbouser Description

Provides AbstractUser for transacting logged, permissioned access of the persisted objects. The structure of this package loosely parallels the com.posttool.dbo package. It overrides the configuration and SQL packages and adds a package for logging. The AbstractUser provides access points to all the operations represented in this package.