Uses of Class
com.bytedesk.core.action.ActionEntity
Packages that use ActionEntity
-
Uses of ActionEntity in com.bytedesk.core.action
Methods in com.bytedesk.core.action that return ActionEntityModifier and TypeMethodDescriptionprotected ActionEntity
ActionRestService.doSave
(ActionEntity entity) ActionRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ActionEntity entity) Methods in com.bytedesk.core.action that return types with arguments of type ActionEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ActionEntity>
ActionRestService.createSpecification
(ActionRequest request) protected org.springframework.data.domain.Page<ActionEntity>
ActionRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<ActionEntity> specification, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<ActionEntity>
ActionSpecification.search
(ActionRequest request, AuthService authService) Methods in com.bytedesk.core.action with parameters of type ActionEntityModifier and TypeMethodDescriptionActionRestService.convertToExcel
(ActionEntity entity) ActionRestService.convertToResponse
(ActionEntity action) protected ActionEntity
ActionRestService.doSave
(ActionEntity entity) ActionRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ActionEntity entity) private void
ActionEntityListener.onPostPersist
(ActionEntity action) Method parameters in com.bytedesk.core.action with type arguments of type ActionEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ActionEntity>
ActionRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<ActionEntity> specification, org.springframework.data.domain.Pageable pageable) -
Uses of ActionEntity in com.bytedesk.core.action.event
Fields in com.bytedesk.core.action.event declared as ActionEntityConstructors in com.bytedesk.core.action.event with parameters of type ActionEntity