Uses of Class
org.cxbox.core.dto.rowmeta.ActionsDTO
-
Packages that use ActionsDTO Package Description org.cxbox.core.crudma.impl org.cxbox.core.dto.rowmeta org.cxbox.core.service org.cxbox.core.service.action org.cxbox.core.service.rowmeta -
-
Uses of ActionsDTO in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl that return ActionsDTO Modifier and Type Method Description ActionsDTOAbstractResponseService. getAvailableActions(RowMetaType metaType, org.cxbox.api.data.dto.DataResponseDTO data, BusinessComponent bc)Methods in org.cxbox.core.crudma.impl with parameters of type ActionsDTO Modifier and Type Method Description protected 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 ActionsDTO Modifier and Type Method Description ActionsDTOActionsDTO. addGroup(String type, String label, int maxGroupVisualButtonsCount, List<org.cxbox.api.data.dto.rowmeta.ActionDTO> actionDtos, ActionIconSpecifier icon, boolean showOnlyIcon)ActionsDTOActionsDTO. addMethod(int position, ActionDescription actionDescription, BusinessComponent bc)ActionsDTOActionsDTO. addMethod(ActionDescription actionDescription, BusinessComponent bc) -
Uses of ActionsDTO in org.cxbox.core.service
Methods in org.cxbox.core.service that return ActionsDTO Modifier and Type Method Description ActionsDTOResponseService. 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 Modifier and Type Method Description ActionsDTOActions. toDto(BusinessComponent bc) -
Uses of ActionsDTO in org.cxbox.core.service.rowmeta
Methods in org.cxbox.core.service.rowmeta with parameters of type ActionsDTO Modifier and Type Method Description MetaDTORowResponseService. getResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, ActionsDTO actionDTO, Class<? extends FieldMetaBuilder> fieldMetaBuilder)
-