Class ExportRepository

java.lang.Object
com.levigo.jadice.web.server.export.ExportRepository

@Component public class ExportRepository extends Object
Customer specific repository

Allows the registration of new ExportMetas via register(ExportMeta).

Uses GeneratedIdRepository to store references of an arbitrary number of ExportMetas.

  • Field Details

    • KEY

      public static final String KEY
  • Constructor Details

    • ExportRepository

      public ExportRepository()
  • Method Details