Uses of Interface
cn.vertxup.tpl.domain.tables.interfaces.ITplMessage
Packages that use ITplMessage
Package
Description
-
Uses of ITplMessage in cn.vertxup.tpl.domain.tables.interfaces
Methods in cn.vertxup.tpl.domain.tables.interfaces with type parameters of type ITplMessageModifier and TypeMethodDescription<E extends ITplMessage>
EITplMessage.into(E into) Copy data into another generated Record/POJO implementing the common interface ITplMessageMethods in cn.vertxup.tpl.domain.tables.interfaces that return ITplMessageModifier and TypeMethodDescriptiondefault ITplMessageITplMessage.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.TPL_MESSAGE.ACTIVE.Setter forDB_ETERNAL.TPL_MESSAGE.APP_ID.Setter forDB_ETERNAL.TPL_MESSAGE.CODE.ITplMessage.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.TPL_MESSAGE.CREATED_AT.ITplMessage.setCreatedBy(String value) Setter forDB_ETERNAL.TPL_MESSAGE.CREATED_BY.ITplMessage.setExprComponent(String value) Setter forDB_ETERNAL.TPL_MESSAGE.EXPR_COMPONENT.ITplMessage.setExprContent(String value) Setter forDB_ETERNAL.TPL_MESSAGE.EXPR_CONTENT.ITplMessage.setExprSubject(String value) Setter forDB_ETERNAL.TPL_MESSAGE.EXPR_SUBJECT.Setter forDB_ETERNAL.TPL_MESSAGE.KEY.ITplMessage.setLanguage(String value) Setter forDB_ETERNAL.TPL_MESSAGE.LANGUAGE.ITplMessage.setMetadata(String value) Setter forDB_ETERNAL.TPL_MESSAGE.METADATA.Setter forDB_ETERNAL.TPL_MESSAGE.NAME.Setter forDB_ETERNAL.TPL_MESSAGE.SIGMA.Setter forDB_ETERNAL.TPL_MESSAGE.TYPE.ITplMessage.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.TPL_MESSAGE.UPDATED_AT.ITplMessage.setUpdatedBy(String value) Setter forDB_ETERNAL.TPL_MESSAGE.UPDATED_BY.Methods in cn.vertxup.tpl.domain.tables.interfaces with parameters of type ITplMessageModifier and TypeMethodDescriptionvoidITplMessage.from(ITplMessage from) Load data from another generated Record/POJO implementing the common interface ITplMessage -
Uses of ITplMessage in cn.vertxup.tpl.domain.tables.pojos
Classes in cn.vertxup.tpl.domain.tables.pojos that implement ITplMessageMethods in cn.vertxup.tpl.domain.tables.pojos with type parameters of type ITplMessageMethods in cn.vertxup.tpl.domain.tables.pojos with parameters of type ITplMessageConstructors in cn.vertxup.tpl.domain.tables.pojos with parameters of type ITplMessage -
Uses of ITplMessage in cn.vertxup.tpl.domain.tables.records
Classes in cn.vertxup.tpl.domain.tables.records that implement ITplMessageMethods in cn.vertxup.tpl.domain.tables.records with type parameters of type ITplMessageMethods in cn.vertxup.tpl.domain.tables.records with parameters of type ITplMessage