use of eu.ggnet.dwoss.rights.ee.RightsAgent in project dwoss by gg-net.
the class OperatorManagmentController method onConfirm.
@FXML
public void onConfirm() {
RightsAgent agent = Dl.remote().lookup(RightsAgent.class);
agent.store(operator);
onCancel();
}
use of eu.ggnet.dwoss.rights.ee.RightsAgent in project dwoss by gg-net.
the class PersonaManagmentController method onConfirm.
@FXML
public void onConfirm() {
RightsAgent agent = Dl.remote().lookup(RightsAgent.class);
agent.store(p);
onCancel();
}
Aggregations