public class RollbackInfoList extends Object implements DtoList<RollbackInfo>
RollbackInfo
s.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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected 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>
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.