Uses of Class
com.bytedesk.core.black.BlackEntity
Packages that use BlackEntity
Package
Description
-
Uses of BlackEntity in com.bytedesk.core.black
Methods in com.bytedesk.core.black that return BlackEntityModifier and TypeMethodDescriptionprotected BlackEntityBlackRestService.doSave(BlackEntity entity) BlackRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, BlackEntity entity) Methods in com.bytedesk.core.black that return types with arguments of type BlackEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<BlackEntity>BlackRestService.createSpecification(BlackRequest request) protected org.springframework.data.domain.Page<BlackEntity>BlackRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<BlackEntity> specification, org.springframework.data.domain.Pageable pageable) BlackRestService.findByBlackUid(String blackUid) BlackRepository.findByBlackUidAndOrgUidAndDeletedFalse(String blackUid, String orgUid) BlackRestService.findByEndTimeBefore(ZonedDateTime endTime) BlackRepository.findByEndTimeBeforeAndDeletedFalse(ZonedDateTime endTime) BlackRestService.findByVisitorUidAndOrgUid(String visitorUid, String orgUid) BlackRepository.findFirstByBlackUidAndDeletedFalse(String blackUid) static org.springframework.data.jpa.domain.Specification<BlackEntity>BlackSpecification.search(BlackRequest request, AuthService authService) Methods in com.bytedesk.core.black with parameters of type BlackEntityModifier and TypeMethodDescriptionBlackRestService.convertToExcel(BlackEntity entity) BlackRestService.convertToResponse(BlackEntity entity) protected BlackEntityBlackRestService.doSave(BlackEntity entity) BlackRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, BlackEntity entity) voidBlackEntityListener.onPostPersist(BlackEntity blackEntity) voidBlackEntityListener.onPostRemove(BlackEntity blackEntity) voidBlackEntityListener.onPostUpdate(BlackEntity blackEntity) Method parameters in com.bytedesk.core.black with type arguments of type BlackEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<BlackEntity>BlackRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<BlackEntity> specification, org.springframework.data.domain.Pageable pageable) -
Uses of BlackEntity in com.bytedesk.core.black.event
Fields in com.bytedesk.core.black.event declared as BlackEntityModifier and TypeFieldDescriptionprivate final BlackEntityBlackCreateEvent.blackEntityprivate final BlackEntityBlackDeleteEvent.blackEntityprivate final BlackEntityBlackUpdateEvent.blackEntityConstructors in com.bytedesk.core.black.event with parameters of type BlackEntityModifierConstructorDescriptionBlackCreateEvent(Object source, BlackEntity blackEntity) BlackDeleteEvent(Object source, BlackEntity blackEntity) BlackUpdateEvent(Object source, BlackEntity blackEntity) -
Uses of BlackEntity in com.bytedesk.core.ip_black
Methods in com.bytedesk.core.ip_black with parameters of type BlackEntityModifier and TypeMethodDescriptionvoidIpBlackRestService.addToBlack(String ip, String ipLocation, BlackEntity blackEntity)