Class BaseBusinessObject
java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
- All Implemented Interfaces:
BusinessObject
- Direct Known Subclasses:
AdministratorBean
,AdministratorRoleBean
,AttributeBean
,BaseBusinessProcessor
,BasicTaxRateBean
,BusinessObjectFactoryImpl
,CategoryBean
,CategorySettingBean
,ChangingOrderDeliveryEventImpl
,ChangingOrderEventImpl
,ChangingProductEventImpl
,ChangingRequestLogEventImpl
,ChangingSettingEventImpl
,ChangingSKUEventImpl
,ConstantContactContact
,CountryBean
,CustomerAddressBean
,CustomerBean
,CustomerWishListBean
,CustomerWishListProductBean
,DiscountBean
,DiscountRangeBean
,EmailBean
,EmailOptOutBean
,InventoryEventImpl
,ManufacturerBean
,NewOrderEventImpl
,OptionBean
,OrderBean
,OrderDeliveryBean
,OrderDiscountBean
,OrderItemAttributeBean
,OrderItemBean
,OrderNumberBean
,OrderSettingBean
,OrdersExportBean
,OrderShippingRuleBean
,PaymentBean
,ProductAttributeBean
,ProductBean
,ProductCategoryBean
,ProductListBean
,ProductReviewBean
,ProductSettingBean
,RelatedProductBean
,RoleBean
,SearchListBean
,ShippingMethodBean
,ShippingRateBean
,ShippingRuleBean
,ShippingRuleRangeBean
,SKUBean
,SKUDiscountBean
,SKUShippingRuleBean
,StateBean
,StatesAndCountriesBean
,TemplateBean
,UserBean
Abstract superclass for all objects in the business layer.
- Author:
- David Tobey
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(Map transferMap) Initializes this business object by copying incoming parameters into its properties.
-
Field Details
-
log
static org.apache.commons.logging.Log log
-
-
Constructor Details
-
BaseBusinessObject
public BaseBusinessObject()
-
-
Method Details
-
initialize
Description copied from interface:BusinessObject
Initializes this business object by copying incoming parameters into its properties. This method is used byBusinessObjectFactory
immediately after object creation.- Specified by:
initialize
in interfaceBusinessObject
- Parameters:
transferMap
- AMap
containing objects such as the application'sDAOFactory
,Settings
,User
, andBusinessObjectFactory
.- Throws:
Exception
-