public interface AccCommand extends ECCommand, Protectable
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
boolean | accessControlCheck()
This method performs command level access control checking for this command.
|
boolean | getAccCheck()
This method gets the access control check flag.
|
java.lang.Long | getForUserId()
This method gets the forUserId field of a shopper command.
|
java.lang.Long[] | getResourceOwners()
Deprecated.
This method has been replaced by ECCommand.getResources().
|
void | setAccCheck(boolean newValue)
This method sets the access control check flag for this command.
|
void | setForUserId(java.lang.Long value)
This method sets the value of the forUserId field for this command.
|
void | setOwner(java.lang.Long owner)
This method sets the owner for this command.
|
static final java.lang.String COPYRIGHT
boolean accessControlCheck() throws ECException
boolean getAccCheck()
java.lang.Long getForUserId()
java.lang.Long[] getResourceOwners() throws ECException
void setAccCheck(boolean newValue)
void setForUserId(java.lang.Long value)
void setOwner(java.lang.Long owner)