public class CustomerProfileDataBeanBase
extends com.ibm.commerce.beans.SmartDataBeanImpl
implements com.ibm.commerce.security.Protectable, com.ibm.commerce.security.Delegator
CustomerProfileDataBean
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Constructor and Description |
---|
CustomerProfileDataBeanBase()
Null argument constructor.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.security.Protectable |
getDelegate()
Returns the delegate for the bean.
|
java.lang.Long |
getOwner()
Return the member reference number of the owner.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, populate, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public CustomerProfileDataBeanBase()
public com.ibm.commerce.security.Protectable getDelegate() throws java.lang.Exception
getDelegate
in interface com.ibm.commerce.security.Delegator
java.lang.Exception
- thrown when locating a delegate causes an exceptionpublic java.lang.Long getOwner() throws java.lang.Exception
getOwner
in interface com.ibm.commerce.security.Protectable
java.lang.Exception
- thrown when the owner's member ID cannot be retrieved
through the StoreAccessBean
.