public interface AttachmentDeleteCmd extends ControllerCommand
AttachmentDelete command| Modifier 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.lang.Long |
getAttachmentTargetId()
Gets the attachment target ID.
|
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 |
setAttachmentAssetsForDelete(java.util.Vector avAttachmentAssetDataBeansForDelete)
Sets the vector of
AttachmentAssetDataBean as the attachment assets to be deleted from the attachment target. |
void |
setAttachmentTargetId(java.lang.Long anAttachmentTargetId)
Sets the attachment target ID.
|
void |
setDeleteAssetsOnly(boolean abFlag)
Sets the flag to indicate that it will only deletes the assets indicated but not the 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.
|
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, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic 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()
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)
anMemberId - The owner of the attachment targetvoid setIdentifier(java.lang.String astrIdentifier)
astrIdentifier - The identifier of the attachment targetvoid setURL(java.lang.String astrURL)
astrURL - The redirect URLvoid 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 setDeleteAssetsOnly(boolean abFlag)
abFlag - the value of the flag.