| Package | Description |
|---|---|
| org.fryske_akademy.jsf |
| Modifier and Type | Method and Description |
|---|---|
static AbstractController.PersistAction |
AbstractController.PersistAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractController.PersistAction[] |
AbstractController.PersistAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends EntityInterface> |
AbstractController.persist(T edited,
AbstractController.PersistAction persistAction)
Call
#persist(org.fryske_akademy.jpa.EntityInterface, org.fryske_akademy.jsf.util.PersistAction, java.lang.String)
with persisAction + " success" |
<T extends EntityInterface> |
AbstractController.persist(T edited,
AbstractController.PersistAction persistAction,
String successMessage)
|
<T extends EntityInterface> |
AbstractController.persist(T edited,
AbstractController.PersistAction persistAction,
String successMessage,
boolean callHandle)
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. |
Copyright © 2018 Fryske Akademy. All rights reserved.