public interface CatalogAddCmd extends ControllerCommand
CatalogAddCmd
is a URL and controller command that:
CatalogDsc
table.
CatalogAccessBean
,
CatalogDescriptionAccessBean
,
StoreCatalogAccessBean
.
AddCatalogCmd
,
AddCatalogDescCmd
CatalogStoreRelAddCmd
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 for the catalog description
|
void |
setDescLanguage(java.lang.Integer anDescLang)
Sets the language ID 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 for the catalog description.
|
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)
Set the owner ID of the 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, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static 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)
anCatalogId
- the catalog IDvoid setIdentifier(java.lang.String astrIdentifier)
astrIdentifier
- the catalog identifiervoid setTPCLevel(java.lang.Integer anTPCLevel)
anTPCLevel
- the trading position container level of the catalogvoid setDescLanguage(java.lang.Integer anDescLang)
anDescLang
- the language for the catalog descriptionvoid setDescription(java.lang.String astrDescription)
astrDescription
- the catalog descriptionvoid setFullimage(java.lang.String astrFullimage)
astrFullimage
- the path to the full imagevoid setLongdescription(java.lang.String astrLongdescription)
astrLongdescription
- the long description for the catalogvoid setMemberId(java.lang.Long anMemberId)
anMemberId
- the catalog owner IDvoid setName(java.lang.String astrName)
astrName
- the name of the catalogvoid setShortdescription(java.lang.String astrShortdescription)
astrShortdescription
- the short description of the catalogvoid setThumbnail(java.lang.String astrThumbnail)
astrThumbnail
- the thumbnail image of the catalogvoid setURL(java.lang.String astrURL)
astrURL
- the redirect URL after successful command execution