|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for CatalogUpdate command which updates a catalog
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 the catalog id |
void |
setDescLanguage(java.lang.Integer anDescLang)
Set the language id use for the catalog description |
void |
setDescription(java.lang.String astrDescription)
Set the 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 identifier of the catalog |
void |
setLongdescription(java.lang.String astrLongdescription)
Set a long description of the catalog description |
void |
setMemberId(java.lang.Long anMemberId)
Set 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)
public void setDescLanguage(java.lang.Integer anDescLang)
anDecLang
- 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 |