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) AbstractResponseService.deleteEntity(BusinessComponent bc) protected ActionResultDTO<T>VersionAwareResponseService.doPreview(E entity, T data, BusinessComponent bc) protected abstract ActionResultDTO<T>VersionAwareResponseService.doUpdateEntity(E entity, T data, BusinessComponent bc) AbstractCrudmaService.invokeAction(BusinessComponent bc, String actionName, Map<String, Object> data) AbstractResponseService.invokeAction(BusinessComponent bc, String actionName, org.cxbox.api.data.dto.DataResponseDTO data) AbstractResponseService.onCancel(BusinessComponent bc) AbstractResponseService.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) AbstractResponseService.updateEntity(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) 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 TypeMethodDescriptionInnerCrudmaService.delete(BusinessComponent bc) InnerCrudmaService.invokeAction(BusinessComponent bc, String actionName, Map<String, Object> data) UniversalCrudmaService.invokeAction(BusinessComponent bc, String actionName, 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
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 TypeMethodDescriptionResponseService.deleteEntity(BusinessComponent bc) Deletes an entity based on a business componentResponseService.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.onCancel(BusinessComponent bc) Returns actions invoked with cancelResponseService.preview(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) Updates an entity based on a business component by DTO Used in forceactive fieldsResponseService.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)