Uses of Class
org.cxbox.core.dto.rowmeta.ActionResultDTO
Packages that use ActionResultDTO
Package
Description
-
Uses of ActionResultDTO in org.cxbox.core.crudma
Methods in org.cxbox.core.crudma that return ActionResultDTOModifier and TypeMethodDescriptionCrudma.delete(BusinessComponent bc) Deletes an entity based on a business componentCrudmaGateway.delete(CrudmaActionHolder.CrudmaAction crudmaAction) Crudma.invokeAction(BusinessComponent bc, String actionName, Map<String, Object> data) Invokes action with given name, add preactions, loads or updates entity if necessaryCrudmaGateway.invokeAction(CrudmaActionHolder.CrudmaAction crudmaAction, Map<String, Object> data) Crudma.update(BusinessComponent bc, Map<String, Object> data) Updates an entity based on a business component by mapCrudmaGateway.update(CrudmaActionHolder.CrudmaAction crudmaAction, Map<String, Object> data) -
Uses of ActionResultDTO in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl that return ActionResultDTOModifier and TypeMethodDescriptionAbstractCrudmaService.delete(BusinessComponent bc) AbstractAnySourceResponseService.deleteEntity(BusinessComponent bc) AbstractResponseService.deleteEntity(BusinessComponent bc) protected ActionResultDTO<T>AnySourceVersionAwareResponseService.doPreview(E entity, T data, BusinessComponent bc) protected ActionResultDTO<T>VersionAwareResponseService.doPreview(E entity, T data, BusinessComponent bc) protected abstract ActionResultDTO<T>AnySourceVersionAwareResponseService.doUpdateEntity(E entity, T data, BusinessComponent bc) protected abstract ActionResultDTO<T>VersionAwareResponseService.doUpdateEntity(E entity, T data, BusinessComponent bc) AbstractAnySourceResponseService.invokeAction(BusinessComponent bc, String actionName, org.cxbox.api.data.dto.DataResponseDTO data) AbstractCrudmaService.invokeAction(BusinessComponent bc, String actionName, Map<String, Object> data) AbstractResponseService.invokeAction(BusinessComponent bc, String actionName, org.cxbox.api.data.dto.DataResponseDTO data) AbstractAnySourceResponseService.onCancel(BusinessComponent bc) AbstractResponseService.onCancel(BusinessComponent bc) AbstractAnySourceResponseService.preview(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) AbstractResponseService.preview(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) AnySourceVersionAwareResponseService.preview(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) VersionAwareResponseService.preview(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) AbstractCrudmaService.update(BusinessComponent bc, Map<String, Object> data) AbstractAnySourceResponseService.updateEntity(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) AbstractResponseService.updateEntity(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) AnySourceVersionAwareResponseService.updateEntity(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) При переопределении метода обязательно добавить сохранение результата в First Level Cache - getBaseDao().setWithFirstLevelCache()VersionAwareResponseService.updateEntity(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) -
Uses of ActionResultDTO in org.cxbox.core.crudma.impl.inner
Methods in org.cxbox.core.crudma.impl.inner that return ActionResultDTOModifier and TypeMethodDescriptionAnySourceCrudmaService.delete(BusinessComponent bc) InnerCrudmaService.delete(BusinessComponent bc) AnySourceCrudmaService.invokeAction(BusinessComponent bc, String actionName, Map<String, Object> data) InnerCrudmaService.invokeAction(BusinessComponent bc, String actionName, Map<String, Object> data) UniversalCrudmaService.invokeAction(BusinessComponent bc, String actionName, Map<String, Object> data) AnySourceCrudmaService.update(BusinessComponent bc, Map<String, Object> data) InnerCrudmaService.update(BusinessComponent bc, Map<String, Object> data) UniversalCrudmaService.update(BusinessComponent bc, Map<String, Object> data) -
Uses of ActionResultDTO in org.cxbox.core.dto.rowmeta
Subclasses of ActionResultDTO in org.cxbox.core.dto.rowmetaModifier and TypeClassDescriptionclassMassActionResultDTO<T extends org.cxbox.api.data.dto.DataResponseDTO>Methods in org.cxbox.core.dto.rowmeta that return ActionResultDTOModifier and TypeMethodDescriptionActionResultDTO.setAction(PostAction postAction) ActionResultDTO.setActions(List<PostAction> postActions) -
Uses of ActionResultDTO in org.cxbox.core.service
Methods in org.cxbox.core.service that return ActionResultDTOModifier and TypeMethodDescriptionAnySourceResponseService.deleteEntity(BusinessComponent bc) Deletes an entity based on a business componentResponseService.deleteEntity(BusinessComponent bc) Deletes an entity based on a business componentAnySourceResponseService.invokeAction(BusinessComponent bc, String actionName, org.cxbox.api.data.dto.DataResponseDTO data) Invokes action with given name, add preactions, loads or updates entity if necessaryResponseService.invokeAction(BusinessComponent bc, String actionName, org.cxbox.api.data.dto.DataResponseDTO data) Invokes action with given name, add preactions, loads or updates entity if necessaryAnySourceResponseService.onCancel(BusinessComponent bc) Returns actions invoked with cancelResponseService.onCancel(BusinessComponent bc) Returns actions invoked with cancelAnySourceResponseService.preview(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) Updates an entity based on a business component by DTO Used in forceactive fieldsResponseService.preview(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) Updates an entity based on a business component by DTO Used in forceactive fieldsAnySourceResponseService.updateEntity(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) Updates an entity based on a business component by DTOResponseService.updateEntity(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) Updates an entity based on a business component by DTO -
Uses of ActionResultDTO in org.cxbox.core.service.action
Methods in org.cxbox.core.service.action that return ActionResultDTOModifier and TypeMethodDescriptionActionDescription.invoke(BusinessComponent bc, T data) ActionInvoker.invoke(BusinessComponent bc, T data) abstract ActionResultDTO<T>ResponseServiceAction.invoke(BusinessComponent bc, T data)