Uses of Class
org.cxbox.core.dto.rowmeta.ActionResultDTO
-
Packages that use ActionResultDTO Package Description org.cxbox.core.crudma org.cxbox.core.crudma.impl org.cxbox.core.crudma.impl.inner org.cxbox.core.dto.rowmeta org.cxbox.core.service org.cxbox.core.service.action -
-
Uses of ActionResultDTO in org.cxbox.core.crudma
Methods in org.cxbox.core.crudma that return ActionResultDTO Modifier and Type Method Description ActionResultDTOCrudma. delete(BusinessComponent bc)Deletes an entity based on a business componentActionResultDTOCrudmaGateway. delete(CrudmaActionHolder.CrudmaAction crudmaAction)ActionResultDTOCrudma. invokeAction(BusinessComponent bc, String actionName, Map<String,Object> data)Invokes action with given name, add preactions, loads or updates entity if necessaryActionResultDTOCrudmaGateway. invokeAction(CrudmaActionHolder.CrudmaAction crudmaAction, Map<String,Object> data)ActionResultDTOCrudma. update(BusinessComponent bc, Map<String,Object> data)Updates an entity based on a business component by mapActionResultDTOCrudmaGateway. 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 ActionResultDTO Modifier and Type Method Description protected ActionResultDTO<T>HistoricityResponseService. copy(BusinessComponent bc, T dto)ActionResultDTOAbstractCrudmaService. delete(BusinessComponent bc)ActionResultDTO<T>AbstractResponseService. deleteEntity(BusinessComponent bc)ActionResultDTO<T>HistoricityResponseService. deleteEntity(BusinessComponent bc)protected ActionResultDTO<T>VersionAwareResponseService. doPreview(E entity, T data, BusinessComponent bc)protected ActionResultDTO<T>HistoricityResponseService. doUpdateEntity(E entity, T data, BusinessComponent bc)protected abstract ActionResultDTO<T>VersionAwareResponseService. doUpdateEntity(E entity, T data, BusinessComponent bc)ActionResultDTOAbstractCrudmaService. invokeAction(BusinessComponent bc, String actionName, Map<String,Object> data)ActionResultDTO<T>AbstractResponseService. invokeAction(BusinessComponent bc, String actionName, org.cxbox.api.data.dto.DataResponseDTO data)ActionResultDTOAbstractResponseService. onCancel(BusinessComponent bc)ActionResultDTO<T>AbstractResponseService. preview(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data)ActionResultDTO<T>VersionAwareResponseService. preview(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data)ActionResultDTOAbstractCrudmaService. update(BusinessComponent bc, Map<String,Object> data)ActionResultDTO<T>AbstractResponseService. updateEntity(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data)ActionResultDTO<T>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 ActionResultDTO Modifier and Type Method Description ActionResultDTOInnerCrudmaService. delete(BusinessComponent bc)ActionResultDTOInnerCrudmaService. invokeAction(BusinessComponent bc, String actionName, Map<String,Object> data)ActionResultDTOUniversalCrudmaService. invokeAction(BusinessComponent bc, String actionName, Map<String,Object> data)ActionResultDTOInnerCrudmaService. update(BusinessComponent bc, Map<String,Object> data)ActionResultDTOUniversalCrudmaService. 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 ActionResultDTO Modifier and Type Method Description ActionResultDTO<T>ActionResultDTO. setAction(PostAction postAction)ActionResultDTO<T>ActionResultDTO. setActions(List<PostAction> postActions) -
Uses of ActionResultDTO in org.cxbox.core.service
Methods in org.cxbox.core.service that return ActionResultDTO Modifier and Type Method Description ActionResultDTO<T>ResponseService. deleteEntity(BusinessComponent bc)Deletes an entity based on a business componentActionResultDTO<T>ResponseService. invokeAction(BusinessComponent bc, String actionName, org.cxbox.api.data.dto.DataResponseDTO data)Invokes action with given name, add preactions, loads or updates entity if necessaryActionResultDTOResponseService. onCancel(BusinessComponent bc)Returns actions invoked with cancelActionResultDTO<T>ResponseService. preview(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data)Updates an entity based on a business component by DTO Used in forceactive fieldsActionResultDTO<T>ResponseService. 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 ActionResultDTO Modifier and Type Method Description ActionResultDTO<T>ActionDescription. invoke(BusinessComponent bc, T data)ActionResultDTO<T>ActionInvoker. invoke(BusinessComponent bc, T data)abstract ActionResultDTO<T>ResponseServiceAction. invoke(BusinessComponent bc, T data)
-