com.ibm.commerce.tools.campaigns.beansrc
Class CampaignInitiativeListDataBeanBase

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.tools.campaigns.beansrc.CampaignInitiativeListDataBeanBase
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean
Direct Known Subclasses:
CampaignInitiativeListDataBean

public class CampaignInitiativeListDataBeanBase
extends SmartDataBeanImpl

Extension for CampaignInitiativeListDataBean, 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.
 
Fields inherited from class com.ibm.commerce.beans. SmartDataBeanImpl
commandContext
 
Fields inherited from class com.ibm.commerce.beans. InputDataBeanImpl
requestProperties
 
Fields inherited from interface com.ibm.commerce.beans. DataBean
emptyString
 
Constructor Summary
CampaignInitiativeListDataBeanBase()
          Constructor for CampaignInitiativeListDataBeanBase.
 
Method Summary
 com.ibm.commerce.security.Protectable getDelegate()
          Retrieves its delegatee.
 java.lang.Long getOwner()
          Returns the member ID of the owner.
 
Methods inherited from class com.ibm.commerce.beans. SmartDataBeanImpl
fulfills, getCommandContext, getResources, populate, setCommandContext
 
Methods inherited from class com.ibm.commerce.beans. InputDataBeanImpl
getRequestProperties, setRequestProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.beans. InputDataBean
getRequestProperties, setRequestProperties
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Constructor Detail

CampaignInitiativeListDataBeanBase

public CampaignInitiativeListDataBeanBase()
Constructor for CampaignInitiativeListDataBeanBase.
Method Detail

getDelegate

public com.ibm.commerce.security.Protectable getDelegate()
                                                  throws java.lang.Exception
Retrieves its delegatee.
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.
Returns:
the member ID of the owner
Throws:
Exception
RemoteException
java.lang.Exception
java.rmi.RemoteException
See Also:
Protectable#getOwner()