Uses of Enum
com.helger.dao.EDAOActionType
Packages that use EDAOActionType
-
Uses of EDAOActionType in com.helger.dao
Methods in com.helger.dao that return EDAOActionTypeModifier and TypeMethodDescriptionstatic EDAOActionTypeEDAOActionType.getFromIDOrNull(String sID) static EDAOActionTypeEDAOActionType.getFromIDOrThrow(String sID) static EDAOActionTypeReturns 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. -
Uses of EDAOActionType in com.helger.dao.wal
Methods in com.helger.dao.wal with parameters of type EDAOActionTypeModifier and TypeMethodDescriptionprotected final voidAbstractMapBasedWALDAO.markAsChanged(IMPLTYPE aModifiedElement, EDAOActionType eActionType) Deprecated.Avoid that this method is overriddenprotected voidAbstractWALDAO.markAsChanged(DATATYPE aModifiedElement, EDAOActionType eActionType) This method must be called every time something changed in the DAO.protected final voidAbstractWALDAO.markAsChanged(List<DATATYPE> aModifiedElements, EDAOActionType eActionType) protected voidAbstractWALDAO.onRecoveryErrorConvertToNative(EDAOActionType eActionType, int i, String sElement) This method is called, when the conversion from the read XML string to the native type failed.