Package | Description |
---|---|
org.josef.jpa |
JPA (Java Persistence API) related classes.
|
org.josef.web.jsf.bean.crud |
Java Server Faces Managed Beans that provide CRUD functionality.
|
org.josef.web.jsf.beans.test |
JSF Managed Beans for Testing.
|
Modifier and Type | Method and Description |
---|---|
static PersistAction |
PersistAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistAction[] |
PersistAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
JpaLogUtil.logAction(PersistAction action,
String message)
Logs the execution of the supplied action.
|
static void |
JpaLogUtil.logSuccessfulAction(PersistAction action,
String message)
Logs the successful execution of the supplied action.
|
static void |
JpaLogUtil.logUnsuccessfulAction(PersistAction action,
org.apache.logging.log4j.Level logLevel,
String message,
Throwable cause)
Logs the unsuccessful execution of the supplied action, using the supplied logLevel.
|
static void |
JpaLogUtil.logUnsuccessfulAction(PersistAction action,
String message,
Throwable cause)
Logs the unsuccessful execution of the supplied action.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCrudItemBean.DetailItemDelegate.addErrorMessage(Throwable cause,
PersistAction action,
String key,
Object... arguments)
Adds an error message stating an action like persist, merge or remove
was not successful.
|
void |
AbstractCrudItemBean.DetailItemDelegate.addSuccessMessage(PersistAction action,
String key,
Object... arguments)
Adds a message stating an action like persist, merge or remove was
successful.
|
Modifier and Type | Method and Description |
---|---|
PersistAction[] |
SelectManyTestBean.getAllPersistActions()
Gets all the PersistActions.
|
PersistAction |
SelectOneTestBean.getPersistAction()
Gets the PersistAction.
|
PersistAction[] |
SelectOneTestBean.getPersistActions()
Gets all the PersistActions.
|
PersistAction[] |
SelectManyTestBean.getPersistActions()
Gets the PersistActions.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectOneTestBean.setPersistAction(PersistAction persistAction)
Sets the PersistAction.
|
void |
SelectManyTestBean.setPersistActions(PersistAction[] persistActions)
Sets the PersistActions.
|
Copyright © 2008–2018. All rights reserved.