java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.ControllerCommandImpl | +--com.ibm.commerce.interestitems.commands.InterestItemDisplayCmdImpl
The InterestItemDisplay command displays a list or lists of all the products and items in the specified interest item lists. Note: Use this command in conjunction with SSL (Secure Sockets Layer), to ensure that the shopper's logon password and personal information are encrypted. SSL is the default.
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME The fully qualified name of this class. |
static java.lang.String |
COPYRIGHT The internal copyright field. |
Fields inherited from class com.ibm.commerce.command. ControllerCommandImpl |
requestProperties,
responseProperties,
retriable,
viewReqProperties |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.interestitems.commands. InterestItemDisplayCmd |
defaultCommandClassName,
NAME |
Constructor Summary | |
---|---|
InterestItemDisplayCmdImpl() No value constructor. |
Method Summary | |
---|---|
void |
checkIsAllowed(
AccessVector resource, java.lang.String action) Check to see if user can perform action on resource. |
java.lang.Long[] |
getResourceOwners() Returns all the organization unit that owns the resources accessed by this command.It will return null if no resource is being accessed by this command. |
boolean |
isReadyToCallExecute() This method is called by the Targettable Command frame work before the execution of the command. |
void |
performExecute() Contains the actual business logic of the command It should be implemented by all the command writer. |
void |
reset() This method should be called after a command has been executed to reset its states variables. |
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) Sets the request properties. |
void |
validateParameters() Performs server side parameter checking. |
Methods inherited from class com.ibm.commerce.command. ControllerCommandImpl |
checkPermission,
fulfills,
getForUserId,
getGeneric,
getOwner,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setForUserId,
setGeneric,
setOwner,
setResponseProperties,
setRetriable,
setViewInputProperties |
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRetriable,
setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
getForUserId,
setAccCheck,
setForUserId,
setOwner |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
Constructor Detail |
---|
public InterestItemDisplayCmdImpl()
Method Detail |
---|
public void checkIsAllowed(AccessVector resource, java.lang.String action) throws ECException
resource
- AccessVector - the resource to be acted onaction
- String - action to be performed on the resourceECException
public java.lang.Long[] getResourceOwners() throws ECException
AccCommand
getResourceOwners
in interface
AccCommand
getResourceOwners
in class
ControllerCommandImpl
ECException
public boolean isReadyToCallExecute()
AbstractECTargetableCommand
isReadyToCallExecute
in class
AbstractECTargetableCommand
public void performExecute() throws ECException
ECCommand
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException
public void reset()
AbstractECTargetableCommand
reset
in class
AbstractECTargetableCommand
public void setListId(java.lang.String[] asaListId)
setListId
in interface
InterestItemDisplayCmd
asaListId
- the ListIdpublic void setListIdName(java.lang.String[] asaListIdName)
setListIdName
in interface
InterestItemDisplayCmd
asaListIdName
- the array of namespublic void setListMemberId(java.lang.Long anListMemberId)
setListMemberId
in interface
InterestItemDisplayCmd
anListMemberId
- the member idpublic void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
ControllerCommand
setRequestProperties
in interface
ControllerCommand
setRequestProperties
in class
ControllerCommandImpl
aRequestProperties
- request properties
ECApplicationException
public void validateParameters() throws ECException
ECCommand
validateParameters
in interface
ECCommand
validateParameters
in class
AbstractECTargetableCommand
ECException