|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for CatalogGroupUpdate command which updates a catalog group and its description
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 identifier of the catalog group |
void |
setCatgroupId(java.lang.Long anCatgroupId)
Set the 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 the 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 catalog group description |
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 description |
void |
setMarkfordelete(java.lang.Integer anMarkfordelete)
Set the mark for delete flag of the catalog group |
void |
setMemberId(java.lang.Long anMemberId)
Set the owner Id of the catalog group |
void |
setName(java.lang.String astrName)
Set the 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 or not the catalog group description is published 0 - Not published 1 - published |
void |
setShortdescription(java.lang.String astrShortdescription)
Set the short description of the catalog group description |
void |
setThumbnail(java.lang.String astrThumbnail)
Set the path of the thumbnail image of the catalog group description |
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 setCatgroupId(java.lang.Long anCatgroupId)
anCatgroupId
- 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 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 |