Package com.softslate.commerce.businessobjects.order
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 discounts in a user's cart.Processes business logic having to do with a user's cart.Processes business logic having to do with countries.Processes business logic having to do with SKUs and inventory levels.Processes business logic having to do with order deliveries.Processes business logic having to do with order discounts.Processes business logic having to do with order item attributes.Processes business logic having to do with order items.Processes business logic affecting orders and other related objects.Processes business logic having to do with order settings.Processes business logic having to do with order shipping rules.Processes business logic having to do with states.Interface for business logic methods having to do with discounts in a user's cart.Interface for business logic methods having to do with a user's cart.Interface representing a country within the system.Object representing a country within the system.Interface for business logic methods having to do with countries.Comparator class used to sort discounts, based on the discountOrder field.Interface for business logic methods having to do with SKUs and inventory.Interface representing an order within the system.Object representing an order within the system.Interface representing an order delivery within the system.Object representing an order delivery within the system.Interface for business logic methods having to do with order deliveries.Interface representing an order discount within the system.Object representing a order discount within the system.Interface for business logic methods having to do with order discounts.Interface representing an order item within the system.Interface representing a order item attribute within the system.Object representing a order item attribute within the system.Interface for business logic methods having to do with order item attributes.Object representing an order item within the system.Interface for business logic methods having to do with order items.Interface representing an order number within the system.Object representing an order number within the system.Interface for business logic methods affecting orders and other related objects.Interface representing an order setting within the system.Object representing an order setting within the system.Interface for business logic methods having to do with order settings.Interface representing an order shipping rule within the system.Object representing a order shipping rule within the system.Interface for business logic methods having to do with order shipping rules.Interface representing a state within the system.Object representing a state within the system.Interface for business logic methods having to do with states.Interface containing representations of the states and countries active in the store.Object holding representations of the states and countries active in the store.