Uses of Interface
cn.vertxup.tpl.domain.tables.interfaces.ITplModel
Packages that use ITplModel
Package
Description
-
Uses of ITplModel in cn.vertxup.tpl.domain.tables.interfaces
Methods in cn.vertxup.tpl.domain.tables.interfaces with type parameters of type ITplModelModifier and TypeMethodDescription<E extends ITplModel>
EITplModel.into(E into) Copy data into another generated Record/POJO implementing the common interface ITplModelMethods in cn.vertxup.tpl.domain.tables.interfaces that return ITplModelModifier and TypeMethodDescriptiondefault ITplModelITplModel.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.TPL_MODEL.ACTIVE.Setter forDB_ETERNAL.TPL_MODEL.CODE.ITplModel.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.TPL_MODEL.CREATED_AT.ITplModel.setCreatedBy(String value) Setter forDB_ETERNAL.TPL_MODEL.CREATED_BY.Setter forDB_ETERNAL.TPL_MODEL.KEY.ITplModel.setLanguage(String value) Setter forDB_ETERNAL.TPL_MODEL.LANGUAGE.ITplModel.setMetadata(String value) Setter forDB_ETERNAL.TPL_MODEL.METADATA.Setter forDB_ETERNAL.TPL_MODEL.NAME.Setter forDB_ETERNAL.TPL_MODEL.SIGMA.Setter forDB_ETERNAL.TPL_MODEL.TPL_ACL.ITplModel.setTplAclVisit(String value) Setter forDB_ETERNAL.TPL_MODEL.TPL_ACL_VISIT.Setter forDB_ETERNAL.TPL_MODEL.TPL_API.ITplModel.setTplCategory(String value) Setter forDB_ETERNAL.TPL_MODEL.TPL_CATEGORY.ITplModel.setTplEntity(String value) Setter forDB_ETERNAL.TPL_MODEL.TPL_ENTITY.ITplModel.setTplIntegration(String value) Setter forDB_ETERNAL.TPL_MODEL.TPL_INTEGRATION.Setter forDB_ETERNAL.TPL_MODEL.TPL_JOB.ITplModel.setTplModel(String value) Setter forDB_ETERNAL.TPL_MODEL.TPL_MODEL.Setter forDB_ETERNAL.TPL_MODEL.TPL_UI.ITplModel.setTplUiForm(String value) Setter forDB_ETERNAL.TPL_MODEL.TPL_UI_FORM.ITplModel.setTplUiList(String value) Setter forDB_ETERNAL.TPL_MODEL.TPL_UI_LIST.Setter forDB_ETERNAL.TPL_MODEL.TYPE.ITplModel.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.TPL_MODEL.UPDATED_AT.ITplModel.setUpdatedBy(String value) Setter forDB_ETERNAL.TPL_MODEL.UPDATED_BY.Methods in cn.vertxup.tpl.domain.tables.interfaces with parameters of type ITplModel -
Uses of ITplModel in cn.vertxup.tpl.domain.tables.pojos
Classes in cn.vertxup.tpl.domain.tables.pojos that implement ITplModelMethods in cn.vertxup.tpl.domain.tables.pojos with type parameters of type ITplModelMethods in cn.vertxup.tpl.domain.tables.pojos with parameters of type ITplModelConstructors in cn.vertxup.tpl.domain.tables.pojos with parameters of type ITplModel -
Uses of ITplModel in cn.vertxup.tpl.domain.tables.records
Classes in cn.vertxup.tpl.domain.tables.records that implement ITplModelMethods in cn.vertxup.tpl.domain.tables.records with type parameters of type ITplModelMethods in cn.vertxup.tpl.domain.tables.records with parameters of type ITplModel