public interface SentenceList<Type>
Modifier and Type | Method and Description |
---|---|
List<Type> |
list() |
List<Type> |
list(QueryFilter[] filters) |
List<Type> |
listPage(int offset,
int length) |
List<Type> |
listPage(QueryFilter[] filters,
int offset,
int length) |
List<Type> list() throws BasicException
BasicException
List<Type> list(QueryFilter[] filters) throws BasicException
BasicException
List<Type> listPage(int offset, int length) throws BasicException
BasicException
List<Type> listPage(QueryFilter[] filters, int offset, int length) throws BasicException
BasicException
Copyright © 2021. All rights reserved.