Skip navigation links
C D E F G I L M S T V 

C

compare(FolderTask, FolderTask) - Method in class fr.gouv.education.foad.portlet.model.comparator.FolderTaskComparator

D

drop(ActionRequest, ActionResponse, String, String) - Method in class fr.gouv.education.foad.portlet.controller.TaskbarViewController
Drop action mapping.
drop(PortalControllerContext, List<String>, String) - Method in interface fr.gouv.education.foad.portlet.service.TaskbarService
Drop.
drop(PortalControllerContext, List<String>, String) - Method in class fr.gouv.education.foad.portlet.service.TaskbarServiceImpl
Drop.

E

execute(Session) - Method in class fr.gouv.education.foad.portlet.repository.command.MoveDocumentsCommand

F

FolderTask - Class in fr.gouv.education.foad.portlet.model
Folder java-bean.
FolderTask() - Constructor for class fr.gouv.education.foad.portlet.model.FolderTask
Constructor.
FolderTaskComparator - Class in fr.gouv.education.foad.portlet.model.comparator
Folder task comparator.
FolderTaskComparator() - Constructor for class fr.gouv.education.foad.portlet.model.comparator.FolderTaskComparator
Constructor.
fr.gouv.education.foad.portlet.configuration - package fr.gouv.education.foad.portlet.configuration
 
fr.gouv.education.foad.portlet.controller - package fr.gouv.education.foad.portlet.controller
 
fr.gouv.education.foad.portlet.model - package fr.gouv.education.foad.portlet.model
 
fr.gouv.education.foad.portlet.model.comparator - package fr.gouv.education.foad.portlet.model.comparator
 
fr.gouv.education.foad.portlet.repository - package fr.gouv.education.foad.portlet.repository
 
fr.gouv.education.foad.portlet.repository.command - package fr.gouv.education.foad.portlet.repository.command
 
fr.gouv.education.foad.portlet.service - package fr.gouv.education.foad.portlet.service
 

G

generateFolderNavigationTree(PortalControllerContext, FolderTask) - Method in interface fr.gouv.education.foad.portlet.repository.TaskbarRepository
Generate folder tree.
generateFolderNavigationTree(PortalControllerContext, FolderTask) - Method in class fr.gouv.education.foad.portlet.repository.TaskbarRepositoryImpl
Generate folder tree.
getAcceptedTypes() - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Getter for acceptedTypes.
getAdministration() - Method in class fr.gouv.education.foad.portlet.model.Taskbar
Getter for administration.
getAdministration(PortalControllerContext) - Method in interface fr.gouv.education.foad.portlet.repository.TaskbarRepository
 
getAdministration(PortalControllerContext) - Method in class fr.gouv.education.foad.portlet.repository.TaskbarRepositoryImpl
getBundleFactory() - Method in class fr.gouv.education.foad.portlet.configuration.TaskbarConfiguration
Get internationalization bundle factory.
getChildren() - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Getter for children.
getCmsServiceLocator() - Method in class fr.gouv.education.foad.portlet.configuration.TaskbarConfiguration
Get CMS service locator.
getDisplayName() - Method in class fr.gouv.education.foad.portlet.model.Task
Getter for displayName.
getFolderChildren(PortalControllerContext, String) - Method in interface fr.gouv.education.foad.portlet.repository.TaskbarRepository
Get folder children.
getFolderChildren(PortalControllerContext, String) - Method in class fr.gouv.education.foad.portlet.repository.TaskbarRepositoryImpl
Get folder children.
getFolderChildren(PortalControllerContext, String) - Method in interface fr.gouv.education.foad.portlet.service.TaskbarService
Get folder children.
getFolderChildren(PortalControllerContext, String) - Method in class fr.gouv.education.foad.portlet.service.TaskbarServiceImpl
Get folder children.
getFolders() - Method in class fr.gouv.education.foad.portlet.model.Taskbar
Getter for folders.
getIcon() - Method in class fr.gouv.education.foad.portlet.model.ServiceTask
Getter for icon.
getId() - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Getter for id.
getId() - Method in class fr.gouv.education.foad.portlet.repository.command.MoveDocumentsCommand
getMenubarService() - Method in class fr.gouv.education.foad.portlet.configuration.TaskbarConfiguration
Get menubar service.
getMessageSource() - Method in class fr.gouv.education.foad.portlet.configuration.TaskbarConfiguration
Get message source.
getNavigationTasks(PortalControllerContext) - Method in interface fr.gouv.education.foad.portlet.repository.TaskbarRepository
Get navigation tasks.
getNavigationTasks(PortalControllerContext) - Method in class fr.gouv.education.foad.portlet.repository.TaskbarRepositoryImpl
Get navigation tasks.
getNotificationsService() - Method in class fr.gouv.education.foad.portlet.configuration.TaskbarConfiguration
Get notifications service.
getPath() - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Getter for path.
getPortalUrlFactory() - Method in class fr.gouv.education.foad.portlet.configuration.TaskbarConfiguration
Get portal URL factory.
getServices() - Method in class fr.gouv.education.foad.portlet.model.Taskbar
Getter for services.
getTaskbar(PortletRequest, PortletResponse) - Method in class fr.gouv.education.foad.portlet.controller.TaskbarViewController
Get taskbar model attribute.
getTaskbar(PortalControllerContext) - Method in interface fr.gouv.education.foad.portlet.service.TaskbarService
Get taskbar.
getTaskbar(PortalControllerContext) - Method in class fr.gouv.education.foad.portlet.service.TaskbarServiceImpl
Get taskbar.
getTaskbarService() - Method in class fr.gouv.education.foad.portlet.configuration.TaskbarConfiguration
Get taskbar service.
getType() - Method in class fr.gouv.education.foad.portlet.model.ServiceTask
Getter for type.
getUrl() - Method in class fr.gouv.education.foad.portlet.model.Task
Getter for url.
getViewResolver() - Method in class fr.gouv.education.foad.portlet.configuration.TaskbarConfiguration
Get view resolver.

I

isActive() - Method in class fr.gouv.education.foad.portlet.model.Task
Getter for active.
isFolder() - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Getter for folder.
isLazy() - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Getter for lazy.
isSelected() - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Getter for selected.

L

lazyLoading(ResourceRequest, ResourceResponse, String) - Method in class fr.gouv.education.foad.portlet.controller.TaskbarViewController
Lazy loading resource mapping.

M

moveDocuments(PortalControllerContext, List<String>, String) - Method in interface fr.gouv.education.foad.portlet.repository.TaskbarRepository
Move documents.
moveDocuments(PortalControllerContext, List<String>, String) - Method in class fr.gouv.education.foad.portlet.repository.TaskbarRepositoryImpl
Move documents.
MoveDocumentsCommand - Class in fr.gouv.education.foad.portlet.repository.command
Move documents Nuxeo command.
MoveDocumentsCommand(List<String>, String) - Constructor for class fr.gouv.education.foad.portlet.repository.command.MoveDocumentsCommand
Constructor.

S

ServiceTask - Class in fr.gouv.education.foad.portlet.model
Service java-bean.
ServiceTask() - Constructor for class fr.gouv.education.foad.portlet.model.ServiceTask
Constructor.
setAcceptedTypes(String[]) - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Setter for acceptedTypes.
setActive(boolean) - Method in class fr.gouv.education.foad.portlet.model.Task
Setter for active.
setAdministration(List<ServiceTask>) - Method in class fr.gouv.education.foad.portlet.model.Taskbar
Setter for administration.
setChildren(SortedSet<FolderTask>) - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Setter for children.
setDisplayName(String) - Method in class fr.gouv.education.foad.portlet.model.Task
Setter for displayName.
setFolder(boolean) - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Setter for folder.
setFolders(List<FolderTask>) - Method in class fr.gouv.education.foad.portlet.model.Taskbar
Setter for folders.
setIcon(String) - Method in class fr.gouv.education.foad.portlet.model.ServiceTask
Setter for icon.
setId(String) - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Setter for id.
setLazy(boolean) - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Setter for lazy.
setPath(String) - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Setter for path.
setPortletConfig(PortletConfig) - Method in class fr.gouv.education.foad.portlet.configuration.TaskbarConfiguration
setSelected(boolean) - Method in class fr.gouv.education.foad.portlet.model.FolderTask
Setter for selected.
setServices(List<ServiceTask>) - Method in class fr.gouv.education.foad.portlet.model.Taskbar
Setter for services.
setType(String) - Method in class fr.gouv.education.foad.portlet.model.ServiceTask
Setter for type.
setUrl(String) - Method in class fr.gouv.education.foad.portlet.model.Task
Setter for url.

T

Task - Class in fr.gouv.education.foad.portlet.model
Task java-bean abstract super-class.
Task() - Constructor for class fr.gouv.education.foad.portlet.model.Task
Constructor.
Taskbar - Class in fr.gouv.education.foad.portlet.model
Taskbar java-bean.
Taskbar() - Constructor for class fr.gouv.education.foad.portlet.model.Taskbar
Constructor.
TaskbarConfiguration - Class in fr.gouv.education.foad.portlet.configuration
Taskbar portlet configuration.
TaskbarConfiguration() - Constructor for class fr.gouv.education.foad.portlet.configuration.TaskbarConfiguration
Constructor.
TaskbarRepository - Interface in fr.gouv.education.foad.portlet.repository
Taskbar portlet repository interface.
TaskbarRepositoryImpl - Class in fr.gouv.education.foad.portlet.repository
Taskbar portlet repository implementation.
TaskbarRepositoryImpl() - Constructor for class fr.gouv.education.foad.portlet.repository.TaskbarRepositoryImpl
Constructor.
TaskbarService - Interface in fr.gouv.education.foad.portlet.service
Taskbar portlet service interface.
TaskbarServiceImpl - Class in fr.gouv.education.foad.portlet.service
Taskbar portlet service implementation.
TaskbarServiceImpl() - Constructor for class fr.gouv.education.foad.portlet.service.TaskbarServiceImpl
Constructor.
TaskbarViewController - Class in fr.gouv.education.foad.portlet.controller
Taskbar portlet view controller.
TaskbarViewController() - Constructor for class fr.gouv.education.foad.portlet.controller.TaskbarViewController
Constructor.

V

view(RenderRequest, RenderResponse) - Method in class fr.gouv.education.foad.portlet.controller.TaskbarViewController
View render mapping.
C D E F G I L M S T V 
Skip navigation links

Copyright © 2022. All rights reserved.