|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.softslate.commerce.businessobjects.core.BaseBusinessObject
public abstract class BaseBusinessObject
Abstract superclass for all objects in the business layer.
| Field Summary | |
|---|---|
(package private) static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
|---|---|
BaseBusinessObject()
|
|
| Method Summary | |
|---|---|
void |
initialize(java.util.Map transferMap)
Initializes this business object by copying incoming parameters into its properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public BaseBusinessObject()
| Method Detail |
|---|
public void initialize(java.util.Map transferMap)
throws java.lang.Exception
BusinessObjectBusinessObjectFactory
immediately after object creation.
initialize in interface BusinessObjecttransferMap - A Map containing objects such as the
application's DAOFactory,
Settings,User, and
BusinessObjectFactory.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||