|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.beans.InputDataBeanImpl | +--com.ibm.commerce.beans.SmartDataBeanImpl | +--com.ibm.commerce.negotiation.beans.NegotiationListBean | +--com.ibm.commerce.negotiation.beans.ControlRuleListBean
Provides sorted lists of control rules.
NegotiationListBean
,
CommandDataBean
, Serialized FormField Summary | |
protected java.lang.String |
commandInterfaceName
|
protected ControlRuleAccessBean[] |
controlRuleList
|
static java.lang.String |
COPYRIGHT
|
protected ControlRuleDataBean[] |
fControlRules
|
java.lang.String |
ownerId
|
protected java.lang.String |
ruleName
|
protected java.lang.String |
ruleType
|
Fields inherited from class com.ibm.commerce.negotiation.beans.NegotiationListBean |
listSize, sortingAtt |
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 | |
ControlRuleListBean()
Constructs a ControlRuleListBean, initializes fields to emptyString. |
Method Summary | |
java.lang.String |
getCommandInterfaceName()
Gets the commandInterfaceName. |
ControlRuleAccessBean[] |
getControlRuleList()
Fetches a list of bid control rules. |
ControlRuleDataBean[] |
getControlRules()
Gets a sorted list of ControlRuleDataBean objects. |
java.lang.String |
getOwnerId()
Gets the ownerId field. |
TypedProperty |
getRequestProperties()
Gets the value of requestProperties; currently implemented to return null. |
java.lang.String |
getRuleName()
Gets the rule name. |
java.lang.String |
getRuleType()
Gets the ruleType. |
void |
setCommandInterfaceName(java.lang.String ifname)
Sets the commandInterfaceName. |
void |
setControlRuleList(ControlRuleAccessBean[] newControlRuleList)
Populates a list of bid control rules. |
void |
setControlRules(ControlRuleDataBean[] newControlRules)
Loads the array of bid control rules. |
void |
setOwnerId(java.lang.String newOwnerId)
Sets the ownerId field. |
void |
setRequestProperties(TypedProperty param)
Currently does nothing. |
void |
setRuleName(java.lang.String newRuleName)
Sets the ruleName. |
void |
setRuleType(java.lang.String newRuleType)
Sets the rule type. |
Methods inherited from class com.ibm.commerce.negotiation.beans.NegotiationListBean |
getLength, getSortAtt, setSortAtt |
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
fulfills, getCommandContext, getResources, populate, setCommandContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String commandInterfaceName
protected ControlRuleAccessBean[] controlRuleList
public static final java.lang.String COPYRIGHT
protected ControlRuleDataBean[] fControlRules
public java.lang.String ownerId
protected java.lang.String ruleName
protected java.lang.String ruleType
Constructor Detail |
public ControlRuleListBean()
Method Detail |
public java.lang.String getCommandInterfaceName()
getCommandInterfaceName
in interface ControlRuleListSmartDataBean
public ControlRuleAccessBean[] getControlRuleList()
getControlRuleList
in interface ControlRuleListSmartDataBean
public ControlRuleDataBean[] getControlRules()
getControlRules
in interface ControlRuleListSmartDataBean
public java.lang.String getOwnerId()
getOwnerId
in interface ControlRuleListSmartDataBean
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
getRequestProperties
in class InputDataBeanImpl
public java.lang.String getRuleName()
getRuleName
in interface ControlRuleListSmartDataBean
public java.lang.String getRuleType()
getRuleType
in interface ControlRuleListSmartDataBean
public void setCommandInterfaceName(java.lang.String ifname)
setCommandInterfaceName
in interface ControlRuleListInputDataBean
ifname
- the new command interface name.public void setControlRuleList(ControlRuleAccessBean[] newControlRuleList)
setControlRuleList
in interface ControlRuleListInputDataBean
newControlRuleList
- new list of ControlRuleAccessBean objects.public void setControlRules(ControlRuleDataBean[] newControlRules)
setControlRules
in interface ControlRuleListInputDataBean
newControlRules
- new array of ControlRuleDataBean objects.public void setOwnerId(java.lang.String newOwnerId)
setOwnerId
in interface ControlRuleListInputDataBean
newOwnerId
- Id of the auction owner.public void setRequestProperties(TypedProperty param)
setRequestProperties
in interface InputDataBean
setRequestProperties
in class InputDataBeanImpl
param
- a TypedProperty that is ignored.public void setRuleName(java.lang.String newRuleName)
setRuleName
in interface ControlRuleListInputDataBean
newRuleName
- the new rule name.public void setRuleType(java.lang.String newRuleType)
setRuleType
in interface ControlRuleListInputDataBean
newRuleType
- the new rule type.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |