Java Doc for SubmissionStatusBean.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » tool » assessment » ui » bean » evaluation » 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.tool.assessment.ui.bean.evaluation 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.sakaiproject.tool.assessment.ui.bean.evaluation.SubmissionStatusBean

SubmissionStatusBean
public class SubmissionStatusBean implements Serializable,PhaseAware(Code)

Description: class form for evaluating submission status




Constructor Summary
public  SubmissionStatusBean()
     Creates a new SubmissionStatusBean object.

Method Summary
public  voidclear(ActionEvent event)
    
public  voidendProcessUpdates()
    
public  voidendProcessValidators()
    
public  ArrayListfindMatchingAgents(String pattern)
    
public  StringgetAdjustmentTotalScore()
    
public  Object[]getAgentArray()
    
public  StringgetAgentInitials()
     This is a read-only calculated property.
public  CollectiongetAgents()
    
public  ArrayListgetAllAgents()
    
public  StringgetAllSubmissions()
    
public  StringgetAnonymous()
    
public  HashMapgetAnsweredItems()
     This returns a map of which items actually have answers.
public  StringgetAssessmentId()
    
public  StringgetAssessmentName()
    
public  intgetDataRows()
    
public  StringgetDueDate()
    
public  StringgetFirstItem()
    
public  intgetFirstRow()
    
public  StringgetGroupName()
    
public  StringgetLateHandling()
    
public  intgetMaxDisplayedRows()
    
public  StringgetMaxScore()
    
public  StringgetPublishedId()
    
public  RecordingDatagetRecordingData()
    
public  StringgetRoleSelection()
    
public  StringgetSearchString()
    
public  StringgetSelectedSectionFilterValue()
    
public  StringgetSortType()
    
public  StringgetTotalPeople()
    
public  StringgetTotalScore()
    
public  StringgetTotalScoreComments()
    
protected  voidinit()
    
public  booleanisSortAscending()
    
public  voidresetFields()
    
public  voidsearch(ActionEvent event)
    
public  voidsetAdjustmentTotalScore(String pAdjustmentTotalScore)
    
public  voidsetAgents(Collection pagents)
    
public  voidsetAllAgents(ArrayList allAgents)
    
public  voidsetAllSubmissions(String pallSubmissions)
    
public  voidsetAnonymous(String panonymous)
     Set switch if this is anonymous grading.
public  voidsetAnsweredItems(HashMap newItems)
     This stores a map of which items actually have answers.
public  voidsetAssessmentId(String passessmentId)
    
public  voidsetAssessmentName(String passessmentName)
    
public  voidsetDueDate(String dateString)
    
public  voidsetFirstItem(String pfirstItem)
    
public  voidsetFirstRow(int firstRow)
    
public  voidsetGroupName(String pgroupName)
    
public  voidsetLateHandling(String plateHandling)
    
public  voidsetMaxDisplayedRows(int maxDisplayedRows)
    
public  voidsetMaxScore(String pmaxScore)
    
public  voidsetPublishedId(String ppublishedId)
    
public  voidsetRecordingData(RecordingData rd)
    
public  voidsetRoleSelection(String proleSelection)
    
public  voidsetSearchString(String searchString)
    
public  voidsetSelectedSectionFilterValue(String param)
    
public  voidsetSortAscending(boolean sortAscending)
    
public  voidsetSortType(String psortType)
    
public  voidsetTotalPeople(String ptotalPeople)
    
public  voidsetTotalScore(String pTotalScore)
    
public  voidsetTotalScoreComments(String pTotalScoreComments)
    
public  voidstartRenderResponse()
    


Constructor Detail
SubmissionStatusBean
public SubmissionStatusBean()(Code)
Creates a new SubmissionStatusBean object.




Method Detail
clear
public void clear(ActionEvent event)(Code)



endProcessUpdates
public void endProcessUpdates()(Code)



endProcessValidators
public void endProcessValidators()(Code)



findMatchingAgents
public ArrayList findMatchingAgents(String pattern)(Code)



getAdjustmentTotalScore
public String getAdjustmentTotalScore()(Code)
get the adjustment to the total score the total score



getAgentArray
public Object[] getAgentArray()(Code)
get agent resutls as an array the array



getAgentInitials
public String getAgentInitials()(Code)
This is a read-only calculated property. list of uppercase student initials



getAgents
public Collection getAgents()(Code)
get an agent result collection the collection



getAllAgents
public ArrayList getAllAgents()(Code)



getAllSubmissions
public String getAllSubmissions()(Code)
Is this an all submissions or, just the largest true if is is, else false



getAnonymous
public String getAnonymous()(Code)
Is this anonymous grading? anonymous grading? true or false



getAnsweredItems
public HashMap getAnsweredItems()(Code)
This returns a map of which items actually have answers. Used by QuestionScores.



getAssessmentId
public String getAssessmentId()(Code)
get assessment id the assessment id



getAssessmentName
public String getAssessmentName()(Code)
get assessment name the name



getDataRows
public int getDataRows()(Code)



getDueDate
public String getDueDate()(Code)
get the due date the due date as a String



getFirstItem
public String getFirstItem()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getFirstRow
public int getFirstRow()(Code)



getGroupName
public String getGroupName()(Code)
Get the group name group name



getLateHandling
public String getLateHandling()(Code)
get late handling late handlign



getMaxDisplayedRows
public int getMaxDisplayedRows()(Code)



getMaxScore
public String getMaxScore()(Code)
get the max score the max score



getPublishedId
public String getPublishedId()(Code)
get published id the published id



getRecordingData
public RecordingData getRecordingData()(Code)
encapsulates audio recording info recording data



getRoleSelection
public String getRoleSelection()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getSearchString
public String getSearchString()(Code)



getSelectedSectionFilterValue
public String getSelectedSectionFilterValue()(Code)



getSortType
public String getSortType()(Code)
get sort type sort type



getTotalPeople
public String getTotalPeople()(Code)
get the total number of students for this assessment the number



getTotalScore
public String getTotalScore()(Code)
the total score



getTotalScoreComments
public String getTotalScoreComments()(Code)
get total score the total score



init
protected void init()(Code)



isSortAscending
public boolean isSortAscending()(Code)
is scores table sorted in ascending order true if it is



resetFields
public void resetFields()(Code)
reset the fields



search
public void search(ActionEvent event)(Code)



setAdjustmentTotalScore
public void setAdjustmentTotalScore(String pAdjustmentTotalScore)(Code)
set the adjustment to total score
Parameters:
  pAdjustmentTotalScore - the adjustment



setAgents
public void setAgents(Collection pagents)(Code)
set the agent collection
Parameters:
  pagents - the collection



setAllAgents
public void setAllAgents(ArrayList allAgents)(Code)



setAllSubmissions
public void setAllSubmissions(String pallSubmissions)(Code)
set whether all submissions are to be exposed
Parameters:
  pallSubmissions - true if it is



setAnonymous
public void setAnonymous(String panonymous)(Code)
Set switch if this is anonymous grading.
Parameters:
  panonymous - anonymous grading? true or false



setAnsweredItems
public void setAnsweredItems(HashMap newItems)(Code)
This stores a map of which items actually have answers. Used by QuestionScores.



setAssessmentId
public void setAssessmentId(String passessmentId)(Code)
set assessment id
Parameters:
  passessmentId - the id



setAssessmentName
public void setAssessmentName(String passessmentName)(Code)
set assessment name
Parameters:
  passessmentName - the name



setDueDate
public void setDueDate(String dateString)(Code)
set due date string
Parameters:
  dateString - the date string



setFirstItem
public void setFirstItem(String pfirstItem)(Code)
DOCUMENTATION PENDING
Parameters:
  proleSelection - DOCUMENTATION PENDING



setFirstRow
public void setFirstRow(int firstRow)(Code)



setGroupName
public void setGroupName(String pgroupName)(Code)
set the group name
Parameters:
  pgroupName - the name



setLateHandling
public void setLateHandling(String plateHandling)(Code)
set late handling
Parameters:
  plateHandling - the late handling



setMaxDisplayedRows
public void setMaxDisplayedRows(int maxDisplayedRows)(Code)



setMaxScore
public void setMaxScore(String pmaxScore)(Code)
set max score
Parameters:
  pmaxScore - set the max score



setPublishedId
public void setPublishedId(String ppublishedId)(Code)
set published id
Parameters:
  passessmentId - the id



setRecordingData
public void setRecordingData(RecordingData rd)(Code)
encapsulates audio recording info
Parameters:
  rd -



setRoleSelection
public void setRoleSelection(String proleSelection)(Code)
DOCUMENTATION PENDING
Parameters:
  proleSelection - DOCUMENTATION PENDING



setSearchString
public void setSearchString(String searchString)(Code)



setSelectedSectionFilterValue
public void setSelectedSectionFilterValue(String param)(Code)



setSortAscending
public void setSortAscending(boolean sortAscending)(Code)

Parameters:
  sortAscending - is scores table sorted in ascending order



setSortType
public void setSortType(String psortType)(Code)
set sort type, trigger property sorts
Parameters:
  psortType - the type



setTotalPeople
public void setTotalPeople(String ptotalPeople)(Code)
set the total number of people
Parameters:
  ptotalPeople - the total



setTotalScore
public void setTotalScore(String pTotalScore)(Code)
set the total score
Parameters:
  pTotalScore - the total score



setTotalScoreComments
public void setTotalScoreComments(String pTotalScoreComments)(Code)
set comments for totals score
Parameters:
  pTotalScoreComments - the comments



startRenderResponse
public void startRenderResponse()(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www__.j___ava___2___s___.__c_o_m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.