Java Doc for QuestionPoolDataIfc.java in » ERP-CRM-Financial » sakai » org » sakaiproject » tool » assessment » data » ifc » questionpool » 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.data.ifc.questionpool
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.sakaiproject.tool.assessment.data.ifc.questionpool
.QuestionPoolDataIfc
All known Subclasses:
org.sakaiproject.tool.assessment.data.dao.questionpool
.QuestionPoolData
,
org.sakaiproject.tool.assessment.facade
.QuestionPoolFacade
,
QuestionPoolDataIfc
public
interface QuestionPoolDataIfc extends
java.io.Serializable
,
Cloneable
(Code)
version:
$Id: QuestionPoolDataIfc.java 11072 2006-06-22 02:45:41Z daisyf@stanford.edu $
Method Summary
void
addQuestionPoolItem
(
QuestionPoolItemIfc
questionPoolItem)
Object
clone
()
TypeIfc
getAccessType
()
Long
getAccessTypeId
()
Date
getDateCreated
()
String
getDescription
()
Long
getIntellectualPropertyId
()
String
getKeywords
()
Date
getLastModified
()
AgentDataIfc
getLastModifiedBy
()
String
getLastModifiedById
()
String
getObjectives
()
String
getOrganizationName
()
AgentDataIfc
getOwner
()
String
getOwnerId
()
Long
getParentPoolId
()
Long
getQuestionPoolId
()
Set
getQuestionPoolItems
()
Integer
getQuestionSize
()
Collection
getQuestions
()
String
getRubric
()
Integer
getSubPoolSize
()
String
getTitle
()
TypeIfc
getType
()
Long
getTypeId
()
void
setAccessType
(
TypeIfc
accessType)
void
setAccessTypeId
(
Long
accessTypeId)
void
setDateCreated
(
Date
dateCreated)
void
setDescription
(
String
description)
void
setIntellectualPropertyId
(
Long
intellectualPropertyId)
void
setKeywords
(
String
keywords)
void
setLastModified
(
Date
lastModified)
void
setLastModifiedBy
(
AgentDataIfc
lastModifiedBy)
void
setLastModifiedById
(
String
lastModifiedById)
void
setObjectives
(
String
objectives)
void
setOrganizationName
(
String
organizationName)
void
setOwner
(
AgentDataIfc
owner)
void
setOwnerId
(
String
ownerId)
void
setParentPoolId
(
Long
parentPoolId)
void
setQuestionPoolId
(
Long
questionPoolId)
void
setQuestionPoolItems
(
Set
questionPoolItems)
void
setQuestions
(
Collection
items)
void
setRubric
(
String
rubric)
void
setSubPoolSize
(
Integer
subPoolSize)
void
setTitle
(
String
title)
void
setType
(
TypeIfc
type)
void
setTypeId
(
Long
typeId)
Method Detail
addQuestionPoolItem
void addQuestionPoolItem(
QuestionPoolItemIfc
questionPoolItem)
(Code)
clone
Object
clone()
(Code)
getAccessType
TypeIfc
getAccessType()
(Code)
getAccessTypeId
Long
getAccessTypeId()
(Code)
getDateCreated
Date
getDateCreated()
(Code)
getDescription
String
getDescription()
(Code)
getIntellectualPropertyId
Long
getIntellectualPropertyId()
(Code)
getKeywords
String
getKeywords()
(Code)
getLastModified
Date
getLastModified()
(Code)
getLastModifiedBy
AgentDataIfc
getLastModifiedBy()
(Code)
getLastModifiedById
String
getLastModifiedById()
(Code)
getObjectives
String
getObjectives()
(Code)
getOrganizationName
String
getOrganizationName()
(Code)
getOwner
AgentDataIfc
getOwner()
(Code)
getOwnerId
String
getOwnerId()
(Code)
getParentPoolId
Long
getParentPoolId()
(Code)
getQuestionPoolId
Long
getQuestionPoolId()
(Code)
getQuestionPoolItems
Set
getQuestionPoolItems()
(Code)
getQuestionSize
Integer
getQuestionSize()
(Code)
getQuestions
Collection
getQuestions()
(Code)
getRubric
String
getRubric()
(Code)
getSubPoolSize
Integer
getSubPoolSize()
(Code)
getTitle
String
getTitle()
(Code)
getType
TypeIfc
getType()
(Code)
getTypeId
Long
getTypeId()
(Code)
setAccessType
void setAccessType(
TypeIfc
accessType)
(Code)
setAccessTypeId
void setAccessTypeId(
Long
accessTypeId)
(Code)
setDateCreated
void setDateCreated(
Date
dateCreated)
(Code)
setDescription
void setDescription(
String
description)
(Code)
setIntellectualPropertyId
void setIntellectualPropertyId(
Long
intellectualPropertyId)
(Code)
setKeywords
void setKeywords(
String
keywords)
(Code)
setLastModified
void setLastModified(
Date
lastModified)
(Code)
setLastModifiedBy
void setLastModifiedBy(
AgentDataIfc
lastModifiedBy)
(Code)
setLastModifiedById
void setLastModifiedById(
String
lastModifiedById)
(Code)
setObjectives
void setObjectives(
String
objectives)
(Code)
setOrganizationName
void setOrganizationName(
String
organizationName)
(Code)
setOwner
void setOwner(
AgentDataIfc
owner)
(Code)
setOwnerId
void setOwnerId(
String
ownerId)
(Code)
setParentPoolId
void setParentPoolId(
Long
parentPoolId)
(Code)
setQuestionPoolId
void setQuestionPoolId(
Long
questionPoolId)
(Code)
setQuestionPoolItems
void setQuestionPoolItems(
Set
questionPoolItems)
(Code)
setQuestions
void setQuestions(
Collection
items)
(Code)
setRubric
void setRubric(
String
rubric)
(Code)
setSubPoolSize
void setSubPoolSize(
Integer
subPoolSize)
(Code)
setTitle
void setTitle(
String
title)
(Code)
setType
void setType(
TypeIfc
type)
(Code)
setTypeId
void setTypeId(
Long
typeId)
(Code)
w__w_w___.___jav_a_2_s.___co__m
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.