Uses of Class
com.bytedesk.team.group.GroupEntity
Packages that use GroupEntity
-
Uses of GroupEntity in com.bytedesk.team.group
Methods in com.bytedesk.team.group that return GroupEntityMethods in com.bytedesk.team.group that return types with arguments of type GroupEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<GroupEntity>
GroupRestService.queryForExport
(GroupRequest request) static org.springframework.data.jpa.domain.Specification<GroupEntity>
GroupSpecification.search
(GroupRequest request) Methods in com.bytedesk.team.group with parameters of type GroupEntityModifier and TypeMethodDescriptionGroupRestService.convertToExcel
(GroupEntity group) 将群组实体转换为Excel导出对象GroupRestService.convertToResponse
(GroupEntity entity) void
GroupRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, GroupEntity entity) GroupRestService.save
(GroupEntity entity)