public interface AttachmentUpdateCmd extends ControllerCommand
AttachmentUpdate
commandModifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
Define the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
getAttachmentAssets()
Gets the vector of
AttachmentAssetDataBean for update. |
java.util.Vector |
getAttachmentTargetDescriptions()
Gets the vector of
AttachmentTargetDescriptionDataBean for update. |
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 in the attachment target.
|
java.lang.Double |
getField2()
Gets the customizable field 2 in the attachment target.
|
java.lang.String |
getField3()
Gets the customizable field 3 in the attachment target.
|
java.lang.String |
getField4()
Gets the customizable field 4 in the attachment target.
|
java.lang.String |
getIdentifier()
Gets the identifier of the attachment target.
|
java.lang.Long |
getMemberId()
Gets the owner of the attachment target.
|
java.lang.Integer |
getStoreentId()
Gets the store entity ID that owns the attachment target.
|
void |
setAttachmentAssets(java.util.Vector avAttachmentAssetDataBeans)
Sets the vector of
AttachmentAssetDataBean as the attachment assets to be updated for the attachment target. |
void |
setAttachmentAssetsForDelete(java.util.Vector avAttachmentAssetDataBeansForDelete)
Sets the vector of
AttachmentAssetDataBean as the attachment assets to be deleted from the attachment target. |
void |
setAttachmentTargetDescriptions(java.util.Vector avAttachmentTargetDescriptionDataBeans)
Sets the vector of
AttachmentTargetDescriptionDataBean as the description to be updated for the attachment target. |
void |
setAttachmentTargetId(java.lang.Long anAttachmentTargetId)
Sets the attachment target ID.
|
void |
setAttachmentUsageId(java.lang.String astrAttachmentUsageId)
Sets the attachment usage ID used in the attachment target.
|
void |
setCreateMissing(java.lang.Boolean aboolCreateMissing)
Sets the option to the create missing attachment target, target descriptions, and assets.
|
void |
setField1(java.lang.Long anField1)
Sets the customizable field 1 of the attachment target.
|
void |
setField2(java.lang.Double adField2)
Sets the customizable field 2 of the attachment target.
|
void |
setField3(java.lang.String astrField3)
Sets the customizable field 3 of the attachment target.
|
void |
setField4(java.lang.String astrField4)
Sets the customizable field 4 of the attachment target.
|
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 to retrieve an existing attachment.
|
void |
setStoreentId(java.lang.Integer anStoreentId)
Sets the store entity ID.
|
void |
setURL(java.lang.String astrURL)
Sets the redirect URL.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getAttachmentTargetId()
java.lang.Integer getStoreentId()
java.lang.Long getMemberId()
java.lang.String getIdentifier()
java.lang.String getAttachmentUsageId()
java.lang.Long getField1()
java.lang.Double getField2()
java.lang.String getField3()
java.lang.String getField4()
java.util.Vector getAttachmentTargetDescriptions()
AttachmentTargetDescriptionDataBean
for update.AttachmentTargetDescriptionDataBean
java.util.Vector getAttachmentAssets()
AttachmentAssetDataBean
for update.AttachmentAssetDataBean
void setAttachmentTargetId(java.lang.Long anAttachmentTargetId)
anAttachmentTargetId
- The attachment target IDvoid setStoreentId(java.lang.Integer anStoreentId)
anStoreentId
- The store entity IDvoid setMemberId(java.lang.Long anMemberId)
AttachmentAdd
.anMemberId
- The owner of the attachment targetvoid setIdentifier(java.lang.String astrIdentifier)
astrIdentifier
- The identifier of the attachment targetvoid setAttachmentUsageId(java.lang.String astrAttachmentUsageId)
astrAttachmentUsageId
- The attachment usage IDvoid setField1(java.lang.Long anField1)
anField1
- The customizable field 1void 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 setAttachmentAssets(java.util.Vector avAttachmentAssetDataBeans)
AttachmentAssetDataBean
as the attachment assets to be updated for the attachment target.avAttachmentAssetDataBeans
- The list of AttachmentAssetDataBean
void setAttachmentAssetsForDelete(java.util.Vector avAttachmentAssetDataBeansForDelete)
AttachmentAssetDataBean
as the attachment assets to be deleted from the attachment target.avAttachmentAssetDataBeansForDelete
- The list of AttachmentAssetDataBean
as the attachment assets for delete.void setAttachmentTargetDescriptions(java.util.Vector avAttachmentTargetDescriptionDataBeans)
AttachmentTargetDescriptionDataBean
as the description to be updated for the attachment target.avAttachmentTargetDescriptionDataBeans
- The list of AttachmentTargetDescriptionDataBean
void setURL(java.lang.String astrURL)
astrURL
- The redirect URLvoid setCreateMissing(java.lang.Boolean aboolCreateMissing)
aboolCreateMissing
- The create missing flag