Package com.softslate.commerce.businessobjects.product
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.
-
ClassDescriptionInterface representing an attribute within the system.Object representing a attribute within the system.Interface for business logic methods having to do with attributes.Abstract class holding methods common to both indexing and searching with Lucene.Processes business logic having to do with attributes.Processes business logic having to do with categories.Processes business logic having to do with category settings.Processes business logic having to do with discounts.Processes business logic having to do with discount ranges.Class responsible for searching on the Lucene index for facets.Class responsible for creating the Lucene index for advanced search functionality.Class responsible for searching on the Lucene index for advanced search functionality.Class responsible for creating the Lucene Suggestions index for advanced search functionality.Class responsible for searching on the Lucene Suggestions Index to provide suggestions to help users search.Processes business logic having to do with Manufacturers.Processes business logic having to do with options.Processes business logic affecting products and other related objects.Processes business logic having to do with Product Reviews.Processes business logic having to do with product settings.Processes business logic having to do with skus.Interface representing a category within the system.Object representing a category within the system.Interface for business logic methods having to do with categories.Interface representing a category setting within the system.Object representing a category setting within the system.Interface for business logic methods having to do with category settings.Interface representing a discount within the system.Object representing a discount within the system.Interface for business logic methods having to do with discounts.Interface representing a discount range within the system.Object representing a discount range within the system.Interface for business logic methods having to do with discount ranges.Interface for classes that search on the Lucene index for facets.Interface for classes that create the Lucene index for advanced search functionality.Interface for classes that search on the Lucene index for advanced search functionality.Interface for classes that creates the Lucene index for Suggestions (auto-completion).Interface for classes that search on the Lucene Suggestions Index for suggestions to help users search.Interface representing a manufacturer within the system.Object representing a manufacturer within the system.Interface for business logic methods having to do with manufacturers.Interface representing a option within the system.Object representing a option within the system.Interface for business logic methods having to do with options.Interface representing a product within the system.Interface representing an attribute under a product in the system.Object representing an attribute under a product in the system.Object representing a product within the system.Interface representing a product within a category in the system.Object representing a product within a category in the system.Interface representing a list of products in the the system.Object representing a list of products in the system.Interface for business logic methods affecting products and other related objects.Object representing a product review within the system.Interface for business logic methods affecting products and other related objects.Interface representing a product setting within the system.Object representing a product setting within the system.Interface for business logic methods having to do with product settings.Interface representing a related product in the system.Object representing a related product in the system.Interface representing a list of searchable objects in the the system.Object representing a list of products in the system.Interface representing a sku within the system.Object representing a sku within the system.Interface representing a sku discount in the system.Object representing a sku discount in the system.Interface for business logic methods having to do with skus.