|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Command Name: CatalogAdd Command Type: URL and Controller Command Description: 1. Adds a new Catalog 2. Adds a new Catalog Description 3. Adds a relationship between the new Catalog and the Store Parameters: 1. MemberId, Identifier and all fields in the Catalog. 2. All fields in the CatalogDsc. 3. No fields required. Tables: 1. Catalog 2. CatalogDsc 3. StoreCat Task Commands: AddCatalogCmd, AddCatalogDescCmd Other Controller commands: CatalogStoreRelAddCmd Mandatory Parameters: identifier, or catalogId (if adding catalog description) Additional Parameters: Optional Parameters: desc, fImage, tImage, sDesc, lDesc, name, descLangId, URL
Field Summary | |
static java.lang.String |
CLASSNAME
|
static java.lang.String |
COPYRIGHT
|
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Method Summary | |
java.lang.Long |
getCatalogId()
Get the catalog id |
java.lang.String |
getIdentifier()
Get the identifier |
void |
setCatalogId(java.lang.Long anCatalogId)
Set a catalog id |
void |
setDescLanguage(java.lang.Integer anDescLang)
Set the language id in the catalog description |
void |
setDescription(java.lang.String astrDescription)
Set description of the catalog |
void |
setFullimage(java.lang.String astrFullimage)
Set the path of the full image of this 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 the catalog |
void |
setMemberId(java.lang.Long anMemberId)
Set the owner id of the catalog |
void |
setName(java.lang.String astrName)
Set a language dependent name of the catalog |
void |
setShortdescription(java.lang.String astrShortdescription)
Set a short description of the catalog |
void |
setThumbnail(java.lang.String astrThumbnail)
Set the path of the thumbnail image of the catalog |
void |
setTPCLevel(java.lang.Integer anTPCLevel)
Set the TPC level of the catalog |
void |
setURL(java.lang.String astrURL)
Set the redirect URL |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
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, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
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
Method Detail |
public java.lang.Long getCatalogId()
public java.lang.String getIdentifier()
public void setCatalogId(java.lang.Long anCatalogId)
anCatalogId
- java.lang.Stringpublic void setDescLanguage(java.lang.Integer anDescLang)
anDescLang
- java.lang.Integerpublic void setDescription(java.lang.String astrDescription)
astrDescription
- java.lang.Stringpublic void setFullimage(java.lang.String astrFullimage)
astrFullimage
- java.lang.Stringpublic void setIdentifier(java.lang.String astrIdentifier)
astrIdentifier
- java.lang.Stringpublic void setLongdescription(java.lang.String astrLongdescription)
astrLongdescription
- java.lang.Stringpublic void setMemberId(java.lang.Long anMemberId)
anMemberId
- java.lang.Longpublic void setName(java.lang.String astrName)
astrName
- java.lang.Stringpublic void setShortdescription(java.lang.String astrShortdescription)
astrShortdescription
- java.lang.Stringpublic void setThumbnail(java.lang.String astrThumbnail)
astrThumbnail
- java.lang.Stringpublic void setTPCLevel(java.lang.Integer anTPCLevel)
anTPCLevel
- java.lang.Integerpublic void setURL(java.lang.String astrURL)
astrURL
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |