fr.paris.lutece.plugins.profiles.web
Class ProfilesJspBean

java.lang.Object
  extended by fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
      extended by fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
          extended by fr.paris.lutece.plugins.profiles.web.ProfilesJspBean
All Implemented Interfaces:
Serializable

public class ProfilesJspBean
extends fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean

ProfilesJspBean

See Also:
Serialized Form

Field Summary
static String RIGHT_MANAGE_PROFILES
           
 
Constructor Summary
ProfilesJspBean()
           
 
Method Summary
 String doAssignRightsProfile(javax.servlet.http.HttpServletRequest request)
          Process the data capture form for assign rights to a profile
 String doAssignRolesProfile(javax.servlet.http.HttpServletRequest request)
          Process the data capture form for assign roles to a profile
 String doAssignUsersProfile(javax.servlet.http.HttpServletRequest request)
          Process the data capture form for assign users to a profile
 String doAssignViewProfile(javax.servlet.http.HttpServletRequest request)
          Process the data capture form for assign a view to a profile
 String doAssignWorkgroupsProfile(javax.servlet.http.HttpServletRequest request)
          Process the data capture form for assign workgroups to a profile
 String doCreateProfile(javax.servlet.http.HttpServletRequest request)
          Process the data capture form of a new profile
 String doModifyProfile(javax.servlet.http.HttpServletRequest request)
          Update a profile
 String doRemoveProfile(javax.servlet.http.HttpServletRequest request)
          Remove a profile
 String doUnassignRightProfile(javax.servlet.http.HttpServletRequest request)
          unassigns right from profile
 String doUnassignRoleProfile(javax.servlet.http.HttpServletRequest request)
          unassigns roles from profile
 String doUnassignUserProfile(javax.servlet.http.HttpServletRequest request)
          unassigns users from profile
 String doUnassignWorkgroupProfile(javax.servlet.http.HttpServletRequest request)
          unassigns workgroup from profile
 String getAssignRightsProfile(javax.servlet.http.HttpServletRequest request)
          Returns the right assignation form
 String getAssignRolesProfile(javax.servlet.http.HttpServletRequest request)
          Returns the role assignation form
 String getAssignUsersProfile(javax.servlet.http.HttpServletRequest request)
          Returns the user assignation form
 String getAssignViewProfile(javax.servlet.http.HttpServletRequest request)
          Returns the view assignation form
 String getAssignWorkgroupsProfile(javax.servlet.http.HttpServletRequest request)
          Returns the workgroup assignation form
 String getConfirmRemoveProfile(javax.servlet.http.HttpServletRequest request)
          Returns the confirmation to remove the profile
 String getCreateProfile(javax.servlet.http.HttpServletRequest request)
          Returns the profile creation form
 String getManageProfiles(javax.servlet.http.HttpServletRequest request)
          Return management page of plugin profiles
 String getModifyProfile(javax.servlet.http.HttpServletRequest request)
          Returns the form for profile modification
 
Methods inherited from class fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
getPlugin, init
 
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, populate, setFeatureIcon, setPageTitleProperty, validate, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RIGHT_MANAGE_PROFILES

public static final String RIGHT_MANAGE_PROFILES
See Also:
Constant Field Values
Constructor Detail

ProfilesJspBean

public ProfilesJspBean()
Method Detail

getManageProfiles

public String getManageProfiles(javax.servlet.http.HttpServletRequest request)
Return management page of plugin profiles

Parameters:
request - The Http request
Returns:
Html management page of plugin profiles

getCreateProfile

public String getCreateProfile(javax.servlet.http.HttpServletRequest request)
Returns the profile creation form

Parameters:
request - The Http request
Returns:
Html creation form

doCreateProfile

public String doCreateProfile(javax.servlet.http.HttpServletRequest request)
Process the data capture form of a new profile

Parameters:
request - The HTTP Request
Returns:
The Jsp URL of the process result

getConfirmRemoveProfile

public String getConfirmRemoveProfile(javax.servlet.http.HttpServletRequest request)
Returns the confirmation to remove the profile

Parameters:
request - The Http request
Returns:
the confirmation page

doRemoveProfile

public String doRemoveProfile(javax.servlet.http.HttpServletRequest request)
Remove a profile

Parameters:
request - The Http request
Returns:
Html form

getModifyProfile

public String getModifyProfile(javax.servlet.http.HttpServletRequest request)
Returns the form for profile modification

Parameters:
request - The Http request
Returns:
Html form

doModifyProfile

public String doModifyProfile(javax.servlet.http.HttpServletRequest request)
Update a profile

Parameters:
request - The Http request
Returns:
Html form

getAssignRightsProfile

public String getAssignRightsProfile(javax.servlet.http.HttpServletRequest request)
Returns the right assignation form

Parameters:
request - The Http request
Returns:
the html code for display the modes list

doAssignRightsProfile

public String doAssignRightsProfile(javax.servlet.http.HttpServletRequest request)
Process the data capture form for assign rights to a profile

Parameters:
request - The HTTP Request
Returns:
The Jsp URL of the process result

doUnassignRightProfile

public String doUnassignRightProfile(javax.servlet.http.HttpServletRequest request)
unassigns right from profile

Parameters:
request - The HttpRequest
Returns:
the HTML code of list assignations

getAssignWorkgroupsProfile

public String getAssignWorkgroupsProfile(javax.servlet.http.HttpServletRequest request)
Returns the workgroup assignation form

Parameters:
request - The Http request
Returns:
the html code for display the modes list

doAssignWorkgroupsProfile

public String doAssignWorkgroupsProfile(javax.servlet.http.HttpServletRequest request)
Process the data capture form for assign workgroups to a profile

Parameters:
request - The HTTP Request
Returns:
The Jsp URL of the process result

doUnassignWorkgroupProfile

public String doUnassignWorkgroupProfile(javax.servlet.http.HttpServletRequest request)
unassigns workgroup from profile

Parameters:
request - The HttpRequest
Returns:
the HTML code of list assignations

getAssignRolesProfile

public String getAssignRolesProfile(javax.servlet.http.HttpServletRequest request)
Returns the role assignation form

Parameters:
request - The Http request
Returns:
the html code for display the modes list

doAssignRolesProfile

public String doAssignRolesProfile(javax.servlet.http.HttpServletRequest request)
Process the data capture form for assign roles to a profile

Parameters:
request - The HTTP Request
Returns:
The Jsp URL of the process result

doUnassignRoleProfile

public String doUnassignRoleProfile(javax.servlet.http.HttpServletRequest request)
unassigns roles from profile

Parameters:
request - The HttpRequest
Returns:
the HTML code of list assignations

getAssignUsersProfile

public String getAssignUsersProfile(javax.servlet.http.HttpServletRequest request)
Returns the user assignation form

Parameters:
request - The Http request
Returns:
the html code for display the modes list

doAssignUsersProfile

public String doAssignUsersProfile(javax.servlet.http.HttpServletRequest request)
Process the data capture form for assign users to a profile

Parameters:
request - The HTTP Request
Returns:
The Jsp URL of the process result

doUnassignUserProfile

public String doUnassignUserProfile(javax.servlet.http.HttpServletRequest request)
unassigns users from profile

Parameters:
request - The HttpRequest
Returns:
the HTML code of list assignations

getAssignViewProfile

public String getAssignViewProfile(javax.servlet.http.HttpServletRequest request)
Returns the view assignation form

Parameters:
request - HttpServletRequest
Returns:
the html code

doAssignViewProfile

public String doAssignViewProfile(javax.servlet.http.HttpServletRequest request)
Process the data capture form for assign a view to a profile

Parameters:
request - HttpServletRequest
Returns:
The Jsp URL of the process result


Copyright © 2013 Mairie de Paris. All Rights Reserved.