public abstract class MapScopeAdapter<K> extends AbstractScopeModel<MapScopeEntity<K>>
Scope.FilterOption, Scope.SearchableFieldsentitystoreFactory| Constructor and Description |
|---|
MapScopeAdapter(MapScopeEntity<K> entity,
StoreFactory storeFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconUri() |
String |
getName() |
ResourceServer |
getResourceServer() |
void |
setDisplayName(String name) |
void |
setIconUri(String iconUri) |
void |
setName(String name) |
String |
toString() |
equals, hashCodethrowExceptionIfReadonlypublic MapScopeAdapter(MapScopeEntity<K> entity, StoreFactory storeFactory)
public String getName()
public void setName(String name)
public String getDisplayName()
public void setDisplayName(String name)
public String getIconUri()
public void setIconUri(String iconUri)
public ResourceServer getResourceServer()
Copyright © 2021 JBoss by Red Hat. All rights reserved.