com.ibm.commerce.catalogattachment.commands
Interface CatalogEntryAttachmentUpdateCmd
-
- All Superinterfaces:
- AccCommand, AttachmentRelationBaseUpdateCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
- All Known Implementing Classes:
- CatalogEntryAttachmentUpdateCmdImpl
public interface CatalogEntryAttachmentUpdateCmd extends AttachmentRelationBaseUpdateCmd
Interface forCatalogEntryAttachmentUpdate
command
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
CLASSNAME
Define the CLASSNAME.static java.lang.String
COPYRIGHT
The internal copyright field.-
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Long
getCatentryId()
Gets the Catalog Entry ID.java.lang.String
getPartNumber()
Gets the part number.void
setCatentryId(java.lang.Long anCatalogEntryId)
Sets the Catalog Entry ID.void
setPartnumber(java.lang.String astrPartnumber)
Sets the part number of the catalog entry.-
Methods inherited from interface com.ibm.commerce.attachment.commands.AttachmentRelationBaseUpdateCmd
getAttachmentObjectId, getAttachmentRelationDescriptions, getAttachmentRelationId, getAttachmentRelationUsageId, getAttachmentTargetId, getSequence, getURL, setAttachmentObjectId, setAttachmentRelationDescriptions, setAttachmentRelationId, setAttachmentRelationUsageId, setAttachmentTargetId, setCreateMissing, setSequence, setURL
-
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.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
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, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
The internal copyright field.- See Also:
- Constant Field Values
-
CLASSNAME
static final java.lang.String CLASSNAME
Define the CLASSNAME.- See Also:
- Constant Field Values
-
-
Method Detail
-
getCatentryId
java.lang.Long getCatentryId()
Gets the Catalog Entry ID.- Returns:
- The Catalog Entry ID
-
getPartNumber
java.lang.String getPartNumber()
Gets the part number.- Returns:
- The part number
-
setCatentryId
void setCatentryId(java.lang.Long anCatalogEntryId)
Sets the Catalog Entry ID.- Parameters:
anCatalogEntryId
- The Catalog Entry ID
-
setPartnumber
void setPartnumber(java.lang.String astrPartnumber)
Sets the part number of the catalog entry.- Parameters:
astrPartnumber
- The part number of the Catalog Entry
-
-