|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AdminUser in fr.paris.lutece.portal.business.dashboard |
---|
Methods in fr.paris.lutece.portal.business.dashboard with parameters of type AdminUser | |
---|---|
java.util.List<IDashboardComponent> |
DashboardListener.getDashboardComponents(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Get the dashboard components |
Uses of AdminUser in fr.paris.lutece.portal.business.role |
---|
Methods in fr.paris.lutece.portal.business.role with parameters of type AdminUser | |
---|---|
static ReferenceList |
RoleHome.getRolesList(AdminUser user)
Return the list of all roles |
Uses of AdminUser in fr.paris.lutece.portal.business.user |
---|
Methods in fr.paris.lutece.portal.business.user that return AdminUser | |
---|---|
static AdminUser |
AdminUserHome.findByPrimaryKey(int nUserId)
Get the user infos from user id |
static AdminUser |
AdminUserHome.findUserByLogin(java.lang.String strUserLogin)
Get the user infos from the access code. |
AdminUser |
AdminUserDAO.load(int nUserId)
|
AdminUser |
IAdminUserDAO.load(int nUserId)
Load an AdminUser |
AdminUser |
AdminUserDAO.selectUserByAccessCode(java.lang.String strUserAccessCode)
|
AdminUser |
IAdminUserDAO.selectUserByAccessCode(java.lang.String strUserAccessCode)
Get an user by its access code (login) |
Methods in fr.paris.lutece.portal.business.user that return types with arguments of type AdminUser | |
---|---|
static java.util.Collection<AdminUser> |
AdminUserHome.findByLevel(int nIdLevel)
Get all users having a given level |
static java.util.Collection<AdminUser> |
AdminUserHome.findByRight(java.lang.String strIdRight)
Get all users having a given right |
static java.util.Collection<AdminUser> |
AdminUserHome.findByRole(java.lang.String strRoleKey)
Get all users having a given role |
static java.util.Collection<AdminUser> |
AdminUserHome.findUserByFilter(AdminUserFilter auFilter)
Get all users by using a filter. |
static java.util.Collection<AdminUser> |
AdminUserHome.findUserList()
|
java.util.Collection<AdminUser> |
AdminUserDAO.selectUserList()
Get a list of all admin users |
java.util.Collection<AdminUser> |
IAdminUserDAO.selectUserList()
Gets the collection of all AdminUsers |
java.util.Collection<AdminUser> |
AdminUserDAO.selectUsersByFilter(AdminUserFilter auFilter)
Gets a collection of AdminUser by using a filter. |
java.util.Collection<AdminUser> |
IAdminUserDAO.selectUsersByFilter(AdminUserFilter auFilter)
Select users by filter |
java.util.Collection<AdminUser> |
AdminUserDAO.selectUsersByLevel(int nIdLevel)
Select all user that own a given level |
java.util.Collection<AdminUser> |
IAdminUserDAO.selectUsersByLevel(int nIdLevel)
Select all user that own a given level |
java.util.Collection<AdminUser> |
AdminUserDAO.selectUsersByRight(java.lang.String strIdRight)
Get all users having a given right |
java.util.Collection<AdminUser> |
IAdminUserDAO.selectUsersByRight(java.lang.String strIdRight)
Get all users having a given right |
java.util.Collection<AdminUser> |
AdminUserDAO.selectUsersByRole(java.lang.String strRoleKey)
Select all user that own a given role |
java.util.Collection<AdminUser> |
IAdminUserDAO.selectUsersByRole(java.lang.String strRoleKey)
Gets a collection of AdminUser that share a given role |
Methods in fr.paris.lutece.portal.business.user with parameters of type AdminUser | |
---|---|
static void |
AdminUserHome.create(AdminUser user)
|
static boolean |
AdminUserHome.hasRight(AdminUser user,
java.lang.String strIdRight)
Check if the user has the given right |
static boolean |
AdminUserHome.hasRole(AdminUser user,
java.lang.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)
Store an admin user |
void |
IAdminUserDAO.store(AdminUser user)
Update AdminUser data |
static void |
AdminUserHome.update(AdminUser user)
|
Uses of AdminUser in fr.paris.lutece.portal.business.user.attribute |
---|
Methods in fr.paris.lutece.portal.business.user.attribute that return AdminUser | |
---|---|
AdminUser |
AdminUserField.getUser()
Get user |
Methods in fr.paris.lutece.portal.business.user.attribute that return types with arguments of type AdminUser | |
---|---|
static java.util.List<AdminUser> |
AdminUserFieldHome.findUsersByFilter(AdminUserFieldFilter auFieldFilter)
Load users by a given filter |
java.util.List<AdminUser> |
AdminUserFieldDAO.selectUsersByFilter(AdminUserFieldFilter auFieldFilter)
Load users by a given filter |
java.util.List<AdminUser> |
IAdminUserFieldDAO.selectUsersByFilter(AdminUserFieldFilter auFieldFilter)
Load users by a given filter |
Methods in fr.paris.lutece.portal.business.user.attribute with parameters of type AdminUser | |
---|---|
void |
AdminUserFieldListener.doCreateUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
java.util.Locale locale)
Create user fields |
void |
AdminUserFieldListener.doModifyUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
java.util.Locale locale,
AdminUser currentUser)
Modify user fields |
void |
AdminUserFieldListener.doRemoveUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
java.util.Locale locale)
Remove user fields |
java.util.List<AdminUserField> |
AttributeImage.getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields |
java.util.List<AdminUserField> |
AttributeRadioButton.getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields |
java.util.List<AdminUserField> |
IAttribute.getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields |
java.util.List<AdminUserField> |
AttributeText.getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields |
java.util.List<AdminUserField> |
AttributeComboBox.getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields |
java.util.List<AdminUserField> |
AttributeCheckBox.getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields |
void |
AdminUserField.setUser(AdminUser user)
Set user |
Uses of AdminUser in fr.paris.lutece.portal.business.user.authentication |
---|
Subclasses of AdminUser in fr.paris.lutece.portal.business.user.authentication | |
---|---|
class |
LuteceDefaultAdminUser
Admin user implementation for database authentication module |
Methods in fr.paris.lutece.portal.business.user.authentication that return AdminUser | |
---|---|
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(java.lang.String strLogin)
Not used - Return null always for this module |
AdminUser |
AdminAuthentication.getUserPublicData(java.lang.String strAccessCode)
Get user data |
AdminUser |
LuteceDefaultAdminAuthentication.login(java.lang.String strAccessCode,
java.lang.String strUserPassword,
javax.servlet.http.HttpServletRequest request)
Checks the login |
AdminUser |
AdminAuthentication.login(java.lang.String strAccessCode,
java.lang.String strUserPassword,
javax.servlet.http.HttpServletRequest request)
Checks the login |
Methods in fr.paris.lutece.portal.business.user.authentication that return types with arguments of type AdminUser | |
---|---|
java.util.Collection<AdminUser> |
LuteceDefaultAdminAuthentication.getUserList(java.lang.String strLastName,
java.lang.String strFirstName,
java.lang.String strEmail)
Not used - Return null always for this module |
java.util.Collection<AdminUser> |
AdminAuthentication.getUserList(java.lang.String strLastName,
java.lang.String strFirstName,
java.lang.String strEmail)
get the list of user to display a list for selection in the main user management page |
Methods in fr.paris.lutece.portal.business.user.authentication with parameters of type AdminUser | |
---|---|
void |
LuteceDefaultAdminAuthentication.logout(AdminUser user)
logout the user |
void |
AdminAuthentication.logout(AdminUser user)
logout the user |
Uses of AdminUser in fr.paris.lutece.portal.business.workgroup |
---|
Methods in fr.paris.lutece.portal.business.workgroup that return types with arguments of type AdminUser | |
---|---|
static java.util.Collection<AdminUser> |
AdminWorkgroupHome.getUserListForWorkgroup(java.lang.String strWorkgroupKey)
Returns the list of all users for a workgroup |
java.util.Collection<AdminUser> |
AdminWorkgroupDAO.getUsersListForWorkgroup(java.lang.String strWorkgroupKey)
Returns the list of all users for a workgroup |
java.util.Collection<AdminUser> |
IAdminWorkgroupDAO.getUsersListForWorkgroup(java.lang.String strWorkgroupKey)
Returns the list of all users for a workgroup |
Methods in fr.paris.lutece.portal.business.workgroup with parameters of type AdminUser | |
---|---|
static void |
AdminWorkgroupHome.addUserForWorkgroup(AdminUser user,
java.lang.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,
java.lang.String strWorkgroupKey)
Insert a user into a workgroup |
void |
IAdminWorkgroupDAO.insertUserForWorkgroup(AdminUser user,
java.lang.String strWorkgroupKey)
Insert a user into a workgroup |
static boolean |
AdminWorkgroupHome.isUserInWorkgroup(AdminUser user,
java.lang.String strWorkgroup)
Is the user member of the workgroup |
static void |
AdminWorkgroupHome.removeUserFromWorkgroup(AdminUser user,
java.lang.String strWorkgroupKey)
Remove an user from a workgroup |
Uses of AdminUser in fr.paris.lutece.portal.service.admin |
---|
Methods in fr.paris.lutece.portal.service.admin that return AdminUser | |
---|---|
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(java.lang.String strAccessCode)
|
Methods in fr.paris.lutece.portal.service.admin that return types with arguments of type AdminUser | |
---|---|
static java.util.List<AdminUser> |
AdminUserService.getFilteredUsersInterface(java.util.List<AdminUser> listUsers,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> model,
UrlItem url)
Get the filtered list of admin users |
java.util.Collection<AdminUser> |
AdminAuthenticationService.getUserListFromModule(java.lang.String strLastName,
java.lang.String strFirstName,
java.lang.String strEmail)
Returns the user list |
Methods in fr.paris.lutece.portal.service.admin with parameters of type AdminUser | |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
AdminUserService.getManageAdvancedParameters(AdminUser user)
Build the advanced parameters management |
Method parameters in fr.paris.lutece.portal.service.admin with type arguments of type AdminUser | |
---|---|
static java.util.List<AdminUser> |
AdminUserService.getFilteredUsersInterface(java.util.List<AdminUser> listUsers,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> model,
UrlItem url)
Get the filtered list of admin users |
Uses of AdminUser in fr.paris.lutece.portal.service.dashboard |
---|
Methods in fr.paris.lutece.portal.service.dashboard with parameters of type AdminUser | |
---|---|
java.util.Map<java.lang.String,java.util.List<IDashboardComponent>> |
DashboardService.getAllSetDashboards(AdminUser user)
Finds all dashboard with column and order set. |
void |
DashboardListenerService.getDashboardComponents(java.util.List<IDashboardComponent> listDashboards,
AdminUser user,
javax.servlet.http.HttpServletRequest request)
get the list of dashboards |
java.lang.String |
DashboardComponent.getDashboardData(AdminUser user)
Gets dashboard data for a given user |
java.lang.String |
DashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user |
java.lang.String |
IDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user |
java.lang.String |
DashboardService.getDashboardData(AdminUser user,
int nZone,
javax.servlet.http.HttpServletRequest request)
Gets Data from all components of the zone |
java.lang.String |
DashboardService.getDashboardData(java.util.List<IDashboardComponent> listDashboards,
AdminUser user,
int nZone,
javax.servlet.http.HttpServletRequest request)
Gets Data from all components of the zone |
java.util.List<IDashboardComponent> |
DashboardService.getDashboards(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Get the list of dashboard from plugins |
Uses of AdminUser in fr.paris.lutece.portal.service.dashboard.admin |
---|
Methods in fr.paris.lutece.portal.service.dashboard.admin with parameters of type AdminUser | |
---|---|
java.lang.String |
AdminDashboardService.getDashboardData(AdminUser user,
int nColumn,
javax.servlet.http.HttpServletRequest request)
Gets Data from all components of the zone |
Uses of AdminUser in fr.paris.lutece.portal.service.mailinglist |
---|
Methods in fr.paris.lutece.portal.service.mailinglist with parameters of type AdminUser | |
---|---|
static ReferenceList |
AdminMailingListService.getMailingLists(AdminUser user)
Returns a list of all mailing list visible by the user |
static java.util.Collection<MailingList> |
AdminMailingListService.getUserMailingLists(AdminUser user)
Returns a list of all mailing list visible by the user |
Uses of AdminUser in fr.paris.lutece.portal.service.page |
---|
Methods in fr.paris.lutece.portal.service.page with parameters of type AdminUser | |
---|---|
boolean |
IPageService.isAuthorizedAdminPage(int nId,
java.lang.String strPermission,
AdminUser user)
Check if authorized |
boolean |
PageService.isAuthorizedAdminPage(int nIdPage,
java.lang.String strPermission,
AdminUser user)
Check that a given user is allowed to access a page for a given permission |
Uses of AdminUser in fr.paris.lutece.portal.service.portlet |
---|
Methods in fr.paris.lutece.portal.service.portlet with parameters of type AdminUser | |
---|---|
java.util.Collection<Portlet> |
PortletService.getAuthorizedPortletCollection(java.util.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 |
Uses of AdminUser in fr.paris.lutece.portal.service.rbac |
---|
Methods in fr.paris.lutece.portal.service.rbac with parameters of type AdminUser | ||
---|---|---|
static
|
RBACService.getAuthorizedActionsCollection(java.util.Collection<E> collection,
RBACResource resource,
AdminUser user)
Filter a collection of RBACAction for a given user |
|
static
|
RBACService.getAuthorizedCollection(java.util.Collection<E> collection,
java.lang.String strPermission,
AdminUser user)
Filter a collection of resources for a given user |
|
static ReferenceList |
RBACService.getAuthorizedReferenceList(ReferenceList listResources,
java.lang.String strResourceType,
java.lang.String strPermission,
AdminUser user)
Filter a Reference List for a given user |
|
static boolean |
RBACService.isAuthorized(RBACResource resource,
java.lang.String strPermission,
AdminUser user)
Check that a given user is allowed to access a resource for a given permission |
|
static boolean |
RBACService.isAuthorized(java.lang.String strResourceTypeCode,
java.lang.String strResourceId,
java.lang.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,
java.lang.String strRole)
Check that a given user is in the given role |
Uses of AdminUser in fr.paris.lutece.portal.service.search |
---|
Methods in fr.paris.lutece.portal.service.search with parameters of type AdminUser | |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
SearchService.getManageAdvancedParameters(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Build the advanced parameters management |
Uses of AdminUser in fr.paris.lutece.portal.service.user.attribute |
---|
Methods in fr.paris.lutece.portal.service.user.attribute with parameters of type AdminUser | |
---|---|
static void |
AdminUserFieldService.doCreateUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
java.util.Locale locale)
Create the user fields |
void |
AdminUserFieldListenerService.doCreateUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
java.util.Locale locale)
Create user fields |
static void |
AdminUserFieldService.doModifyUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
java.util.Locale locale,
AdminUser currentUser)
Modify the user fields |
void |
AdminUserFieldListenerService.doModifyUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
java.util.Locale locale,
AdminUser currentUser)
Modify user fields |
static void |
AdminUserFieldService.doRemoveUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
java.util.Locale locale)
Remove the user fields |
void |
AdminUserFieldListenerService.doRemoveUserFields(AdminUser user,
javax.servlet.http.HttpServletRequest request,
java.util.Locale locale)
Remove user fields |
Uses of AdminUser in fr.paris.lutece.portal.service.workflow |
---|
Methods in fr.paris.lutece.portal.service.workflow with parameters of type AdminUser | |
---|---|
java.util.Collection<Action> |
IWorkflowService.getActions(int nIdResource,
java.lang.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 |
java.util.Collection<Action> |
WorkflowService.getActions(int nIdResource,
java.lang.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 |
java.util.HashMap<java.lang.Integer,java.util.List<Action>> |
IWorkflowService.getActions(java.util.List<java.lang.Integer> listIdResource,
java.lang.String strResourceType,
java.lang.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 |
java.util.HashMap<java.lang.Integer,java.util.List<Action>> |
WorkflowService.getActions(java.util.List<java.lang.Integer> listIdResssource,
java.lang.String strResourceType,
java.lang.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 |
java.util.Collection<State> |
IWorkflowService.getAllStateByWorkflow(int nIdWorkflow,
AdminUser user)
returns all state of a given workflow |
java.util.Collection<State> |
WorkflowService.getAllStateByWorkflow(int nListIdWorkflow,
AdminUser user)
returns all state of a given workflow |
java.util.List<java.lang.Integer> |
IWorkflowService.getAuthorizedResourceList(java.lang.String strResourceType,
int nIdWorkflow,
int nIdWorkflowState,
AdminUser user)
Deprecated. |
java.util.List<java.lang.Integer> |
WorkflowService.getAuthorizedResourceList(java.lang.String strResourceType,
int nIdWorkflow,
int nIdWorkflowState,
AdminUser user)
Deprecated. |
java.util.List<java.lang.Integer> |
IWorkflowService.getAuthorizedResourceList(java.lang.String strResourceType,
int nIdWorkflow,
int nIdWorkflowState,
java.lang.Integer nExternalParentId,
AdminUser user)
Get all authorized resource Id |
java.util.List<java.lang.Integer> |
WorkflowService.getAuthorizedResourceList(java.lang.String strResourceType,
int nIdWorkflow,
int nIdWorkflowState,
java.lang.Integer nExternalParentId,
AdminUser user)
Get all authorized resource Id |
java.util.List<java.lang.Integer> |
IWorkflowService.getAuthorizedResourceList(java.lang.String strResourceType,
int nIdWorkflow,
java.util.List<java.lang.Integer> lListIdWorkflowState,
java.lang.Integer nExternalParentId,
AdminUser user)
Get all authorized resource Id |
java.util.List<java.lang.Integer> |
WorkflowService.getAuthorizedResourceList(java.lang.String strResourceType,
int nIdWorkflow,
java.util.List<java.lang.Integer> lListIdWorkflowState,
java.lang.Integer nExternalParentId,
AdminUser user)
Get all authorized resource Id by list of state |
java.util.Collection<java.lang.Integer> |
IWorkflowService.getListIdRessourceByState(int nIdState,
java.lang.String strResourceType,
AdminUser user)
Deprecated. |
java.util.Collection<java.lang.Integer> |
WorkflowService.getListIdRessourceByState(int nIdState,
java.lang.String strResource,
AdminUser user)
Deprecated. |
State |
IWorkflowService.getState(int nIdResource,
java.lang.String strResourceType,
int nIdWorkflow,
AdminUser user)
Deprecated. |
State |
WorkflowService.getState(int nIdResource,
java.lang.String strResourceType,
int nIdWorkflow,
AdminUser user)
Deprecated. |
State |
IWorkflowService.getState(int nIdResource,
java.lang.String strResourceType,
int nIdWorkflow,
java.lang.Integer nIdExternalParentId,
AdminUser user)
returns the state of a given document |
State |
WorkflowService.getState(int nIdResource,
java.lang.String strResourceType,
int nIdWorkflow,
java.lang.Integer nIdExternalParentId,
AdminUser user)
returns the state of a given document of the document in the workflow and the user role |
ReferenceList |
IWorkflowService.getWorkflowsEnabled(AdminUser user,
java.util.Locale locale)
return a referencelist wich contains a list enabled workflow |
ReferenceList |
WorkflowService.getWorkflowsEnabled(AdminUser user,
java.util.Locale locale)
return a reference list which contains a list enabled workflow |
boolean |
IWorkflowService.isAuthorized(int nIdResource,
java.lang.String strResourceType,
int nIdWorkflow,
AdminUser user)
Check that a given user is allowed to view a resource depending the state of the resource |
boolean |
WorkflowService.isAuthorized(int nIdResource,
java.lang.String strResourceType,
int nIdWorkflow,
AdminUser user)
Check that a given user is allowed to view a resource depending the state of the resource |
Uses of AdminUser in fr.paris.lutece.portal.service.workgroup |
---|
Methods in fr.paris.lutece.portal.service.workgroup with parameters of type AdminUser | ||
---|---|---|
static
|
AdminWorkgroupService.getAuthorizedCollection(java.util.Collection<E> collection,
AdminUser user)
Filter a collection of resources for a given user |
|
static ReferenceList |
AdminWorkgroupService.getUserWorkgroups(AdminUser user,
java.util.Locale locale)
Gets all workgroups of the user |
|
static boolean |
AdminWorkgroupService.isAuthorized(AdminWorkgroupResource resource,
AdminUser user)
Check if a resource should be visible to the user according its workgroup |
Uses of AdminUser in fr.paris.lutece.portal.web |
---|
Methods in fr.paris.lutece.portal.web with parameters of type AdminUser | |
---|---|
java.lang.String |
SiteDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
The HTML code of the component |
Uses of AdminUser in fr.paris.lutece.portal.web.admin |
---|
Methods in fr.paris.lutece.portal.web.admin that return AdminUser | |
---|---|
AdminUser |
AdminFeaturesPageJspBean.getUser()
Returns the AdminUser |
Uses of AdminUser in fr.paris.lutece.portal.web.pluginaction |
---|
Methods in fr.paris.lutece.portal.web.pluginaction with parameters of type AdminUser | ||
---|---|---|
void |
IPluginAction.fillModel(javax.servlet.http.HttpServletRequest request,
AdminUser adminUser,
java.util.Map<java.lang.String,java.lang.Object> model)
Fills the model to provide necessary data to fill the button template |
|
static
|
PluginActionManager.fillModel(javax.servlet.http.HttpServletRequest request,
AdminUser adminUser,
java.util.Map<java.lang.String,java.lang.Object> model,
java.lang.Class<A> pluginActionClass,
java.lang.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,
FieldsDTO sessionFields)
Processes the request |
Uses of AdminUser in fr.paris.lutece.portal.web.search |
---|
Methods in fr.paris.lutece.portal.web.search with parameters of type AdminUser | |
---|---|
java.lang.String |
SearchAdminDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user |
Uses of AdminUser in fr.paris.lutece.portal.web.system |
---|
Methods in fr.paris.lutece.portal.web.system with parameters of type AdminUser | |
---|---|
java.lang.String |
SystemDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Returns the dashboard component HTML code |
Uses of AdminUser in fr.paris.lutece.portal.web.user |
---|
Methods in fr.paris.lutece.portal.web.user with parameters of type AdminUser | |
---|---|
java.lang.String |
UsersAdminDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user |
java.lang.String |
UsersDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Returns the dashboard component HTML code |
java.lang.String |
UserHeaderDashboardComponent.getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Returns the dashboard component HTML code |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |