Class LicenseAgreements

java.lang.Object
com.iizix.server.agreement.LicenseAgreements

public class LicenseAgreements extends Object
Methods for license agreements ---
Author:
Christopher Mindus
  • Field Details

  • Constructor Details

    • LicenseAgreements

      public LicenseAgreements()
  • Method Details

    • getLicenseAgreementIDs

      public static ArrayList<LicenseAgreement> getLicenseAgreementIDs(String name, boolean latest) throws SQLException, NotFoundException
      Gets all the license agreement IDs, and only the latest depending on the flag.
      Parameters:
      name - The short name of the agreement, null for all.
      latest - true to get only the latest, false for all.
      Returns:
      An array with all license agreement IDs. No item in the array is null.
      Throws:
      NotFoundException - If none is found.
      SQLException - For SQL exceptions.