@Controller @RequestMapping(value="/people") public class PeopleController extends Object
Constructor and Description |
---|
PeopleController() |
Modifier and Type | Method and Description |
---|---|
String |
getAngularTemplates(String key,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model uiModel)
beginning of ui3
|
Properties |
getDirectoryProperties()
Gets the reference to the Directory Service's properties
|
String |
getGroupDetails(org.springframework.ui.Model uiModel,
javax.servlet.http.HttpServletRequest request,
String hashedDisplayName) |
String |
getGroupMembers(org.springframework.ui.Model uiModel,
javax.servlet.http.HttpServletRequest request,
String hashedDisplayName)
adding groupmembers and owners page begin
|
void |
getImage(String imageKeyHash,
org.springframework.ui.Model uiModel,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
adding groupmembers and owners page end
|
String |
getJavaScript(org.springframework.ui.Model uiModel) |
Properties |
getKmeProperties() |
DirectoryService |
getPeopleService()
Gets the reference to the
DirectoryService . |
String |
getUserDetails(org.springframework.ui.Model uiModel,
javax.servlet.http.HttpServletRequest request,
String userNameHash) |
String |
index(org.springframework.ui.Model uiModel,
javax.servlet.http.HttpServletRequest request)
Default page
|
String |
postSearchForm(org.springframework.ui.Model uiModel,
SearchCriteria search,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request) |
String |
postSimpleSearch(org.springframework.ui.Model uiModel,
SearchCriteria search,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request) |
void |
setCampusService(CampusService campusService)
Sets the reference to the
CampusService . |
void |
setDirectoryProperties(Properties directoryProperties)
Sets the reference to the Directory Service's properties.
|
void |
setKmeProperties(Properties kmeProperties) |
void |
setPeopleService(DirectoryService peopleService)
Sets the reference to the
DirectoryService |
String |
viewSearchForm(org.springframework.ui.Model uiModel,
javax.servlet.http.HttpServletRequest request) |
public PeopleController()
@RequestMapping(method=GET) public String index(org.springframework.ui.Model uiModel, javax.servlet.http.HttpServletRequest request)
@RequestMapping(method=POST) public String postSimpleSearch(org.springframework.ui.Model uiModel, @ModelAttribute(value="search") SearchCriteria search, org.springframework.validation.BindingResult result, javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/advanced", method=GET) public String viewSearchForm(org.springframework.ui.Model uiModel, javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/advanced", method=POST) public String postSearchForm(org.springframework.ui.Model uiModel, @ModelAttribute(value="search") SearchCriteria search, org.springframework.validation.BindingResult result, javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/{userNameHash}", method=GET) public String getUserDetails(org.springframework.ui.Model uiModel, javax.servlet.http.HttpServletRequest request, @PathVariable(value="userNameHash") String userNameHash)
@RequestMapping(value="/group/{hashedDN}", method=GET) public String getGroupDetails(org.springframework.ui.Model uiModel, javax.servlet.http.HttpServletRequest request, @PathVariable(value="hashedDN") String hashedDisplayName)
@RequestMapping(value="/group/groupmembers/{hashedDN}", method=GET) public String getGroupMembers(org.springframework.ui.Model uiModel, javax.servlet.http.HttpServletRequest request, @PathVariable(value="hashedDN") String hashedDisplayName)
@RequestMapping(value="/image/{hash}", method=GET) public void getImage(@PathVariable(value="hash") String imageKeyHash, org.springframework.ui.Model uiModel, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception
@RequestMapping(value="/templates/{key}") public String getAngularTemplates(@PathVariable(value="key") String key, javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model uiModel)
@RequestMapping(value="/js/people.js") public String getJavaScript(org.springframework.ui.Model uiModel)
public void setPeopleService(DirectoryService peopleService)
DirectoryService.
peopleService
- Rreference to the DirectoryService.
public Properties getDirectoryProperties()
public void setDirectoryProperties(Properties directoryProperties)
directoryProperties
- the directoryProperties to setpublic void setCampusService(CampusService campusService)
CampusService
.campusService
- Reference to the CampusService
.public DirectoryService getPeopleService()
DirectoryService
.DirectoryService
.public Properties getKmeProperties()
public void setKmeProperties(Properties kmeProperties)
Copyright © 2011–2015 The Kuali Foundation. All rights reserved.