com.ibm.commerce.catalogmanagement.commands
Interface CatalogAddCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand
All Known Implementing Classes:
CatalogAddCmdImpl

public interface CatalogAddCmd
extends ControllerCommand

The CatalogAddCmd is a URL and controller command that:

Parameters: Access Beans: Task Commands: Other Controller commands: CatalogStoreRelAddCmd Mandatory Parameters: identifier, or catalogId (if adding catalog description) Additional Parameters: none Optional Parameters: desc, fImage, tImage, sDesc, lDesc, name, descLangId, URL

Field Summary
static java.lang.String CLASSNAME
          Defines the CLASSNAME.
static java.lang.String COPYRIGHT
          The internal copyright field.
 
Fields inherited from interface com.ibm.commerce.command. ECCommand
defaultCommandClassName
 
Method Summary
 java.lang.Long getCatalogId()
          Gets the catalog ID.
 java.lang.String getIdentifier()
          Gets the catalog identifier.
 void setCatalogId(java.lang.Long anCatalogId)
          Sets the catalog ID for the catalog description
 void setDescLanguage(java.lang.Integer anDescLang)
          Sets the language ID for the catalog description.
 void setDescription(java.lang.String astrDescription)
          Sets the description of the catalog.
 void setFullimage(java.lang.String astrFullimage)
          Sets the path of the full image for the catalog description.
 void setIdentifier(java.lang.String astrIdentifier)
          Sets the identifier of the catalog.
 void setLongdescription(java.lang.String astrLongdescription)
          Sets the long description of the catalog.
 void setMemberId(java.lang.Long anMemberId)
          Set the owner ID of the catalog.
 void setName(java.lang.String astrName)
          Sets the language dependent name of the catalog.
 void setShortdescription(java.lang.String astrShortdescription)
          Sets the short description of the catalog.
 void setThumbnail(java.lang.String astrThumbnail)
          Sets the path of the thumbnail image of the catalog.
 void setTPCLevel(java.lang.Integer anTPCLevel)
          Sets the trading position container level of the catalog.
 void setURL(java.lang.String astrURL)
          Sets the redirect URL.
 
Methods inherited from interface com.ibm.commerce.command. ControllerCommand
checkPermission, 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, 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, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
 

Field Detail
public static final java.lang.String COPYRIGHT
The internal copyright field.
See Also:
Constant Field Values

CLASSNAME

public static final java.lang.String CLASSNAME
Defines the CLASSNAME.
See Also:
Constant Field Values
Method Detail

getCatalogId

public java.lang.Long getCatalogId()
Gets the catalog ID.
Returns:
the catalog ID

getIdentifier

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

setCatalogId

public void setCatalogId(java.lang.Long anCatalogId)
Sets the catalog ID for the catalog description
Parameters:
anCatalogId - the catalog ID

setIdentifier

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

setTPCLevel

public void setTPCLevel(java.lang.Integer anTPCLevel)
Sets the trading position container level of the catalog.
Parameters:
anTPCLevel - the trading position container level of the catalog

setDescLanguage

public void setDescLanguage(java.lang.Integer anDescLang)
Sets the language ID for the catalog description.
Parameters:
anDescLang - the language for the catalog description

setDescription

public void setDescription(java.lang.String astrDescription)
Sets the description of the catalog.
Parameters:
astrDescription - the catalog description

setFullimage

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

setLongdescription

public void setLongdescription(java.lang.String astrLongdescription)
Sets the long description of the catalog.
Parameters:
astrLongdescription - the long description for the catalog

setMemberId

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

setName

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

setShortdescription

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

setThumbnail

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

setURL

public void setURL(java.lang.String astrURL)
Sets the redirect URL.
Parameters:
astrURL - the redirect URL after successful command execution