|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Command Name: CatalogGroupAdd Command Type: URL and Controller Command Description: 1. Adds a new Catalog Group 2. Adds a new Catalog Group Description 3. Adds a relationship between the new Catalog Group and the Store Parameters: 1. All fields in the CatalogGroup, except IBM internal use field and LastUpdate. 2. All fields in the CatGroupDesc. 3. No field required Tables: 1. CatGroup 2. CatGrpDesc 3. StoreCgrp Task Commands: AddCatalogGroup, AddCatalogGroupDescCmd Other Controller Commands: CatGroupStoreRelAddCmd, CatGroupRelAddCmd Mandatory Parameters: identifier, or catgroupId (if adding Catalog Group Description) Additional Parameters: (catalogId + catgroupIdParent) Optional Parameters: field1, field2, markForDelete, display, name, published, keyword, fImage, descLangId, lDesc, sDesc, tImage, 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 |
getCatgroupId()
Get the catalog group Id |
java.lang.String |
getIdentifier()
Get the catalog group identifier |
void |
setCatalogId(java.lang.Long anCatalogId)
Set the catalog Id |
void |
setCatgroupId(java.lang.Long anCatgroupId)
Set the catalog group Id. |
void |
setCatgroupIdParent(java.lang.Long anCatgroupIdParent)
Set parent catalog group id |
void |
setDescLanguage(java.lang.Integer anDescLang)
Set the language ID use for the Catalog Group Description |
void |
setDisplay(java.lang.String astrDisplay)
Set the display for the catalog group description |
void |
setField1(java.lang.String astrField1)
Set field 1 of the catalog group |
void |
setField2(java.lang.String astrField2)
Set field 2 of the catalog group |
void |
setFullimage(java.lang.String astrFullimage)
Set the path of the full image of this catalog group description |
void |
setIdentifier(java.lang.String astrIdentifier)
Set the catalog group identifier |
void |
setKeyword(java.lang.String astrKeyword)
Set the keyword for the description of the catalog group |
void |
setLastupdate(java.sql.Timestamp atmLastupdate)
Sets the date and time when the catalog group was updated |
void |
setLongdescription(java.lang.String astrLongdescription)
Set a long description of the catalog group |
void |
setMarkfordelete(java.lang.Integer anMarkfordelete)
Set the mark for delete flag for the Catalog Group 1 = marked for delete 0, null = not mark for delete |
void |
setMemberId(java.lang.Long anMemberId)
Set the owner id of the catalog group |
void |
setName(java.lang.String astrName)
Set a language dependent name of the catalog group |
void |
setOID(java.lang.String astrOID)
Set the object identifier of the catalog group |
void |
setPublished(java.lang.Integer anPublished)
Set whether the catalog group should be displayed for the language indicated 0 - Not displayed 1 - Displayed |
void |
setSequenceForCatgrprel(java.lang.Double adSequenceForCatgrprel)
Set the sequence number for the catalog group to catalog group relationship between the new catalog group and the supplied parent catalog group |
void |
setShortdescription(java.lang.String astrShortdescription)
Set a short description of the catalog group |
void |
setThumbnail(java.lang.String astrThumbnail)
Set the path of the thumbnail image of the catalog group |
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 getCatgroupId()
public java.lang.String getIdentifier()
public void setCatalogId(java.lang.Long anCatalogId)
anCatalogId
- java.lang.Longpublic void setCatgroupId(java.lang.Long anCatgroupId)
anCatgroupId
- java.lang.Longpublic void setCatgroupIdParent(java.lang.Long anCatgroupIdParent)
anCatgroupIdParent
- java.lang.Longpublic void setDescLanguage(java.lang.Integer anDescLang)
anDescLang
- java.lang.Integerpublic void setDisplay(java.lang.String astrDisplay)
astrDisplay
- java.lang.Stringpublic void setField1(java.lang.String astrField1)
astrField1
- java.lang.Stringpublic void setField2(java.lang.String astrField2)
astrField2
- java.lang.Stringpublic void setFullimage(java.lang.String astrFullimage)
astrFullimage
- java.lang.Stringpublic void setIdentifier(java.lang.String astrIdentifier)
astrIdentifier
- java.lang.Stringpublic void setKeyword(java.lang.String astrKeyword)
astrKeyword
- java.lang.Stringpublic void setLastupdate(java.sql.Timestamp atmLastupdate)
atmLastupdate
- java.sql.Timestamppublic void setLongdescription(java.lang.String astrLongdescription)
astrLongdescription
- java.lang.Stringpublic void setMarkfordelete(java.lang.Integer anMarkfordelete)
anMarkfordelete
- java.lang.Integerpublic void setMemberId(java.lang.Long anMemberId)
anMemberId
- java.lang.Longpublic void setName(java.lang.String astrName)
astrName
- java.lang.Stringpublic void setOID(java.lang.String astrOID)
astrOID
- java.lang.Stringpublic void setPublished(java.lang.Integer anPublished)
anPublished
- java.lang.Integerpublic void setSequenceForCatgrprel(java.lang.Double adSequenceForCatgrprel)
adSequenceForCatgrprel
- java.lang.Doublepublic void setShortdescription(java.lang.String astrShortdescription)
astrShortdescription
- java.lang.Stringpublic void setThumbnail(java.lang.String astrThumbnail)
astrThumbnail
- java.lang.Stringpublic 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 |