|
||||||||
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.CatalogUpdateCmdImpl
Implementation for CatalogUpdate command which updates a catalog
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 | |
CatalogUpdateCmdImpl()
|
Method Summary | |
java.lang.Long |
getCatalogId()
Get the catalog id |
java.lang.Integer |
getDescLanguage()
Get language id of the catalog description |
java.lang.String |
getDescription()
Get the description of the catalog |
java.lang.String |
getFullimage()
Get path of the full image of the catalog description |
java.lang.String |
getIdentifier()
Get identifier of the catalog |
java.lang.String |
getLongdescription()
Get long description of the catalog description |
java.lang.Long |
getMemberId()
Get the owner id of the catalog |
java.lang.String |
getName()
Get name of the catalog description |
java.lang.String |
getShortdescription()
Get short description of the catalog description |
java.lang.String |
getThumbnail()
Get thumbnail image of the Catalog Description |
java.lang.String |
getURL()
Get the redirect URL |
void |
performExecute()
The main program for CatalogUpdate command |
void |
reset()
This methid reset all the variables in CatalogUpdate 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 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 long description of catalog description |
void |
setMemberId(java.lang.Long anMemberId)
Set owner id of the catalog |
void |
setName(java.lang.String astrName)
Set language dependent name of catalog description |
void |
setRequestProperties(TypedProperty reqParms)
This method obtain the input parameters for CatalogUpdate 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 CatalogUpdate 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 CatalogUpdateCmdImpl()
Method Detail |
public java.lang.Long getCatalogId()
getCatalogId
in interface CatalogUpdateCmd
public java.lang.Integer getDescLanguage()
public java.lang.String getDescription()
public java.lang.String getFullimage()
public java.lang.String getIdentifier()
getIdentifier
in interface CatalogUpdateCmd
public java.lang.String getLongdescription()
public 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 CatalogUpdateCmd
anCatalogId
- java.lang.Longpublic void setDescLanguage(java.lang.Integer anDescLanguage)
setDescLanguage
in interface CatalogUpdateCmd
anDescLanguage
- java.lang.Integerpublic void setDescription(java.lang.String astrDescription)
setDescription
in interface CatalogUpdateCmd
astrDescription
- java.lang.Stringpublic void setFullimage(java.lang.String astrFullimage)
setFullimage
in interface CatalogUpdateCmd
astrFullimage
- java.lang.Stringpublic void setIdentifier(java.lang.String astrIdentifier)
setIdentifier
in interface CatalogUpdateCmd
astrIdentifier
- java.lang.Stringpublic void setLongdescription(java.lang.String astrLongdescription)
setLongdescription
in interface CatalogUpdateCmd
astrLongdescription
- java.lang.Stringpublic void setMemberId(java.lang.Long anMemberId)
setMemberId
in interface CatalogUpdateCmd
anMemberId
- java.lang.Longpublic void setName(java.lang.String astrName)
setName
in interface CatalogUpdateCmd
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 CatalogUpdateCmd
astrShortdescription
- java.lang.Stringpublic void setThumbnail(java.lang.String astrThumbnail)
setThumbnail
in interface CatalogUpdateCmd
astrThumbnail
- java.lang.Stringpublic void setTPCLevel(java.lang.Integer anTPCLevel)
setTPCLevel
in interface CatalogUpdateCmd
anTPCLevel
- java.lang.Integerpublic void setURL(java.lang.String astrURL)
setURL
in interface CatalogUpdateCmd
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 |