public class ProcessAttachmentCmdImpl extends AbstractProcessBusinessObjectDocumentCmdImpl implements ProcessAttachmentCmd
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
| Constructor and Description |
|---|
| ProcessAttachmentCmdImpl()
Constructor of ProcessAttachmentCmdImpl
|
| Modifier and Type | Method and Description |
|---|---|
| protected BusinessObjectDocumentType | buildAcknowledgeBusinessObjectDocument(java.util.Map nounsAndActions, java.util.Map persistentObjects)
This method builds and returns the business object document that represents the response of this process request.
|
| AcknowledgeAttachmentType | getAcknowledgeAttachment()
This method gets the AcknowledgeAttachmentType BOD.
|
| protected ProcessAttachmentType | getProcessAttachment()
This method gets the PrcoessAttachmentType BOD..
|
| protected java.util.Map | read(java.util.Set nouns)
The purpose of this method is to return a list of objects that represent the data that is involved with this change request.
|
| protected void | save(java.util.Map persistentObjects)
The purpose of this method is to save the changes that are contained in the list of persistent objects.
|
| protected void | setAcknowledgeAttachment(AcknowledgeAttachmentType acknowledgeAttachment)
This method sets the AcknowledgeAttachment BOD.
|
| void | setProcessAttachment(ProcessAttachmentType processAttachment)
This method sets the ProcessAttachmentType BOD.
|
| protected void | validate(java.util.Map nounsAndActions, java.util.Map persistentObjects)
This method will perform any common validation the process control will share amongst the differ process action tasks.
|
public static final java.lang.String COPYRIGHT
public ProcessAttachmentCmdImpl()
public void setProcessAttachment(ProcessAttachmentType processAttachment)
protected ProcessAttachmentType getProcessAttachment()
protected void setAcknowledgeAttachment(AcknowledgeAttachmentType acknowledgeAttachment)
public AcknowledgeAttachmentType getAcknowledgeAttachment()
protected BusinessObjectDocumentType buildAcknowledgeBusinessObjectDocument(java.util.Map nounsAndActions, java.util.Map persistentObjects)
protected java.util.Map read(java.util.Set nouns)
throws AbstractApplicationException
protected void save(java.util.Map persistentObjects)
throws AbstractApplicationException
protected void validate(java.util.Map nounsAndActions,
java.util.Map persistentObjects)
throws AbstractApplicationException