Class NumerationServiceImpl

java.lang.Object
pl.matsuo.core.service.numeration.NumerationServiceImpl
All Implemented Interfaces:
NumerationService

@Service
public class NumerationServiceImpl
extends Object
implements NumerationService
  • Field Details

    • database

      @Autowired protected Database database
    • freeMarkerConfiguration

      protected freemarker.template.Configuration freeMarkerConfiguration
    • numerationSchemaStrategies

      @Autowired protected List<NumerationSchemaStrategy> numerationSchemaStrategies
  • Constructor Details

    • NumerationServiceImpl

      public NumerationServiceImpl()
  • Method Details