Interface ISView

All Superinterfaces:
Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
All Known Implementing Classes:
SView, SViewRecord

public interface ISView extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
  • Method Details

    • setKey

      ISView setKey(String value)
      Setter for DB_ETERNAL.S_VIEW.KEY. 「key」- 限定记录ID
    • getKey

      String getKey()
      Getter for DB_ETERNAL.S_VIEW.KEY. 「key」- 限定记录ID
    • setName

      ISView setName(String value)
      Setter for DB_ETERNAL.S_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图
    • getName

      String getName()
      Getter for DB_ETERNAL.S_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图
    • setTitle

      ISView setTitle(String value)
      Setter for DB_ETERNAL.S_VIEW.TITLE. 「title」- 视图标题,用户输入,可选择
    • getTitle

      String getTitle()
      Getter for DB_ETERNAL.S_VIEW.TITLE. 「title」- 视图标题,用户输入,可选择
    • setOwner

      ISView setOwner(String value)
      Setter for DB_ETERNAL.S_VIEW.OWNER. 「owner」- 用户 / 角色ID
    • getOwner

      String getOwner()
      Getter for DB_ETERNAL.S_VIEW.OWNER. 「owner」- 用户 / 角色ID
    • setOwnerType

      ISView setOwnerType(String value)
      Setter for DB_ETERNAL.S_VIEW.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
    • getOwnerType

      String getOwnerType()
      Getter for DB_ETERNAL.S_VIEW.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
    • setResourceId

      ISView setResourceId(String value)
      Setter for DB_ETERNAL.S_VIEW.RESOURCE_ID. 「resourceId」- 关联资源ID
    • getResourceId

      String getResourceId()
      Getter for DB_ETERNAL.S_VIEW.RESOURCE_ID. 「resourceId」- 关联资源ID
    • setProjection

      ISView setProjection(String value)
      Setter for DB_ETERNAL.S_VIEW.PROJECTION. 「projection」- 该资源的列定义(单用户处理)
    • getProjection

      String getProjection()
      Getter for DB_ETERNAL.S_VIEW.PROJECTION. 「projection」- 该资源的列定义(单用户处理)
    • setCriteria

      ISView setCriteria(String value)
      Setter for DB_ETERNAL.S_VIEW.CRITERIA. 「criteria」- 该资源的行查询(单用户处理)
    • getCriteria

      String getCriteria()
      Getter for DB_ETERNAL.S_VIEW.CRITERIA. 「criteria」- 该资源的行查询(单用户处理)
    • setRows

      ISView setRows(String value)
      Setter for DB_ETERNAL.S_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤
    • getRows

      String getRows()
      Getter for DB_ETERNAL.S_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤
    • setPosition

      ISView setPosition(String value)
      Setter for DB_ETERNAL.S_VIEW.POSITION. 「position」- 当前视图的模块位置,比页面低一个维度
    • getPosition

      String getPosition()
      Getter for DB_ETERNAL.S_VIEW.POSITION. 「position」- 当前视图的模块位置,比页面低一个维度
    • setVisitant

      ISView setVisitant(Boolean value)
      Setter for DB_ETERNAL.S_VIEW.VISITANT. 「visitant」- 是否包含了视图访问者
    • getVisitant

      Boolean getVisitant()
      Getter for DB_ETERNAL.S_VIEW.VISITANT. 「visitant」- 是否包含了视图访问者
    • setSigma

      ISView setSigma(String value)
      Setter for DB_ETERNAL.S_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识
    • getSigma

      String getSigma()
      Getter for DB_ETERNAL.S_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识
    • setLanguage

      ISView setLanguage(String value)
      Setter for DB_ETERNAL.S_VIEW.LANGUAGE. 「language」- 使用的语言
    • getLanguage

      String getLanguage()
      Getter for DB_ETERNAL.S_VIEW.LANGUAGE. 「language」- 使用的语言
    • setActive

      ISView setActive(Boolean value)
      Setter for DB_ETERNAL.S_VIEW.ACTIVE. 「active」- 是否启用
    • getActive

      Boolean getActive()
      Getter for DB_ETERNAL.S_VIEW.ACTIVE. 「active」- 是否启用
    • setMetadata

      ISView setMetadata(String value)
      Setter for DB_ETERNAL.S_VIEW.METADATA. 「metadata」- 附加配置数据
    • getMetadata

      String getMetadata()
      Getter for DB_ETERNAL.S_VIEW.METADATA. 「metadata」- 附加配置数据
    • setCreatedAt

      ISView setCreatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.S_VIEW.CREATED_AT. 「createdAt」- 创建时间
    • getCreatedAt

      LocalDateTime getCreatedAt()
      Getter for DB_ETERNAL.S_VIEW.CREATED_AT. 「createdAt」- 创建时间
    • setCreatedBy

      ISView setCreatedBy(String value)
      Setter for DB_ETERNAL.S_VIEW.CREATED_BY. 「createdBy」- 创建人
    • getCreatedBy

      String getCreatedBy()
      Getter for DB_ETERNAL.S_VIEW.CREATED_BY. 「createdBy」- 创建人
    • setUpdatedAt

      ISView setUpdatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.S_VIEW.UPDATED_AT. 「updatedAt」- 更新时间
    • getUpdatedAt

      LocalDateTime getUpdatedAt()
      Getter for DB_ETERNAL.S_VIEW.UPDATED_AT. 「updatedAt」- 更新时间
    • setUpdatedBy

      ISView setUpdatedBy(String value)
      Setter for DB_ETERNAL.S_VIEW.UPDATED_BY. 「updatedBy」- 更新人
    • getUpdatedBy

      String getUpdatedBy()
      Getter for DB_ETERNAL.S_VIEW.UPDATED_BY. 「updatedBy」- 更新人
    • from

      void from(ISView from)
      Load data from another generated Record/POJO implementing the common interface ISView
    • into

      <E extends ISView> E into(E into)
      Copy data into another generated Record/POJO implementing the common interface ISView
    • fromJson

      default ISView fromJson(io.vertx.core.json.JsonObject json)
      Specified by:
      fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    • toJson

      default io.vertx.core.json.JsonObject toJson()
      Specified by:
      toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo