Uses of Class
org.cxbox.core.dto.rowmeta.ActionsDTO
Packages that use ActionsDTO
Package
Description
-
Uses of ActionsDTO in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl that return ActionsDTOModifier and TypeMethodDescriptionAbstractAnySourceResponseService.getAvailableActions(RowMetaType metaType, org.cxbox.api.data.dto.DataResponseDTO data, BusinessComponent bc) AbstractResponseService.getAvailableActions(RowMetaType metaType, org.cxbox.api.data.dto.DataResponseDTO data, BusinessComponent bc) Methods in org.cxbox.core.crudma.impl with parameters of type ActionsDTOModifier and TypeMethodDescriptionprotected MetaDTOAbstractCrudmaService.buildMeta(List<org.cxbox.api.data.dto.rowmeta.FieldDTO> fields, ActionsDTO actions) -
Uses of ActionsDTO in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta that return ActionsDTOModifier and TypeMethodDescriptionActionsDTO.addGroup(String type, String label, int maxGroupVisualButtonsCount, List<org.cxbox.api.data.dto.rowmeta.ActionDTO> actionDtos, ActionIconSpecifier icon, boolean showOnlyIcon) ActionsDTO.addMethod(int position, ActionDescription actionDescription, BusinessComponent bc) ActionsDTO.addMethod(ActionDescription actionDescription, BusinessComponent bc) -
Uses of ActionsDTO in org.cxbox.core.service
Methods in org.cxbox.core.service that return ActionsDTOModifier and TypeMethodDescriptionAnySourceResponseService.getAvailableActions(RowMetaType metaType, org.cxbox.api.data.dto.DataResponseDTO data, BusinessComponent bc) Returns actions for entity with conditions of their availability invoke method getActionsResponseService.getAvailableActions(RowMetaType metaType, org.cxbox.api.data.dto.DataResponseDTO data, BusinessComponent bc) Returns actions for entity with conditions of their availability invoke method getActions -
Uses of ActionsDTO in org.cxbox.core.service.action
Methods in org.cxbox.core.service.action that return ActionsDTO -
Uses of ActionsDTO in org.cxbox.core.service.rowmeta
Methods in org.cxbox.core.service.rowmeta with parameters of type ActionsDTOModifier and TypeMethodDescriptionAnySourceRowResponseService.getAnySourceResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, ActionsDTO actionDTO, Class<? extends AnySourceFieldMetaBuilder> fieldMetaBuilder) RowResponseService.getResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, ActionsDTO actionDTO, Class<? extends FieldMetaBuilder> fieldMetaBuilder)