Interface IDatabaseExaminer

All Superinterfaces:
IDatabaseObjectExaminer
All Known Implementing Classes:
DatabaseExaminer

public interface IDatabaseExaminer extends IDatabaseObjectExaminer
Author:
Silvan Wyss
  • Method Details

    • allNewAndEditedMandatoryFieldsAreSet

      boolean allNewAndEditedMandatoryFieldsAreSet(IDatabase database)
      Parameters:
      database -
      Returns:
      true if all new and edited mandatory fields of the given database are set, false otherwise.
    • canSaveChanges

      boolean canSaveChanges(IDatabase database)
      Parameters:
      database -
      Returns:
      true if the given database can save its chances, false otherwise.