Class AbstractCxSegmentStrategy

    • Constructor Detail

      • AbstractCxSegmentStrategy

        public AbstractCxSegmentStrategy()
    • Method Detail

      • addProviderPrefixAndSeparatorToSegments

        protected void addProviderPrefixAndSeparatorToSegments​(java.lang.String providerId,
                                                               java.util.List<? extends BaseSegmentData> segments)
        Adds prefixes to collection of given segments basing on configured properties.
        Parameters:
        providerId - provider ID that will be used to look for properties key
        segments - segments collection to update segment codes
      • setConfigurationService

        public void setConfigurationService​(ConfigurationService configurationService)