|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This adapter used for attachment management.
Method Summary | |
boolean |
buttonClickedImpl(java.lang.String name,
com.oreilly.servlet.MultipartRequest multipartRequest,
boolean result)
Check that button clicked. |
void |
deleteAllAttachmentsImpl(java.lang.String taskid)
Delete attachment |
void |
deleteAttachmentsImpl(java.lang.String taskid,
com.oreilly.servlet.MultipartRequest multipartRequest)
Delete attachment |
java.util.Collection |
getAttachmentsImpl(java.lang.String taskid,
java.util.Collection result)
Get attachment list for task |
void |
saveAttachmentImpl(java.lang.String taskid,
com.oreilly.servlet.MultipartRequest multipartRequest)
Save attachment |
void |
saveAttachmentsFromMessageImpl(java.util.Map attaches,
java.lang.String userId,
java.lang.String taskId)
|
Methods inherited from interface gran.app.adapter.Adapter |
getDescription, init |
Method Detail |
public java.util.Collection getAttachmentsImpl(java.lang.String taskid, java.util.Collection result) throws gran.exception.GranException
gran.exception.GranException
public boolean buttonClickedImpl(java.lang.String name, com.oreilly.servlet.MultipartRequest multipartRequest, boolean result) throws gran.exception.GranException
name
- - button name
gran.exception.GranException
public void deleteAttachmentsImpl(java.lang.String taskid, com.oreilly.servlet.MultipartRequest multipartRequest) throws gran.exception.GranException
taskid
- - taskmultipartRequest
- - contains info about deleted attachments
gran.exception.GranException
public void saveAttachmentImpl(java.lang.String taskid, com.oreilly.servlet.MultipartRequest multipartRequest) throws gran.exception.GranException
taskid
- - taskmultipartRequest
-
gran.exception.GranException
public void deleteAllAttachmentsImpl(java.lang.String taskid) throws gran.exception.GranException
taskid
- - task
gran.exception.GranException
public void saveAttachmentsFromMessageImpl(java.util.Map attaches, java.lang.String userId, java.lang.String taskId) throws gran.exception.GranException
gran.exception.GranException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |