Package | Description |
---|---|
de.fraunhofer.fokus.oefit.adhoc.custom |
Provides custom enumerations and service handlers to
support portlet classes
|
de.fraunhofer.fokus.oefit.particity.portlet.mgmt |
Provides controllers and form validators for the management
backend 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 OfferForm |
CustomOfferServiceHandler.getOffer(AHOffer offer)
Get the form object for a specific offer
|
static OfferForm |
CustomOfferServiceHandler.getOffer(long offerId)
Get a form object for a specific offer ID
|
static OfferForm |
CustomOfferServiceHandler.getOfferForEdit(long offerId)
Get a form object for a specific offer ID for editing purposes.
|
Modifier and Type | Method and Description |
---|---|
static AHOffer |
CustomOfferServiceHandler.addOffer(OfferForm data)
Add an offer by its form object
|
Modifier and Type | Method and Description |
---|---|
void |
ManagementController.approveOffer(OfferForm data,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.Model model)
Approve offer.
|
void |
ManagementController.disableOffer(OfferForm data,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.Model model)
Disable offer.
|
Modifier and Type | Method and Description |
---|---|
void |
MainController.addOffer(OfferForm data,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.Model model)
Adds the offer.
|
void |
MainController.saveOffer(OfferForm data,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.Model model)
Save offer.
|
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.