| Package | Description |
|---|---|
| org.fryske_akademy.jsf | |
| org.fryske_akademy.jsf.util |
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractCrudController.persist(T edited,
JsfUtil.PersistAction persistAction,
String successMessage)
Calls
CrudWriteService.create(java.io.Serializable), update or delete, calls JsfUtil.addSuccessMessage(java.lang.String)
and in case of an exception JsfUtil.handleException(java.lang.Exception, java.lang.String). |
| Modifier and Type | Method and Description |
|---|---|
static JsfUtil.PersistAction |
JsfUtil.PersistAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsfUtil.PersistAction[] |
JsfUtil.PersistAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Fryske Akademy. All rights reserved.