Class MappingTargetPage

    • Field Detail

      • MAPPING_TARGET_PAGE

        protected static final java.lang.String MAPPING_TARGET_PAGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • MappingTargetPage

        public MappingTargetPage()
    • Method Detail

      • setShowManualCatalogVersionOption

        public void setShowManualCatalogVersionOption​(java.lang.String value)
      • isShowManualCatalogVersionOption

        protected boolean isShowManualCatalogVersionOption()
      • setMappingLineConfigService

        public void setMappingLineConfigService​(MappingLineConfigService mappingLineConfigService)
      • setTypeService

        public void setTypeService​(TypeService typeService)
      • getTypeService

        protected TypeService getTypeService()
      • setCatalogVersionService

        public void setCatalogVersionService​(CatalogVersionService catalogVersionService)
      • setCatalogTypeService

        public void setCatalogTypeService​(CatalogTypeService catalogTypeService)
      • getTargetTypeSelector

        public org.zkoss.zul.Combobox getTargetTypeSelector()
      • getCatalogVersionSelector

        public org.zkoss.zul.Combobox getCatalogVersionSelector()
      • filterNonRootTypes

        protected java.util.List<ObjectType> filterNonRootTypes​(java.util.List<ObjectType> types)
        Removes types that have their super-type (at any level) in the list.
        Parameters:
        types - list of types to be filtered
        Returns:
        filtered list of types (root types)
      • getSelectedTargetType

        public ObjectType getSelectedTargetType()
      • isManualCatalogVersionOption

        public boolean isManualCatalogVersionOption()
      • isCatalogItem

        public boolean isCatalogItem()
        Return true if selected type need a catalog version
      • isManualUniqueOption

        public boolean isManualUniqueOption()