Interface IPagePoolQueries


public interface IPagePoolQueries
This is an interace to access the pagepool table with
Author:
I-D Media AG
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull List<Long[]>
    Get a list of elements not yet in translation to identify which may still have a custom message
    @NotNull List<? extends IPagePool>
    getRecentlyUpdatedElements(boolean bImported)
    Get a list of recently updated pagepool elements
  • Method Details

    • getOpenTickets

      @NotNull @NotNull List<Long[]> getOpenTickets()
      Get a list of elements not yet in translation to identify which may still have a custom message
      Returns:
    • getRecentlyUpdatedElements

      @NotNull @NotNull List<? extends IPagePool> getRecentlyUpdatedElements(boolean bImported)
      Get a list of recently updated pagepool elements
      Parameters:
      bImported -
      Returns: