Uses of Interface
cn.vertxup.ui.domain.tables.interfaces.IUiOp
-
Packages that use IUiOp Package Description cn.vertxup.ui.domain.tables.interfaces cn.vertxup.ui.domain.tables.pojos cn.vertxup.ui.domain.tables.records -
-
Uses of IUiOp in cn.vertxup.ui.domain.tables.interfaces
Methods in cn.vertxup.ui.domain.tables.interfaces with type parameters of type IUiOp Modifier and Type Method Description <E extends IUiOp>
EIUiOp. into(E into)Copy data into another generated Record/POJO implementing the common interface IUiOpMethods in cn.vertxup.ui.domain.tables.interfaces that return IUiOp Modifier and Type Method Description default IUiOpIUiOp. fromJson(io.vertx.core.json.JsonObject json)IUiOpIUiOp. setAction(String value)Setter forDB_ETERNAL.UI_OP.ACTION.IUiOpIUiOp. setActive(Boolean value)Setter forDB_ETERNAL.UI_OP.ACTIVE.IUiOpIUiOp. setClientId(String value)Setter forDB_ETERNAL.UI_OP.CLIENT_ID.IUiOpIUiOp. setClientKey(String value)Setter forDB_ETERNAL.UI_OP.CLIENT_KEY.IUiOpIUiOp. setConfig(String value)Setter forDB_ETERNAL.UI_OP.CONFIG.IUiOpIUiOp. setControlId(String value)Setter forDB_ETERNAL.UI_OP.CONTROL_ID.IUiOpIUiOp. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.UI_OP.CREATED_AT.IUiOpIUiOp. setCreatedBy(String value)Setter forDB_ETERNAL.UI_OP.CREATED_BY.IUiOpIUiOp. setEvent(String value)Setter forDB_ETERNAL.UI_OP.EVENT.IUiOpIUiOp. setKey(String value)Setter forDB_ETERNAL.UI_OP.KEY.IUiOpIUiOp. setLanguage(String value)Setter forDB_ETERNAL.UI_OP.LANGUAGE.IUiOpIUiOp. setMetadata(String value)Setter forDB_ETERNAL.UI_OP.METADATA.IUiOpIUiOp. setPlugin(String value)Setter forDB_ETERNAL.UI_OP.PLUGIN.IUiOpIUiOp. setSigma(String value)Setter forDB_ETERNAL.UI_OP.SIGMA.IUiOpIUiOp. setText(String value)Setter forDB_ETERNAL.UI_OP.TEXT.IUiOpIUiOp. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.UI_OP.UPDATED_AT.IUiOpIUiOp. setUpdatedBy(String value)Setter forDB_ETERNAL.UI_OP.UPDATED_BY.Methods in cn.vertxup.ui.domain.tables.interfaces with parameters of type IUiOp Modifier and Type Method Description voidIUiOp. from(IUiOp from)Load data from another generated Record/POJO implementing the common interface IUiOp -
Uses of IUiOp in cn.vertxup.ui.domain.tables.pojos
Classes in cn.vertxup.ui.domain.tables.pojos that implement IUiOp Modifier and Type Class Description classUiOpThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.pojos with type parameters of type IUiOp Modifier and Type Method Description <E extends IUiOp>
EUiOp. into(E into)Methods in cn.vertxup.ui.domain.tables.pojos with parameters of type IUiOp Modifier and Type Method Description voidUiOp. from(IUiOp from)Constructors in cn.vertxup.ui.domain.tables.pojos with parameters of type IUiOp Constructor Description UiOp(IUiOp value) -
Uses of IUiOp in cn.vertxup.ui.domain.tables.records
Classes in cn.vertxup.ui.domain.tables.records that implement IUiOp Modifier and Type Class Description classUiOpRecordThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.records with type parameters of type IUiOp Modifier and Type Method Description <E extends IUiOp>
EUiOpRecord. into(E into)Methods in cn.vertxup.ui.domain.tables.records with parameters of type IUiOp Modifier and Type Method Description voidUiOpRecord. from(IUiOp from)
-