|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Creates or updates interest item lists by copying from existing interest item lists.
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)
Set the catentry id parameters (optional). |
void |
setDisplaySeq(java.lang.Double adDisplaySeq)
Set the display sequence parameters (optional). |
void |
setInListId(java.lang.String[] asaInListId)
Set the interest item list id parameters (optional). |
void |
setInListIdName(java.lang.String[] asaInListIdName)
Set the names of the name-value pairs to be added to the redirection URL (optional). |
void |
setInListMemberId(java.lang.Long anInListMemberId)
Set the in list member id parameters (optional). |
void |
setOutListDesc(java.lang.String astrDesc)
Set the description parameters (optional). |
void |
setOutListId(java.lang.String[] asaOutListId)
Set the interest item list id parameters (optional). |
void |
setOutListIdName(java.lang.String[] asaListIdName)
Set the names of the name-value pairs to be added to the redirection URL (optional). |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
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, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
public void setCatEntryId(java.lang.String[] asaCatEntryId)
asaCatEntryId
- java.lang.String[]public void setDisplaySeq(java.lang.Double adDisplaySeq)
adDisplaySeq
- java.lang.Doublepublic void setInListId(java.lang.String[] asaInListId)
asaInListId
- java.lang.String[]public void setInListIdName(java.lang.String[] asaInListIdName)
asaInListIdName
- java.lang.String[]public void setInListMemberId(java.lang.Long anInListMemberId)
anInListMemberId
- java.lang.Longpublic void setOutListDesc(java.lang.String astrDesc)
astrDesc
- java.lang.Stringpublic void setOutListId(java.lang.String[] asaOutListId)
asaOutListId
- java.lang.String[]public void setOutListIdName(java.lang.String[] asaListIdName)
asaOutListIdName
- java.lang.String[]
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |