Package com.onec.ui
Class InformationRegisterQueryService
java.lang.Object
com.onec.ui.InformationRegisterQueryService
Read-side queries for information registers, used to drive related-list panels backed by a
register junction (see
RelatedList, Junctions). Pure data access — access
control stays with the callers. Read-only by design for now: a register-backed relationship
renders both-direction panels but isn't edited inline (info registers have no generic write
REST surface yet).-
Constructor Summary
ConstructorsConstructorDescriptionInformationRegisterQueryService(MetadataRegistry registry, org.jdbi.v3.core.Jdbi jdbi) -
Method Summary
Modifier and TypeMethodDescriptionrelatedRows(InformationRegisterDescriptor desc, String viaColumn, UUID parentId) Register rows whoseviaColumnref dimension points atparentId— the read side of a register-backed related-list panel.
-
Constructor Details
-
InformationRegisterQueryService
-
-
Method Details