Package com.softslate.commerce.businessobjects.customer
The classes named "Bean" in this package are plain java objects that generally map to database objects. In some cases they act as Transfer Objects between the Struts layer and the business object layer, or the business object layer and the data access layer.
Classes with the suffix "Processor" contain the vast majority of the business logic in the application. These are invoked directly by the Struts layer. In turn, they may populate Bean objects from incoming parameters; invoke data access objects to retrieve data from or write data to the database; and return data to the Struts layer for display to the user.
-
ClassDescriptionProcesses business logic having to do with a customer's delivery address.Processes business logic having to do with a customer's account and related objects.Processes business logic having to do with a customer's wish lists.Interface representing a customer within the system.Interface representing a customer's delivery address within the system.Object representing a customer's delivery address within the system.Interface for business logic methods having to do with customer delivery addresses.Object representing a customer within the system.Interface for business logic methods having to do with customer accounts and related objects.Interface representing a customer's wish list within the system.Object representing a customer's wish list within the system.Interface for business logic methods having to do with customer wish lists.Interface representing an product under a wish list in the system.Object representing a product under a wish list in the system.