com.ibm.commerce.emarketing.beans
Class EmailActivitySummaryDataBeanBase
java.lang.Object
com.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.emarketing.beans.EmailActivitySummaryDataBeanBase
- All Implemented Interfaces:
- DataBean, Delegator, InputDataBean, Protectable, java.io.Serializable, SmartDataBean
- Direct Known Subclasses:
- EmailActivitySummaryDataBean
- public class EmailActivitySummaryDataBeanBase
- extends SmartDataBeanImpl
- implements Protectable, Delegator
The base class that supports access control for EmailActivitySummaryDataBeanBase.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright |
Method Summary |
Protectable |
getDelegate()
Returns the delegate for the bean. |
java.lang.Long |
getOwner()
Return the member reference number of the owner. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Copyright
- See Also:
- Constant Field Values
EmailActivitySummaryDataBeanBase
public EmailActivitySummaryDataBeanBase()
- Null argument constructor.
getDelegate
public Protectable getDelegate()
throws java.lang.Exception
- Returns the delegate for the bean.
-
- Specified by:
- getDelegate in interface Delegator
-
- Returns:
- com.ibm.commerce.accesscontrol.policymanager.Protectable
- Throws:
- java.lang.Exception - thrown when locating a delegate causes an exception
getOwner
public java.lang.Long getOwner()
throws java.lang.Exception
- Return the member reference number of the owner.
-
- Specified by:
- getOwner in interface Protectable
-
- Returns:
- the member ID of the of the owner.
- Throws:
- java.lang.Exception - thrown when the owner's member ID cannot be retrieved through the StoreAccessBean.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.