public class ModuleList extends Object implements DtoList<Module>
Modifier | Constructor and Description |
---|---|
protected |
ModuleList()
Creates new instance.
|
|
ModuleList(Collection<Module> modules)
Creates new instance.
|
|
ModuleList(Collection<Module> modules,
long total)
Creates new instance.
|
|
ModuleList(QueryResult<Module> modules)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
List<Module> |
getData()
Returns a list of modules.
|
long |
getTotal()
Returns the total number of modules.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected ModuleList()
public ModuleList(QueryResult<Module> modules)
modules
- public ModuleList(Collection<Module> modules)
modules
- public ModuleList(Collection<Module> modules, long total)
modules
- total
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.