|
Icodeon SCORM 2004 Sequencing Example Implementation Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InteractionBean | |
|---|---|
| com.icodeon.rte.dao | |
| com.icodeon.rte.model | |
| com.icodeon.rte.model.converters | |
| Uses of InteractionBean in com.icodeon.rte.dao |
|---|
| Methods in com.icodeon.rte.dao that return InteractionBean | |
|---|---|
InteractionBean |
InteractionDAO.createObject()
|
InteractionBean |
InteractionDAO.findByNameAndCocd(java.lang.String identifier,
CocdBean cocd)
|
InteractionBean |
InteractionDAO.readObject(java.lang.String primaryKey)
|
| Methods in com.icodeon.rte.dao with parameters of type InteractionBean | |
|---|---|
java.lang.String |
InteractionDAO.insertObject(InteractionBean interaction)
|
void |
InteractionDAO.updateObject(InteractionBean interaction)
|
| Uses of InteractionBean in com.icodeon.rte.model |
|---|
| Methods in com.icodeon.rte.model that return InteractionBean | |
|---|---|
InteractionBean |
BoundTypeToPojoConverter.convert(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionPojo)
In the Icodeon Player an instance of an XML document according to the IEEE 1484.11.3 schema is sent to the CMI web service as a SOAP message. |
InteractionBean |
CorrectResponseBaseBean.getInteraction()
Accessor method for the foreign key. |
InteractionBean |
LearnerResponseBaseBean.getInteraction()
Accessor method for the foreign key. |
InteractionBean |
ObjectiveIdBean.getInteraction()
|
| Methods in com.icodeon.rte.model with parameters of type InteractionBean | |
|---|---|
InteractionBean |
BoundTypeToPojoConverter.convert(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionPojo)
In the Icodeon Player an instance of an XML document according to the IEEE 1484.11.3 schema is sent to the CMI web service as a SOAP message. |
void |
CorrectResponseBaseBean.setInteraction(InteractionBean interaction)
Mutator method for the foreign key. |
void |
LearnerResponseBaseBean.setInteraction(InteractionBean interaction)
Mutator method for the foreign key. |
void |
ObjectiveIdBean.setInteraction(InteractionBean interaction)
|
| Constructors in com.icodeon.rte.model with parameters of type InteractionBean | |
|---|---|
CorrectResponseBaseBean(int pk,
InteractionBean interaction,
int interactionType)
|
|
CorrectResponseFillInBean(int pk,
InteractionBean interaction)
|
|
CorrectResponseFillInBean(int pk,
InteractionBean interaction,
int interactionType,
java.util.List fill_ins)
|
|
CorrectResponseLikertBean(int pk,
InteractionBean interaction)
|
|
CorrectResponseLikertBean(int pk,
InteractionBean interaction,
int interactionType,
java.lang.String likert)
|
|
CorrectResponseLongFillInBean(int pk,
InteractionBean interaction)
|
|
CorrectResponseLongFillInBean(int pk,
InteractionBean interaction,
int interactionType,
java.util.List match_texts)
|
|
CorrectResponseMatchingBean(int pk,
InteractionBean interaction)
|
|
CorrectResponseMatchingBean(int pk,
InteractionBean interaction,
int interactionType,
java.util.List matchPatterns)
|
|
CorrectResponseMultipleChoiceBean(int pk,
InteractionBean interaction)
|
|
CorrectResponseMultipleChoiceBean(int pk,
InteractionBean interaction,
int interactionType,
java.util.List choices)
|
|
CorrectResponseNumericBean(int pk,
InteractionBean interaction)
|
|
CorrectResponseNumericBean(int pk,
InteractionBean interaction,
int interactionType,
java.math.BigDecimal min,
java.math.BigDecimal max)
|
|
CorrectResponseOtherBean(int pk,
InteractionBean interaction)
|
|
CorrectResponseOtherBean(int pk,
InteractionBean interaction,
int interactionType,
java.lang.String correct_other)
|
|
CorrectResponsePerformanceBean(int pk,
InteractionBean interaction)
|
|
CorrectResponsePerformanceBean(int pk,
InteractionBean interaction,
int interactionType,
java.util.List performancePatterns)
|
|
CorrectResponseSequencingBean(int pk,
InteractionBean interaction)
|
|
CorrectResponseSequencingBean(int pk,
InteractionBean interaction,
int interactionType,
java.util.List steps)
|
|
CorrectResponseTrueFalseBean(int pk,
InteractionBean interaction)
|
|
CorrectResponseTrueFalseBean(int pk,
InteractionBean interaction,
int interactionType,
boolean correct_answer)
|
|
LearnerResponseBaseBean(int pk,
InteractionBean interaction,
int interactionType)
|
|
LearnerResponseFillInBean(int pk,
InteractionBean interaction)
|
|
LearnerResponseFillInBean(int pk,
InteractionBean interaction,
int interactionType,
java.util.List fill_ins)
|
|
LearnerResponseLikertBean(int pk,
InteractionBean interaction)
|
|
LearnerResponseLikertBean(int pk,
InteractionBean interaction,
int interactionType,
java.lang.String likert)
|
|
LearnerResponseLongFillInBean(int pk,
InteractionBean interaction)
|
|
LearnerResponseLongFillInBean(int pk,
InteractionBean interaction,
int interactionType,
java.lang.String long_fill_in)
|
|
LearnerResponseMatchingBean(int pk,
InteractionBean interaction)
|
|
LearnerResponseMatchingBean(int pk,
InteractionBean interaction,
int interactionType,
java.util.List pairs)
|
|
LearnerResponseMultipleChoiceBean(int pk,
InteractionBean interaction)
|
|
LearnerResponseMultipleChoiceBean(int pk,
InteractionBean interaction,
int interactionType,
java.util.List choices)
|
|
LearnerResponseNumericBean(int pk,
InteractionBean interaction)
|
|
LearnerResponseNumericBean(int pk,
InteractionBean interaction,
int interactionType,
java.math.BigDecimal number)
|
|
LearnerResponseOtherBean(int pk,
InteractionBean interaction)
|
|
LearnerResponseOtherBean(int pk,
InteractionBean interaction,
int interactionType,
java.lang.String other)
|
|
LearnerResponsePerformanceBean(int pk,
InteractionBean interaction)
|
|
LearnerResponsePerformanceBean(int pk,
InteractionBean interaction,
int interactionType,
java.util.List steps)
|
|
LearnerResponseSequencingBean(int pk,
InteractionBean interaction)
|
|
LearnerResponseSequencingBean(int pk,
InteractionBean interaction,
int interactionType,
java.util.List steps)
|
|
LearnerResponseTrueFalseBean(int pk,
InteractionBean interaction)
|
|
LearnerResponseTrueFalseBean(int pk,
InteractionBean interaction,
int interactionType,
boolean answer)
|
|
ObjectiveIdBean(java.lang.String identifier,
InteractionBean interaction)
Constructor with the composite key |
|
| Uses of InteractionBean in com.icodeon.rte.model.converters |
|---|
| Methods in com.icodeon.rte.model.converters with parameters of type InteractionBean | |
|---|---|
void |
FillInConverter.covertBoundInteractionType(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionPojo)
|
void |
IConverter.covertBoundInteractionType(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionBean)
|
void |
LikertConverter.covertBoundInteractionType(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionPojo)
|
void |
LongFillInConverter.covertBoundInteractionType(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionPojo)
|
void |
MatchingConverter.covertBoundInteractionType(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionPojo)
|
void |
MultipleChoiceConverter.covertBoundInteractionType(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionPojo)
|
void |
NumericConverter.covertBoundInteractionType(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionPojo)
|
void |
OtherConverter.covertBoundInteractionType(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionPojo)
|
void |
PerformanceConverter.covertBoundInteractionType(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionPojo)
|
void |
SequencingConverter.covertBoundInteractionType(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionPojo)
|
void |
TrueFalseConverter.covertBoundInteractionType(com.icodeon.services.cmi.Interaction interaction,
InteractionBean interactionPojo)
|
|
Icodeon SCORM 2004 Sequencing Example Implementation Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||