com.ibm.commerce.attachment.commands
Interface AddAttachmentTargetCmd
-
- All Superinterfaces:
- com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
- All Known Implementing Classes:
- AddAttachmentTargetCmdImpl
public interface AddAttachmentTargetCmd extends TaskCommand
Interface for the commandAddAttachmentTarget
-
-
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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Long
getAttachmentTargetId()
Gets the Attachment Target ID.java.lang.String
getAttachmentUsageId()
Gets the attachment usage ID of the attachment target.java.lang.Long
getField1()
Gets the customizable field 1.java.lang.Double
getField2()
Gets the customizable field 2.java.lang.String
getField3()
Gets the customizable field 3.java.lang.String
getField4()
Gets the customizable field 4.java.lang.String
getIdentifier()
Gets the attachment target identifier.java.lang.Long
getMemberId()
Gets the owner ID of the attachment target.java.lang.Integer
getStoreentId()
Gets the store entity ID of the attachment target.void
setAttachmentUsageId(java.lang.String astrAttachmentUsageId)
Sets the attachment usage ID of the attachment target.void
setField1(java.lang.Long anField1)
Sets the customizable field 1.void
setField2(java.lang.Double adField2)
Sets the customizable field 2.void
setField3(java.lang.String astrField3)
Sets the customizable field 3.void
setField4(java.lang.String astrField4)
Sets the customizable field 4void
setIdentifier(java.lang.String astrIdentifier)
Sets the identifier of the attachment target.void
setMemberId(java.lang.Long anMemberId)
Sets the owner ID of the attachment target.void
setRequestProperties(TypedProperty reqParms)
Sets the request propertiesvoid
setStoreentId(java.lang.Integer anStoreentId)
Sets the store entity ID of the attachment target.-
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.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
-
-
-
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
-
getAttachmentTargetId
java.lang.Long getAttachmentTargetId()
Gets the Attachment Target ID.- Returns:
- The attachment target ID
-
getMemberId
java.lang.Long getMemberId()
Gets the owner ID of the attachment target.- Returns:
- The owner ID of the attachment target
-
getStoreentId
java.lang.Integer getStoreentId()
Gets the store entity ID of the attachment target.- Returns:
- The store entity ID of the attachment target
-
getAttachmentUsageId
java.lang.String getAttachmentUsageId()
Gets the attachment usage ID of the attachment target.- Returns:
- The attachment usage ID
-
getField1
java.lang.Long getField1()
Gets the customizable field 1.- Returns:
- The customizable field 1
-
getField2
java.lang.Double getField2()
Gets the customizable field 2.- Returns:
- Field 2
-
getField3
java.lang.String getField3()
Gets the customizable field 3.- Returns:
- The customizable field 3
-
getField4
java.lang.String getField4()
Gets the customizable field 4.- Returns:
- The customizable field 4
-
getIdentifier
java.lang.String getIdentifier()
Gets the attachment target identifier.- Returns:
- The attachment target identifier
-
setMemberId
void setMemberId(java.lang.Long anMemberId)
Sets the owner ID of the attachment target.- Parameters:
anMemberId
- The owner ID of the attachment target
-
setStoreentId
void setStoreentId(java.lang.Integer anStoreentId)
Sets the store entity ID of the attachment target.- Parameters:
anStoreentId
- The store entity ID
-
setAttachmentUsageId
void setAttachmentUsageId(java.lang.String astrAttachmentUsageId)
Sets the attachment usage ID of the attachment target.- Parameters:
astrAttachmentUsageId
-
-
setField1
void setField1(java.lang.Long anField1)
Sets the customizable field 1.- Parameters:
anField1
-
-
setField2
void setField2(java.lang.Double adField2)
Sets the customizable field 2.- Parameters:
adField2
- The customizable field 2
-
setField3
void setField3(java.lang.String astrField3)
Sets the customizable field 3.- Parameters:
astrField3
- The customizable field 3
-
setField4
void setField4(java.lang.String astrField4)
Sets the customizable field 4- Parameters:
astrField4
- The customizable field 4
-
setIdentifier
void setIdentifier(java.lang.String astrIdentifier)
Sets the identifier of the attachment target.- Parameters:
astrIdentifier
- The identifier of the attachment target
-
setRequestProperties
void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
Sets the request properties- Parameters:
reqParms
- The request properties- Throws:
ECApplicationException
-
-