Uses of Class
de.hybris.platform.integrationbackoffice.widgets.modeling.data.IntegrationObjectPresentation
-
-
Uses of IntegrationObjectPresentation in de.hybris.platform.integrationbackoffice.widgets.modeling.controllers
Methods in de.hybris.platform.integrationbackoffice.widgets.modeling.controllers with parameters of type IntegrationObjectPresentation Modifier and Type Method Description voidIntegrationObjectEditorContainerController. setEditorPresentation(IntegrationObjectPresentation editorPresentation)voidIntegrationObjectEditorTreeController. setIntegrationObjectEditorData(IntegrationObjectPresentation integrationObjectPresentation) -
Uses of IntegrationObjectPresentation in de.hybris.platform.integrationbackoffice.widgets.modeling.utility
Methods in de.hybris.platform.integrationbackoffice.widgets.modeling.utility with parameters of type IntegrationObjectPresentation Modifier and Type Method Description static java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>EditorTrimmer. trimMap(IntegrationObjectPresentation editorData, boolean considerSubtypes)Trims the map created during the editing process so that it only contains checked/selected items so that it is leaner for the persistence process.
-