public class ObjectDataProvider<T extends ObjectType> extends BaseSortableDataProvider<SelectableBean<T>>
BaseSortableDataProvider.CachedSize
Constructor and Description |
---|
ObjectDataProvider(org.apache.wicket.Component component,
Class<T> type) |
Modifier and Type | Method and Description |
---|---|
protected void |
addCachedSize(Map<Serializable,BaseSortableDataProvider.CachedSize> cache,
BaseSortableDataProvider.CachedSize newSize) |
protected BaseSortableDataProvider.CachedSize |
getCachedSize(Map<Serializable,BaseSortableDataProvider.CachedSize> cache) |
Collection<SelectorOptions<GetOperationOptions>> |
getOptions() |
Iterator<SelectableBean<T>> |
internalIterator(long first,
long count) |
protected int |
internalSize() |
void |
setOptions(Collection<SelectorOptions<GetOperationOptions>> options) |
void |
setType(Class<T> type) |
clearCache, createPaging, getAvailableData, getCacheCleanupThreshold, getModel, getModelInteractionService, getPage, getQuery, getTaskManager, getWorkflowService, isSizeAvailable, iterator, model, saveProviderPaging, setCacheCleanupThreshold, setQuery, size
public Iterator<SelectableBean<T>> internalIterator(long first, long count)
internalIterator
in class BaseSortableDataProvider<SelectableBean<T extends ObjectType>>
protected int internalSize()
internalSize
in class BaseSortableDataProvider<SelectableBean<T extends ObjectType>>
protected BaseSortableDataProvider.CachedSize getCachedSize(Map<Serializable,BaseSortableDataProvider.CachedSize> cache)
getCachedSize
in class BaseSortableDataProvider<SelectableBean<T extends ObjectType>>
protected void addCachedSize(Map<Serializable,BaseSortableDataProvider.CachedSize> cache, BaseSortableDataProvider.CachedSize newSize)
addCachedSize
in class BaseSortableDataProvider<SelectableBean<T extends ObjectType>>
public Collection<SelectorOptions<GetOperationOptions>> getOptions()
public void setOptions(Collection<SelectorOptions<GetOperationOptions>> options)
Copyright © 2013 evolveum. All rights reserved.