Java Doc for AssignmentSubmissionEdit.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » assignment » api » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » sakai » org.sakaiproject.assignment.api 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.sakaiproject.assignment.api.AssignmentSubmissionEdit

AssignmentSubmissionEdit
public interface AssignmentSubmissionEdit extends AssignmentSubmission,Edit(Code)

AssignmentSubmissionEdit is an interface for the Sakai assignments module. It represents editable student submissions for assignments.





Method Summary
public  voidaddFeedbackAttachment(Reference attachment)
     Add an attachment to the list of feedback attachments.
public  voidaddSubmittedAttachment(Reference attachment)
     Add an attachment to the list of submitted attachments.
public  voidaddSubmitter(User submitter)
     Add a User to the submitters list.
public  voidclearFeedbackAttachments()
     Remove all feedback attachments.
public  voidclearSubmittedAttachments()
     Remove all submitted attachments.
public  voidclearSubmitters()
    
public  voidremoveFeedbackAttachment(Reference attachment)
     Remove an attachment from the list of feedback attachments.
public  voidremoveSubmittedAttachment(Reference attachment)
    
public  voidremoveSubmitter(User submitter)
    
public  voidsetAssignment(Assignment assignment)
    
public  voidsetContext(String context)
     Set the AssignmentSubmissions's context at the time of creation.
public  voidsetFeedbackComment(String comment)
     Set the general comments by the grader.
public  voidsetFeedbackText(String feedback)
    
public  voidsetGrade(String grade)
     Sets the grade for the Submisssion.
public  voidsetGradeReleased(boolean released)
     Set whether the grade has been released.
public  voidsetGraded(boolean graded)
     Set whether this Submission has been graded.
public  voidsetHonorPledgeFlag(boolean honorPledgeFlag)
     Set the checked status of the honor pledge flag.
public  voidsetReturned(boolean returned)
     Set whether this Submission was rejected by the grader.
public  voidsetSubmitted(boolean submitted)
     Set whether this is a final submission.
public  voidsetSubmittedText(String submissionText)
     Text submitted in response to the Assignment.
public  voidsetTimeLastModified(Time lastmod)
     Set the time last modified.
public  voidsetTimeReturned(Time timeReturned)
     Set the time at which the graded Submission was returned; setting it to null means it is not yet graded.
public  voidsetTimeSubmitted(Time timeSubmitted)
     Set the time at which this response was submitted; setting it to null signifies the response is unsubmitted.



Method Detail
addFeedbackAttachment
public void addFeedbackAttachment(Reference attachment)(Code)
Add an attachment to the list of feedback attachments.
Parameters:
  attachment - -The Resource object pointing to the attachment.



addSubmittedAttachment
public void addSubmittedAttachment(Reference attachment)(Code)
Add an attachment to the list of submitted attachments.
Parameters:
  attachment - -The Reference object pointing to the attachment.



addSubmitter
public void addSubmitter(User submitter)(Code)
Add a User to the submitters list.
Parameters:
  submitter - -the User to add.



clearFeedbackAttachments
public void clearFeedbackAttachments()(Code)
Remove all feedback attachments.



clearSubmittedAttachments
public void clearSubmittedAttachments()(Code)
Remove all submitted attachments.



clearSubmitters
public void clearSubmitters()(Code)
Remove all user from the submitter list



removeFeedbackAttachment
public void removeFeedbackAttachment(Reference attachment)(Code)
Remove an attachment from the list of feedback attachments.
Parameters:
  attachment - -The Resource pointing to the attachment to remove.



removeSubmittedAttachment
public void removeSubmittedAttachment(Reference attachment)(Code)
Remove an attachment from the list of submitted attachments
Parameters:
  attachment - -The Reference object pointing to the attachment.



removeSubmitter
public void removeSubmitter(User submitter)(Code)
Remove an User from the submitter list
Parameters:
  submitter - -the User to remove.



setAssignment
public void setAssignment(Assignment assignment)(Code)
Set the Assignment for this Submission
Parameters:
  assignment - -the Assignment



setContext
public void setContext(String context)(Code)
Set the AssignmentSubmissions's context at the time of creation.
Parameters:
  context - -The context string.



setFeedbackComment
public void setFeedbackComment(String comment)(Code)
Set the general comments by the grader.
Parameters:
  comment - -the text of the grader's comments; may be null.



setFeedbackText
public void setFeedbackText(String feedback)(Code)
Set the text part of the instructors feedback; usually an annotated copy of the submittedText
Parameters:
  feedback - -The text of the grader's feedback.



setGrade
public void setGrade(String grade)(Code)
Sets the grade for the Submisssion.
Parameters:
  grade - -The Submission's grade.



setGradeReleased
public void setGradeReleased(boolean released)(Code)
Set whether the grade has been released.
Parameters:
  released - -True if the Submissions's grade has been released, false otherwise.



setGraded
public void setGraded(boolean graded)(Code)
Set whether this Submission has been graded.
Parameters:
  graded - -true if the submission has been graded, false otherwise.



setHonorPledgeFlag
public void setHonorPledgeFlag(boolean honorPledgeFlag)(Code)
Set the checked status of the honor pledge flag.
Parameters:
  honorPledgeFlag - -True if the honor pledge is checked, false otherwise.



setReturned
public void setReturned(boolean returned)(Code)
Set whether this Submission was rejected by the grader.
Parameters:
  returned - -true if this response was rejected by the grader, false otherwise.



setSubmitted
public void setSubmitted(boolean submitted)(Code)
Set whether this is a final submission.
Parameters:
  submitted - -True if a final submission, false if still a draft.



setSubmittedText
public void setSubmittedText(String submissionText)(Code)
Text submitted in response to the Assignment.
Parameters:
  submissionText - -The text of the submission.



setTimeLastModified
public void setTimeLastModified(Time lastmod)(Code)
Set the time last modified.
Parameters:
  lastmod - -The Time at which the Submission was last modified.



setTimeReturned
public void setTimeReturned(Time timeReturned)(Code)
Set the time at which the graded Submission was returned; setting it to null means it is not yet graded.
Parameters:
  timeReturned - -The time at which the graded Submission was returned.



setTimeSubmitted
public void setTimeSubmitted(Time timeSubmitted)(Code)
Set the time at which this response was submitted; setting it to null signifies the response is unsubmitted.
Parameters:
  timeSubmitted - -Time of submission.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.