Package net.n2oapp.criteria.dataset
Class DynamicCriteria
- java.lang.Object
-
- net.n2oapp.criteria.api.Criteria
-
- net.n2oapp.criteria.dataset.DynamicCriteria
-
- All Implemented Interfaces:
Serializable,Map<String,Object>
public class DynamicCriteria extends Criteria implements Map<String,Object>
User: operehod Date: 11.11.2014 Time: 16:31- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamicCriteria()DynamicCriteria(Criteria criteria)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<String,Object>>entrySet()Objectget(Object key)booleanisEmpty()Set<String>keySet()Objectput(String key, Object value)voidputAll(Map<? extends String,?> m)Objectremove(Object key)intsize()Collection<Object>values()-
Methods inherited from class net.n2oapp.criteria.api.Criteria
getCount, getFirst, getPage, getSize, getSorting, getSortings, setCount, setPage, setSize, setSorting, setSortings
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Constructor Detail
-
DynamicCriteria
public DynamicCriteria()
-
DynamicCriteria
public DynamicCriteria(Criteria criteria)
-
-