The InterestItemListCopyCmd is a controller command that creates or updates interest item lists by copying from existing interest item lists. The interest items are stored in the IITEM table.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT The internal copyright field. |
static java.lang.String |
defaultCommandClassName The default implementation class is "com.ibm.commerce.interestitems.commands.InterestItemListCopyCmdImpl". |
static java.lang.String |
NAME The name of this interface is "com.ibm.commerce.interestitems.commands.InterestItemListCopyCmd". |
Method Summary | |
---|---|
void |
setCatEntryId(java.lang.String[] asaCatEntryId) Sets the catentry ID parameters (optional). |
void |
setDisplaySeq(java.lang.Double adDisplaySeq) Sets the display sequence parameters (optional). |
void |
setInListId(java.lang.String[] asaInListId) Sets the interest item list ID parameters (optional). |
void |
setInListIdName(java.lang.String[] asaInListIdName) Sets the names of the name-value pairs to be added to the redirection URL (optional). |
void |
setInListMemberId(java.lang.Long anInListMemberId) Sets the in list member ID parameters (optional). |
void |
setOutListDesc(java.lang.String astrDesc) Sets the description parameters (optional). |
void |
setOutListId(java.lang.String[] asaOutListId) Sets the interest item list ID parameters (optional). |
void |
setOutListIdName(java.lang.String[] asaListIdName) Sets the names of the name-value pairs to be added to the redirection URL (optional). |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRequestProperties,
setRetriable,
setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
getForUserId,
getResourceOwners,
setAccCheck,
setForUserId,
setOwner |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
performExecute,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setCatEntryId(java.lang.String[] asaCatEntryId)
asaCatEntryId
- the catalog entry IDspublic void setDisplaySeq(java.lang.Double adDisplaySeq)
adDisplaySeq
- the display sequencepublic void setInListId(java.lang.String[] asaInListId)
asaInListId
- the interest item list IDspublic void setInListIdName(java.lang.String[] asaInListIdName)
asaInListIdName
- the interest item list ID
namespublic void setInListMemberId(java.lang.Long anInListMemberId)
anInListMemberId
- the member IDpublic void setOutListDesc(java.lang.String astrDesc)
astrDesc
- the description of the output interest
listpublic void setOutListId(java.lang.String[] asaOutListId)
asaOutListId
- the output interest list
IDspublic void setOutListIdName(java.lang.String[] asaListIdName)