Interface AcmeDataSource.IdChecker

  • All Known Implementing Classes:
    AcmeRepo
    Enclosing class:
    AcmeDataSource

    public static interface AcmeDataSource.IdChecker
    • Method Detail

      • accountIdExists

        boolean accountIdExists​(long id)
      • orderIdExists

        boolean orderIdExists​(long id)