Uses of Class
com.iizix.server.agreement.LicenseAgreement
Uses of LicenseAgreement in com.iizix.server.agreement
Modifier and TypeFieldDescriptionfinal LicenseAgreement
AcceptedAgreement.agreement
The agreement accepted.Modifier and TypeMethodDescriptionstatic LicenseAgreement
LicenseAgreement.createLicenseAgreement
(String name, String languageCode, String description, String text) Creates a new license agreement, possibly replacing an old one with this one for the defined texts.Modifier and TypeMethodDescriptionstatic ArrayList<LicenseAgreement>
LicenseAgreements.getLicenseAgreementIDs
(String name, boolean latest) Gets all the license agreement IDs, and only the latest depending on the flag.ModifierConstructorDescriptionAcceptedAgreement
(LicenseAgreement agreement, String languageCode, AuthenticatedUser user, ClientSessionGyro clientGyro) Constructs a user acceptance of an agreement.