Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractOpTemplateRegistry<T> - Class in com.power4j.fist.boot.common.op
- AbstractOpTemplateRegistry(List<OpHandler<T>>, List<OpTemplateConfigure<T, OpTemplateBuilder<T>>>) - Constructor for class com.power4j.fist.boot.common.op.AbstractOpTemplateRegistry
- AbstractPageRequest - Class in com.power4j.fist.data.domain
- AbstractPageRequest(int, int) - Constructor for class com.power4j.fist.data.domain.AbstractPageRequest
- AccessOp() - Constructor for class com.power4j.fist.data.tree.TreeUtil.AccessOp
- add(OpHandler<T>) - Method in class com.power4j.fist.boot.common.op.OpTemplateBuilder
- add(Class<? extends OpHandler<T>>) - Method in class com.power4j.fist.boot.common.op.OpTemplateBuilder
- addAsync(OpHandler<T>) - Method in class com.power4j.fist.boot.common.op.OpTemplateBuilder
- addAsync(Class<? extends OpHandler<T>>) - Method in class com.power4j.fist.boot.common.op.OpTemplateBuilder
- appendChild(C) - Method in interface com.power4j.fist.data.tree.domain.Node
-
添加子节点
- appendChild(TreeNode<ID>) - Method in class com.power4j.fist.data.tree.domain.TreeNode
- appendChildren(Collection<? extends C>) - Method in interface com.power4j.fist.data.tree.domain.Node
-
添加子节点
- applyAs(String, FailableSupplier<T, ? extends Throwable>) - Method in class com.power4j.fist.data.tenant.isolation.TenantBroker
-
在指定的租户上下文中执行业务逻辑,并返回业务逻辑执行结构
- applyAs(String, FailableSupplier<T, ? extends Throwable>, FailableFunction<Throwable, T, ? extends Throwable>) - Method in class com.power4j.fist.data.tenant.isolation.TenantBroker
-
在指定的租户上下文中执行业务逻辑,并返回业务逻辑执行结构
- ASC - Enum constant in enum class com.power4j.fist.data.domain.Sort.Direction
-
升序
- asyncExecutor(ExecutorService) - Method in class com.power4j.fist.boot.common.op.OpTemplateBuilder
- at(int) - Method in interface com.power4j.fist.data.domain.Pageable
-
翻页,跳转到指定页码
- at(int) - Method in class com.power4j.fist.data.domain.PageRequest
- AuditDTO - Class in com.power4j.fist.data.api.dto
- AuditDTO() - Constructor for class com.power4j.fist.data.api.dto.AuditDTO
B
- BaseNodeIdx<ID,
C extends BaseNodeIdx<ID, C>> - Class in com.power4j.fist.data.tree.domain -
需要存储树形结构信息时可以继承此类
- BaseNodeIdx() - Constructor for class com.power4j.fist.data.tree.domain.BaseNodeIdx
- BaseNodeIdx(ID, ID, Integer) - Constructor for class com.power4j.fist.data.tree.domain.BaseNodeIdx
- build() - Method in class com.power4j.fist.boot.common.op.OpTemplateBuilder
- build() - Method in class com.power4j.fist.data.tree.TreeMaker
-
构建树形结构,自动推测根节点
- build(ID) - Method in class com.power4j.fist.data.tree.TreeMaker
-
构建树形结构
- build(Predicate<N>) - Method in class com.power4j.fist.data.tree.TreeMaker
-
构建树形结构
- Bus<T,
E extends OpEvent<T>> - Class in com.power4j.fist.boot.common.op.bus - Bus() - Constructor for class com.power4j.fist.boot.common.op.bus.Bus
- Bus(List<OpEventSubscriber<T, E>>, ErrorHandler<E>) - Constructor for class com.power4j.fist.boot.common.op.bus.Bus
C
- check(ValidatorFactory, T, Class<?>...) - Static method in class com.power4j.fist.data.crud.validate.ValidateUtil
-
校验对象的约束条件(快速失败)
- check(T, Class<?>...) - Method in class com.power4j.fist.data.crud.validate.DefaultObjectValidator
- check(T, Class<?>...) - Method in interface com.power4j.fist.data.crud.validate.ObjectValidator
-
校验对象的约束条件(快速失败)
- check(T, Class<?>...) - Static method in class com.power4j.fist.data.crud.validate.ValidateUtil
-
Deprecated.
- childAt(int) - Method in interface com.power4j.fist.data.tree.domain.Node
-
访问子节点
- COLUMN_LOGIC_DEL - Static variable in interface com.power4j.fist.data.constant.DataConstant
- com.power4j.fist.boot.common.op - package com.power4j.fist.boot.common.op
- com.power4j.fist.boot.common.op.bus - package com.power4j.fist.boot.common.op.bus
- com.power4j.fist.data.api.dto - package com.power4j.fist.data.api.dto
- com.power4j.fist.data.constant - package com.power4j.fist.data.constant
- com.power4j.fist.data.crud.repository - package com.power4j.fist.data.crud.repository
- com.power4j.fist.data.crud.service.validator - package com.power4j.fist.data.crud.service.validator
- com.power4j.fist.data.crud.validate - package com.power4j.fist.data.crud.validate
- com.power4j.fist.data.domain - package com.power4j.fist.data.domain
- com.power4j.fist.data.excel - package com.power4j.fist.data.excel
- com.power4j.fist.data.tenant - package com.power4j.fist.data.tenant
- com.power4j.fist.data.tenant.isolation - package com.power4j.fist.data.tenant.isolation
- com.power4j.fist.data.tree - package com.power4j.fist.data.tree
- com.power4j.fist.data.tree.domain - package com.power4j.fist.data.tree.domain
- config(B) - Method in interface com.power4j.fist.boot.common.op.OpTemplateConfigure
-
进行自定义配置
- convert(Collection<? extends N>, TreeNodeUtil.ConvertOp<N, U>, Collection<? super U>) - Method in class com.power4j.fist.data.tree.TreeNodeUtil
-
转换为其他类型,无接口依赖
- ConvertOp() - Constructor for class com.power4j.fist.data.tree.TreeNodeUtil.ConvertOp
- convertToList(Collection<? extends N>, TreeNodeUtil.ConvertOp<N, U>) - Method in class com.power4j.fist.data.tree.TreeNodeUtil
-
转换为其他类型,无接口依赖
- countAll() - Method in interface com.power4j.fist.data.crud.repository.CrudRepository
-
统计数量
- CREATE - Enum constant in enum class com.power4j.fist.boot.common.op.bus.CrudOpEnum
-
创建
- createValidatorFactory() - Static method in class com.power4j.fist.data.crud.validate.ValidateUtil
-
创建 ValidatorFactory
- creationValidate(T) - Method in interface com.power4j.fist.data.crud.service.validator.CreationValidator
-
验证创建操作
- CreationValidator<T> - Interface in com.power4j.fist.data.crud.service.validator
- CrudEvent<T> - Class in com.power4j.fist.boot.common.op.bus
- CrudEvent(CrudOpEnum, T, Object...) - Constructor for class com.power4j.fist.boot.common.op.bus.CrudEvent
- CrudOpEnum - Enum Class in com.power4j.fist.boot.common.op.bus
- CrudRepository<T,
ID> - Interface in com.power4j.fist.data.crud.repository - CudValidator<T> - Interface in com.power4j.fist.data.crud.service.validator
D
- DataConstant - Interface in com.power4j.fist.data.constant
- DEFAULT_DIRECTION - Static variable in class com.power4j.fist.data.domain.Sort
- DEFAULT_PAGE_SIZE - Static variable in class com.power4j.fist.data.domain.PageRequest
- DefaultObjectValidator - Class in com.power4j.fist.data.crud.validate
- DefaultObjectValidator() - Constructor for class com.power4j.fist.data.crud.validate.DefaultObjectValidator
- define(String) - Method in class com.power4j.fist.boot.common.op.OpTemplateBuilder
- DELETE - Enum constant in enum class com.power4j.fist.boot.common.op.bus.CrudOpEnum
-
删除
- deleteAll() - Method in interface com.power4j.fist.data.crud.repository.CrudRepository
-
全部删除,请谨慎使用!
- deleteAllById(Iterable<? extends ID>) - Method in interface com.power4j.fist.data.crud.repository.CrudRepository
-
批量删除(根据ID)
- deleteOneById(ID) - Method in interface com.power4j.fist.data.crud.repository.CrudRepository
-
删除(根据ID)
- deleteValidate(T) - Method in interface com.power4j.fist.data.crud.service.validator.DeleteValidator
-
验证删除操作
- DeleteValidator<T> - Interface in com.power4j.fist.data.crud.service.validator
- DESC - Enum constant in enum class com.power4j.fist.data.domain.Sort.Direction
-
降序
- doImport(InputStream) - Method in class com.power4j.fist.data.excel.ExcelImporter
-
解析流,并导入数据库
- doNotify(OpEventSubscriber<T, E>, E) - Method in class com.power4j.fist.boot.common.op.bus.Bus
- dump() - Method in class com.power4j.fist.data.tenant.isolation.TenantBroker
E
- Enabled - Enum Class in com.power4j.fist.data.constant
- ErrorHandler<T> - Interface in com.power4j.fist.boot.common.op.bus
- ExcelImporter<T,
D> - Class in com.power4j.fist.data.excel - ExcelImporter() - Constructor for class com.power4j.fist.data.excel.ExcelImporter
- ExcelParser<T> - Class in com.power4j.fist.data.excel
- ExcelParser() - Constructor for class com.power4j.fist.data.excel.ExcelParser
- existsById(ID) - Method in interface com.power4j.fist.data.crud.repository.CrudRepository
-
查询是否存在(根据ID)
F
- fetch(Collection<T>, Collection<T>, TreeUtil.NodeOp<ID, T>) - Method in class com.power4j.fist.data.tree.TreeUtil
-
填充子级
- fetch(Map<ID, N>, Map<ID, N>) - Method in class com.power4j.fist.data.tree.TreeNodeUtil
-
填充子级
- fetch(Map<ID, T>, Map<ID, T>, TreeUtil.NodeOp<ID, T>) - Method in class com.power4j.fist.data.tree.TreeUtil
-
填充子级
- FIELD_CREATE_AT - Static variable in interface com.power4j.fist.data.constant.DataConstant
- FIELD_CREATE_BY - Static variable in interface com.power4j.fist.data.constant.DataConstant
- FIELD_LOGIC_DEL - Static variable in interface com.power4j.fist.data.constant.DataConstant
- FIELD_LOW_ATTR - Static variable in interface com.power4j.fist.data.constant.DataConstant
- FIELD_UPDATE_AT - Static variable in interface com.power4j.fist.data.constant.DataConstant
- FIELD_UPDATE_BY - Static variable in interface com.power4j.fist.data.constant.DataConstant
- findAll() - Method in interface com.power4j.fist.data.crud.repository.CrudRepository
-
查询全部,大表请注意!
- findAll(Pageable) - Method in interface com.power4j.fist.data.crud.repository.PagingAndSortingRepository
-
分页查询
- findAllById(Iterable<ID>) - Method in interface com.power4j.fist.data.crud.repository.CrudRepository
-
批量查询(根据ID)
- findAllSorted(Sort) - Method in interface com.power4j.fist.data.crud.repository.PagingAndSortingRepository
-
查询
- findAncestors(Map<ID, T>, Function<? super T, ID>, Function<? super T, ID>) - Method in class com.power4j.fist.data.tree.TreeUtil
-
在给定的集合中查找根节点
- findFirstChild(Predicate<? super C>) - Method in interface com.power4j.fist.data.tree.domain.Node
-
查找子节点
- findOneById(ID) - Method in interface com.power4j.fist.data.crud.repository.CrudRepository
-
查询(根据ID)
- findTopNodes(Map<ID, N>) - Static method in class com.power4j.fist.data.tree.TreeMaker
- fire(E) - Method in class com.power4j.fist.boot.common.op.bus.Bus
- fire(E) - Method in interface com.power4j.fist.boot.common.op.bus.OpEventSource
-
发送事件
- first() - Method in interface com.power4j.fist.data.domain.Pageable
-
翻页,第一页
- first() - Method in class com.power4j.fist.data.domain.PageRequest
- FIRST_PAGE - Static variable in class com.power4j.fist.data.domain.PageImpl
- FIRST_PAGE - Static variable in class com.power4j.fist.data.domain.PageRequest
- firstPage() - Static method in class com.power4j.fist.data.domain.PageRequest
- FLAG_DELETED - Static variable in interface com.power4j.fist.data.constant.DataConstant
- FLAG_NO - Static variable in interface com.power4j.fist.data.constant.DataConstant
-
否
- FLAG_NOT_DELETED - Static variable in interface com.power4j.fist.data.constant.DataConstant
- FLAG_YES - Static variable in interface com.power4j.fist.data.constant.DataConstant
-
是
- flatten(Collection<T>, TreeUtil.AccessOp<ID, T>) - Method in class com.power4j.fist.data.tree.TreeUtil
-
树节点转list
- flatten(List<N>) - Method in class com.power4j.fist.data.tree.TreeNodeUtil
-
树节点转list
- fromOptionalString(String) - Static method in enum class com.power4j.fist.data.domain.Sort.Direction
-
Returns the
Sort.Directionenum for the givenStringor null if it cannot be parsed into an enum value. - fromString(String) - Static method in enum class com.power4j.fist.data.domain.Sort.Direction
-
Returns the
Sort.Directionenum for the givenStringvalue.
G
- getAncestor() - Method in class com.power4j.fist.data.tree.domain.BaseNodeIdx
- getAncestor() - Method in interface com.power4j.fist.data.tree.domain.NodeIdx
-
祖先节点
- getChildren() - Method in interface com.power4j.fist.data.tree.domain.Node
-
子节点
- getContent() - Method in interface com.power4j.fist.data.domain.Paged
-
获取数据
- getContent() - Method in class com.power4j.fist.data.domain.PageImpl
- getConvertedContent(Function<? super T, ? extends U>) - Method in class com.power4j.fist.data.domain.PageImpl
- getDescendant() - Method in class com.power4j.fist.data.tree.domain.BaseNodeIdx
- getDescendant() - Method in interface com.power4j.fist.data.tree.domain.NodeIdx
-
后代节点
- getDirection() - Method in class com.power4j.fist.data.domain.Sort.Order
- getDistance() - Method in class com.power4j.fist.data.tree.domain.BaseNodeIdx
- getDistance() - Method in interface com.power4j.fist.data.tree.domain.NodeIdx
-
层距离,指向自己时距离为0
- getEventSource() - Method in class com.power4j.fist.boot.common.op.bus.OpEventSourceSupport
- getId() - Method in class com.power4j.fist.boot.common.op.OpTemplate
- getId() - Method in interface com.power4j.fist.data.tree.domain.Node
-
本节点ID
- getNumberOfElements() - Method in interface com.power4j.fist.data.domain.Paged
-
返回当前数据条数
- getNumberOfElements() - Method in class com.power4j.fist.data.domain.PageImpl
- getOp() - Method in class com.power4j.fist.boot.common.op.bus.CrudEvent
- getOrders() - Method in class com.power4j.fist.data.domain.Sort
- getPageable() - Method in interface com.power4j.fist.data.domain.Paged
-
返回当前页的分页请求,可用于再次请求当前分页
- getPageNumber() - Method in class com.power4j.fist.data.domain.AbstractPageRequest
- getPageNumber() - Method in interface com.power4j.fist.data.domain.Pageable
-
页码
- getPageNumber() - Method in interface com.power4j.fist.data.domain.Paged
-
返回当前页码
- getPageNumber() - Method in class com.power4j.fist.data.domain.PageImpl
- getPageSize() - Method in class com.power4j.fist.data.domain.AbstractPageRequest
- getPageSize() - Method in interface com.power4j.fist.data.domain.Pageable
-
页大小
- getPageSize() - Method in interface com.power4j.fist.data.domain.Paged
-
返回页大小
- getPageSize() - Method in class com.power4j.fist.data.domain.PageImpl
- getParentId() - Method in interface com.power4j.fist.data.tree.domain.Node
-
父节点ID,可为null
- getProp() - Method in class com.power4j.fist.data.domain.Sort.Order
- getRequired() - Static method in class com.power4j.fist.data.tenant.isolation.TenantHolder
- getSort() - Method in interface com.power4j.fist.data.domain.Pageable
-
返回排序参数
- getSort() - Method in interface com.power4j.fist.data.domain.Paged
-
返回请求使用的排序参数
- getSort() - Method in class com.power4j.fist.data.domain.PageImpl
- getSort() - Method in class com.power4j.fist.data.domain.PageRequest
- getSortOr(Sort) - Method in interface com.power4j.fist.data.domain.Pageable
-
返回排序参数
- getSubscribers() - Method in class com.power4j.fist.boot.common.op.bus.Bus
- getTenant() - Static method in class com.power4j.fist.data.tenant.isolation.TenantHolder
- getTotalElements() - Method in interface com.power4j.fist.data.domain.Paged
-
总记录数
- getTotalElements() - Method in class com.power4j.fist.data.domain.PageImpl
- getTotalPages() - Method in interface com.power4j.fist.data.domain.Paged
-
总页数
- getTotalPages() - Method in class com.power4j.fist.data.domain.PageImpl
- getValue() - Method in enum class com.power4j.fist.data.constant.Enabled
- getValue() - Method in enum class com.power4j.fist.data.constant.YesNo
- Groups - Interface in com.power4j.fist.data.crud.validate
- Groups.Create - Interface in com.power4j.fist.data.crud.validate
-
新增操作特有规则
- Groups.Default - Interface in com.power4j.fist.data.crud.validate
-
默认(通用规则)
- Groups.Update - Interface in com.power4j.fist.data.crud.validate
-
更新操作特有规则
H
- handle(T) - Method in class com.power4j.fist.boot.common.op.HandlerCompose
- handle(T) - Method in interface com.power4j.fist.boot.common.op.OpHandler
-
执行处理
- HandlerCompose<T> - Class in com.power4j.fist.boot.common.op
- HandlerCompose(List<OpHandler<T>>) - Constructor for class com.power4j.fist.boot.common.op.HandlerCompose
- hasChildren() - Method in interface com.power4j.fist.data.tree.domain.Node
-
是否存在子节点
- hasContent() - Method in interface com.power4j.fist.data.domain.Paged
-
是否包含数据
- hasContent() - Method in class com.power4j.fist.data.domain.PageImpl
- hasNext() - Method in interface com.power4j.fist.data.domain.Paged
-
是否有下一页
- hasNext() - Method in class com.power4j.fist.data.domain.PageImpl
- hasParent() - Method in interface com.power4j.fist.data.tree.domain.Node
-
是否存在父级
- hasPrevious() - Method in class com.power4j.fist.data.domain.AbstractPageRequest
- hasPrevious() - Method in interface com.power4j.fist.data.domain.Pageable
-
检查是否有前一页
- hasPrevious() - Method in interface com.power4j.fist.data.domain.Paged
-
是否有前一页
- hasPrevious() - Method in class com.power4j.fist.data.domain.PageImpl
I
- immediate() - Method in interface com.power4j.fist.data.tree.domain.NodeIdx
-
是否父子关系
- isAsc() - Method in class com.power4j.fist.data.domain.Sort.Order
- isAscending() - Method in enum class com.power4j.fist.data.domain.Sort.Direction
- isDescending() - Method in enum class com.power4j.fist.data.domain.Sort.Direction
- isEmpty() - Method in class com.power4j.fist.data.domain.Sort
- isFirst() - Method in interface com.power4j.fist.data.domain.Paged
-
是否为第一页
- isFirst() - Method in class com.power4j.fist.data.domain.PageImpl
- isLast() - Method in interface com.power4j.fist.data.domain.Paged
-
是否为最后一页
- isLast() - Method in class com.power4j.fist.data.domain.PageImpl
- isNode() - Method in interface com.power4j.fist.data.tree.domain.NodeIdx
-
是否表示一个节点
- isNodeOrImmediate() - Method in interface com.power4j.fist.data.tree.domain.NodeIdx
-
是否一个节点或者父子关系
- isSorted() - Method in class com.power4j.fist.data.domain.Sort
- isUnsorted() - Method in class com.power4j.fist.data.domain.Sort
L
- LOW_ATTR_VALUE_SYSTEM - Static variable in interface com.power4j.fist.data.constant.DataConstant
-
数据标记 系统级
- LOW_ATTR_VALUE_USER - Static variable in interface com.power4j.fist.data.constant.DataConstant
-
数据标记 用户级
M
- makeTree(Function<Map<ID, N>, Map<ID, N>>) - Method in class com.power4j.fist.data.tree.TreeMaker
-
构建树形结构 支持多个根节点
- map(Function<? super T, ? extends U>) - Method in interface com.power4j.fist.data.domain.Paged
-
转换方法
- map(Function<? super T, ? extends U>) - Method in class com.power4j.fist.data.domain.PageImpl
N
- N - Enum constant in enum class com.power4j.fist.data.constant.YesNo
-
No
- next() - Method in interface com.power4j.fist.data.domain.Pageable
-
翻页,下一页
- next() - Method in class com.power4j.fist.data.domain.PageRequest
- nextOrLastPageable() - Method in interface com.power4j.fist.data.domain.Paged
-
如果还有下一页则返回下一页的请求,否则返回当前页的请求
- nextPageable() - Method in interface com.power4j.fist.data.domain.Paged
-
返回下一页的分页请求,使用方应该先检查是否存在下一页
- nextPageable() - Method in class com.power4j.fist.data.domain.PageImpl
- NO - Enum constant in enum class com.power4j.fist.data.constant.Enabled
-
disabled
- Node<ID,
C extends Node<ID, C>> - Interface in com.power4j.fist.data.tree.domain - NodeIdx<ID,
C extends NodeIdx<ID, C>> - Interface in com.power4j.fist.data.tree.domain -
树形节点路径索引
- NodeOp() - Constructor for class com.power4j.fist.data.tree.TreeUtil.NodeOp
- not(String) - Static method in enum class com.power4j.fist.data.constant.Enabled
- not(String) - Static method in enum class com.power4j.fist.data.constant.YesNo
O
- ObjectValidator - Interface in com.power4j.fist.data.crud.validate
- of(int) - Static method in class com.power4j.fist.data.domain.PageRequest
- of(int, int) - Static method in class com.power4j.fist.data.domain.PageRequest
- of(int, int, Sort) - Static method in class com.power4j.fist.data.domain.PageRequest
- of(Sort.Direction, String...) - Static method in class com.power4j.fist.data.domain.Sort
- of(ID, ID) - Static method in class com.power4j.fist.data.tree.domain.TreeNode
- of(String...) - Static method in class com.power4j.fist.data.domain.Sort
- of(Collection<Sort.Order>) - Static method in class com.power4j.fist.data.domain.Sort
- onError(Throwable, T) - Method in interface com.power4j.fist.boot.common.op.bus.ErrorHandler
-
错误回调
- OpEvent<T> - Class in com.power4j.fist.boot.common.op.bus
- OpEvent(T) - Constructor for class com.power4j.fist.boot.common.op.bus.OpEvent
-
构造方法
- OpEvent(T, Object...) - Constructor for class com.power4j.fist.boot.common.op.bus.OpEvent
-
构造方法
- OpEventSource<T,
E extends OpEvent<T>> - Interface in com.power4j.fist.boot.common.op.bus - OpEventSourceSupport<T,
E extends OpEvent<T>> - Class in com.power4j.fist.boot.common.op.bus - OpEventSourceSupport() - Constructor for class com.power4j.fist.boot.common.op.bus.OpEventSourceSupport
- OpEventSourceSupport(List<OpEventSubscriber<T, E>>) - Constructor for class com.power4j.fist.boot.common.op.bus.OpEventSourceSupport
- OpEventSubscriber<T,
E extends OpEvent<T>> - Interface in com.power4j.fist.boot.common.op.bus - OpHandler<T> - Interface in com.power4j.fist.boot.common.op
- OpInvoker<T> - Interface in com.power4j.fist.boot.common.op
- OpTemplate<T> - Class in com.power4j.fist.boot.common.op
- OpTemplateBuilder<T> - Class in com.power4j.fist.boot.common.op
- OpTemplateBuilder() - Constructor for class com.power4j.fist.boot.common.op.OpTemplateBuilder
- OpTemplateBuilder(List<OpHandler<T>>) - Constructor for class com.power4j.fist.boot.common.op.OpTemplateBuilder
- OpTemplateConfigure<T,
B extends OpTemplateBuilder<T>> - Interface in com.power4j.fist.boot.common.op - OpTemplateException - Exception in com.power4j.fist.boot.common.op
- OpTemplateException(String) - Constructor for exception com.power4j.fist.boot.common.op.OpTemplateException
- OpTemplateException(String, Throwable) - Constructor for exception com.power4j.fist.boot.common.op.OpTemplateException
- OpTemplateException(Throwable) - Constructor for exception com.power4j.fist.boot.common.op.OpTemplateException
- order(Sort.Order) - Method in class com.power4j.fist.data.domain.Sort
- Order(String, Sort.Direction) - Constructor for class com.power4j.fist.data.domain.Sort.Order
- orders(List<Sort.Order>) - Method in class com.power4j.fist.data.domain.Sort
P
- Pageable - Interface in com.power4j.fist.data.domain
- Paged<T> - Interface in com.power4j.fist.data.domain
- PageImpl<T> - Class in com.power4j.fist.data.domain
- PageImpl(List<T>, Pageable, long) - Constructor for class com.power4j.fist.data.domain.PageImpl
- PageRequest - Class in com.power4j.fist.data.domain
- PagingAndSortingRepository<T,
ID> - Interface in com.power4j.fist.data.crud.repository - parse(String) - Static method in enum class com.power4j.fist.data.constant.Enabled
-
解析
- parse(String) - Static method in enum class com.power4j.fist.data.constant.YesNo
-
解析
- parseOrDefault(String, Enabled) - Static method in enum class com.power4j.fist.data.constant.Enabled
-
解析
- parseOrDefault(String, Enabled) - Static method in enum class com.power4j.fist.data.constant.YesNo
-
解析
- parseOrNull(String) - Static method in enum class com.power4j.fist.data.constant.Enabled
-
解析
- parseOrNull(String) - Static method in enum class com.power4j.fist.data.constant.YesNo
-
解析
- parseOrThrow(String, Function<String, RuntimeException>) - Static method in enum class com.power4j.fist.data.constant.Enabled
-
解析
- parseOrThrow(String, Function<String, RuntimeException>) - Static method in enum class com.power4j.fist.data.constant.YesNo
-
解析
- post() - Method in class com.power4j.fist.boot.common.op.OpTemplateBuilder
- pre() - Method in class com.power4j.fist.boot.common.op.OpTemplateBuilder
- previous() - Method in class com.power4j.fist.data.domain.AbstractPageRequest
-
Returns the Pageable requesting the previous Page.
- previous() - Method in class com.power4j.fist.data.domain.PageRequest
- previousOrFirst() - Method in class com.power4j.fist.data.domain.AbstractPageRequest
- previousOrFirst() - Method in interface com.power4j.fist.data.domain.Pageable
-
翻页,前一页或者第一页
- previousPageable() - Method in interface com.power4j.fist.data.domain.Paged
-
返回前一页的分页请求,使用方应该先检查是否存在前一页
- previousPageable() - Method in class com.power4j.fist.data.domain.PageImpl
- process(InputStream) - Method in class com.power4j.fist.data.excel.ExcelParser
-
解析输入流中的文档对象
- processAndClear(Collection<T>) - Method in class com.power4j.fist.data.excel.ExcelImporter
R
- resolveTenantId(HttpServletRequest) - Method in class com.power4j.fist.data.tenant.TenantUtil
- run(T, Consumer<T>) - Method in interface com.power4j.fist.boot.common.op.OpInvoker
-
执行业务逻辑
- run(T, Consumer<T>) - Method in class com.power4j.fist.boot.common.op.OpTemplate
- runAs(String, FailableRunnable<? extends Throwable>) - Method in class com.power4j.fist.data.tenant.isolation.TenantBroker
-
在指定的租户上下文中执行业务逻辑
- runAs(String, FailableRunnable<? extends Throwable>, FailableConsumer<Throwable, ? extends Throwable>) - Method in class com.power4j.fist.data.tenant.isolation.TenantBroker
-
在指定的租户上下文中执行业务逻辑
S
- saveAll(Iterable<T>) - Method in interface com.power4j.fist.data.crud.repository.CrudRepository
-
批量保存
- saveOne(T) - Method in interface com.power4j.fist.data.crud.repository.CrudRepository
-
保存
- setAncestor(ID) - Method in class com.power4j.fist.data.tree.domain.BaseNodeIdx
- setCurrentTenant(String) - Method in class com.power4j.fist.data.tenant.isolation.TenantHolderTestSupport
-
强制设置当前租户值
- setDescendant(ID) - Method in class com.power4j.fist.data.tree.domain.BaseNodeIdx
- setDistance(int) - Method in class com.power4j.fist.data.tree.domain.BaseNodeIdx
- setErrorHandler(ErrorHandler<E>) - Method in class com.power4j.fist.boot.common.op.bus.Bus
- setSubscribers(List<OpEventSubscriber<T, E>>) - Method in class com.power4j.fist.boot.common.op.bus.Bus
- setSubscribers(List<OpEventSubscriber<T, E>>) - Method in class com.power4j.fist.boot.common.op.bus.OpEventSourceSupport
- Sort - Class in com.power4j.fist.data.domain
- Sort() - Constructor for class com.power4j.fist.data.domain.Sort
- Sort.Direction - Enum Class in com.power4j.fist.data.domain
-
Enumeration for sort directions.
- Sort.Order - Class in com.power4j.fist.data.domain
- sortNodes(List<N>, Function<? super N, ? extends U>) - Static method in class com.power4j.fist.data.tree.TreeNodeUtil
-
根据属性排序
- STATUS_VALUE_DISABLED - Static variable in interface com.power4j.fist.data.constant.DataConstant
-
状态: 禁用
- STATUS_VALUE_ENABLED - Static variable in interface com.power4j.fist.data.constant.DataConstant
-
状态: 有效
- subscribe(E) - Method in interface com.power4j.fist.boot.common.op.bus.OpEventSubscriber
-
事件回调
T
- TENANT_ID_HEADER - Static variable in interface com.power4j.fist.data.tenant.TenantConstant
- TENANT_ID_PARAMETER - Static variable in interface com.power4j.fist.data.tenant.TenantConstant
- TenantBroker - Class in com.power4j.fist.data.tenant.isolation
- TenantBroker() - Constructor for class com.power4j.fist.data.tenant.isolation.TenantBroker
- TenantConstant - Interface in com.power4j.fist.data.tenant
- TenantHolder - Class in com.power4j.fist.data.tenant.isolation
- TenantHolderTestSupport - Class in com.power4j.fist.data.tenant.isolation
- TenantHolderTestSupport() - Constructor for class com.power4j.fist.data.tenant.isolation.TenantHolderTestSupport
- TenantUtil - Class in com.power4j.fist.data.tenant
- TenantUtil() - Constructor for class com.power4j.fist.data.tenant.TenantUtil
- toString() - Method in class com.power4j.fist.data.tree.domain.BaseNodeIdx
- TreeMaker<ID,
N extends Node<ID, N>> - Class in com.power4j.fist.data.tree - TreeNode<ID> - Class in com.power4j.fist.data.tree.domain
- TreeNode() - Constructor for class com.power4j.fist.data.tree.domain.TreeNode
- TreeNodeUtil - Class in com.power4j.fist.data.tree
- TreeNodeUtil() - Constructor for class com.power4j.fist.data.tree.TreeNodeUtil
- TreeNodeUtil.ConvertOp<S,
T> - Class in com.power4j.fist.data.tree - TreeUtil - Class in com.power4j.fist.data.tree
- TreeUtil() - Constructor for class com.power4j.fist.data.tree.TreeUtil
- TreeUtil.AccessOp<ID,
T> - Class in com.power4j.fist.data.tree - TreeUtil.NodeOp<ID,
T> - Class in com.power4j.fist.data.tree - treeWalk(Collection<? extends N>, Consumer<? super N>) - Method in class com.power4j.fist.data.tree.TreeNodeUtil
-
迭代树节点
- treeWalk(Collection<? extends T>, TreeUtil.AccessOp<ID, T>, Consumer<? super T>) - Method in class com.power4j.fist.data.tree.TreeUtil
-
迭代树节点
U
- UNSORTED - Static variable in class com.power4j.fist.data.domain.Sort
- UPDATE - Enum constant in enum class com.power4j.fist.boot.common.op.bus.CrudOpEnum
-
更新
- updateAllById(Iterable<T>) - Method in interface com.power4j.fist.data.crud.repository.CrudRepository
-
批量更新(根据ID)
- updateOneById(T) - Method in interface com.power4j.fist.data.crud.repository.CrudRepository
-
更新(根据ID)
- updateValidate(T) - Method in interface com.power4j.fist.data.crud.service.validator.UpdateValidator
-
验证更新操作
- UpdateValidator<T> - Interface in com.power4j.fist.data.crud.service.validator
- use(String) - Method in class com.power4j.fist.boot.common.op.AbstractOpTemplateRegistry
- use(Collection<N>) - Static method in class com.power4j.fist.data.tree.TreeMaker
-
构造方法
- useIdx(Collection<? extends NodeIdx<ID, ?>>) - Static method in class com.power4j.fist.data.tree.TreeMaker
-
构造方法
V
- validate(Function<Set<ConstraintViolation<T>>, E>, T, Class<?>...) - Method in class com.power4j.fist.data.crud.validate.DefaultObjectValidator
- validate(Function<Set<ConstraintViolation<T>>, E>, T, Class<?>...) - Method in interface com.power4j.fist.data.crud.validate.ObjectValidator
-
校验对象
- validate(Function<Set<ConstraintViolation<T>>, E>, T, Class<?>...) - Static method in class com.power4j.fist.data.crud.validate.ValidateUtil
-
校验对象
- validate(T, Class<?>...) - Method in class com.power4j.fist.data.crud.validate.DefaultObjectValidator
- validate(T, Class<?>...) - Method in interface com.power4j.fist.data.crud.validate.ObjectValidator
-
校验对象
- validate(T, Class<?>...) - Static method in class com.power4j.fist.data.crud.validate.ValidateUtil
-
校验对象
- validateAll(T, Class<?>...) - Method in class com.power4j.fist.data.crud.validate.DefaultObjectValidator
- validateAll(T, Class<?>...) - Method in interface com.power4j.fist.data.crud.validate.ObjectValidator
-
校验对象的约束条件(完整校验)
- validateAll(T, Class<?>...) - Static method in class com.power4j.fist.data.crud.validate.ValidateUtil
-
校验对象的约束条件(完整校验)
- ValidateUtil - Class in com.power4j.fist.data.crud.validate
- ValidateUtil() - Constructor for class com.power4j.fist.data.crud.validate.ValidateUtil
- valueOf(String) - Static method in enum class com.power4j.fist.boot.common.op.bus.CrudOpEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.power4j.fist.data.constant.Enabled
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.power4j.fist.data.constant.YesNo
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.power4j.fist.data.domain.Sort.Direction
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.power4j.fist.boot.common.op.bus.CrudOpEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.power4j.fist.data.constant.Enabled
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.power4j.fist.data.constant.YesNo
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.power4j.fist.data.domain.Sort.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VersionedDTO - Class in com.power4j.fist.data.api.dto
-
方便客户端回传版本号,否则需要服务端查询->合并->更新
- VersionedDTO() - Constructor for class com.power4j.fist.data.api.dto.VersionedDTO
Y
- Y - Enum constant in enum class com.power4j.fist.data.constant.YesNo
-
Yes
- yes(String) - Static method in enum class com.power4j.fist.data.constant.Enabled
- yes(String) - Static method in enum class com.power4j.fist.data.constant.YesNo
- YES - Enum constant in enum class com.power4j.fist.data.constant.Enabled
-
enabled
- YesNo - Enum Class in com.power4j.fist.data.constant
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ValidateUtil#check(ValidatorFactory, T, Class[])