Interface StructureTypeModeService

All Known Implementing Classes:
DefaultStructureTypeModeService

public interface StructureTypeModeService
Service that computes the ComponentTypeStructure from a given TYPECODE and mode
  • Method Details

    • getComponentTypeByCodeAndMode

      ComponentTypeStructure getComponentTypeByCodeAndMode(String typeCode, StructureTypeMode mode)
      Get a single component type structure for a given structure type mode.
      Parameters:
      typeCode - - the _TYPECODE of the component type to retrieve from the base mode
      mode - - the mode of the structure type
      Returns:
      the component type structure or null when the code and mode provided do not match any existing types