Package | Description |
---|---|
de.fraunhofer.fokus.oefit.adhoc.custom |
Provides custom enumerations and service handlers to
support portlet classes
|
de.fraunhofer.fokus.oefit.particity.portlet.login.form |
Provides controllers and form validators for the login
portlet
|
de.fraunhofer.fokus.oefit.particity.portlet.login.profile |
Provides controllers and form validators for the user
profile portlet
|
de.fraunhofer.fokus.oefit.particity.portlet.org.main |
Provides controllers and form validators for the
organisation backend portlet
|
Modifier and Type | Method and Description |
---|---|
static void |
CustomPortalServiceHandler.changeUserProfile(com.liferay.portal.model.User oldUser,
ProfileForm newProfile,
org.springframework.validation.BindingResult result)
Validates a given form object and changes user settings accordingly
|
Modifier and Type | Method and Description |
---|---|
ProfileForm |
LoginController.getUserData()
Gets the user data.
|
Modifier and Type | Method and Description |
---|---|
void |
LoginController.login(ProfileForm data,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.Model model)
Login.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileController.saveProfile(ProfileForm data,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.Model model)
Save profile.
|
Modifier and Type | Method and Description |
---|---|
ProfileForm |
MainController.getUserData()
Gets the user data.
|
Modifier and Type | Method and Description |
---|---|
void |
MainController.addUser(ProfileForm data,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.Model model)
Adds the user.
|
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.