Modifier and Type | Method and Description |
---|---|
List<IDashboardComponent> |
DashboardListener.getDashboardComponents(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Get the dashboard components
|
Modifier and Type | Method and Description |
---|---|
static ReferenceList |
RoleHome.getRolesList(AdminUser user)
Return the list of all roles
|
Modifier and Type | Method and Description |
---|---|
static AdminUser |
AdminUserHome.findByPrimaryKey(int nUserId)
Get the user infos from user id
|
static AdminUser |
AdminUserHome.findUserByLogin(String strUserLogin)
Get the user infos from the access code.
|
AdminUser |
AdminUserDAO.load(int nUserId)
Load an AdminUser
|
AdminUser |
IAdminUserDAO.load(int nUserId)
Load an AdminUser
|
AdminUser |
AdminUserDAO.selectUserByAccessCode(String strUserAccessCode)
Get an user by its access code (login)
|
AdminUser |
IAdminUserDAO.selectUserByAccessCode(String strUserAccessCode)
Get an user by its access code (login)
|
Modifier and Type | Method and Description |
---|---|
static Collection<AdminUser> |
AdminUserHome.findByLevel(int nIdLevel)
Get all users having a given level
|
static Collection<AdminUser> |
AdminUserHome.findByRight(String strIdRight)
Get all users having a given right
|
static Collection<AdminUser> |
AdminUserHome.findByRole(String strRoleKey)
Get all users having a given role
|
static Collection<AdminUser> |
AdminUserHome.findUserByFilter(AdminUserFilter auFilter)
Get all users by using a filter.
|
static Collection<AdminUser> |
AdminUserHome.findUserList() |
Collection<AdminUser> |
AdminUserDAO.selectUserList()
Gets the collection of all AdminUsers
|
Collection<AdminUser> |
IAdminUserDAO.selectUserList()
Gets the collection of all AdminUsers
|
Collection<AdminUser> |
AdminUserDAO.selectUsersByFilter(AdminUserFilter auFilter)
Select users by filter
|
Collection<AdminUser> |
IAdminUserDAO.selectUsersByFilter(AdminUserFilter auFilter)
Select users by filter
|
Collection<AdminUser> |
AdminUserDAO.selectUsersByLevel(int nIdLevel)
Select all user that own a given level
|
Collection<AdminUser> |
IAdminUserDAO.selectUsersByLevel(int nIdLevel)
Select all user that own a given level
|
Collection<AdminUser> |
AdminUserDAO.selectUsersByRight(String strIdRight)
Get all users having a given right
|
Collection<AdminUser> |
IAdminUserDAO.selectUsersByRight(String strIdRight)
Get all users having a given right
|
Collection<AdminUser> |
AdminUserDAO.selectUsersByRole(String strRoleKey)
Gets a collection of AdminUser that share a given role
|
Collection<AdminUser> |
IAdminUserDAO.selectUsersByRole(String strRoleKey)
Gets a collection of AdminUser that share a given role
|
Modifier and Type | Method and Description |
---|---|
static void |
AdminUserHome.create(AdminUser user) |
static boolean |
AdminUserHome.hasRight(AdminUser user,
String strIdRight)
Check if the user has the given right
|
static boolean |
AdminUserHome.hasRole(AdminUser user,
String strRoleKey)
Check if the user has the role
|
void |
AdminUserDAO.insert(AdminUser user)
Insert a new record in the table.
|
void |
IAdminUserDAO.insert(AdminUser user)
Insert a new record in the table.
|
boolean |
AdminUser.isParent(AdminUser user)
Check if current user has rights over user
|
static void |
AdminUserHome.removeAllDelegatedRightsForUser(AdminUser user) |
static void |
AdminUserHome.removeAllOwnRightsForUser(AdminUser user) |
void |
AdminUserDAO.store(AdminUser user)
Update AdminUser data
|
void |
IAdminUserDAO.store(AdminUser user)
Update AdminUser data
|
static void |
AdminUserHome.update(AdminUser user) |
Modifier and Type | Method and Description |
---|---|
AdminUser |
AdminUserField.getUser()
Get user
|
Modifier and Type | Method and Description |
---|---|
static List<AdminUser> |
AdminUserFieldHome.findUsersByFilter(AdminUserFieldFilter auFieldFilter)
Load users by a given filter
|
List<AdminUser> |
IAdminUserFieldDAO.selectUsersByFilter(AdminUserFieldFilter auFieldFilter)
Load users by a given filter
|
List<AdminUser> |
AdminUserFieldDAO.selectUsersByFilter(AdminUserFieldFilter auFieldFilter)
Load users by a given filter
|
Modifier and Type | Method and Description |
---|---|
void |
AdminUserFieldListener.doCreateUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
Locale locale)
Create user fields
|
void |
SimpleAdminUserFieldListener.doCreateUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
Locale locale)
Create user fields
|
abstract void |
SimpleAdminUserFieldListener.doCreateUserFields(AdminUser user,
List<AdminUserField> listUserFields,
Locale locale)
Create user fields
|
void |
AdminUserFieldListener.doModifyUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
Locale locale,
AdminUser currentUser)
Modify user fields
|
void |
SimpleAdminUserFieldListener.doModifyUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
Locale locale,
AdminUser currentUser)
Modify user fields
|
abstract void |
SimpleAdminUserFieldListener.doModifyUserFields(AdminUser user,
List<AdminUserField> listUserFields,
Locale locale,
AdminUser currentUser)
Modify user fields
|
void |
AdminUserFieldListener.doRemoveUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
Locale locale)
Remove user fields
|
void |
SimpleAdminUserFieldListener.doRemoveUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
Locale locale)
Remove user fields
|
abstract void |
SimpleAdminUserFieldListener.doRemoveUserFields(AdminUser user,
Locale locale)
Remove user fields
|
List<AdminUserField> |
AttributeRadioButton.getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields
|
List<AdminUserField> |
IAttribute.getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields
|
List<AdminUserField> |
AttributeText.getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields
|
List<AdminUserField> |
AttributeComboBox.getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields
|
List<AdminUserField> |
AttributeImage.getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields
|
List<AdminUserField> |
AttributeCheckBox.getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields
|
List<AdminUserField> |
AttributeRadioButton.getUserFieldsData(String[] strValues,
AdminUser user)
Get the data of the user fields
|
List<AdminUserField> |
AttributeText.getUserFieldsData(String[] strValues,
AdminUser user)
Get the data of the user fields
|
List<AdminUserField> |
AttributeComboBox.getUserFieldsData(String[] strValues,
AdminUser user)
Get the data of the user fields
|
List<AdminUserField> |
ISimpleValuesAttributes.getUserFieldsData(String[] strValues,
AdminUser user)
Get the data of the user fields
|
List<AdminUserField> |
AttributeCheckBox.getUserFieldsData(String[] strValues,
AdminUser user)
Get the data of the user fields
|
void |
AdminUserField.setUser(AdminUser user)
Set user
|
Modifier and Type | Class and Description |
---|---|
class |
LuteceDefaultAdminUser
Admin user implementation for database authentication module
|
Modifier and Type | Method and Description |
---|---|
AdminUser |
LuteceDefaultAdminAuthentication.getAnonymousUser()
This method create an anonymous user
|
AdminUser |
AdminAuthentication.getAnonymousUser()
This method create an anonymous user
|
AdminUser |
LuteceDefaultAdminAuthentication.getHttpAuthenticatedUser(javax.servlet.http.HttpServletRequest request)
Returns a Lutece user object if the user is already authenticated in the Http request.
|
AdminUser |
AdminAuthentication.getHttpAuthenticatedUser(javax.servlet.http.HttpServletRequest request)
Returns a Lutece user object if the user is already authenticated in the Http request.
|
AdminUser |
LuteceDefaultAdminAuthentication.getUserPublicData(String strLogin)
Not used - Return null always for this module
|
AdminUser |
AdminAuthentication.getUserPublicData(String strAccessCode)
Get user data
|
AdminUser |
LuteceDefaultAdminAuthentication.login(String strAccessCode,
String strUserPassword,
javax.servlet.http.HttpServletRequest request)
Checks the login
|
AdminUser |
AdminAuthentication.login(String strAccessCode,
String strUserPassword,
javax.servlet.http.HttpServletRequest request)
Checks the login
|
Modifier and Type | Method and Description |
---|---|
Collection<AdminUser> |
LuteceDefaultAdminAuthentication.getUserList(String strLastName,
String strFirstName,
String strEmail)
Not used - Return null always for this module
|
Collection<AdminUser> |
AdminAuthentication.getUserList(String strLastName,
String strFirstName,
String strEmail)
get the list of user to display a list for selection in the main user management page
|
Modifier and Type | Method and Description |
---|---|
void |
LuteceDefaultAdminAuthentication.logout(AdminUser user)
logout the user
|
void |
AdminAuthentication.logout(AdminUser user)
logout the user
|
Modifier and Type | Method and Description |
---|---|
static Collection<AdminUser> |
AdminWorkgroupHome.getUserListForWorkgroup(String strWorkgroupKey)
Returns the list of all users for a workgroup
|
Collection<AdminUser> |
AdminWorkgroupDAO.getUsersListForWorkgroup(String strWorkgroupKey)
Returns the list of all users for a workgroup
|
Collection<AdminUser> |
IAdminWorkgroupDAO.getUsersListForWorkgroup(String strWorkgroupKey)
Returns the list of all users for a workgroup
|
Modifier and Type | Method and Description |
---|---|
static void |
AdminWorkgroupHome.addUserForWorkgroup(AdminUser user,
String strWorkgroupKey)
Add user to the workgroup
|
static ReferenceList |
AdminWorkgroupHome.getUserWorkgroups(AdminUser user)
Returns the list of all workgroups the user is member
|
void |
AdminWorkgroupDAO.insertUserForWorkgroup(AdminUser user,
String strWorkgroupKey)
Insert a user into a workgroup
|
void |
IAdminWorkgroupDAO.insertUserForWorkgroup(AdminUser user,
String strWorkgroupKey)
Insert a user into a workgroup
|
static boolean |
AdminWorkgroupHome.isUserInWorkgroup(AdminUser user,
String strWorkgroup)
Is the user member of the workgroup
|
static void |
AdminWorkgroupHome.removeUserFromWorkgroup(AdminUser user,
String strWorkgroupKey)
Remove an user from a workgroup
|
Modifier and Type | Method and Description |
---|---|
static AdminUser |
AdminUserService.getAdminUser(javax.servlet.http.HttpServletRequest request)
Get the user in session
|
AdminUser |
AdminAuthenticationService.getRegisteredUser(javax.servlet.http.HttpServletRequest request)
Gets the Lutece user registered in the Http session
|
AdminUser |
AdminAuthenticationService.getRemoteUser(javax.servlet.http.HttpServletRequest request)
Gets the AdminUser attached to the current Http session
|
AdminUser |
AdminAuthenticationService.getUserPublicDataFromModule(String strAccessCode) |
Modifier and Type | Method and Description |
---|---|
static List<AdminUser> |
AdminUserService.getFilteredUsersInterface(Collection<AdminUser> listUsers,
javax.servlet.http.HttpServletRequest request,
Map<String,Object> model,
UrlItem url)
Get the filtered list of admin users
|
Collection<AdminUser> |
AdminAuthenticationService.getUserListFromModule(String strLastName,
String strFirstName,
String strEmail)
Returns the user list
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
AdminUserService.getManageAdvancedParameters(AdminUser user)
Build the advanced parameters management
|
static String |
AdminUserService.getUserPasswordResetToken(AdminUser user,
Date timestamp,
javax.servlet.http.HttpServletRequest request)
Get a user reset password token
|
static String |
AdminUserService.getXmlFromUser(AdminUser user,
boolean bIncludeRoles,
boolean bIncludeRights,
boolean bIncludeWorkgroups,
boolean bIncludeAttributes,
List<IAttribute> listAttributes)
Get a XML string describing a user.
The XML is constructed as follow : <user> <access_code>value</value> <last_name>value>/user> <first_name>value</value> <email>value</email> <status>value</status> <locale>value</locale> <level>value</level> <must_change_password>value< must_change_password> <accessibility_mode>value< accessibility_mode> <password_max_valid_date>value< password_max_valid_date> <account_max_valid_date>value< account_max_valid_date> <date_last_login>value</date_last_login> <roles> <role>value</role> ... </roles> <rights> <right>value</right> ... </rights> <workspaces> <workspace>value</workspace> ... </workspaces> <attributes> <attribute> <attribute-id>value</attribute-id> <attribute-field-id> value</attribute-id> <attribute-value>value</attribute-value> </attribute> ... </attributes> </user> Sections roles, rights, workspaces and attributes are not included if data are not imported |
static void |
AdminUserService.notifyUser(String strBaseUrl,
AdminUser user,
String strPropertyEmailSubject,
String strTemplate)
Notify an user by email
|
static void |
AdminUserService.notifyUser(String strBaseUrl,
AdminUser user,
String strPassword,
String strPropertyEmailSubject,
String strTemplate)
Notify an user by email
|
void |
AdminAuthenticationService.registerUser(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Register the user in the Http session
|
static void |
AdminUserService.updateUserExpirationDate(AdminUser user)
Update the user expiration date with new values, and notify him with an email if his account was close to expire.
|
Modifier and Type | Method and Description |
---|---|
static List<AdminUser> |
AdminUserService.getFilteredUsersInterface(Collection<AdminUser> listUsers,
javax.servlet.http.HttpServletRequest request,
Map<String,Object> model,
UrlItem url)
Get the filtered list of admin users
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<IDashboardComponent>> |
DashboardService.getAllSetDashboards(AdminUser user)
Finds all dashboard with column and order set.
|
void |
DashboardListenerService.getDashboardComponents(List<IDashboardComponent> listDashboards,
AdminUser user,
javax.servlet.http.HttpServletRequest request)
get the list of dashboards
|
String |
IDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user
|
String |
DashboardService.getDashboardData(AdminUser user,
int nZone,
javax.servlet.http.HttpServletRequest request)
Gets Data from all components of the zone
|
String |
DashboardService.getDashboardData(List<IDashboardComponent> listDashboards,
AdminUser user,
int nZone,
javax.servlet.http.HttpServletRequest request)
Gets Data from all components of the zone
|
List<IDashboardComponent> |
DashboardService.getDashboards(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Get the list of dashboard from plugins
|
Modifier and Type | Method and Description |
---|---|
String |
AdminDashboardService.getDashboardData(AdminUser user,
int nColumn,
javax.servlet.http.HttpServletRequest request)
Gets Data from all components of the zone
|
Modifier and Type | Method and Description |
---|---|
static ReferenceList |
AdminMailingListService.getMailingLists(AdminUser user)
Returns a list of all mailing list visible by the user
|
static Collection<MailingList> |
AdminMailingListService.getUserMailingLists(AdminUser user)
Returns a list of all mailing list visible by the user
|
static List<MailingList> |
AdminMailingListService.getUserMailingListsByFilter(AdminUser user,
MailingListFilter filter)
Gets the user mailing lists by filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPageService.isAuthorizedAdminPage(int nId,
String strPermission,
AdminUser user)
Check if authorized
|
boolean |
PageService.isAuthorizedAdminPage(int nIdPage,
String strPermission,
AdminUser user)
Check that a given user is allowed to access a page for a given permission
|
Modifier and Type | Method and Description |
---|---|
Collection<Portlet> |
PortletService.getAuthorizedPortletCollection(Collection<Portlet> collectionPortlet,
AdminUser user)
Filter a collection of portlet associated to a given user
|
boolean |
PortletService.isAuthorized(int idPortlet,
AdminUser user)
Check if a portlet should be visible to the user
|
boolean |
PortletService.isAuthorized(Portlet portlet,
AdminUser user)
Check if a portlet should be visible to the user
|
Modifier and Type | Method and Description |
---|---|
static <E extends fr.paris.lutece.portal.service.rbac.RBACAction> |
RBACService.getAuthorizedActionsCollection(Collection<E> collection,
fr.paris.lutece.portal.service.rbac.RBACResource resource,
AdminUser user)
Filter a collection of RBACAction for a given user
|
static <E extends fr.paris.lutece.portal.service.rbac.RBACResource> |
RBACService.getAuthorizedCollection(Collection<E> collection,
String strPermission,
AdminUser user)
Filter a collection of resources for a given user
|
static ReferenceList |
RBACService.getAuthorizedReferenceList(ReferenceList listResources,
String strResourceType,
String strPermission,
AdminUser user)
Filter a Reference List for a given user
|
static boolean |
RBACService.isAuthorized(fr.paris.lutece.portal.service.rbac.RBACResource resource,
String strPermission,
AdminUser user)
Check that a given user is allowed to access a resource for a given permission
|
static boolean |
RBACService.isAuthorized(String strResourceTypeCode,
String strResourceId,
String strPermission,
AdminUser user)
Check that a given user is allowed to access a resource for a given permission
|
static boolean |
RBACService.isUserInRole(AdminUser user,
String strRole)
Check that a given user is in the given role
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
SearchService.getManageAdvancedParameters(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Build the advanced parameters management.
|
Modifier and Type | Method and Description |
---|---|
static void |
AdminUserFieldService.doCreateUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
Locale locale)
Create the user fields
|
void |
AdminUserFieldListenerService.doCreateUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
Locale locale)
Create user fields
|
void |
AdminUserFieldListenerService.doCreateUserFields(AdminUser user,
List<AdminUserField> listUserFields,
Locale locale)
Create user fields
|
static void |
AdminUserFieldService.doModifyUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
Locale locale,
AdminUser currentUser)
Modify the user fields
|
void |
AdminUserFieldListenerService.doModifyUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
Locale locale,
AdminUser currentUser)
Modify user fields
|
void |
AdminUserFieldListenerService.doModifyUserFields(AdminUser user,
List<AdminUserField> listUserFields,
Locale locale,
AdminUser currentUser)
Modify user fields
|
static void |
AdminUserFieldService.doRemoveUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
Locale locale)
Remove the user fields
|
void |
AdminUserFieldListenerService.doRemoveUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
Locale locale)
Remove user fields
|
void |
AdminUserFieldListenerService.doRemoveUserFields(AdminUser user,
Locale locale)
Remove user fields
|
Modifier and Type | Method and Description |
---|---|
Collection<fr.paris.lutece.plugins.workflowcore.business.action.Action> |
IWorkflowProvider.getActions(int nIdResource,
String strResourceType,
Collection<fr.paris.lutece.plugins.workflowcore.business.action.Action> listActions,
AdminUser user)
returns a list of actions possible for a given document based on the status of the document in the workflow and the user role.
|
Collection<fr.paris.lutece.plugins.workflowcore.business.action.Action> |
WorkflowService.getActions(int nIdResource,
String strResourceType,
int nIdWorkflow,
AdminUser user)
returns a list of actions possible for a given document based on the status
of the document in the workflow and the user role
|
Map<Integer,List<fr.paris.lutece.plugins.workflowcore.business.action.Action>> |
WorkflowService.getActions(List<Integer> listIdResource,
String strResourceType,
Integer nIdExternalParentId,
int nIdWorkflow,
AdminUser user)
returns a list of actions possible for a given document based on the status
of the document in the workflow and the user role
|
Map<Integer,List<fr.paris.lutece.plugins.workflowcore.business.action.Action>> |
IWorkflowProvider.getActions(String strResourceType,
Map<Integer,List<fr.paris.lutece.plugins.workflowcore.business.action.Action>> mapActions,
AdminUser user)
returns a list of actions possible for a given document based on the status of the document in the workflow and the user role.
|
Collection<fr.paris.lutece.plugins.workflowcore.business.state.State> |
IWorkflowProvider.getAllStateByWorkflow(Collection<fr.paris.lutece.plugins.workflowcore.business.state.State> listStates,
AdminUser user)
returns all state of a given workflow.
|
Collection<fr.paris.lutece.plugins.workflowcore.business.state.State> |
WorkflowService.getAllStateByWorkflow(int nIdWorkflow,
AdminUser user)
returns all state of a given workflow
|
List<Integer> |
WorkflowService.getAuthorizedResourceList(String strResourceType,
int nIdWorkflow,
int nIdWorkflowState,
Integer nExternalParentId,
AdminUser user)
Get all authorized resource Id
|
List<Integer> |
IWorkflowProvider.getAuthorizedResourceList(String strResourceType,
int nIdWorkflow,
int nIdWorkflowState,
Integer nExternalParentId,
AdminUser user)
Get all authorized resource Id.
|
List<Integer> |
WorkflowService.getAuthorizedResourceList(String strResourceType,
int nIdWorkflow,
List<Integer> lListIdWorkflowState,
Integer nExternalParentId,
AdminUser user)
Get all authorized resource Id by list of state
|
List<Integer> |
IWorkflowProvider.getAuthorizedResourceList(String strResourceType,
int nIdWorkflow,
List<Integer> lListIdWorkflowState,
Integer nExternalParentId,
AdminUser user)
Get all authorized resource Id.
|
ReferenceList |
WorkflowService.getWorkflowsEnabled(AdminUser user,
Locale locale)
return a reference list which contains a list enabled workflow
|
ReferenceList |
IWorkflowProvider.getWorkflowsEnabled(AdminUser user,
Locale locale)
return a referencelist wich contains a list enabled workflow.
|
boolean |
WorkflowService.isAuthorized(int nIdResource,
String strResourceType,
int nIdWorkflow,
AdminUser user)
Check that a given user is allowed to view a resource depending the state of
the resource
|
boolean |
IWorkflowProvider.isAuthorized(int nIdResource,
String strResourceType,
int nIdWorkflow,
AdminUser user)
Check that a given user is allowed to view a resource depending the state of the resource.
|
Modifier and Type | Method and Description |
---|---|
static <E extends fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource> |
AdminWorkgroupService.getAuthorizedCollection(Collection<E> collection,
AdminUser user)
Filter a collection of resources for a given user
|
static ReferenceList |
AdminWorkgroupService.getUserWorkgroups(AdminUser user,
Locale locale)
Gets all workgroups of the user
|
static boolean |
AdminWorkgroupService.isAuthorized(fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource resource,
AdminUser user)
Check if a resource should be visible to the user according its workgroup
|
Modifier and Type | Method and Description |
---|---|
String |
SiteDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
The HTML code of the component
|
Modifier and Type | Method and Description |
---|---|
AdminUser |
AdminFeaturesPageJspBean.getUser()
Returns the AdminUser
|
Modifier and Type | Method and Description |
---|---|
String |
AdminHomePageManagementComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user
|
Modifier and Type | Method and Description |
---|---|
String |
EditorAdminDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user
|
Modifier and Type | Method and Description |
---|---|
String |
FeaturesAdminDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user
|
Modifier and Type | Method and Description |
---|---|
void |
IPluginAction.fillModel(javax.servlet.http.HttpServletRequest request,
AdminUser adminUser,
Map<String,Object> model)
Fills the model to provide necessary data to fill the button template
|
static <A extends IPluginAction<?>> |
PluginActionManager.fillModel(javax.servlet.http.HttpServletRequest request,
AdminUser adminUser,
Map<String,Object> model,
Class<A> pluginActionClass,
String strMark)
Fills the model with all actions and adds the list to the given marker
|
IPluginActionResult |
IPluginAction.process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AdminUser adminUser,
F sessionFields)
Processes the request
|
Modifier and Type | Method and Description |
---|---|
static void |
ExtendableResourcePluginActionManager.fillModel(javax.servlet.http.HttpServletRequest request,
AdminUser adminUser,
Map<String,Object> model,
String strIdExtendableResource,
String strExtendableResourceType)
Fill the model with all actions and adds the list to the given marker.
|
Modifier and Type | Method and Description |
---|---|
String |
SearchAdminDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user
|
Modifier and Type | Method and Description |
---|---|
String |
SystemDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Returns the dashboard component HTML code
|
Modifier and Type | Method and Description |
---|---|
String |
AutoIncludeAdminDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user
|
Modifier and Type | Method and Description |
---|---|
String |
UsersAdminDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user
|
String |
UsersDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Returns the dashboard component HTML code
|
String |
UserHeaderDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Returns the dashboard component HTML code
|
Modifier and Type | Method and Description |
---|---|
String |
XslExportAdminDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user
|
Copyright © 2020 City of Paris. All rights reserved.