public class WsRequestHandlerList extends java.lang.Object implements DtoList<WsRequestHandler>
Modifier | Constructor and Description |
---|---|
protected |
WsRequestHandlerList()
Creates new instance.
|
|
WsRequestHandlerList(java.util.Collection<WsRequestHandler> infos,
long total)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WsRequestHandler> |
getData()
Returns a list of ws request handlers.
|
long |
getTotal()
Returns the total number of ws request handlers.
|
protected WsRequestHandlerList()
public WsRequestHandlerList(java.util.Collection<WsRequestHandler> infos, long total)
infos
- total
- public long getTotal()
getTotal
in interface DtoList<WsRequestHandler>
public java.util.List<WsRequestHandler> getData()
getData
in interface DtoList<WsRequestHandler>
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.