The CatalogUpdateCmd
is a URL and controller command that:
CATALOG
table.CATALOGDSC
table.CatalogAccessBean
CatalogDescriptionAccessBean
UpdateCatalogCmd
UpdateCatalogDescCmd
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME Defines the CLASSNAME. |
static java.lang.String |
COPYRIGHT The internal copyright field. |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Method Summary | |
---|---|
java.lang.Long |
getCatalogId() Gets the catalog ID. |
java.lang.String |
getIdentifier() Gets the catalog identifier. |
void |
setCatalogId(java.lang.Long anCatalogId) Sets the catalog ID. |
void |
setDescLanguage(java.lang.Integer anDescLang) Sets the language ID used for the catalog description. |
void |
setDescription(java.lang.String astrDescription) Sets the description of the catalog. |
void |
setFullimage(java.lang.String astrFullimage) Sets the path of the full image of the catalog. |
void |
setIdentifier(java.lang.String astrIdentifier) Sets the identifier of the catalog. |
void |
setLongdescription(java.lang.String astrLongdescription) Sets the long description of the catalog. |
void |
setMemberId(java.lang.Long anMemberId) Sets the owner ID of catalog. |
void |
setName(java.lang.String astrName) Sets the language dependent name of the catalog. |
void |
setShortdescription(java.lang.String astrShortdescription) Sets the short description of the catalog. |
void |
setThumbnail(java.lang.String astrThumbnail) Sets the path of the thumbnail image of the catalog. |
void |
setTPCLevel(java.lang.Integer anTPCLevel) Sets the trading position container level of the catalog. |
void |
setURL(java.lang.String astrURL) Sets the redirect URL |
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 CLASSNAME
Method Detail |
---|
public java.lang.Long getCatalogId()
public java.lang.String getIdentifier()
public void setCatalogId(java.lang.Long anCatalogId)
public void setDescLanguage(java.lang.Integer anDescLang)
public void setDescription(java.lang.String astrDescription)
astrDescription
- the catalog descriptionpublic void setFullimage(java.lang.String astrFullimage)
astrFullimage
- the full image of catalogpublic void setIdentifier(java.lang.String astrIdentifier)
astrIdentifier
- the catalog identifierpublic void setLongdescription(java.lang.String astrLongdescription)
astrLongdescription
- the long description of the
catalogpublic void setMemberId(java.lang.Long anMemberId)
anMemberId
- the catalog owner IDpublic void setName(java.lang.String astrName)
astrName
- the catalog namepublic void setShortdescription(java.lang.String astrShortdescription)
astrShortdescription
- the short description of the
catalogpublic void setThumbnail(java.lang.String astrThumbnail)
astrThumbnail
- the thumbnail image of the
catalogpublic void setTPCLevel(java.lang.Integer anTPCLevel)
anTPCLevel
- the trading position container level of the
catalogpublic void setURL(java.lang.String astrURL)
astrURL
- the redirect URL