public class VisibleEntries extends Object
Constructor and Description |
---|
VisibleEntries(String userId) |
Modifier and Type | Method and Description |
---|---|
List<PartData> |
getEntries(ColumnField field,
boolean asc,
int start,
int limit,
String filter) |
long |
getEntryCount() |
long |
getEntryCount(String filter)
Retrieve the number of entries that is visible to a particular user
|
public VisibleEntries(String userId)
public List<PartData> getEntries(ColumnField field, boolean asc, int start, int limit, String filter)
public long getEntryCount(String filter)
public long getEntryCount()
Copyright © 2017. All rights reserved.