com.ibm.commerce.tools.campaigns.beansrc
Class CampaignDataBeanBase
java.lang.Object
com.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.tools.campaigns.beansrc.CampaignDataBeanBase
- All Implemented Interfaces:
- DataBean, Delegator, InputDataBean, Protectable, java.io.Serializable, SmartDataBean
- Direct Known Subclasses:
- CampaignDataBean
- public class CampaignDataBeanBase
- extends SmartDataBeanImpl
- implements Protectable, Delegator
Extension for CampaignDataBean, this is used to retrieve resource to put the data bean under the access control based on the assigned access control policy.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
IBM copyright notice field. |
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
- IBM copyright notice field.
- See Also:
- Constant Field Values
CampaignDataBeanBase
public CampaignDataBeanBase()
- Constructor for CampaignDataBeanBase.
getDelegate
public Protectable getDelegate()
throws java.lang.Exception
- Retrieves its delegatee.
-
- Specified by:
- getDelegate in interface Delegator
-
- Returns:
- the com.ibm.commerce.accesscontrol.policymanager.Protectable object
- Throws:
- Exception
- java.lang.Exception
- See Also:
- Delegator#getDelegate()
getOwner
public java.lang.Long getOwner()
throws java.lang.Exception,
java.rmi.RemoteException
- Returns the member ID of the owner.
-
- Specified by:
- getOwner in interface Protectable
-
- Returns:
- the member ID of the owner
- Throws:
- Exception
- RemoteException
- java.lang.Exception
- java.rmi.RemoteException
- See Also:
- Protectable#getOwner()
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.