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 ProjectInviteEntity
ProjectInviteRestService.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 ProjectInviteEntity
ProjectInviteRestService.doSave
(ProjectInviteEntity entity) ProjectInviteRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ProjectInviteEntity entity) void
ProjectInviteEntityListener.onPostPersist
(ProjectInviteEntity project_invite) void
ProjectInviteEntityListener.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 ProjectInviteEntity
ProjectInviteCreateEvent.project_invite
private ProjectInviteEntity
ProjectInviteDeleteEvent.project_invite
private ProjectInviteEntity
ProjectInviteUpdateEvent.project_invite
Constructors in com.bytedesk.kanban.project_invite.event with parameters of type ProjectInviteEntityModifierConstructorDescriptionProjectInviteCreateEvent
(ProjectInviteEntity project_invite) ProjectInviteDeleteEvent
(ProjectInviteEntity project_invite) ProjectInviteUpdateEvent
(ProjectInviteEntity project_invite)