com.ibm.commerce.rfq.commands
Interface MarkAttachmentForDeleteCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
MarkAttachmentForDeleteCmdImpl

public interface MarkAttachmentForDeleteCmd
extends TaskCommand

Sets the MarkForDelete flag on an RFQ Attachment.


Field Summary
static java.lang.String COPYRIGHT
          COPYRIGHT
static java.lang.String defaultCommandClassName
          Default implementation class name
static java.lang.String NAME
          Task command name
 
Method Summary
 void setAttachmentIds(java.lang.Long[] attachmentIds)
          Sets the attachmentIds field and mark for delete those attachments
 

Field Detail
public static final java.lang.String COPYRIGHT
COPYRIGHT
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Task command name
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Default implementation class name
See Also:
Constant Field Values
Method Detail

setAttachmentIds

public void setAttachmentIds(java.lang.Long[] attachmentIds)
Sets the attachmentIds field and mark for delete those attachments
Parameters:
attachmentIds - The attachmentIds to set