Package com.softslate.commerce.businessobjects.core

Provides basic interfaces and classes used by all the other packages in the business object layer.

See:
          Description

Interface Summary
BusinessObject A parent interface for all of the other interfaces in the business object layer.
BusinessProcessor A parent interface for all of the other interfaces handling business processing.
User Interface representing an end user accessing the system.
 

Class Summary
BaseBusinessObject Abstract superclass for all objects in the business layer.
BaseBusinessProcessor Abstract superclass for all objects in the business layer.
BusinessObjectFactory Factory class used to create instances of business layer objects.
SettingsBean Represents various settings used by the application, or a single setting.
UserBean Represents an end user accessing the system.
 

Exception Summary
ApplicationException Exception class for exceptions thrown by the application.
 

Package com.softslate.commerce.businessobjects.core Description

Provides basic interfaces and classes used by all the other packages in the business object layer.

The BusinessObject interface is extended by all other interfaces in the business object layer, in much the same way BaseBusinessObject is subclassed by all the implementations in the business object layer. These two entities provide a common set of methods business objects in the system use to communicate with the rest of the application.

The SettingsBean class provides an interface to the various settings stored in the system. And the UserBean class represents the properties of a given user in the system. It is used throughout the application to store a given user's state.



Copyright © SoftSlate, Inc. 2003–2005