Uses of Class
com.iizix.server.agreement.LicenseAgreement
Packages that use LicenseAgreement Package Description com.iizix.server.agreement Uses of LicenseAgreement in com.iizix.server.agreement
Fields in com.iizix.server.agreement declared as LicenseAgreement Modifier and Type Field Description LicenseAgreement
AcceptedAgreement. agreement
The agreement accepted.Methods in com.iizix.server.agreement that return LicenseAgreement Modifier and Type Method Description static LicenseAgreement
LicenseAgreement. createLicenseAgreement(java.lang.String name, java.lang.String languageCode, java.lang.String description, java.lang.String text)
Creates a new license agreement, possibly replacing an old one with this one for the defined texts.Methods in com.iizix.server.agreement that return types with arguments of type LicenseAgreement Modifier and Type Method Description static java.util.ArrayList<LicenseAgreement>
LicenseAgreements. getLicenseAgreementIDs(java.lang.String name, boolean latest)
Gets all the license agreement IDs, and only the latest depending on the flag.Constructors in com.iizix.server.agreement with parameters of type LicenseAgreement Constructor Description AcceptedAgreement(LicenseAgreement agreement, java.lang.String languageCode, AuthenticatedUser user, ClientSessionGyro clientGyro)
Constructs a user acceptance of an agreement.