|
Icodeon SCORM 2004 Sequencing Example Implementation Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CourseBean | |
|---|---|
| com.icodeon.rte.dao | |
| com.icodeon.rte.model | |
| com.icodeon.services.ss.dao.hibernate | |
| Uses of CourseBean in com.icodeon.rte.dao |
|---|
| Methods in com.icodeon.rte.dao that return CourseBean | |
|---|---|
CourseBean |
CourseDAO.createObject()
DOCUMENT ME! |
CourseBean |
CourseDAO.findByName(java.lang.String courseId)
DOCUMENT ME! |
CourseBean |
CourseDAO.readObject(java.lang.String primaryKey)
DOCUMENT ME! |
| Methods in com.icodeon.rte.dao with parameters of type CourseBean | |
|---|---|
java.util.List |
CocdDAO.findByCourse(CourseBean course)
|
ManifestBean |
ManifestDAO.findByCourse(CourseBean course)
|
java.util.List |
OrganizationDAO.findByCourse(CourseBean course)
|
ActivityTreeBean[] |
ActivityTreeDAO.findByLearnerAndCourse(LearnerBean learner,
CourseBean course)
DOCUMENT ME! |
java.util.List |
CocdDAO.findByLearnerAndCourse(LearnerBean learner,
CourseBean course)
|
OrganizationBean |
OrganizationDAO.findByNameAndCourse(java.lang.String orgId,
CourseBean course)
DOCUMENT ME! |
java.lang.String |
CourseDAO.insertObject(CourseBean course)
DOCUMENT ME! |
void |
CourseDAO.updateObject(CourseBean course)
DOCUMENT ME! |
| Uses of CourseBean in com.icodeon.rte.model |
|---|
| Methods in com.icodeon.rte.model that return CourseBean | |
|---|---|
CourseBean |
ManifestBean.getCourse()
|
CourseBean |
OrganizationBean.getCourse()
DOCUMENT ME! |
| Methods in com.icodeon.rte.model with parameters of type CourseBean | |
|---|---|
void |
ManifestBean.setCourse(CourseBean course)
|
void |
OrganizationBean.setCourse(CourseBean course)
DOCUMENT ME! |
| Constructors in com.icodeon.rte.model with parameters of type CourseBean | |
|---|---|
ManifestBean(CourseBean course)
|
|
ManifestBean(CourseBean course,
long lastModified)
|
|
ManifestBean(CourseBean course,
long lastModified,
java.lang.String xml)
|
|
OrganizationBean(java.lang.String orgId,
CourseBean course)
Creates a new OrganizationBean object. |
|
OrganizationBean(java.lang.String orgId,
java.lang.String title,
CourseBean course)
Creates a new OrganizationBean object. |
|
| Uses of CourseBean in com.icodeon.services.ss.dao.hibernate |
|---|
| Methods in com.icodeon.services.ss.dao.hibernate with parameters of type CourseBean | |
|---|---|
void |
BaseDAOFacade.readGlobalObjectiveStateForLearner(com.icodeon.services.ss.Manifest manifest,
LearnerBean learner,
CourseBean course,
OrganizationBean organization)
DOCUMENT ME! |
void |
UpdateDAOFacade.readWriteStateAccordingToOperationType(LearnerBean learner,
CourseBean course,
OrganizationBean organization,
com.icodeon.services.ss.Manifest manifest,
int operationType)
DOCUMENT ME! |
void |
BaseDAOFacade.writeGlobalObjectiveStateForLearner(com.icodeon.services.ss.Manifest manifest,
LearnerBean learner,
CourseBean course,
OrganizationBean organization)
DOCUMENT ME! |
|
Icodeon SCORM 2004 Sequencing Example Implementation Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||