Uses of Class
com.bytedesk.core.ip_black.IpBlackEntity
Packages that use IpBlackEntity
-
Uses of IpBlackEntity in com.bytedesk.core.ip_black
Methods in com.bytedesk.core.ip_black that return IpBlackEntityModifier and TypeMethodDescriptionprotected IpBlackEntityIpBlackRestService.doSave(IpBlackEntity entity) IpBlackRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, IpBlackEntity entity) Methods in com.bytedesk.core.ip_black that return types with arguments of type IpBlackEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<IpBlackEntity>IpBlackRestService.createSpecification(IpBlackRequest request) protected org.springframework.data.domain.Page<IpBlackEntity>IpBlackRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<IpBlackEntity> specification, org.springframework.data.domain.Pageable pageable) IpBlackRepository.findByDeletedFalse()IpBlackRestService.findByEndTimeBefore(ZonedDateTime dateTime) IpBlackRepository.findByEndTimeBeforeAndDeletedFalse(ZonedDateTime endTime) IpBlackRepository.findByUidAndDeletedFalse(String uid) IpBlackRepository.findFirstByIpAndDeletedFalse(String ip) org.springframework.data.domain.Page<IpBlackEntity>IpBlackRestService.queryByOrgEntity(IpBlackRequest request) static org.springframework.data.jpa.domain.Specification<IpBlackEntity>IpBlackSpecification.search(IpBlackRequest request, AuthService authService) Methods in com.bytedesk.core.ip_black with parameters of type IpBlackEntityModifier and TypeMethodDescriptionIpBlackRestService.convertToExcel(IpBlackEntity entity) IpBlackRestService.convertToResponse(IpBlackEntity entity) protected IpBlackEntityIpBlackRestService.doSave(IpBlackEntity entity) IpBlackRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, IpBlackEntity entity) Method parameters in com.bytedesk.core.ip_black with type arguments of type IpBlackEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<IpBlackEntity>IpBlackRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<IpBlackEntity> specification, org.springframework.data.domain.Pageable pageable) -
Uses of IpBlackEntity in com.bytedesk.core.ip_cache
Methods in com.bytedesk.core.ip_cache with parameters of type IpBlackEntityModifier and TypeMethodDescriptionvoidIpCacheService.addToBlackCache(IpBlackEntity entity) 添加IP到黑名单缓存voidIpCacheService.removeFromBlackCache(IpBlackEntity entity) 从黑名单缓存中删除IPMethod parameters in com.bytedesk.core.ip_cache with type arguments of type IpBlackEntityModifier and TypeMethodDescriptionvoidIpCacheService.initBlackListCache(List<IpBlackEntity> blackList) 初始化黑名单缓存