com.ibm.commerce.negotiation.bean.commands
Interface OpenCryBidControlRuleBeanCmd

All Superinterfaces:
DataBeanCommand, ECCommand
All Known Implementing Classes:
OpenCryBidControlRuleBeanCmdImpl

public interface OpenCryBidControlRuleBeanCmd
extends DataBeanCommand

Defines the interface to be followed when overwriting the OpenCryBidControlRuleBean functionality.


Field Summary
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Fields inherited from interface com.ibm.commerce.command.DataBeanCommand
COPYRIGHT
 
Method Summary
 void setBidRuleControl(ControlRuleAccessBean aRule)
          Interface definition for setBidRuleControl() method.
 void setBidRuleControlId(java.lang.Long aId)
          Interface definition for setBidRuleControlId() method.
 
Methods inherited from interface com.ibm.commerce.command.DataBeanCommand
getDataBean, setDataBean, setRequestProperties
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setBidRuleControl

public void setBidRuleControl(ControlRuleAccessBean aRule)
Interface definition for setBidRuleControl() method.
Parameters:
aRule - ControlRuleAccessBean

setBidRuleControlId

public void setBidRuleControlId(java.lang.Long aId)
Interface definition for setBidRuleControlId() method.
Parameters:
aId - java.lang.Long