Uses of Class
io.meeds.notes.model.TermsAndConditionPage
Packages that use TermsAndConditionPage
-
Uses of TermsAndConditionPage in io.meeds.notes.rest
Methods in io.meeds.notes.rest that return TermsAndConditionPageModifier and TypeMethodDescriptionTermsAndConditionsRest.saveTermsAndConditions(String content, String lang) TermsAndConditionsRest.updateTermsAndConditionsSettings(Optional<Boolean> published, String lang) Methods in io.meeds.notes.rest that return types with arguments of type TermsAndConditionPageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TermsAndConditionPage> TermsAndConditionsRest.getTermsAndConditionPage(jakarta.servlet.http.HttpServletRequest request, String lang) -
Uses of TermsAndConditionPage in io.meeds.notes.service
Methods in io.meeds.notes.service that return TermsAndConditionPageModifier and TypeMethodDescriptionTermsAndConditionsService.getTermsAndConditions(String lang) TermsAndConditionsService.saveTermsAndConditions(String content, String lang, org.exoplatform.services.security.Identity currentUserAclIdentity) TermsAndConditionsService.updateTermsAndConditionsSettings(boolean published, String lang, org.exoplatform.services.security.Identity currentUserAclIdentity)