@Controller(value="orgRegistrationController") @RequestMapping(value="view") public class RegistrationController extends BaseController
Constructor and Description |
---|
RegistrationController() |
Modifier and Type | Method and Description |
---|---|
void |
addOrganisation(RegistrationForm data,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.Model model)
Adds the organisation.
|
Map<Long,String> |
getCountries()
Gets the countries.
|
RegistrationForm |
getData()
Gets the data.
|
protected boolean |
isCheckMethodOnProcessAction()
Checks if is check method on process action.
|
String |
render(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
org.springframework.ui.Model model)
Render.
|
copyRenderParameter, getCompanyId, getGroupId, getOfferId, getOrgId, getResultSkip, getRole, getSearchCatId, getSearchCatIdStr, getSubId, getThemeDisplay, getUserId, isLoggedInMgmt, isLoggedInOrg, sendFile, toInt, toLong
@ActionMapping(params="action=addOrganisation") public void addOrganisation(@ModelAttribute(value="orgData") RegistrationForm data, org.springframework.validation.BindingResult result, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, org.springframework.ui.Model model)
data
- the dataresult
- the resultrequest
- the requestresponse
- the responsemodel
- the model@ModelAttribute(value="countries") public Map<Long,String> getCountries()
@ModelAttribute(value="orgData") public RegistrationForm getData()
protected boolean isCheckMethodOnProcessAction()
@RenderMapping public String render(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, org.springframework.ui.Model model)
request
- the requestresponse
- the responsemodel
- the modelCopyright © 2016 Fraunhofer FOKUS. All rights reserved.