| Package | Description |
|---|---|
| org.fryske_akademy.jsf | |
| org.fryske_akademy.jsf.util |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends EntityInterface> |
AbstractController.persist(T edited,
JsfUtil.PersistAction persistAction)
Call
AbstractController.persist(org.fryske_akademy.jpa.EntityInterface, org.fryske_akademy.jsf.util.JsfUtil.PersistAction, java.lang.String)
with persisAction + " success" |
protected <T extends EntityInterface> |
AbstractController.persist(T edited,
JsfUtil.PersistAction persistAction,
String successMessage) |
protected <T extends EntityInterface> |
AbstractController.persist(T edited,
JsfUtil.PersistAction persistAction,
String successMessage,
boolean rethrow)
Calls
CrudWriteService.create(java.io.Serializable), update or
delete, calls JsfUtil.addSuccessMessage(java.lang.String) with
the succesMessage appended with the entity (either converted by Converter or toString. |
| 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.