Package | Description |
---|---|
de.fraunhofer.fokus.oefit.adhoc.custom |
Provides custom enumerations and service handlers to
support portlet classes
|
de.fraunhofer.fokus.oefit.particity.portlet.org.main |
Provides controllers and form validators for the
organisation backend portlet
|
de.fraunhofer.fokus.oefit.particity.portlet.org.registration |
Provides controllers and form validators for the
organisation registration portlet
|
Modifier and Type | Method and Description |
---|---|
static RegistrationForm |
CustomOrgServiceHandler.getOrganisation(AHOrg org)
Get the form object for a given organisation
|
static RegistrationForm |
CustomOrgServiceHandler.getOrganisation(long orgId)
Get an organisation's form object by its ID
|
static RegistrationForm |
CustomOrgServiceHandler.getOrganisationForEdit(long orgId)
Get an organisation's form object by its ID for editing purpose
This method should be used only for editing form-data in the view, as it
replaces some human-readable fields (i.e.
|
Modifier and Type | Method and Description |
---|---|
static AHOrg |
CustomOrgServiceHandler.addOrganisation(long companyId,
long userId,
long groupId,
RegistrationForm form)
Add (or update) an organisation
|
Modifier and Type | Method and Description |
---|---|
RegistrationForm |
MainController.getOrgData()
Gets the org data.
|
Modifier and Type | Method and Description |
---|---|
void |
MainController.saveOrganisation(RegistrationForm data,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.Model model)
Save organisation.
|
Modifier and Type | Method and Description |
---|---|
RegistrationForm |
RegistrationController.getData()
Gets the data.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistrationController.addOrganisation(RegistrationForm data,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.Model model)
Adds the organisation.
|
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.