Interface IDatabaseQueries


public interface IDatabaseQueries
Database Queries
Author:
I-D Media AG
  • Method Details

    • getPageStatusQuery

      @NotNull @NotNull IPageStatusQuery getPageStatusQuery()
    • getTranslationChecksumsQuery

      @NotNull @NotNull ITranslationChecksums getTranslationChecksumsQuery()
    • getJobQueries

      @NotNull @NotNull IJobQueries getJobQueries()
    • getPagePoolQueries

      @NotNull @NotNull IPagePoolQueries getPagePoolQueries()
    • getConnectorQueries

      @NotNull @NotNull IConnectorQueries getConnectorQueries()
    • getManagementQueries

      @NotNull @NotNull IManagementQueries getManagementQueries()
    • getMetricsQueries

      @NotNull @NotNull IMetricsQueries getMetricsQueries()
    • getPagePoolOperations

      @NotNull @NotNull IPagePoolOperations getPagePoolOperations() throws IOException
      Throws:
      IOException
    • saveTransferredFiles

      int saveTransferredFiles(@NotNull @NotNull List<ITransferedFile> vpFiles, @NotNull @NotNull String sConnectorId, long lJobId)
    • hasNonUrgentMonitoredFiles

      @Deprecated boolean hasNonUrgentMonitoredFiles(@NotNull @NotNull String sConnectorId)
      Deprecated.
    • hasNonUrgentMonitoredFiles

      boolean hasNonUrgentMonitoredFiles(@NotNull @NotNull String sConnectorId, @NotNull @NotNull String sSourceLangauge, @NotNull @NotNull String sTargetLanguage)
    • getStarterTableQueries

      @NotNull @NotNull IStarterTableQueries getStarterTableQueries()