public interface AddAttachmentTargetCmd extends TaskCommand
AddAttachmentTarget
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
Define the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
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 4
|
void |
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 properties
|
void |
setStoreentId(java.lang.Integer anStoreentId)
Sets the store entity ID of the attachment target.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getAttachmentTargetId()
java.lang.Long getMemberId()
java.lang.Integer getStoreentId()
java.lang.String getAttachmentUsageId()
java.lang.Long getField1()
java.lang.Double getField2()
java.lang.String getField3()
java.lang.String getField4()
java.lang.String getIdentifier()
void setMemberId(java.lang.Long anMemberId)
anMemberId
- The owner ID of the attachment targetvoid setStoreentId(java.lang.Integer anStoreentId)
anStoreentId
- The store entity IDvoid setAttachmentUsageId(java.lang.String astrAttachmentUsageId)
astrAttachmentUsageId
- void setField1(java.lang.Long anField1)
anField1
- void setField2(java.lang.Double adField2)
adField2
- The customizable field 2void setField3(java.lang.String astrField3)
astrField3
- The customizable field 3void setField4(java.lang.String astrField4)
astrField4
- The customizable field 4void setIdentifier(java.lang.String astrIdentifier)
astrIdentifier
- The identifier of the attachment targetvoid setRequestProperties(TypedProperty reqParms) throws ECApplicationException
reqParms
- The request propertiesECApplicationException