- DashboardAssociation - Class in fr.paris.lutece.plugins.mydashboard.business
-
This is the business class for the object DashboardAssociation
- DashboardAssociation() - Constructor for class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociation
-
- DashboardAssociationDAO - Class in fr.paris.lutece.plugins.mydashboard.business
-
This class provides Data Access methods for DashboardAssociation objects
- DashboardAssociationDAO() - Constructor for class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationDAO
-
- DashboardAssociationHome - Class in fr.paris.lutece.plugins.mydashboard.business
-
This class provides instances management methods (create, find, ...) for DashboardAssociation objects
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.mydashboard.business.IDashboardAssociationDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.mydashboard.business.IPanelDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.mydashboard.business.PanelDAO
-
Delete a record from the table
- delete(int) - Method in class fr.paris.lutece.plugins.mydashboard.business.portlet.MyDashboardPortletDAO
- deleteConfigByUser(LuteceUser) - Method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardService
-
Delete a user configuration from its user, and reset the list of
configurations saved in session if any
- doAddComponent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
Add component in the panel
- doChangeUserNickname(HttpServletRequest) - Static method in class fr.paris.lutece.plugins.mydashboard.modules.nickname.web.MyDashboardNicknameApp
-
Do change the nickname of the user
- doCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.portlet.MyDashboardPortletJspBean
- doCreatePanel(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
Process the data capture form of a new panel
- doCreatePanelManageAssociations(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
Process the data capture form of a new panel and redirect to modify view
- doModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.portlet.MyDashboardPortletJspBean
- doModifyDashboards(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.MyDashboardApp
-
Do the modification of front office dash boards
- doModifyPanel(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
Process the change form of a panel
- doMoveDashboard(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.MyDashboardApp
-
Do move a dash board up or down
- doMoveDownComponent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
move down component
- doMoveUpComponent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
Move up component
- doRemoveComponent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
remove component
- doRemovePanel(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
Handles the removal form of a panel
- getCode() - Method in class fr.paris.lutece.plugins.mydashboard.business.Panel
-
Returns the Code
- getComponentDescription(Locale) - Method in class fr.paris.lutece.plugins.mydashboard.modules.nickname.service.MyDashboardComponentNickname
-
Get the description of the component
- getComponentDescription(Locale) - Method in interface fr.paris.lutece.plugins.mydashboard.service.IMyDashboardComponent
-
Get the description of the component
- getComponentDescription(Locale) - Method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardComponentMyDashboard
-
Get the description of the component
- getComponentId() - Method in class fr.paris.lutece.plugins.mydashboard.modules.nickname.service.MyDashboardComponentNickname
-
Gets the id of the dashboard component.
- getComponentId() - Method in interface fr.paris.lutece.plugins.mydashboard.service.IMyDashboardComponent
-
Gets the id of the dashboard component.
- getComponentId() - Method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardComponentMyDashboard
-
Gets the id of the dashboard component.
- getConfirmRemovePanel(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
Manages the removal form of a panel whose identifier is in the http
request
- getCountDashboardAssociation() - Static method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationHome
-
return the number of association
- getCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.portlet.MyDashboardPortletJspBean
- getCreatePanel(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
Returns the form to create a panel
- getDAO() - Method in class fr.paris.lutece.plugins.mydashboard.business.portlet.MyDashboardPortletHome
- getDashboardAssociationsList() - Static method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationHome
-
Load the data of all the dashboardAssociation objects and returns them as a list
- getDashboardAssociationsListByIdPanel(int) - Static method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationHome
-
Load the data of all the dashboardAssociation objects asociated to a panel and returns them as a list
- getDashboardAssociationsReferenceList() - Static method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationHome
-
Load the data of all the dashboardAssociation objects and returns them as a referenceList
- getDashboardComponentListFromUser(LuteceUser) - Method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardService
-
Get the list of dash boards components associated with a given
configuration id.
- getDashboardComponentListFromUser(LuteceUser, Panel) - Method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardService
-
Get the list of dash boards components associated with a given
configuration id filtered by panel
The list is sorted with the order of each component in the configuration,
and contains only enabled and displayed components
- getDashboardData(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.modules.nickname.service.MyDashboardComponentNickname
-
Gets dash board data for the current user
- getDashboardData(HttpServletRequest) - Method in interface fr.paris.lutece.plugins.mydashboard.service.IMyDashboardComponent
-
Gets dash board data for the current user
- getDashboardData(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardComponentMyDashboard
-
Gets dash board data for the current user
- getDashboards(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.MyDashboardApp
-
Get the list of dash boards of the current user
- getDefaultPanel() - Static method in class fr.paris.lutece.plugins.mydashboard.business.PanelHome
-
Returns the default panel
- getDescription() - Method in class fr.paris.lutece.plugins.mydashboard.business.Panel
-
Returns the Description
- getHideDashboard() - Method in class fr.paris.lutece.plugins.mydashboard.business.MyDashboardConfiguration
-
Check if the dashboard should be hidden for the associated user or not
- getHtmlContent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.business.portlet.MyDashboardPortlet
- getId() - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociation
-
Returns the Id
- getId() - Method in class fr.paris.lutece.plugins.mydashboard.business.Panel
-
Returns the Id
- getIdConfig() - Method in class fr.paris.lutece.plugins.mydashboard.business.MyDashboardConfiguration
-
Get the id of the config of this dashboard configuration
- getIdDashboard() - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociation
-
Returns the IdDashboard
- getIdDashboardAssociationsList() - Static method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationHome
-
Load the id of all the dashboardAssociation objects and returns them as a list
- getIdPanel() - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociation
-
Returns the IdPannel
- getIdPanelsList() - Static method in class fr.paris.lutece.plugins.mydashboard.business.PanelHome
-
Load the id of all the panel objects and returns them as a list
- getInstance() - Static method in class fr.paris.lutece.plugins.mydashboard.business.portlet.MyDashboardPortletHome
-
Get the instance of the home
- getInstance() - Static method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardService
-
Return the unique instance
- getManagePanels(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
Build the Manage View
- getModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.portlet.MyDashboardPortletJspBean
- getModifyDashboards(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.MyDashboardApp
-
Get the XPage to modify front office dash boards of the current user
- getModifyPanel(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
Returns the form to update info about a panel
- getMyDashboardComponentId() - Method in class fr.paris.lutece.plugins.mydashboard.business.MyDashboardConfiguration
-
Get the id of the dashboard component
- getMyDashboardComponentsList(LuteceUser) - Method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardService
-
Get the list of MyDashboardComponent that are available for a given user
- getMyDashboardComponentsList(LuteceUser, Panel) - Method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardService
-
Get the list of MyDashboardComponent that are available for a given user
- getMyDashboardComponentsRefList(Locale) - Method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardService
-
get ReferenceList containing all Dashboard components
- getNewConfigId() - Method in interface fr.paris.lutece.plugins.mydashboard.business.IMyDashboardConfigurationDAO
-
Get a new id of dashboard configurations.
- getNewConfigId() - Method in class fr.paris.lutece.plugins.mydashboard.business.MyDashboardConfigurationDAO
-
Get a new id of dashboard configurations.
- getOrder() - Method in class fr.paris.lutece.plugins.mydashboard.business.MyDashboardConfiguration
-
Returns the Order
- getPaginatedListModel(HttpServletRequest, String, List, String) - Method in class fr.paris.lutece.plugins.mydashboard.web.ManageMydashboardPanelJspBean
-
Return a model that contains the list and paginator infos
- getPanelsList() - Static method in class fr.paris.lutece.plugins.mydashboard.business.PanelHome
-
Load the data of all the panel objects and returns them as a list
- getPanelsReferenceList() - Static method in class fr.paris.lutece.plugins.mydashboard.business.PanelHome
-
Load the data of all the panel objects and returns them as a referenceList
- getPlugin() - Static method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardPlugin
-
Get the MyDashboard plugin
- getPortletTypeId() - Method in class fr.paris.lutece.plugins.mydashboard.business.portlet.MyDashboardPortletHome
- getPosition() - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociation
-
Returns the Position
- getTitle() - Method in class fr.paris.lutece.plugins.mydashboard.business.Panel
-
Returns the Title
- getUrlDefaultView(String) - Static method in class fr.paris.lutece.plugins.mydashboard.web.MyDashboardApp
-
Get the URL of the default view of this application
- getUserConfig(LuteceUser) - Method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardService
-
Get the list of MyDashboardConfiguration associated with a given user
- getUserConfigId(LuteceUser) - Method in class fr.paris.lutece.plugins.mydashboard.service.MyDashboardService
-
Get the id of the dashboard configuration associated with a user
- selectCountDashboardAssociations(Plugin) - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationDAO
-
return the number of association
- selectCountDashboardAssociations(Plugin) - Method in interface fr.paris.lutece.plugins.mydashboard.business.IDashboardAssociationDAO
-
return the number of association
- selectDashboardAssociationsList(Plugin) - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationDAO
-
Load the data of all the dashboardAssociation objects and returns them as a list
- selectDashboardAssociationsList(Plugin) - Method in interface fr.paris.lutece.plugins.mydashboard.business.IDashboardAssociationDAO
-
Load the data of all the dashboardAssociation objects and returns them as a list
- selectDashboardAssociationsListByIdPanel(int, Plugin) - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationDAO
-
Load the data of all the dashboardAssociation objects associated to a panel and returns them as a list
- selectDashboardAssociationsListByIdPanel(int, Plugin) - Method in interface fr.paris.lutece.plugins.mydashboard.business.IDashboardAssociationDAO
-
Load the data of all the dashboardAssociation objects associated to a panel and returns them as a list
- selectDashboardAssociationsReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationDAO
-
Load the data of all the dashboardAssociation objects and returns them as a referenceList
- selectDashboardAssociationsReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.mydashboard.business.IDashboardAssociationDAO
-
Load the data of all the dashboardAssociation objects and returns them as a referenceList
- selectIdDashboardAssociationsList(Plugin) - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationDAO
-
Load the id of all the dashboardAssociation objects and returns them as a list
- selectIdDashboardAssociationsList(Plugin) - Method in interface fr.paris.lutece.plugins.mydashboard.business.IDashboardAssociationDAO
-
Load the id of all the dashboardAssociation objects and returns them as a list
- selectIdPanelsList(Plugin) - Method in interface fr.paris.lutece.plugins.mydashboard.business.IPanelDAO
-
Load the id of all the panel objects and returns them as a list
- selectIdPanelsList(Plugin) - Method in class fr.paris.lutece.plugins.mydashboard.business.PanelDAO
-
Load the id of all the panel objects and returns them as a list
- selectPanelsList(Plugin) - Method in interface fr.paris.lutece.plugins.mydashboard.business.IPanelDAO
-
Load the data of all the panel objects and returns them as a list
- selectPanelsList(Plugin) - Method in class fr.paris.lutece.plugins.mydashboard.business.PanelDAO
-
Load the data of all the panel objects and returns them as a list
- selectPanelsReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.mydashboard.business.IPanelDAO
-
Load the data of all the panel objects and returns them as a referenceList
- selectPanelsReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.mydashboard.business.PanelDAO
-
Load the data of all the panel objects and returns them as a referenceList
- setCode(String) - Method in class fr.paris.lutece.plugins.mydashboard.business.Panel
-
Sets the Code
- setDefault(boolean) - Method in class fr.paris.lutece.plugins.mydashboard.business.Panel
-
- setDescription(String) - Method in class fr.paris.lutece.plugins.mydashboard.business.Panel
-
Sets the Description
- setHideDashboard(boolean) - Method in class fr.paris.lutece.plugins.mydashboard.business.MyDashboardConfiguration
-
Set the visibility of the dashboard for the associated user
- setId(int) - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociation
-
Sets the Id
- setId(int) - Method in class fr.paris.lutece.plugins.mydashboard.business.Panel
-
Sets the Id
- setIdConfig(String) - Method in class fr.paris.lutece.plugins.mydashboard.business.MyDashboardConfiguration
-
Set the id of the config of this dashboard configuration
- setIdDashboard(String) - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociation
-
Sets the IdDashboard
- setIdPanel(int) - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociation
-
Sets the IdPannel
- setMyDashboardComponentId(String) - Method in class fr.paris.lutece.plugins.mydashboard.business.MyDashboardConfiguration
-
Set the id of the dashboard component
- setOrder(int) - Method in class fr.paris.lutece.plugins.mydashboard.business.MyDashboardConfiguration
-
Sets the Order
- setPosition(int) - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociation
-
Sets the Position
- setTitle(String) - Method in class fr.paris.lutece.plugins.mydashboard.business.Panel
-
Sets the Title
- store(DashboardAssociation, Plugin) - Method in class fr.paris.lutece.plugins.mydashboard.business.DashboardAssociationDAO
-
Update the record in the table
- store(DashboardAssociation, Plugin) - Method in interface fr.paris.lutece.plugins.mydashboard.business.IDashboardAssociationDAO
-
Update the record in the table
- store(Panel, Plugin) - Method in interface fr.paris.lutece.plugins.mydashboard.business.IPanelDAO
-
Update the record in the table
- store(Panel, Plugin) - Method in class fr.paris.lutece.plugins.mydashboard.business.PanelDAO
-
Update the record in the table
- store(Portlet) - Method in class fr.paris.lutece.plugins.mydashboard.business.portlet.MyDashboardPortletDAO