public class InterfaceManagementImpl extends Object implements InterfaceManagement
InterfaceManagement.Callback| Constructor and Description |
|---|
InterfaceManagementImpl(DispatchAsync dispatcher,
EntityAdapter<Interface> entityAdapter,
BeanMetaData beanMetaData) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeDialoge() |
void |
createNewInterface(Interface entity) |
static boolean |
isSet(String value) |
void |
launchNewInterfaceDialogue() |
void |
loadInterfaces() |
void |
onRemoveInterface(Interface entity) |
void |
onSaveInterface(Interface entity,
Map<String,Object> changeset) |
void |
setCallback(InterfaceManagement.Callback callback) |
ValidationResult |
validateInterfaceConstraints(Interface entity,
Map<String,Object> changeset) |
public InterfaceManagementImpl(DispatchAsync dispatcher, EntityAdapter<Interface> entityAdapter, BeanMetaData beanMetaData)
public void setCallback(InterfaceManagement.Callback callback)
setCallback in interface InterfaceManagementpublic void closeDialoge()
closeDialoge in interface InterfaceManagementpublic void launchNewInterfaceDialogue()
launchNewInterfaceDialogue in interface InterfaceManagementpublic void createNewInterface(Interface entity)
createNewInterface in interface InterfaceManagementpublic void onRemoveInterface(Interface entity)
onRemoveInterface in interface InterfaceManagementpublic void loadInterfaces()
public ValidationResult validateInterfaceConstraints(Interface entity, Map<String,Object> changeset)
validateInterfaceConstraints in interface InterfaceManagementpublic void onSaveInterface(Interface entity, Map<String,Object> changeset)
onSaveInterface in interface InterfaceManagementpublic static boolean isSet(String value)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.