public abstract class AbstractDaoOperationResult<T extends Pojo> extends Object implements DaoOperationResult<T>
Constructor and Description |
---|
AbstractDaoOperationResult() |
Modifier and Type | Method and Description |
---|---|
void |
addException(Exception e) |
void |
addExceptions(Iterable<Exception> exceptions) |
List<Exception> |
getExceptions() |
boolean |
hasExceptions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, iterator, spliterator
public void addException(Exception e)
addException
in interface DaoOperationResult<T extends Pojo>
public void addExceptions(Iterable<Exception> exceptions)
addExceptions
in interface DaoOperationResult<T extends Pojo>
public boolean hasExceptions()
hasExceptions
in interface DaoOperationResult<T extends Pojo>
public List<Exception> getExceptions()
getExceptions
in interface DaoOperationResult<T extends Pojo>
Copyright © 2017. All rights reserved.