public class SelectListDescriptor<T> extends AbstractSelectWithParametersDescriptor<T>
| Constructor and Description |
|---|
SelectListDescriptor(String queryName,
Map<String,Object> inputParameters,
Class<? extends PersistentObject> entityType,
Class<T> returnType,
QueryOptions queryOptions) |
SelectListDescriptor(String queryName,
Map<String,Object> inputParameters,
Class<? extends PersistentObject> entityType,
QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize() |
QueryOptions |
getQueryOptions() |
int |
getStartIndex() |
boolean |
hasAFilter() |
boolean |
hasOrderByParameters() |
addInputParameter, getInputParameter, getInputParametersequals, getEntityType, getQueryName, getReturnType, hashCode, toStringpublic SelectListDescriptor(String queryName, Map<String,Object> inputParameters, Class<? extends PersistentObject> entityType, QueryOptions queryOptions)
public SelectListDescriptor(String queryName, Map<String,Object> inputParameters, Class<? extends PersistentObject> entityType, Class<T> returnType, QueryOptions queryOptions)
public QueryOptions getQueryOptions()
public boolean hasOrderByParameters()
public int getStartIndex()
public int getPageSize()
public boolean hasAFilter()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.