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 classListItemAttributeDTOclassListItemClassificationAttributeDTOclassListItemVirtualAttributeDTOMethods in de.hybris.platform.integrationbackoffice.dto that return AbstractListItemDTO Modifier and Type Method Description abstract AbstractListItemDTOAbstractListItemDTO. findMatch(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currentAttributesMap, ComposedTypeModel parentComposedType)AbstractListItemDTOListItemAttributeDTO. findMatch(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currentAttributesMap, ComposedTypeModel parentComposedType)AbstractListItemDTOListItemClassificationAttributeDTO. findMatch(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currentAttributesMap, ComposedTypeModel parentComposedType)AbstractListItemDTOListItemVirtualAttributeDTO. findMatch(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currentAttributesMap, ComposedTypeModel parentComposedType)Method parameters in de.hybris.platform.integrationbackoffice.dto with type arguments of type AbstractListItemDTO Modifier and Type Method Description abstract AbstractListItemDTOAbstractListItemDTO. findMatch(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currentAttributesMap, ComposedTypeModel parentComposedType)AbstractListItemDTOListItemAttributeDTO. findMatch(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currentAttributesMap, ComposedTypeModel parentComposedType)AbstractListItemDTOListItemClassificationAttributeDTO. findMatch(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currentAttributesMap, ComposedTypeModel parentComposedType)AbstractListItemDTOListItemVirtualAttributeDTO. findMatch(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currentAttributesMap, ComposedTypeModel parentComposedType) -
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.builders
Methods in de.hybris.platform.integrationbackoffice.widgets.builders that return types with arguments of type AbstractListItemDTO Modifier and Type Method Description java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>DataStructureBuilder. loadExistingDefinitions(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> existingDefinitions, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currAttrMap)java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>DefaultDataStructureBuilder. loadExistingDefinitions(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> existingDefinitions, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currAttrMap)java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>DataStructureBuilder. populateAttributesMap(ComposedTypeModel typeModel, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currAttrMap)java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>DefaultDataStructureBuilder. populateAttributesMap(ComposedTypeModel typeModel, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currAttrMap)Method parameters in de.hybris.platform.integrationbackoffice.widgets.builders with type arguments of type AbstractListItemDTO Modifier and Type Method Description java.util.Set<SubtypeData>DataStructureBuilder. compileSubtypeDataSet(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> existingDefinitions, java.util.Set<SubtypeData> subtypeDataSet)java.util.Set<SubtypeData>DefaultDataStructureBuilder. compileSubtypeDataSet(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> existingDefinitions, java.util.Set<SubtypeData> subtypeDataSet)java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>DataStructureBuilder. loadExistingDefinitions(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> existingDefinitions, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currAttrMap)java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>DefaultDataStructureBuilder. loadExistingDefinitions(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> existingDefinitions, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currAttrMap)java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>DataStructureBuilder. populateAttributesMap(ComposedTypeModel typeModel, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currAttrMap)java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>DefaultDataStructureBuilder. populateAttributesMap(ComposedTypeModel typeModel, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currAttrMap) -
Uses of AbstractListItemDTO in de.hybris.platform.integrationbackoffice.widgets.editor.controllers
Methods in de.hybris.platform.integrationbackoffice.widgets.editor.controllers with parameters of type AbstractListItemDTO Modifier and Type Method Description voidIntegrationObjectEditorTreeController. createDynamicTreeNode(AbstractListItemDTO dto) -
Uses of AbstractListItemDTO in de.hybris.platform.integrationbackoffice.widgets.editor.data
Methods in de.hybris.platform.integrationbackoffice.widgets.editor.data that return AbstractListItemDTO Modifier and Type Method Description AbstractListItemDTORenameTreeData. getMatchedDTO()Methods in de.hybris.platform.integrationbackoffice.widgets.editor.data 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>>>IntegrationObjectPresentation. getAttributeDuplicationMap()java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>IntegrationObjectPresentation. getCurrentAttributesMap()java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>>CreateTreeData. getDefinitionMap()Method parameters in de.hybris.platform.integrationbackoffice.widgets.editor.data with type arguments of type AbstractListItemDTO Modifier and Type Method Description voidIntegrationObjectPresentation. setAttributeDuplicationMap(java.util.Map<ComposedTypeModel,java.util.Map<java.lang.String,java.util.List<AbstractListItemDTO>>> attributeDuplicationMap)voidIntegrationObjectPresentation. setCurrentAttributesMap(java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> currentAttributesMap)Constructors in de.hybris.platform.integrationbackoffice.widgets.editor.data with parameters of type AbstractListItemDTO Constructor Description RenameTreeData(ComposedTypeModel parentComposedType, AbstractListItemDTO matchedDTO, java.lang.String qualifier)Constructor parameters in de.hybris.platform.integrationbackoffice.widgets.editor.data with type arguments of type AbstractListItemDTO Constructor Description CreateTreeData(ComposedTypeModel root, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> definitionMap) -
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(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.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.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.controllers
Method parameters in de.hybris.platform.integrationbackoffice.widgets.modals.controllers with type arguments of type AbstractListItemDTO Modifier and Type Method Description voidCreateVirtualAttributeModalController. loadCreateIntegrationObjectModal(java.util.List<AbstractListItemDTO> attributes) -
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.lang.String qualifier, java.util.List<AbstractListItemDTO> attributes)
-