public class CacheContainerEntityToDmrBridge extends EntityToDmrBridgeImpl<CacheContainer>
address, beanMetaData, dispatcher, entityAdapter, entityComparator, entityList, formMetaData, nameOfLastEdited, propertyMetadata, type, view| Constructor and Description |
|---|
CacheContainerEntityToDmrBridge(ApplicationMetaData propertyMetadata,
Class<CacheContainer> type,
FrameworkView view,
DispatchAsync dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
onSaveDetails(CacheContainer entity,
Map<String,Object> changedValues,
ModelNode... extraSteps)
Special logic to save transport attributes, which are kept in a special entity called "TRANSPORT".
|
protected void |
refreshView(ModelNode response)
Overriding this method allows a subclass to modify entities before the view is refreshed.
|
execute, findEntity, getEntityList, getName, getNameOfLastEdited, getResourceAddress, loadEntities, loadEntities, newEntity, onAdd, onCancel, onEdit, onLoadEntitiesSuccess, onRemove, sortEntitiespublic CacheContainerEntityToDmrBridge(ApplicationMetaData propertyMetadata, Class<CacheContainer> type, FrameworkView view, DispatchAsync dispatcher)
protected void refreshView(ModelNode response)
EntityToDmrBridgeImplrefreshView in class EntityToDmrBridgeImpl<CacheContainer>public void onSaveDetails(CacheContainer entity, Map<String,Object> changedValues, ModelNode... extraSteps)
onSaveDetails in interface EntityToDmrBridge<CacheContainer>onSaveDetails in class EntityToDmrBridgeImpl<CacheContainer>entity - the edited entity.changedValues - the changed valuesextraSteps - Extra "step" operations to be added when saving.Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.