Uses of Class
com.iizix.server.agreement.LicenseAgreement
Packages that use LicenseAgreement
Uses of LicenseAgreement in com.iizix.server.agreement
Fields in com.iizix.server.agreement declared as LicenseAgreementModifier and TypeFieldDescriptionfinal LicenseAgreementAcceptedAgreement.agreementThe agreement accepted.Methods in com.iizix.server.agreement that return LicenseAgreementModifier and TypeMethodDescriptionstatic LicenseAgreementLicenseAgreement.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.Methods in com.iizix.server.agreement that return types with arguments of type LicenseAgreementModifier and TypeMethodDescriptionstatic ArrayList<LicenseAgreement>LicenseAgreements.getLicenseAgreementIDs(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 LicenseAgreementModifierConstructorDescriptionAcceptedAgreement(LicenseAgreement agreement, String languageCode, AuthenticatedUser user, ClientSessionGyro clientGyro) Constructs a user acceptance of an agreement.