public interface CatalogGroupUpdateCmd extends ControllerCommand
CatalogGroupUpdateCmd is a URL and controller command that:
CATALOG table.
CATGRPDESC table.
CatalogGroupAccessBean
CatalogGroupDescriptionAccessBean
UpdateCatalogGroupCmd
UpdateCatalogGroupDescCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
Defines the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCatgroupId()
Gets the catalog group ID.
|
java.lang.String |
getIdentifier()
Gets the identifier of the catalog group.
|
void |
setCatgroupId(java.lang.Long anCatgroupId)
Sets the catalog group ID.
|
void |
setDescLanguage(java.lang.Integer anDescLang)
Sets the language ID used 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 field 1 of the catalog group.
|
void |
setField2(java.lang.String astrField2)
Sets field 2 of the catalog group.
|
void |
setFullimage(java.lang.String astrFullimage)
Sets the path of the full image of the catalog group.
|
void |
setIdentifier(java.lang.String astrIdentifier)
Sets the identifier of the catalog group.
|
void |
setKeyword(java.lang.String astrKeyword)
Sets the keyword for the catalog group.
|
void |
setLastupdate(java.sql.Timestamp atmLastupdate)
Sets the date and time the catalog group was updated.
|
void |
setLongdescription(java.lang.String astrLongdescription)
Sets a long description of the catalog group.
|
void |
setMarkfordelete(java.lang.Integer anMarkfordelete)
Sets the mark for delete flag of the catalog group:
0 or null = catalog group not 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 |
setNote(java.lang.String astrNote)
Set the footnote of the catalog group description
|
void |
setOID(java.lang.String astrOID)
Sets the object identifier of the catalog group.
|
void |
setPublished(java.lang.Integer anPublished)
Sets whether or not the catalog group description is published:
0 = Not published.
|
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.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getCatgroupId()
java.lang.String getIdentifier()
void setCatgroupId(java.lang.Long anCatgroupId)
anCatgroupId - the catalog group IDvoid setDescLanguage(java.lang.Integer anDescLang)
anDescLang - the language IDvoid setDisplay(java.lang.String astrDisplay)
astrDisplay - the catalog group displayvoid setField1(java.lang.String astrField1)
astrField1 - customizable field 1void setField2(java.lang.String astrField2)
astrField2 - customizable field 2void setFullimage(java.lang.String astrFullimage)
astrFullimage - the full image path of the catalog groupvoid setIdentifier(java.lang.String astrIdentifier)
astrIdentifier - the catalog group identifiervoid setKeyword(java.lang.String astrKeyword)
astrKeyword - the catalog group keywordvoid setLastupdate(java.sql.Timestamp atmLastupdate)
atmLastupdate - the last time the catalog group was updatedvoid setLongdescription(java.lang.String astrLongdescription)
astrLongdescription - the long description of the catalog groupvoid setMarkfordelete(java.lang.Integer anMarkfordelete)
anMarkfordelete - whether the catalog is marked for deletionvoid setMemberId(java.lang.Long anMemberId)
anMemberId - the owner of the catalog groupvoid setName(java.lang.String astrName)
astrName - the name of the catalog groupvoid setOID(java.lang.String astrOID)
astrOID - the catalog group object identifiervoid setPublished(java.lang.Integer anPublished)
anPublished - the published flag of the catalog group descriptionvoid setShortdescription(java.lang.String astrShortdescription)
astrShortdescription - the catalog group short descriptionvoid setThumbnail(java.lang.String astrThumbnail)
astrThumbnail - the thumbnail image of the catalog groupvoid setNote(java.lang.String astrNote)
astrNote - Footnote of the catalog groupvoid setURL(java.lang.String astrURL)
astrURL - the redirect URL