com.ibm.commerce.tickler.beansrc
Class TicklerListDataBeanBase
- java.lang.Object
-
- com.ibm.commerce.beans.InputDataBeanImpl
-
- com.ibm.commerce.beans.SmartDataBeanImpl
-
- com.ibm.commerce.tickler.beansrc.TicklerListDataBeanBase
-
- All Implemented Interfaces:
- DataBean, InputDataBean, SmartDataBean, Delegator, java.io.Serializable
- Direct Known Subclasses:
- TicklerListDataBean
public class TicklerListDataBeanBase extends SmartDataBeanImpl implements Delegator
Base implementation class for com.ibm.commerce.tickler.beans.TicklerListDataBean A tickler reminds a Customer Service Supervisor or Customer Service Representative to perform an action. Example actions are calling a customer to get a replacement payment instruction or to review a price override.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
COPYRIGHT
-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Constructor Summary
Constructors Constructor and Description TicklerListDataBeanBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Protectable
getDelegate()
This method retrieves the Protectable object whose access control policies will indirectly control the access control for this object.-
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.beans.InputDataBean
getRequestProperties, setRequestProperties
-
-
-
-
Method Detail
-
getDelegate
public Protectable getDelegate() throws java.lang.Exception
This method retrieves the Protectable object whose access control policies will indirectly control the access control for this object.- Specified by:
getDelegate
in interfaceDelegator
- Returns:
- com.ibm.commerce.security.Protectable
- Throws:
java.lang.Exception
-
-