public class RollbackInfoList extends Object implements DtoList<RollbackInfo>
RollbackInfos.| Modifier | Constructor and Description |
|---|---|
protected |
RollbackInfoList()
Creates new instance.
|
|
RollbackInfoList(Collection<RollbackInfo> rollbackInfos)
Creates new instance.
|
|
RollbackInfoList(Collection<RollbackInfo> rollbackInfos,
long total)
Creates new instance.
|
|
RollbackInfoList(QueryResult<RollbackInfo> rollbackInfos)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<RollbackInfo> |
getData()
Returns a list of the rollback infos.
|
long |
getTotal()
Returns the total number of rollback infos.
|
Iterator<RollbackInfo> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected RollbackInfoList()
public RollbackInfoList(QueryResult<RollbackInfo> rollbackInfos)
rollbackInfos - public RollbackInfoList(Collection<RollbackInfo> rollbackInfos)
rollbackInfos - public RollbackInfoList(Collection<RollbackInfo> rollbackInfos, long total)
rollbackInfos - total - public List<RollbackInfo> getData()
getData in interface DtoList<RollbackInfo>public long getTotal()
getTotal in interface DtoList<RollbackInfo>public Iterator<RollbackInfo> iterator()
iterator in interface Iterable<RollbackInfo>Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.