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 BlackEntity
BlackRestService.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 BlackEntity
BlackRestService.doSave
(BlackEntity entity) BlackRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, BlackEntity entity) void
BlackEntityListener.onPostPersist
(BlackEntity blackEntity) void
BlackEntityListener.onPostRemove
(BlackEntity blackEntity) void
BlackEntityListener.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 BlackEntity
BlackCreateEvent.blackEntity
private final BlackEntity
BlackDeleteEvent.blackEntity
private final BlackEntity
BlackUpdateEvent.blackEntity
Constructors 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 TypeMethodDescriptionvoid
IpBlackRestService.addToBlack
(String ip, String ipLocation, BlackEntity blackEntity)