Package com.iizix.server.agreement
Class LicenseAgreements
java.lang.Object
com.iizix.server.agreement.LicenseAgreements
Methods for license agreements ---
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescription- static final StringThe latest standard license agreement for iiziGo: "go".- static final StringThe latest standard license agreement for iiziRun.- static final StringThe latest standard license agreement for iiziServer: "srv".- static final StringThe "Not Applicable" standard license agreement: "n/a".
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static ArrayList<LicenseAgreement>- getLicenseAgreementIDs- (String name, boolean latest) Gets all the license agreement IDs, and only the latest depending on the flag.
- Field Details- NOT_APPLICABLEThe "Not Applicable" standard license agreement: "n/a".- See Also:
 
- IIZI_GOThe latest standard license agreement for iiziGo: "go".- See Also:
 
- IIZI_RUNThe latest standard license agreement for iiziRun.- See Also:
 
- IIZI_SERVERThe latest standard license agreement for iiziServer: "srv".- See Also:
 
 
- Constructor Details- LicenseAgreementspublic LicenseAgreements()
 
- Method Details- getLicenseAgreementIDspublic 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.