Search in sources :

Example 1 with RightsAgent

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();
}
Also used : RightsAgent(eu.ggnet.dwoss.rights.ee.RightsAgent) FXML(javafx.fxml.FXML)

Example 2 with RightsAgent

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();
}
Also used : RightsAgent(eu.ggnet.dwoss.rights.ee.RightsAgent) FXML(javafx.fxml.FXML)

Aggregations

RightsAgent (eu.ggnet.dwoss.rights.ee.RightsAgent)2 FXML (javafx.fxml.FXML)2