com.ibm.commerce.tools.promotions.beansrc
Class CustomerGroupDataBeanBase
- java.lang.Object
-
- com.ibm.commerce.beans.InputDataBeanImpl
-
- com.ibm.commerce.beans.SmartDataBeanImpl
-
- com.ibm.commerce.tools.promotions.beansrc.CustomerGroupDataBeanBase
-
- All Implemented Interfaces:
- DataBean, InputDataBean, SmartDataBean, Delegator, Protectable, java.io.Serializable
- Direct Known Subclasses:
- CustomerGroupDataBean
Deprecated.Schema based discount UI is no longer being used.
public class CustomerGroupDataBeanBase extends SmartDataBeanImpl implements Protectable, Delegator
CustomerGroupDataBeanBase- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
Deprecated.Copyright-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Constructor Summary
Constructors Constructor and Description CustomerGroupDataBeanBase()
Deprecated.CustomerGroupDataBean constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description Protectable
getDelegate()
Deprecated.getDelegatejava.lang.Long
getOwner()
Deprecated.Return the member reference number of the owner.-
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, populate, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
-
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl
getRequestProperties, setRequestProperties
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills
-
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
Deprecated.Copyright- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CustomerGroupDataBeanBase
public CustomerGroupDataBeanBase()
Deprecated.CustomerGroupDataBean constructor
-
-
Method Detail
-
getDelegate
public Protectable getDelegate() throws java.lang.Exception
Deprecated.getDelegate- Specified by:
getDelegate
in interfaceDelegator
- Returns:
- com.ibm.commerce.accesscontrol.policymanager.Protectable
- Throws:
java.lang.Exception
-
getOwner
public java.lang.Long getOwner() throws java.lang.Exception
Deprecated.Return the member reference number of the owner.- Specified by:
getOwner
in interfaceProtectable
- Returns:
- long
- Throws:
java.lang.Exception
-
-