com.ibm.commerce.catalogmanagement.commands
Interface CatalogGroupUpdateCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable
All Known Implementing Classes:
CatalogGroupUpdateCmdImpl

public interface CatalogGroupUpdateCmd
extends ControllerCommand

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

CLASSNAME

public static final java.lang.String CLASSNAME

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

getCatgroupId

public java.lang.Long getCatgroupId()
Get the catalog group Id
Returns:
java.lang.Long

getIdentifier

public java.lang.String getIdentifier()
Get the identifier of the catalog group
Returns:
java.lang.String

setCatgroupId

public void setCatgroupId(java.lang.Long anCatgroupId)
Set the catalog group Id.
Parameters:
anCatgroupId - java.lang.Long

setDescLanguage

public void setDescLanguage(java.lang.Integer anDescLang)
Set the language Id use for the catalog group description
Parameters:
anDescLang - java.lang.Integer

setDisplay

public void setDisplay(java.lang.String astrDisplay)
Set the display for the catalog group description
Parameters:
astrDisplay - java.lang.String

setField1

public void setField1(java.lang.String astrField1)
Set field 1 of the catalog group
Parameters:
astrField1 - java.lang.String

setField2

public void setField2(java.lang.String astrField2)
Set field 2 of the catalog group
Parameters:
astrField2 - java.lang.String

setFullimage

public void setFullimage(java.lang.String astrFullimage)
Set the path of the full image of the catalog group description
Parameters:
astrFullimage - java.lang.String

setIdentifier

public void setIdentifier(java.lang.String astrIdentifier)
Set the catalog group identifier
Parameters:
astrIdentifier - java.lang.String

setKeyword

public void setKeyword(java.lang.String astrKeyword)
Set the keyword for the catalog group description
Parameters:
astrKeyword - java.lang.String

setLastupdate

public void setLastupdate(java.sql.Timestamp atmLastupdate)
Sets the date and time when the Catalog Group was updated
Parameters:
atmLastupdate - java.sql.Timestamp

setLongdescription

public void setLongdescription(java.lang.String astrLongdescription)
Set a long description of the catalog group description
Parameters:
astrLongdescription - java.lang.String

setMarkfordelete

public void setMarkfordelete(java.lang.Integer anMarkfordelete)
Set the mark for delete flag of the catalog group
Parameters:
anMarkfordelete - java.lang.Integer

setMemberId

public void setMemberId(java.lang.Long anMemberId)
Set the owner Id of the catalog group
Parameters:
anMemberId - java.lang.Long

setName

public void setName(java.lang.String astrName)
Set the language dependent name of the catalog group
Parameters:
astrName - java.lang.String

setOID

public void setOID(java.lang.String astrOID)
Set the object identifier of the catalog group
Parameters:
astrOID - java.lang.String

setPublished

public void setPublished(java.lang.Integer anPublished)
Set whether or not the catalog group description is published 0 - Not published 1 - published
Parameters:
anPublished - java.lang.Integer

setShortdescription

public void setShortdescription(java.lang.String astrShortdescription)
Set the short description of the catalog group description
Parameters:
astrShortdescription - java.lang.String

setThumbnail

public void setThumbnail(java.lang.String astrThumbnail)
Set the path of the thumbnail image of the catalog group description
Parameters:
astrThumbnail - java.lang.String

setURL

public void setURL(java.lang.String astrURL)
Set the redirect URL
Parameters:
astrURL - java.lang.String