Uses of Class
com.bytedesk.kbase.note.NoteEntity
Packages that use NoteEntity
-
Uses of NoteEntity in com.bytedesk.kbase.note
Methods in com.bytedesk.kbase.note that return NoteEntityModifier and TypeMethodDescriptionprotected NoteEntityNoteRestService.doSave(NoteEntity entity) NoteRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, NoteEntity entity) Methods in com.bytedesk.kbase.note that return types with arguments of type NoteEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<NoteEntity>NoteRestService.createSpecification(NoteRequest request) protected org.springframework.data.domain.Page<NoteEntity>NoteRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<NoteEntity> spec, org.springframework.data.domain.Pageable pageable) NoteRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) NoteRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<NoteEntity>NoteRestService.queryByOrgEntity(NoteRequest request) static org.springframework.data.jpa.domain.Specification<NoteEntity>NoteSpecification.search(NoteRequest request, AuthService authService) Methods in com.bytedesk.kbase.note with parameters of type NoteEntityModifier and TypeMethodDescriptionNoteRestService.convertToExcel(NoteEntity entity) NoteRestService.convertToResponse(NoteEntity entity) protected NoteEntityNoteRestService.doSave(NoteEntity entity) NoteRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, NoteEntity entity) voidNoteEntityListener.onPostPersist(NoteEntity note) voidNoteEntityListener.onPostUpdate(NoteEntity note) Method parameters in com.bytedesk.kbase.note with type arguments of type NoteEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<NoteEntity>NoteRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<NoteEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of NoteEntity in com.bytedesk.kbase.note.event
Fields in com.bytedesk.kbase.note.event declared as NoteEntityMethods in com.bytedesk.kbase.note.event that return NoteEntityModifier and TypeMethodDescriptionAbstractNoteEvent.getNote()private NoteEntityAbstractNoteEvent.snapshot(NoteEntity source) Methods in com.bytedesk.kbase.note.event with parameters of type NoteEntityModifier and TypeMethodDescriptionprivate NoteEntityAbstractNoteEvent.snapshot(NoteEntity source) Constructors in com.bytedesk.kbase.note.event with parameters of type NoteEntityModifierConstructorDescriptionprotectedAbstractNoteEvent(Object source, NoteEntity note) NoteCreateEvent(NoteEntity note) NoteDeleteEvent(NoteEntity note) NoteUpdateEvent(NoteEntity note)