Package com.onec.ui
Class ActionController
java.lang.Object
com.onec.ui.ActionController
Runs a custom
ActionSpec server handler for an entity. The button on the list (toolbar /
row) or detail surface posts here with the action key and (for row/detail actions) the record id;
we resolve the entity, enforce write access, invoke the handler bean, and return its
ActionResult so the client can toast / refresh / navigate. Navigation-only actions never
reach the server — the client routes them directly.-
Constructor Summary
ConstructorsConstructorDescriptionActionController(CatalogQueryService catalogQuery, DocumentQueryService documentQuery, UiAccessService access, UiActionResolver actions) -
Method Summary
-
Constructor Details
-
ActionController
public ActionController(CatalogQueryService catalogQuery, DocumentQueryService documentQuery, UiAccessService access, UiActionResolver actions)
-
-
Method Details
-
run
-