public class EntityTypeToFilterQueryService extends Object
| Constructor and Description |
|---|
EntityTypeToFilterQueryService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterQueryForKey(String key)
Retrieves the filterQuery for the key that's given as a parameter.
|
Map |
getMap()
Standard getter for the map
|
boolean |
hasKey(String key)
Returns a boolean depending on whether a key is present in the map or not
|
void |
setMap(Map map)
Standard setter for this map
|
public void setMap(Map map)
map - The map that should be set in this servicepublic Map getMap()
public String getFilterQueryForKey(String key)
key - The key for which we'll find the value in the mappublic boolean hasKey(String key)
key - The key to be checked forCopyright © 2019 DuraSpace. All rights reserved.