| Package | Description |
|---|---|
| com.helger.photon.basic.app.dao.impl |
| Modifier and Type | Method and Description |
|---|---|
static EDAOActionType |
EDAOActionType.getFromIDOrNull(String sID) |
static EDAOActionType |
EDAOActionType.getFromIDOrThrow(String sID) |
static EDAOActionType |
EDAOActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDAOActionType[] |
EDAOActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractWALDAO.markAsChanged(DATATYPE aModifiedElement,
EDAOActionType eActionType)
This method must be called every time something changed in the DAO.
|
protected void |
AbstractWALDAO.markAsChanged(List<DATATYPE> aModifiedElements,
EDAOActionType eActionType) |
Copyright © 2014–2015 Philip Helger. All rights reserved.