com.ibm.commerce.negotiation.commands
Interface CheckAutoBidDeleteAuthorizationCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- CheckAutoBidDeleteAuthorizationCmdImpl
- public interface CheckAutoBidDeleteAuthorizationCmd
- extends TaskCommand
Defines the interface used by a task command that determines whether
a particular user may delete a particular autobid.
Method Summary |
boolean |
isBidderAuthorized()
Gets the bidder authorized status. |
void |
setAutoBidId(java.lang.String newAutoBidId)
Sets the bidder authorized status. |
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
isBidderAuthorized
public boolean isBidderAuthorized()
- Gets the bidder authorized status.
- Returns:
- true if the bidder is authorized, false otherwise.
setAutoBidId
public void setAutoBidId(java.lang.String newAutoBidId)
- Sets the bidder authorized status.
- Parameters:
newBidderAuthorized
- The bidder authorized status.