|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.ControllerCommandImpl | +--com.ibm.commerce.catalogmanagement.commands.CatalogAddCmdImpl
Implementation for CatalogAdd command
Field Summary | |
static java.lang.String |
CLASSNAME
|
static java.lang.String |
COPYRIGHT
|
protected java.lang.Long |
inCatalogId
|
protected java.lang.Integer |
inDescLanguage
|
protected java.lang.Long |
inMemberId
|
protected java.lang.Integer |
inTPCLevel
|
protected java.lang.String |
istrDescription
|
protected java.lang.String |
istrFullimage
|
protected java.lang.String |
istrIdentifier
|
protected java.lang.String |
istrLongdescription
|
protected java.lang.String |
istrName
|
protected java.lang.String |
istrShortdescription
|
protected java.lang.String |
istrThumbnail
|
protected java.lang.String |
istrURL
|
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.command.ECCommand |
defaultCommandClassName |
Constructor Summary | |
CatalogAddCmdImpl()
|
Method Summary | |
java.lang.Long |
getCatalogId()
Get the catalog id |
java.lang.Integer |
getDescLanguage()
Get the language id for the catalog description |
java.lang.String |
getDescription()
Get the description for the catalog |
java.lang.String |
getFullimage()
Get path of the full image of the catalog description |
java.lang.String |
getIdentifier()
Get the identifier of the catalog |
java.lang.String |
getLongdescription()
Get the long description of the catalog description |
protected java.lang.Long |
getMemberId()
Get the owner id of the catalog |
java.lang.String |
getName()
get the name of the catalog description |
java.lang.String |
getShortdescription()
Get the short description of the catalog description |
java.lang.String |
getThumbnail()
Get the thumbnail image of the catalog description |
java.lang.String |
getURL()
Get the redirect URL |
void |
performExecute()
The main program for CatalogAdd command |
void |
reset()
This method reset all the variables used in CatalogAdd command |
void |
setCatalogId(java.lang.Long anCatalogId)
Set the catalog id |
void |
setDescLanguage(java.lang.Integer anDescLanguage)
Set the language id of the catalog description |
void |
setDescription(java.lang.String astrDescription)
Set the description of the catalog |
void |
setFullimage(java.lang.String astrFullimage)
Set path of the full image of catalog description |
void |
setIdentifier(java.lang.String astrIdentifier)
Set the identifier of the catalog |
void |
setLongdescription(java.lang.String astrLongdescription)
Set the long description of catalog description |
void |
setMemberId(java.lang.Long anMemberId)
Set the owner id of the catalog |
void |
setName(java.lang.String astrName)
Set the language dependent name of catalog description |
void |
setRequestProperties(TypedProperty reqParms)
This method obtain the input parameters for CatalogAdd command |
void |
setShortdescription(java.lang.String astrShortdescription)
Set the short description of catalog description |
void |
setThumbnail(java.lang.String astrThumbnail)
Set path to a thumbnail image of catalog description |
void |
setTPCLevel(java.lang.Integer anTPCLevel)
Set the TPC level of the catalog |
void |
setURL(java.lang.String astrURL)
Set a redirect URL |
void |
validateParameters()
This method validates the parameters for CatalogAdd command |
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl |
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, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
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, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setDefaultProperties |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String CLASSNAME
public static final java.lang.String COPYRIGHT
protected java.lang.Long inCatalogId
protected java.lang.Integer inDescLanguage
protected java.lang.Long inMemberId
protected java.lang.Integer inTPCLevel
protected java.lang.String istrDescription
protected java.lang.String istrFullimage
protected java.lang.String istrIdentifier
protected java.lang.String istrLongdescription
protected java.lang.String istrName
protected java.lang.String istrShortdescription
protected java.lang.String istrThumbnail
protected java.lang.String istrURL
Constructor Detail |
public CatalogAddCmdImpl()
Method Detail |
public java.lang.Long getCatalogId()
getCatalogId
in interface CatalogAddCmd
public java.lang.Integer getDescLanguage()
public java.lang.String getDescription()
public java.lang.String getFullimage()
public java.lang.String getIdentifier()
getIdentifier
in interface CatalogAddCmd
public java.lang.String getLongdescription()
protected java.lang.Long getMemberId()
public java.lang.String getName()
public java.lang.String getShortdescription()
public java.lang.String getThumbnail()
public java.lang.String getURL()
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in class AbstractECTargetableCommand
ECException
- public void reset()
reset
in class AbstractECTargetableCommand
public void setCatalogId(java.lang.Long anCatalogId)
setCatalogId
in interface CatalogAddCmd
anCatalogId
- java.lang.Longpublic void setDescLanguage(java.lang.Integer anDescLanguage)
setDescLanguage
in interface CatalogAddCmd
anDescLanguage
- java.lang.Integerpublic void setDescription(java.lang.String astrDescription)
setDescription
in interface CatalogAddCmd
astrDescription
- java.lang.Stringpublic void setFullimage(java.lang.String astrFullimage)
setFullimage
in interface CatalogAddCmd
astrFullimage
- java.lang.Stringpublic void setIdentifier(java.lang.String astrIdentifier)
setIdentifier
in interface CatalogAddCmd
astrIdentifier
- java.lang.Stringpublic void setLongdescription(java.lang.String astrLongdescription)
setLongdescription
in interface CatalogAddCmd
astrLongdescription
- java.lang.Stringpublic void setMemberId(java.lang.Long anMemberId)
setMemberId
in interface CatalogAddCmd
anMemberId
- java.lang.Longpublic void setName(java.lang.String astrName)
setName
in interface CatalogAddCmd
astrName
- java.lang.Stringpublic void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
setRequestProperties
in interface ControllerCommand
setRequestProperties
in class ControllerCommandImpl
ECApplicationException
- public void setShortdescription(java.lang.String astrShortdescription)
setShortdescription
in interface CatalogAddCmd
astrShortdescription
- java.lang.Stringpublic void setThumbnail(java.lang.String astrThumbnail)
setThumbnail
in interface CatalogAddCmd
astrThumbnail
- java.lang.Stringpublic void setTPCLevel(java.lang.Integer anTPCLevel)
setTPCLevel
in interface CatalogAddCmd
anTPCLevel
- java.lang.Integerpublic void setURL(java.lang.String astrURL)
setURL
in interface CatalogAddCmd
astrURL
- java.lang.Stringpublic void validateParameters() throws ECException
validateParameters
in interface ECCommand
validateParameters
in class AbstractECTargetableCommand
ECException
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |