public class InterestItemDisplayCmdImpl extends ControllerCommandImpl implements InterestItemDisplayCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The fully qualified name of this class.
|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
Constructor and Description |
---|
InterestItemDisplayCmdImpl()
No value constructor.
|
Modifier and Type | Method and Description |
---|---|
void | checkIsAllowed(AccessVector resource, java.lang.String action)
Check to see if user can perform action on resource.
|
java.lang.Long[] | getResourceOwners()
This method gets all the organization units that own the resources accessed by this command.
|
boolean | isReadyToCallExecute()
This method is called by the targetable command framework.
|
void | performExecute()
The main program for InterestItemDisplayCmd command.
|
void | reset()
This method is called after a command has been executed.
|
void | setListId(java.lang.String[] asaListId)
Specifies zero or more interest item lists to be displayed.
|
void | setListIdName(java.lang.String[] asaListIdName)
Specifies the names of name-value pairs to be added to the redirection URL.
|
void | setListMemberId(java.lang.Long anListMemberId)
The id of the member whose interest lists will be displayed.
|
void | setRequestProperties(TypedProperty aRequestProperties)
This method sets the requestProperties for the command.
|
void | validateParameters()
This method performs server side parameter checking.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public InterestItemDisplayCmdImpl()
public void checkIsAllowed(AccessVector resource, java.lang.String action) throws ECException
public java.lang.Long[] getResourceOwners() throws ECException
public boolean isReadyToCallExecute()
public void performExecute() throws ECException
public void reset()
public void setListId(java.lang.String[] asaListId)
public void setListIdName(java.lang.String[] asaListIdName)
public void setListMemberId(java.lang.Long anListMemberId)
public void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
public void validateParameters() throws ECException