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


java.lang.Object
   org.sakaiproject.tool.assessment.ui.bean.author.SectionBean

SectionBean
public class SectionBean implements Serializable(Code)
Used to be org.navigoproject.ui.web.asi.author.section.SectionActionForm.java




Method Summary
public  StringaddAttachmentsRedirect()
    
public  StringgetAssessmentId()
    
public  ArrayListgetAssessmentSectionIdents()
    
public  StringgetAssessmentTitle()
    
public  ListgetAttachmentList()
    
public  ArrayListgetAuthorTypeList()
    
public  StringgetDestSectionId()
    
public  booleangetHasAttachment()
    
public  booleangetHideOneByOne()
    
public  booleangetHideRandom()
    
public  ArrayListgetItemNumberList()
     Get a numerical sequence for all questions. Derived property. String[] in format "1", "2", "3"...
public  ArrayListgetItems()
    
public  StringgetKeyword()
    
public  StringgetNoOfItems()
    
public  StringgetNumberSelected()
    
public  StringgetObjective()
    
public  StringgetOutcome()
    
public  ArrayListgetPoolsAvailable()
     List of available question pools for random draw.
public  StringgetQuestionOrdering()
    
public  booleangetRandom()
    
public  StringgetRandomizationType()
    
public  ArrayListgetRandomizationTypeList()
    
public  StringgetRemoveAllQuestions()
    
public  HashMapgetResourceHash()
    
public  StringgetRubric()
    
public  SectionFacadegetSection()
    
public  StringgetSectionDescription()
    
public  StringgetSectionId()
    
public  StringgetSectionIdent()
    
public  ArrayListgetSectionNumberList()
     Get a numerical sequence for all parts. Derived property. String[] in format "1", "2", "3"...
public  StringgetSectionTitle()
    
public  StringgetSelectedPool()
    
public  StringgetSelectedSection()
     Ordinal number of current section. Derived property. String the number as a String, e.g.
public  StringgetShowMetadata()
    
public  intgetTotalSections()
    
public  StringgetType()
    
public  voidsetAssessmentId(String string)
    
public  voidsetAssessmentSectionIdents(ArrayList list)
    
public  voidsetAssessmentTitle(String string)
    
public  voidsetAttachmentList(List attachmentList)
    
public  voidsetDestSectionId(String destSectionId)
    
public  voidsetHasAttachment(boolean hasAttachment)
    
public  voidsetHideOneByOne(boolean param)
    
public  voidsetHideRandom(boolean param)
    
public  voidsetItems(ArrayList items)
    
public  voidsetKeyword(String param)
    
public  voidsetNoOfItems(String string)
    
public  voidsetNumberSelected(String string)
    
public  voidsetObjective(String param)
    
public  voidsetOutcome(String param)
    
public  voidsetPartAttachment()
    
public  voidsetPoolsAvailable(ArrayList list)
     List of available question pools.
public  voidsetQuestionOrdering(String param)
    
public  voidsetRandom(boolean bool)
    
public  voidsetRandomizationType(String randomizationType)
    
public  voidsetRemoveAllQuestions(String removeAllQuestions)
    
public  voidsetResourceHash(HashMap resourceHash)
    
public  voidsetRubric(String param)
    
public  voidsetSection(SectionFacade section)
    
public  voidsetSectionDescription(String string)
    
public  voidsetSectionId(String string)
    
public  voidsetSectionIdent(String string)
    
public  voidsetSectionTitle(String string)
    
public  voidsetSelectedPool(String selectedPool)
    
public  voidsetShowMetadata(String string)
    
public  voidsetType(String param)
    
public  voidtoggleAuthorType(ValueChangeEvent event)
    



Method Detail
addAttachmentsRedirect
public String addAttachmentsRedirect()(Code)



getAssessmentId
public String getAssessmentId()(Code)



getAssessmentSectionIdents
public ArrayList getAssessmentSectionIdents()(Code)



getAssessmentTitle
public String getAssessmentTitle()(Code)



getAttachmentList
public List getAttachmentList()(Code)



getAuthorTypeList
public ArrayList getAuthorTypeList()(Code)



getDestSectionId
public String getDestSectionId()(Code)



getHasAttachment
public boolean getHasAttachment()(Code)



getHideOneByOne
public boolean getHideOneByOne()(Code)



getHideRandom
public boolean getHideRandom()(Code)



getItemNumberList
public ArrayList getItemNumberList()(Code)
Get a numerical sequence for all questions. Derived property. String[] in format "1", "2", "3"... up to the number of questions



getItems
public ArrayList getItems()(Code)



getKeyword
public String getKeyword()(Code)
get keyword metadata



getNoOfItems
public String getNoOfItems()(Code)



getNumberSelected
public String getNumberSelected()(Code)
the number selected



getObjective
public String getObjective()(Code)
get objective metadata



getOutcome
public String getOutcome()(Code)
get outcome



getPoolsAvailable
public ArrayList getPoolsAvailable()(Code)
List of available question pools for random draw. returns a list of pools that have not been used by other random drawn parts ArrayList of QuestionPoolFacade objects



getQuestionOrdering
public String getQuestionOrdering()(Code)
get questionOrdering



getRandom
public boolean getRandom()(Code)
randomize? boolean



getRandomizationType
public String getRandomizationType()(Code)



getRandomizationTypeList
public ArrayList getRandomizationTypeList()(Code)



getRemoveAllQuestions
public String getRemoveAllQuestions()(Code)
If removing part, do questions go with it? true if questions are deleted too.



getResourceHash
public HashMap getResourceHash()(Code)



getRubric
public String getRubric()(Code)
get rubric metadata



getSection
public SectionFacade getSection()(Code)



getSectionDescription
public String getSectionDescription()(Code)
the info



getSectionId
public String getSectionId()(Code)



getSectionIdent
public String getSectionIdent()(Code)



getSectionNumberList
public ArrayList getSectionNumberList()(Code)
Get a numerical sequence for all parts. Derived property. String[] in format "1", "2", "3"... up to the number of parts



getSectionTitle
public String getSectionTitle()(Code)
the title



getSelectedPool
public String getSelectedPool()(Code)
String value of selected pool id String value of selected pool id



getSelectedSection
public String getSelectedSection()(Code)
Ordinal number of current section. Derived property. String the number as a String, e.g. "3"



getShowMetadata
public String getShowMetadata()(Code)



getTotalSections
public int getTotalSections()(Code)



getType
public String getType()(Code)
get type



setAssessmentId
public void setAssessmentId(String string)(Code)

Parameters:
  string -



setAssessmentSectionIdents
public void setAssessmentSectionIdents(ArrayList list)(Code)

Parameters:
  list -



setAssessmentTitle
public void setAssessmentTitle(String string)(Code)

Parameters:
  string -



setAttachmentList
public void setAttachmentList(List attachmentList)(Code)



setDestSectionId
public void setDestSectionId(String destSectionId)(Code)

Parameters:
  string - the title



setHasAttachment
public void setHasAttachment(boolean hasAttachment)(Code)



setHideOneByOne
public void setHideOneByOne(boolean param)(Code)



setHideRandom
public void setHideRandom(boolean param)(Code)



setItems
public void setItems(ArrayList items)(Code)



setKeyword
public void setKeyword(String param)(Code)
set metadata
Parameters:
  param -



setNoOfItems
public void setNoOfItems(String string)(Code)

Parameters:
  string -



setNumberSelected
public void setNumberSelected(String string)(Code)

Parameters:
  string - the number selected



setObjective
public void setObjective(String param)(Code)
set metadata
Parameters:
  param -



setOutcome
public void setOutcome(String param)(Code)
set outcome
Parameters:
  param -



setPartAttachment
public void setPartAttachment()(Code)



setPoolsAvailable
public void setPoolsAvailable(ArrayList list)(Code)
List of available question pools.
Parameters:
  list - ArrayList of selectItems



setQuestionOrdering
public void setQuestionOrdering(String param)(Code)
set questionOrdering
Parameters:
  param -



setRandom
public void setRandom(boolean bool)(Code)
randomize?
Parameters:
  bool - boolean



setRandomizationType
public void setRandomizationType(String randomizationType)(Code)



setRemoveAllQuestions
public void setRemoveAllQuestions(String removeAllQuestions)(Code)
If removing part, do questions go with it?
Parameters:
  removeAllQuestions -



setResourceHash
public void setResourceHash(HashMap resourceHash)(Code)



setRubric
public void setRubric(String param)(Code)
set metadata
Parameters:
  param -



setSection
public void setSection(SectionFacade section)(Code)



setSectionDescription
public void setSectionDescription(String string)(Code)

Parameters:
  string - the info



setSectionId
public void setSectionId(String string)(Code)

Parameters:
  string -



setSectionIdent
public void setSectionIdent(String string)(Code)



setSectionTitle
public void setSectionTitle(String string)(Code)

Parameters:
  string - the title



setSelectedPool
public void setSelectedPool(String selectedPool)(Code)
set the String value of selected pool id
Parameters:
  selectedPool - String value of selected pool id



setShowMetadata
public void setShowMetadata(String string)(Code)

Parameters:
  string -



setType
public void setType(String param)(Code)
set type
Parameters:
  param -



toggleAuthorType
public void toggleAuthorType(ValueChangeEvent event)(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)

w__w___w._ja___va__2s___.c_om_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.