The CatalogGroupAddCmd
is a URL and controller command
that:
CATGROUP
table, except IBM internal use
field and the CATGROUP.LASTUPDATE
column.CATGRPDESC
table.CatalogGroupAccessBean
CatalogGroupDescriptionAccessBean
StoreCatalogGroupAccessBean
CatalogGroupRelationAccessBean
AddCatalogGroup
,AddCatalogGroupDescCmd
.CatGroupStoreRelAddCmd
,CatGroupRelAddCmd
.
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 |
getCatgroupId() Gets the catalog group ID. |
java.lang.String |
getIdentifier() Gets the catalog group identifier. |
void |
setCatalogId(java.lang.Long anCatalogId) Sets the catalog ID. |
void |
setCatgroupId(java.lang.Long anCatgroupId) Sets the catalog group ID for the description. |
void |
setCatgroupIdParent(java.lang.Long anCatgroupIdParent) Sets the parent catalog group ID for the catalog, parent catalog group, and child catalog group relationship. |
void |
setDescLanguage(java.lang.Integer anDescLang) Sets the language ID for the catalog group description. |
void |
setDisplay(java.lang.String astrDisplay) Sets the display for the catalog group. |
void |
setField1(java.lang.String astrField1) Sets the field 1 in the catalog group description. |
void |
setField2(java.lang.String astrField2) Sets the field 2 in the catalog group description. |
void |
setFullimage(java.lang.String astrFullimage) Sets the path of the full image of catalog group. |
void |
setIdentifier(java.lang.String astrIdentifier) Sets the catalog group identifier. |
void |
setKeyword(java.lang.String astrKeyword) Sets the language dependent keyword for 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) Sets the long description of the catalog group. |
void |
setMarkfordelete(java.lang.Integer anMarkfordelete) Sets the mark for delete flag for the catalog group: 1 = marked for delete. |
void |
setMemberId(java.lang.Long anMemberId) Sets the owner ID of the catalog group. |
void |
setName(java.lang.String astrName) Sets the language dependent name of the catalog group. |
void |
setOID(java.lang.String astrOID) Sets the object identifier of the catalog group. |
void |
setPublished(java.lang.Integer anPublished) Sets whether the catalog group should be displayed in the specified language. |
void |
setSequenceForCatgrprel(java.lang.Double adSequenceForCatgrprel) Sets the sequence number for the catalog, parent catalog group, and child catalog group relationship. |
void |
setShortdescription(java.lang.String astrShortdescription) Sets the short description of the catalog group. |
void |
setThumbnail(java.lang.String astrThumbnail) Sets the path of the thumbnail image of the catalog group. |
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 void setCatalogId(java.lang.Long anCatalogId)
anCatalogId
- the catalog IDpublic java.lang.Long getCatgroupId()
public java.lang.String getIdentifier()
public void setCatgroupId(java.lang.Long anCatgroupId)
anCatgroupId
- the catalog group IDpublic void setIdentifier(java.lang.String astrIdentifier)
astrIdentifier
- the identifier of the catalog
grouppublic void setCatgroupIdParent(java.lang.Long anCatgroupIdParent)
anCatgroupIdParent
- the parent catalog group
IDpublic void setDescLanguage(java.lang.Integer anDescLang)
anDescLang
- the language IDpublic void setDisplay(java.lang.String astrDisplay)
astrDisplay
- the display for the catalog
grouppublic void setField1(java.lang.String astrField1)
astrField1
- customizable field 1public void setField2(java.lang.String astrField2)
astrField2
- customizable field 2public void setFullimage(java.lang.String astrFullimage)
astrFullimage
- the full image of the catalog
grouppublic void setKeyword(java.lang.String astrKeyword)
astrKeyword
- the keyword for catalog
grouppublic void setLastupdate(java.sql.Timestamp atmLastupdate)
atmLastupdate
- the timestamp when the catalog group was last
updated.public void setLongdescription(java.lang.String astrLongdescription)
astrLongdescription
- the long description of the catalog
grouppublic void setMarkfordelete(java.lang.Integer anMarkfordelete)
anMarkfordelete
- the mark for delete flag for the catalog
grouppublic void setMemberId(java.lang.Long anMemberId)
anMemberId
- the owner of the catalog
grouppublic void setName(java.lang.String astrName)
astrName
- the catalog group namepublic void setOID(java.lang.String astrOID)
astrOID
- the object identifier of the catalog
grouppublic void setPublished(java.lang.Integer anPublished)
anPublished
- the publish flag of the catalog group
description in the specified languagepublic void setShortdescription(java.lang.String astrShortdescription)
astrShortdescription
- the short description of the catalog
grouppublic void setThumbnail(java.lang.String astrThumbnail)
astrThumbnail
- the thumbnail image of the catalog
grouppublic void setSequenceForCatgrprel(java.lang.Double adSequenceForCatgrprel)
adSequenceForCatgrprel
- the sequence number for the catalog,
parent catalog group, and child catalog group relationshippublic void setURL(java.lang.String astrURL)
astrURL
- the redirect URL