java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.ControllerCommandImpl | +--com.ibm.commerce.catalogmanagement.commands.CatalogGroupUpdateCmdImpl
Implementation for CatalogGroupUpdate command which is the URL command for updating a Catalog Group object
Field Summary | |
---|---|
protected
java.lang.Long |
catalogId |
static java.lang.String |
CLASSNAME |
protected
java.lang.String |
contractEnablement |
static java.lang.String |
COPYRIGHT |
protected
java.lang.Long |
inCatgroupId |
protected
java.lang.Integer |
inDescLanguage |
protected
java.lang.Integer |
inMarkfordelete |
protected
java.lang.Long |
inMemberId |
protected
java.lang.Integer |
inPublished |
protected
java.lang.String |
istrDisplay |
protected
java.lang.String |
istrField1 |
protected
java.lang.String |
istrField2 |
protected
java.lang.String |
istrFullimage |
protected
java.lang.String |
istrIdentifier |
protected
java.lang.String |
istrKeyword |
protected
java.lang.String |
istrLongdescription |
protected
java.lang.String |
istrName |
protected
java.lang.String |
istrOID |
protected
java.lang.String |
istrShortdescription |
protected
java.lang.String |
istrThumbnail |
protected
java.lang.String |
istrURL |
protected
java.sql.Timestamp |
itmLastupdate |
protected
java.lang.Integer |
productSetId |
Fields inherited from class com.ibm.commerce.command. ControllerCommandImpl |
requestProperties,
responseProperties,
retriable,
viewReqProperties |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
CatalogGroupUpdateCmdImpl() |
Method Summary | |
---|---|
java.lang.Long |
getCatalogId() Get the catalog Id |
java.lang.Long |
getCatgroupId() Get the catalog group Id |
java.lang.String |
getContractEnablement() Get the contract enablement |
java.lang.Integer |
getDescLanguage() Get language id of the catalog group description |
java.lang.String |
getDisplay() Get the display of the catalog group description |
java.lang.String |
getField1() Get field 1 of the catalog group |
java.lang.String |
getField2() Get field 2 of the catalog group |
java.lang.String |
getFullimage() Get the path of the full image of the catalog group description |
java.lang.String |
getIdentifier() Get the identifier of the catalog group |
java.sql.Timestamp |
getLastupdate() Get the last update time of the catalog group |
java.lang.String |
getLongdescription() Get the long description of the catalog group description |
java.lang.Integer |
getMarkfordelete() Get the mark for delete value the catalog group 0 = catalog group not marked for delete 1 = catalog group marked for delete |
protected
java.lang.Long |
getMemberId() Get the owner id of the catalog group |
java.lang.String |
getName() Get the language dependent name of the catalog group description |
java.lang.String |
getOID() Get the object identifier of the catalog group |
java.lang.Integer |
getProductSetId() Get the product set Id |
java.lang.Integer |
getPublished() Get the published flag of the catalog group description 0 = catalog group description not published 1 = catalog group description published |
java.lang.String |
getShortdescription() Get the short description of the catalog group description |
java.lang.String |
getThumbnail() Get the thumbnail image of the catalog group description |
java.lang.String |
getURL() Get the redirect URL |
void |
performExecute() The main program for CatalogGroupUpdate command |
void |
reset() This method reset all the variables used in CatalogGroupUpdate command |
void |
setCatalogId(java.lang.Long newCatalogId) Set the catalog Id |
void |
setCatgroupId(java.lang.Long anCatgroupId) Set the catalog group Id |
void |
setContractEnablement(java.lang.String newContractEnablement) Set the contract enablement |
void |
setDescLanguage(java.lang.Integer anDescLanguage) Set language id of 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 to the full image of catalog group description |
void |
setIdentifier(java.lang.String astrIdentifier) Set the identifier of the catalog group |
void |
setKeyword(java.lang.String astrKeyword) Set the keyword of 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 the long description of the catalog group description |
void |
setMarkfordelete(java.lang.Integer anMarkfordelete) Set the mark for delete flag of the catalog group 0 = catalog group not marked for delete 1 = catalog group marked for delete |
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 description |
void |
setOID(java.lang.String astrOID) Set the object identifier of the catalog group |
void |
setProductSetId(java.lang.Integer newProductSetId) Set the product set Id |
void |
setPublished(java.lang.Integer anPublished) Set the published flag of the catalog group description 0 = catalog group description not published 1 = catalog group descriotion published |
void |
setRequestProperties(
TypedProperty reqParms) This method obtain the input parameters for CatalogGroupUpdate command |
void |
setShortdescription(java.lang.String astrShortdescription) Set the short description of the catalog group description |
void |
setThumbnail(java.lang.String astrThumbnail) Set the path to the thumbnail image of the catalog group description |
void |
setURL(java.lang.String astrURL) Set a redirect URL |
void |
validateParameters() This method validates the parameters for CatalogGroupUpdate command |
Methods inherited from class com.ibm.commerce.command. ControllerCommandImpl |
checkPermission,
fulfills,
getForUserId,
getGeneric,
getOwner,
getRequestProperties,
getResolvedRequestProperties,
getResourceOwners,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setForUserId,
setGeneric,
setOwner,
setResponseProperties,
setRetriable,
setViewInputProperties |
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
isReadyToCallExecute,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
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,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
protected java.lang.String istrURL
protected java.lang.Long inCatgroupId
protected java.lang.String istrField1
protected java.lang.String istrField2
protected java.lang.String istrIdentifier
protected java.sql.Timestamp itmLastupdate
protected java.lang.Integer inMarkfordelete
protected java.lang.Long inMemberId
protected java.lang.String istrOID
protected java.lang.String istrDisplay
protected java.lang.String istrFullimage
protected java.lang.Integer inDescLanguage
protected java.lang.String istrKeyword
protected java.lang.String istrLongdescription
protected java.lang.String istrName
protected java.lang.Integer inPublished
protected java.lang.String istrShortdescription
protected java.lang.String istrThumbnail
protected java.lang.Long catalogId
protected java.lang.String contractEnablement
protected java.lang.Integer productSetId
Constructor Detail |
---|
public CatalogGroupUpdateCmdImpl()
Method Detail |
---|
public java.lang.Long getCatalogId()
public java.lang.Long getCatgroupId()
getCatgroupId
in interface
CatalogGroupUpdateCmd
public java.lang.String getContractEnablement()
public java.lang.Integer getDescLanguage()
public java.lang.String getDisplay()
public java.lang.String getField1()
public java.lang.String getField2()
public java.lang.String getFullimage()
public java.lang.String getIdentifier()
getIdentifier
in interface
CatalogGroupUpdateCmd
public java.sql.Timestamp getLastupdate()
public java.lang.String getLongdescription()
public java.lang.Integer getMarkfordelete()
protected java.lang.Long getMemberId()
public java.lang.String getName()
public java.lang.String getOID()
public java.lang.Integer getProductSetId()
public java.lang.Integer getPublished()
public java.lang.String getShortdescription()
public java.lang.String getThumbnail()
public java.lang.String getURL()
public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException
public void reset()
reset
in class
AbstractECTargetableCommand
public void setCatalogId(java.lang.Long newCatalogId)
newCatalogId
- java.lang.Longpublic void setCatgroupId(java.lang.Long anCatgroupId)
setCatgroupId
in interface
CatalogGroupUpdateCmd
anCatgroupId
- java.lang.Longpublic void setContractEnablement(java.lang.String newContractEnablement)
newContractEnablement
- java.lang.Stringpublic void setDescLanguage(java.lang.Integer anDescLanguage)
setDescLanguage
in interface
CatalogGroupUpdateCmd
anDescLanguage
- java.lang.Integerpublic void setDisplay(java.lang.String astrDisplay)
setDisplay
in interface
CatalogGroupUpdateCmd
astrDisplay
- java.lang.Stringpublic void setField1(java.lang.String astrField1)
setField1
in interface
CatalogGroupUpdateCmd
astrField1
- java.lang.Stringpublic void setField2(java.lang.String astrField2)
setField2
in interface
CatalogGroupUpdateCmd
astrField2
- java.lang.Stringpublic void setFullimage(java.lang.String astrFullimage)
setFullimage
in interface
CatalogGroupUpdateCmd
astrFullimage
- java.lang.Stringpublic void setIdentifier(java.lang.String astrIdentifier)
setIdentifier
in interface
CatalogGroupUpdateCmd
astrIdentifier
- java.lang.Stringpublic void setKeyword(java.lang.String astrKeyword)
setKeyword
in interface
CatalogGroupUpdateCmd
astrKeyword
- java.lang.Stringpublic void setLastupdate(java.sql.Timestamp atmLastupdate)
setLastupdate
in interface
CatalogGroupUpdateCmd
atmLastupdate
- java.sql.Timestamppublic void setLongdescription(java.lang.String astrLongdescription)
setLongdescription
in interface
CatalogGroupUpdateCmd
astrLongdescription
- java.lang.Stringpublic void setMarkfordelete(java.lang.Integer anMarkfordelete)
setMarkfordelete
in interface
CatalogGroupUpdateCmd
anMarkfordelete
- java.lang.Integerpublic void setMemberId(java.lang.Long anMemberId)
setMemberId
in interface
CatalogGroupUpdateCmd
anMemberId
- java.lang.Longpublic void setName(java.lang.String astrName)
setName
in interface
CatalogGroupUpdateCmd
astrName
- java.lang.Stringpublic void setOID(java.lang.String astrOID)
setOID
in interface
CatalogGroupUpdateCmd
astrOID
- java.lang.Stringpublic void setProductSetId(java.lang.Integer newProductSetId)
newProductSetId
- java.lang.Integerpublic void setPublished(java.lang.Integer anPublished)
setPublished
in interface
CatalogGroupUpdateCmd
anPublished
- java.lang.Integerpublic void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
setRequestProperties
in interface
ControllerCommand
setRequestProperties
in class
ControllerCommandImpl
reqParms
- request properties
ECApplicationException
public void setShortdescription(java.lang.String astrShortdescription)
setShortdescription
in interface
CatalogGroupUpdateCmd
astrShortdescription
- java.lang.Stringpublic void setThumbnail(java.lang.String astrThumbnail)
setThumbnail
in interface
CatalogGroupUpdateCmd
astrThumbnail
- java.lang.Stringpublic void setURL(java.lang.String astrURL)
setURL
in interface
CatalogGroupUpdateCmd
astrURL
- java.lang.Stringpublic void validateParameters() throws ECException
validateParameters
in interface
ECCommand
validateParameters
in class
AbstractECTargetableCommand
ECException