Uses of Class
com.bytedesk.core.action.ActionEntity
Packages that use ActionEntity
-
Uses of ActionEntity in com.bytedesk.core.action
Fields in com.bytedesk.core.action declared as ActionEntityMethods 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 TypeMethodDescriptionorg.springframework.data.domain.Page<ActionEntity>
ActionRestService.queryByOrgEntity
(ActionRequest request) static org.springframework.data.jpa.domain.Specification<ActionEntity>
ActionSpecification.search
(ActionRequest request) 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) Constructors in com.bytedesk.core.action with parameters of type ActionEntity