Class RealmDirectoryPanel.RealmDataProvider

All Implemented Interfaces:
Serializable, ISortStateLocator<String>, ISortableDataProvider<RealmTO,String>, IDataProvider<RealmTO>, IDetachable, IClusterable
Enclosing class:
RealmDirectoryPanel

protected class RealmDirectoryPanel.RealmDataProvider extends DirectoryDataProvider<RealmTO>
See Also:
  • Field Details

    • base

      protected String base
    • fiql

      protected String fiql
    • currentPage

      protected int currentPage
    • searchErrorNotified

      protected boolean searchErrorNotified
  • Method Details

    • iterator

      public Iterator<RealmTO> iterator(long first, long count)
    • size

      public long size()
    • model

      public IModel<RealmTO> model(RealmTO object)
    • buildQuery

      protected RealmQuery buildQuery()
    • handleSearchException

      protected void handleSearchException(Exception e)