Uses of Class
cn.toint.jdy4j.core.model.JdyListRequest
Packages that use JdyListRequest
Package
Description
-
Uses of JdyListRequest in cn.toint.jdy4j.core.model
Methods in cn.toint.jdy4j.core.model that return JdyListRequestModifier and TypeMethodDescriptionJdyListRequest.and()筛选组合关系 注意:简道云不支持and和or同时使用,所以当前方法只会覆盖原有条件,如果多次调用,只会使用最后一次覆盖的值为空 isNull<T extends Serializable>
JdyListRequestJdyListRequest.empty(T func) 为空 isNull等于 ==<T extends Serializable>
JdyListRequest等于 ==JdyListRequest.from(BaseJdyTable jdyTable) 设置表信息JdyListRequest.from(Class<? extends BaseJdyTable> clazz) 设置表信息设置表信息大于等于 >=<T extends Serializable>
JdyListRequest大于等于 >=等于任意一个JdyListRequest.in(String fieldName, Collection<Object> values) 等于任意一个<T extends Serializable>
JdyListRequest等于任意一个<T extends Serializable>
JdyListRequestJdyListRequest.in(T func, Collection<Object> value) 等于任意一个小于等于 invalid input: '<'=<T extends Serializable>
JdyListRequest小于等于 invalid input: '<'=包含 like<T extends Serializable>
JdyListRequest包含 like查询数量不等于 !<T extends Serializable>
JdyListRequest不等于 !不为空 isNotNull<T extends Serializable>
JdyListRequestJdyListRequest.notEmpty(T func) 不为空 isNotNull不等于任意一个JdyListRequest.notIn(String fieldName, Collection<Object> value) 不等于任意一个<T extends Serializable>
JdyListRequest不等于任意一个<T extends Serializable>
JdyListRequestJdyListRequest.notIn(T func, Collection<Object> value) 不等于任意一个static JdyListRequestJdyListRequest.of()static JdyListRequeststatic JdyListRequestJdyListRequest.or()筛选组合关系 注意:简道云不支持and和or同时使用,所以当前方法只会覆盖原有条件,如果多次调用,只会使用最后一次覆盖的值范围,包含x和y本身<T extends Serializable>
JdyListRequest范围,包含x和y本身设置查询字段JdyListRequest.select(Collection<String> fields) 设置查询字段JdyListRequest.unverified(String fieldName, Object value) 表示填写了手机号但未验证值<T extends Serializable>
JdyListRequestJdyListRequest.unverified(T func, Object value) 表示填写了手机号但未验证值表示填写了手机号且已验证的值<T extends Serializable>
JdyListRequest表示填写了手机号且已验证的值JdyListRequest.where()为了适配 sql 语法, 在方法中做了一些初始化操作, 包括调用 api 读取表单信息 -
Uses of JdyListRequest in cn.toint.jdy4j.core.service
Methods in cn.toint.jdy4j.core.service with parameters of type JdyListRequestModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ArrayNodeJdyDataService.list(JdyListRequest listRequest) 查询数据列表 该接口的返回数据,始终按照数据 ID 正序排列。<T> List<T> JdyDataService.list(JdyListRequest listRequest, com.fasterxml.jackson.core.type.TypeReference<T> toValueTypeRef) 查询数据列表 该接口的返回数据,始终按照数据 ID 正序排列。<T> List<T> JdyDataService.list(JdyListRequest listRequest, com.fasterxml.jackson.core.type.TypeReference<T> toValueTypeRef, Predicate<com.fasterxml.jackson.databind.node.ArrayNode> predicate) 查询数据列表 该接口的返回数据,始终按照数据 ID 正序排列。<T> List<T> JdyDataService.list(JdyListRequest listRequest, Class<T> toValueItemType) 查询数据列表 该接口的返回数据,始终按照数据 ID 正序排列。<T> List<T> JdyDataService.list(JdyListRequest listRequest, Class<T> toValueItemType, Predicate<com.fasterxml.jackson.databind.node.ArrayNode> predicate) 查询数据列表 该接口的返回数据,始终按照数据 ID 正序排列。com.fasterxml.jackson.databind.node.ArrayNodeJdyDataService.list(JdyListRequest listRequest, Predicate<com.fasterxml.jackson.databind.node.ArrayNode> predicate) 查询数据列表 该接口的返回数据,始终按照数据 ID 正序排列。 -
Uses of JdyListRequest in cn.toint.jdy4j.core.service.impl
Methods in cn.toint.jdy4j.core.service.impl with parameters of type JdyListRequestModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ArrayNodeJdyDataServiceImpl.list(JdyListRequest listRequest) <T> List<T> JdyDataServiceImpl.list(JdyListRequest listRequest, com.fasterxml.jackson.core.type.TypeReference<T> toValueTypeRef) <T> List<T> JdyDataServiceImpl.list(JdyListRequest listRequest, com.fasterxml.jackson.core.type.TypeReference<T> toValueTypeRef, Predicate<com.fasterxml.jackson.databind.node.ArrayNode> predicate) <T> List<T> JdyDataServiceImpl.list(JdyListRequest listRequest, Class<T> toValueItemType) <T> List<T> JdyDataServiceImpl.list(JdyListRequest listRequest, Class<T> toValueItemType, Predicate<com.fasterxml.jackson.databind.node.ArrayNode> predicate) com.fasterxml.jackson.databind.node.ArrayNodeJdyDataServiceImpl.list(JdyListRequest listRequest, Predicate<com.fasterxml.jackson.databind.node.ArrayNode> predicate)