|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.DefaultController
org.olat.ims.qti.editor.AddNewQTIDocumentController
public class AddNewQTIDocumentController
Initial Date: 14.01.2005
| Constructor Summary | |
|---|---|
AddNewQTIDocumentController(java.lang.String type,
RepositoryAddCallback addCallback,
UserRequest ureq,
WindowControl wControl)
|
|
| Method Summary | |
|---|---|
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. |
Component |
getTransactionComponent()
The transaction component which will be invoked by the repository add controller. |
void |
repositoryEntryCreated(RepositoryEntry re)
Called after the repository entry has been created. |
void |
transactionAborted()
Called if the repository aborts the transaction. |
boolean |
transactionFinishBeforeCreate()
Called just before the repository entry gets created. |
| Methods inherited from class org.olat.core.gui.control.DefaultController |
|---|
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.olat.core.gui.control.ControllerEventListener |
|---|
dispatchEvent |
| Constructor Detail |
|---|
public AddNewQTIDocumentController(java.lang.String type,
RepositoryAddCallback addCallback,
UserRequest ureq,
WindowControl wControl)
type - addCallback - ureq - wControl - | Method Detail |
|---|
public Component getTransactionComponent()
IAddController
getTransactionComponent in interface IAddControllerIAddController.getTransactionComponent()public boolean transactionFinishBeforeCreate()
IAddController
transactionFinishBeforeCreate in interface IAddControllerIAddController.transactionFinishBeforeCreate()public void repositoryEntryCreated(RepositoryEntry re)
IAddController
repositoryEntryCreated in interface IAddControllerIAddController.repositoryEntryCreated(org.olat.repository.RepositoryEntry)public void transactionAborted()
IAddController
transactionAborted in interface IAddControllerIAddController.transactionAborted()
public void event(UserRequest ureq,
Component source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest, org.olat.core.gui.components.Component, org.olat.core.gui.control.Event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||