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


java.lang.Object
   org.sakaiproject.tool.assessment.facade.QuestionPoolFacade

QuestionPoolFacade
public class QuestionPoolFacade implements java.io.Serializable,QuestionPoolDataIfc,Cloneable(Code)

author:
   Ed Smiley


Field Summary
final public static  LongACCESS_DENIED
    
final public static  LongADMIN
    
final public static  LongDEFAULT_INTELLECTUAL_PROPERTYID
    
final public static  LongDEFAULT_TYPEID
    
final public static  LongREAD_COPY
    
final public static  LongREAD_ONLY
    
final public static  LongREAD_WRITE
    
final public static  LongROOT_POOL
    

Constructor Summary
public  QuestionPoolFacade()
     Creates a new QuestionPoolFacade object.
public  QuestionPoolFacade(Id id, Id parentId)
     Constructor. Each question pool has a unique Id object and owns the Id of its parent.
public  QuestionPoolFacade(Long id, Long parentId)
     Constructor. Each question pool has a unique Id object and owns the Id of its parent.
public  QuestionPoolFacade(QuestionPoolDataIfc data)
    
public  QuestionPoolFacade(Long id, String title)
     IMPORTANT: this constructor do not have "data", this constructor is merely used for holding questionPoolId, Title for displaying purpose (used by the pulldown list in authoring).
public  QuestionPoolFacade(Long id, String title, Long parentId)
    

Method Summary
public  voidaddQuestionPoolItem(QuestionPoolItemIfc queestionPoolItem)
    
public  Objectclone()
    
public  TypeIfcgetAccessType()
    
public  LonggetAccessTypeId()
    
public  QuestionPoolDataIfcgetData()
     Get the data for this QuestionPoolFacade.
public  DategetDateCreated()
    
public  StringgetDescription()
    
public  StringgetDisplayName()
    
 org.osid.shared.IdgetId()
     Get the Id for this QuestionPoolFacade.
public  LonggetIntellectualPropertyId()
    
public  StringgetKeywords()
    
public  DategetLastModified()
    
public  AgentDataIfcgetLastModifiedBy()
    
public  StringgetLastModifiedById()
    
public  StringgetObjectives()
    
public  StringgetOrganizationName()
    
public  AgentDataIfcgetOwner()
    
public  StringgetOwnerDisplayName()
    
public  StringgetOwnerId()
    
public  IdgetParentId()
    
public  QuestionPoolFacadegetParentPool()
    
public  LonggetParentPoolId()
    
public  LonggetQuestionPoolId()
    
public  SetgetQuestionPoolItems()
     This is a list of association between an item (question) and a pool. This does not represent a list of items.
public  TypeIfcgetQuestionPoolType()
    
public  IntegergetQuestionSize()
    
public  CollectiongetQuestions()
    
public  StringgetRubric()
    
public  IntegergetSubPoolSize()
    
public  StringgetTitle()
    
public  TypeIfcgetType()
    
public  LonggetTypeId()
    
public  voidsetAccessType(TypeIfc accessType)
    
public  voidsetAccessTypeId(Long accessTypeId)
    
public  voidsetData(QuestionPoolDataIfc data)
    
public  voidsetDateCreated(Date dateCreated)
    
public  voidsetDescription(String description)
    
public  voidsetIntellectualPropertyId(Long intellectualPropertyId)
    
public  voidsetKeywords(String keywords)
    
public  voidsetLastModified(Date lastModified)
    
public  voidsetLastModifiedBy(AgentDataIfc lastModifiedBy)
    
public  voidsetLastModifiedById(String lastModifiedById)
    
public  voidsetObjectives(String objectives)
    
public  voidsetOrganizationName(String organizationName)
    
public  voidsetOwner(AgentDataIfc owner)
    
public  voidsetOwnerId(String ownerId)
    
public  voidsetParentId(Id parentId)
    
public  voidsetParentPoolId(Long parentPoolId)
    
public  voidsetQuestionPoolId(Long questionPoolId)
    
public  voidsetQuestionPoolItems(Set questionPoolItems)
    
public  voidsetQuestions(Collection items)
    
public  voidsetRubric(String rubric)
    
public  voidsetSubPoolSize(Integer subPoolSize)
    
public  voidsetTitle(String title)
    
public  voidsetType(TypeIfc type)
    
public  voidsetTypeId(Long typeId)
    
public  voidupdateData(QuestionPoolDataIfc data)
    
public  voidupdateDescription(String description)
    
public  voidupdateDisplayName(String displayName)
    
public  voidupdateQuestionPoolType(TypeIfc questionPoolType)
    

Field Detail
ACCESS_DENIED
final public static Long ACCESS_DENIED(Code)



ADMIN
final public static Long ADMIN(Code)



DEFAULT_INTELLECTUAL_PROPERTYID
final public static Long DEFAULT_INTELLECTUAL_PROPERTYID(Code)



DEFAULT_TYPEID
final public static Long DEFAULT_TYPEID(Code)



READ_COPY
final public static Long READ_COPY(Code)



READ_ONLY
final public static Long READ_ONLY(Code)



READ_WRITE
final public static Long READ_WRITE(Code)



ROOT_POOL
final public static Long ROOT_POOL(Code)




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



QuestionPoolFacade
public QuestionPoolFacade(Id id, Id parentId)(Code)
Constructor. Each question pool has a unique Id object and owns the Id of its parent. See getId(), getParentId()
Parameters:
  newId - the id
Parameters:
  newParentId - the id of its parent



QuestionPoolFacade
public QuestionPoolFacade(Long id, Long parentId)(Code)
Constructor. Each question pool has a unique Id object and owns the Id of its parent. See getId(), getParentId()
Parameters:
  newId - the id
Parameters:
  newParentId - the id of its parent



QuestionPoolFacade
public QuestionPoolFacade(QuestionPoolDataIfc data)(Code)



QuestionPoolFacade
public QuestionPoolFacade(Long id, String title)(Code)
IMPORTANT: this constructor do not have "data", this constructor is merely used for holding questionPoolId, Title for displaying purpose (used by the pulldown list in authoring). This constructor does not persist data (which it has none) to DB
Parameters:
  id -
Parameters:
  title -



QuestionPoolFacade
public QuestionPoolFacade(Long id, String title, Long parentId)(Code)
IMPORTANT: this constructor do not have "data", this constructor is merely used for holding questionPoolId, Title, parentId for validation question pool This constructor does not persist data (which it has none) to DB
Parameters:
  id -
Parameters:
  title -
Parameters:
  parentid -




Method Detail
addQuestionPoolItem
public void addQuestionPoolItem(QuestionPoolItemIfc queestionPoolItem)(Code)



clone
public Object clone()(Code)



getAccessType
public TypeIfc getAccessType()(Code)



getAccessTypeId
public Long getAccessTypeId()(Code)



getData
public QuestionPoolDataIfc getData()(Code)
Get the data for this QuestionPoolFacade. QuestionPoolDataIfc



getDateCreated
public Date getDateCreated()(Code)



getDescription
public String getDescription()(Code)



getDisplayName
public String getDisplayName() throws DataFacadeException(Code)
the display name for the question pool
throws:
  DataFacadeException -



getId
org.osid.shared.Id getId()(Code)
Get the Id for this QuestionPoolFacade. org.osid.shared.Id



getIntellectualPropertyId
public Long getIntellectualPropertyId()(Code)



getKeywords
public String getKeywords()(Code)



getLastModified
public Date getLastModified()(Code)



getLastModifiedBy
public AgentDataIfc getLastModifiedBy()(Code)



getLastModifiedById
public String getLastModifiedById()(Code)



getObjectives
public String getObjectives()(Code)



getOrganizationName
public String getOrganizationName()(Code)



getOwner
public AgentDataIfc getOwner()(Code)



getOwnerDisplayName
public String getOwnerDisplayName()(Code)



getOwnerId
public String getOwnerId()(Code)



getParentId
public Id getParentId() throws DataFacadeException(Code)
the id object for the question pool
throws:
  QuestionPoolException -



getParentPool
public QuestionPoolFacade getParentPool() throws DataFacadeException(Code)
the parent pool for the question pool
throws:
  DataFacadeException -



getParentPoolId
public Long getParentPoolId()(Code)



getQuestionPoolId
public Long getQuestionPoolId() throws DataFacadeException(Code)



getQuestionPoolItems
public Set getQuestionPoolItems()(Code)
This is a list of association between an item (question) and a pool. This does not represent a list of items. use getQuestions() to get a list of items



getQuestionPoolType
public TypeIfc getQuestionPoolType() throws DataFacadeException(Code)
the type of pool for the question pool
throws:
  DataFacadeException -



getQuestionSize
public Integer getQuestionSize()(Code)



getQuestions
public Collection getQuestions()(Code)



getRubric
public String getRubric()(Code)



getSubPoolSize
public Integer getSubPoolSize()(Code)



getTitle
public String getTitle()(Code)



getType
public TypeIfc getType()(Code)



getTypeId
public Long getTypeId()(Code)



setAccessType
public void setAccessType(TypeIfc accessType)(Code)



setAccessTypeId
public void setAccessTypeId(Long accessTypeId)(Code)



setData
public void setData(QuestionPoolDataIfc data)(Code)
Set data for ItemFacade
Parameters:
  data -



setDateCreated
public void setDateCreated(Date dateCreated)(Code)



setDescription
public void setDescription(String description)(Code)



setIntellectualPropertyId
public void setIntellectualPropertyId(Long intellectualPropertyId)(Code)



setKeywords
public void setKeywords(String keywords)(Code)



setLastModified
public void setLastModified(Date lastModified)(Code)



setLastModifiedBy
public void setLastModifiedBy(AgentDataIfc lastModifiedBy)(Code)



setLastModifiedById
public void setLastModifiedById(String lastModifiedById)(Code)



setObjectives
public void setObjectives(String objectives)(Code)



setOrganizationName
public void setOrganizationName(String organizationName)(Code)



setOwner
public void setOwner(AgentDataIfc owner)(Code)



setOwnerId
public void setOwnerId(String ownerId)(Code)



setParentId
public void setParentId(Id parentId) throws DataFacadeException(Code)
Sets the parent id object for the question pool
throws:
  DataFacadeException -



setParentPoolId
public void setParentPoolId(Long parentPoolId)(Code)



setQuestionPoolId
public void setQuestionPoolId(Long questionPoolId)(Code)
Set itemId for ItemFacade
Parameters:
  itemId -



setQuestionPoolItems
public void setQuestionPoolItems(Set questionPoolItems)(Code)



setQuestions
public void setQuestions(Collection items)(Code)



setRubric
public void setRubric(String rubric)(Code)



setSubPoolSize
public void setSubPoolSize(Integer subPoolSize)(Code)



setTitle
public void setTitle(String title)(Code)



setType
public void setType(TypeIfc type)(Code)



setTypeId
public void setTypeId(Long typeId)(Code)



updateData
public void updateData(QuestionPoolDataIfc data)(Code)
Call setDate() to update data in ItemFacade
Parameters:
  data -



updateDescription
public void updateDescription(String description) throws DataFacadeException(Code)

Parameters:
  pdescription - the description for the question pool
throws:
  DataFacadeException -



updateDisplayName
public void updateDisplayName(String displayName) throws DataFacadeException(Code)

Parameters:
  pdisplayName - the display name for the question pool
throws:
  DataFacadeException -



updateQuestionPoolType
public void updateQuestionPoolType(TypeIfc questionPoolType) throws DataFacadeException(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.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.