Uses of Class
com.bytedesk.core.intention.IntentionEntity
Packages that use IntentionEntity
-
Uses of IntentionEntity in com.bytedesk.core.intention
Methods in com.bytedesk.core.intention that return IntentionEntityModifier and TypeMethodDescriptionprotected IntentionEntityIntentionRestService.doSave(IntentionEntity entity) IntentionRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, IntentionEntity entity) Methods in com.bytedesk.core.intention that return types with arguments of type IntentionEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<IntentionEntity>IntentionRestService.createSpecification(IntentionRequest request) protected org.springframework.data.domain.Page<IntentionEntity>IntentionRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<IntentionEntity> spec, org.springframework.data.domain.Pageable pageable) IntentionRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) IntentionRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<IntentionEntity>IntentionSpecification.search(IntentionRequest request, AuthService authService) Methods in com.bytedesk.core.intention with parameters of type IntentionEntityModifier and TypeMethodDescriptionIntentionRestService.convertToExcel(IntentionEntity entity) IntentionRestService.convertToResponse(IntentionEntity entity) protected IntentionEntityIntentionRestService.doSave(IntentionEntity entity) IntentionRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, IntentionEntity entity) voidIntentionEntityListener.onPostPersist(IntentionEntity intention) voidIntentionEntityListener.onPostUpdate(IntentionEntity intention) Method parameters in com.bytedesk.core.intention with type arguments of type IntentionEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<IntentionEntity>IntentionRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<IntentionEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of IntentionEntity in com.bytedesk.core.intention.event
Fields in com.bytedesk.core.intention.event declared as IntentionEntityModifier and TypeFieldDescriptionprivate IntentionEntityIntentionCreateEvent.intentionprivate IntentionEntityIntentionDeleteEvent.intentionprivate IntentionEntityIntentionUpdateEvent.intentionConstructors in com.bytedesk.core.intention.event with parameters of type IntentionEntityModifierConstructorDescriptionIntentionCreateEvent(IntentionEntity intention) IntentionDeleteEvent(IntentionEntity intention) IntentionUpdateEvent(IntentionEntity intention)