Uses of Class
de.hybris.platform.integrationbackoffice.dto.AbstractListItemDTO
-
-
Uses of AbstractListItemDTO in de.hybris.platform.integrationbackoffice.dto
Subclasses of AbstractListItemDTO in de.hybris.platform.integrationbackoffice.dto Modifier and Type Class Description classListItemAttributeDTOclassListItemClassificationAttributeDTO -
Uses of AbstractListItemDTO in de.hybris.platform.integrationbackoffice.services
Method parameters in de.hybris.platform.integrationbackoffice.services with type arguments of type AbstractListItemDTO Modifier and Type Method Description IntegrationObjectModelWriteService. createDefinitions(IntegrationObjectModel integrationObject, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> objectMap, java.lang.String rootCode)Builds an integration object's items and their associated attributes from a map. -
Uses of AbstractListItemDTO in de.hybris.platform.integrationbackoffice.widgets.editor.controllers
Methods in de.hybris.platform.integrationbackoffice.widgets.editor.controllers that return types with arguments of type AbstractListItemDTO Modifier and Type Method Description java.util.Map<ComposedTypeModel,java.util.Map<java.lang.String,java.util.List<AbstractListItemDTO>>>IntegrationObjectEditorController. getAttributeDuplicationMap()java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>IntegrationObjectEditorController. getCurrentAttributesMap()Method parameters in de.hybris.platform.integrationbackoffice.widgets.editor.controllers with type arguments of type AbstractListItemDTO Modifier and Type Method Description voidIntegrationObjectEditorController. compileSubtypeDataSet(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> existingDefinitions)voidIntegrationObjectEditorController. setCurrentAttributesMap(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currentAttributesMap) -
Uses of AbstractListItemDTO in de.hybris.platform.integrationbackoffice.widgets.editor.utility
Methods in de.hybris.platform.integrationbackoffice.widgets.editor.utility that return types with arguments of type AbstractListItemDTO Modifier and Type Method Description static java.util.Map<ComposedTypeModel,java.util.Map<java.lang.String,java.util.List<AbstractListItemDTO>>>EditorUtils. compileDuplicationMap(ComposedTypeModel currentType, java.util.List<AbstractListItemDTO> currentAttributes, java.util.Map<ComposedTypeModel,java.util.Map<java.lang.String,java.util.List<AbstractListItemDTO>>> duplicationMap)Constructs a map with entries of duplicate attribute names associated to list items.static java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>EditorUtils. convertIntegrationObjectToDTOMap(ReadService readService, IntegrationObjectModel integrationObject)Converts an integration object's contents to a map of lists of DTOsstatic java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>EditorTrimmer. trimMap(ReadService rs, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> fullMap, org.zkoss.zul.Tree composedTypeTree, 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.static java.util.List<AbstractListItemDTO>EditorUtils. updateDTOs(java.util.List<AbstractListItemDTO> oldDTOs, java.util.List<AbstractListItemDTO> newDTOs)Updates attributes of a list of DTOs by getting the attributes of another list of DTOsMethods in de.hybris.platform.integrationbackoffice.widgets.editor.utility with parameters of type AbstractListItemDTO Modifier and Type Method Description static org.zkoss.zul.ListitemEditorUtils. createListItem(AbstractListItemDTO dto, boolean isComplex, boolean hasSubtypes, java.util.List<java.lang.String> labels, boolean inEditMode, ReadService readService)Creates a list itemstatic org.zkoss.zul.TreeitemEditorUtils. renameTreeitem(org.zkoss.zul.Treeitem treeitem, AbstractListItemDTO dto)Renames a tree itemMethod parameters in de.hybris.platform.integrationbackoffice.widgets.editor.utility with type arguments of type AbstractListItemDTO Modifier and Type Method Description static java.util.Map<ComposedTypeModel,java.util.Map<java.lang.String,java.util.List<AbstractListItemDTO>>>EditorUtils. compileDuplicationMap(ComposedTypeModel currentType, java.util.List<AbstractListItemDTO> currentAttributes, java.util.Map<ComposedTypeModel,java.util.Map<java.lang.String,java.util.List<AbstractListItemDTO>>> duplicationMap)Constructs a map with entries of duplicate attribute names associated to list items.static java.util.Map<ComposedTypeModel,java.util.Map<java.lang.String,java.util.List<AbstractListItemDTO>>>EditorUtils. compileDuplicationMap(ComposedTypeModel currentType, java.util.List<AbstractListItemDTO> currentAttributes, java.util.Map<ComposedTypeModel,java.util.Map<java.lang.String,java.util.List<AbstractListItemDTO>>> duplicationMap)Constructs a map with entries of duplicate attribute names associated to list items.static java.util.Set<TreeNodeData>EditorUtils. getReferenceClassificationAttributes(java.util.List<AbstractListItemDTO> dtoList)Builds tree node data for reference type classification attributesstatic java.util.Set<AttributeDescriptorModel>EditorUtils. getStructuredAttributes(java.util.List<AbstractListItemDTO> dtoList)Gets the attribute descriptors of collection and map attributes from a list of DTOsstatic booleanEditorUtils. isClassificationAttributePresent(ClassAttributeAssignmentModel classAttributeAssignmentModel, java.util.List<AbstractListItemDTO> dtos)Determines whether or not a classification exists in the list of DTOs to avoid creating a duplicate of the exact same entry.static booleanEditorUtils. markRowsWithDuplicateNames(java.util.Collection<org.zkoss.zul.Listitem> items, java.util.Map<java.lang.String,java.util.List<AbstractListItemDTO>> duplicateEntries)Modifies the sClass of the list items to show highlights on duplicate items.static java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>EditorTrimmer. trimMap(ReadService rs, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> fullMap, org.zkoss.zul.Tree composedTypeTree, 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.static java.util.List<AbstractListItemDTO>EditorUtils. updateDTOs(java.util.List<AbstractListItemDTO> oldDTOs, java.util.List<AbstractListItemDTO> newDTOs)Updates attributes of a list of DTOs by getting the attributes of another list of DTOsstatic java.lang.StringEditorValidator. validateDefinitions(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> definitionMap)Validates that each IntegrationObjectItem contains at least one defined attribute.static java.lang.StringEditorValidator. validateHasKey(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> definitionMap)Validates that each IntegrationObjectItem contains at least one attribute marked as unique.static java.lang.StringEditorValidator. validateHasNoDuplicateAttributeNames(java.util.Map<ComposedTypeModel,java.util.Map<java.lang.String,java.util.List<AbstractListItemDTO>>> duplicationMap)Validates whether there are two or more attributes under the same composed with the same name. -
Uses of AbstractListItemDTO in de.hybris.platform.integrationbackoffice.widgets.modals.data
Methods in de.hybris.platform.integrationbackoffice.widgets.modals.data that return AbstractListItemDTO Modifier and Type Method Description AbstractListItemDTORenameAttributeModalData. getDto()Methods in de.hybris.platform.integrationbackoffice.widgets.modals.data that return types with arguments of type AbstractListItemDTO Modifier and Type Method Description java.util.List<AbstractListItemDTO>RenameAttributeModalData. getAttributes()Constructors in de.hybris.platform.integrationbackoffice.widgets.modals.data with parameters of type AbstractListItemDTO Constructor Description RenameAttributeModalData(java.util.List<AbstractListItemDTO> attributes, AbstractListItemDTO dto, ComposedTypeModel parent)Constructor parameters in de.hybris.platform.integrationbackoffice.widgets.modals.data with type arguments of type AbstractListItemDTO Constructor Description RenameAttributeModalData(java.util.List<AbstractListItemDTO> attributes, AbstractListItemDTO dto, ComposedTypeModel parent) -
Uses of AbstractListItemDTO in de.hybris.platform.integrationbackoffice.widgets.modals.utility
Method parameters in de.hybris.platform.integrationbackoffice.widgets.modals.utility with type arguments of type AbstractListItemDTO Modifier and Type Method Description static booleanModalUtils. isAliasUnique(java.lang.String alias, java.util.List<AbstractListItemDTO> attributes)
-