类 | 说明 |
---|---|
CatalogAjaxAddController |
Description:
The ajax catalog add controller implements a dynamic tree that offers catalog navigating and selection of a catalog element. |
CatalogAjaxMoveController |
Description:
The ajax catalog move controller implements a dynamic tree that offers catalog navigating and selection of a catalog element. |
CatalogAjaxTreeModel |
Description:
This class represents the catalog data model that can be used with the ajax tree controller. |
CatalogBookmarkHandler |
Description:
Bookmark handler for catalog bookmarks: activates the repository entry site, activates the catalog menu and then activates the catalog item with the given id Initial Date: 28.05.2008 |
CatalogController |
Description:
The CatalogController is responsible for:
displaying the catalog with its categories and linked resources,
starting from the supplied root node
handling the access to the actual category:
OLATAdmin is/should be the owner of catalog root
LocalTreeAdmin is administrator of a subtree within the catalog
Author is responsible for adding his resources to the catalog
ordinary user browses the catalog for quickly finding his desired
resources
The CatalogController accomplish this access rights by modifying the
corresponding toolbox entries in the GUI, which grant access to the mentioned
actions.
|
CatalogEntryAddController |
Description:
This subworkflow creates a selection tree to move a level from within the catalog to another level Events fired by this controller: Event.DONE_EVENT Event.CANCELLED_EVENT Initial Date: 04.06.2008 |
CatalogEntryMoveController |
Description:
This subworkflow creates a selection tree to move a level from within the catalog to another level Events fired by this controller: Event.FAILED_EVENT Event.DONE_EVENT Event.CANCELLED_EVENT Initial Date: 28.05.2008 |
CatalogTreeModel |
Description:
The catalog tree model implements an old-school selection tree model to move or insert a catalog entry into a catalog. |
CategoriesListModel |
Description:
TODO: gnaegi Class Description for CategoriesListModel Initial Date: 30.05.2008 |
RepoEntryCategoriesTableController |
Description:
This controller displays a list of catalog categories where the given OLATResource is attached as a catalog leaf Initial Date: 30.05.2008 |