public interface CatalogUpdateCmd extends ControllerCommand
CatalogUpdateCmd is a URL and controller command that:
CATALOG table.
CATALOGDSC table.
CatalogAccessBean
CatalogDescriptionAccessBean
UpdateCatalogCmd
UpdateCatalogDescCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
Defines the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName| Modifier and Type | Method and Description |
|---|---|
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
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getCatalogId()
java.lang.String getIdentifier()
void setCatalogId(java.lang.Long anCatalogId)
the - catalog IDvoid setDescLanguage(java.lang.Integer anDescLang)
anDecLang - the language IDvoid setDescription(java.lang.String astrDescription)
astrDescription - the catalog descriptionvoid setFullimage(java.lang.String astrFullimage)
astrFullimage - the full image of catalogvoid setIdentifier(java.lang.String astrIdentifier)
astrIdentifier - the catalog identifiervoid setLongdescription(java.lang.String astrLongdescription)
astrLongdescription - the long description of the catalogvoid setMemberId(java.lang.Long anMemberId)
anMemberId - the catalog owner IDvoid setName(java.lang.String astrName)
astrName - the catalog namevoid setShortdescription(java.lang.String astrShortdescription)
astrShortdescription - the short description of the catalogvoid setThumbnail(java.lang.String astrThumbnail)
astrThumbnail - the thumbnail image of the catalogvoid setTPCLevel(java.lang.Integer anTPCLevel)
anTPCLevel - the trading position container level of the catalogvoid setURL(java.lang.String astrURL)
astrURL - the redirect URL