Uses of Class
com.bytedesk.kanban.project_invite.ProjectInviteEntity
Packages that use ProjectInviteEntity
-
Uses of ProjectInviteEntity in com.bytedesk.kanban.project_invite
Methods in com.bytedesk.kanban.project_invite that return ProjectInviteEntityModifier and TypeMethodDescriptionprotected ProjectInviteEntityProjectInviteRestService.doSave(ProjectInviteEntity entity) ProjectInviteRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ProjectInviteEntity entity) Methods in com.bytedesk.kanban.project_invite that return types with arguments of type ProjectInviteEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ProjectInviteEntity>ProjectInviteRestService.createSpecification(ProjectInviteRequest request) protected org.springframework.data.domain.Page<ProjectInviteEntity>ProjectInviteRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ProjectInviteEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<ProjectInviteEntity>ProjectInviteSpecification.search(ProjectInviteRequest request, AuthService authService) Methods in com.bytedesk.kanban.project_invite with parameters of type ProjectInviteEntityModifier and TypeMethodDescriptionProjectInviteRestService.convertToResponse(ProjectInviteEntity entity) protected ProjectInviteEntityProjectInviteRestService.doSave(ProjectInviteEntity entity) ProjectInviteRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ProjectInviteEntity entity) voidProjectInviteEntityListener.onPostPersist(ProjectInviteEntity project_invite) voidProjectInviteEntityListener.onPostUpdate(ProjectInviteEntity project_invite) Method parameters in com.bytedesk.kanban.project_invite with type arguments of type ProjectInviteEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ProjectInviteEntity>ProjectInviteRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ProjectInviteEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ProjectInviteEntity in com.bytedesk.kanban.project_invite.event
Fields in com.bytedesk.kanban.project_invite.event declared as ProjectInviteEntityModifier and TypeFieldDescriptionprivate ProjectInviteEntityProjectInviteCreateEvent.project_inviteprivate ProjectInviteEntityProjectInviteDeleteEvent.project_inviteprivate ProjectInviteEntityProjectInviteUpdateEvent.project_inviteConstructors in com.bytedesk.kanban.project_invite.event with parameters of type ProjectInviteEntityModifierConstructorDescriptionProjectInviteCreateEvent(ProjectInviteEntity project_invite) ProjectInviteDeleteEvent(ProjectInviteEntity project_invite) ProjectInviteUpdateEvent(ProjectInviteEntity project_invite)