Uses of Interface
org.nuxeo.ecm.user.center.profile.UserProfileService
Packages that use UserProfileService
-
Uses of UserProfileService in org.nuxeo.ecm.user.center.profile
Classes in org.nuxeo.ecm.user.center.profile that implement UserProfileServiceModifier and TypeClassDescriptionclassImplementation ofUserProfileService.Methods in org.nuxeo.ecm.user.center.profile with parameters of type UserProfileServiceModifier and TypeMethodDescriptionvoidUserProfileImporter.doImport(CoreSession session, org.apache.commons.csv.CSVParser parser, UserProfileService userProfileService) protected booleanUserProfileImporter.importLine(org.apache.commons.csv.CSVRecord record, long lineNumber, Integer nameIndex, DocumentType docType, CoreSession session, UserProfileService userProfileService, Map<String, Integer> headerValues) Import a line from the CSV file.protected booleanUserProfileImporter.updateDocument(long lineNumber, String name, DocumentType docType, CoreSession session, UserProfileService userProfileService, Map<String, Serializable> properties) -
Uses of UserProfileService in org.nuxeo.ecm.user.center.profile.rest
Fields in org.nuxeo.ecm.user.center.profile.rest declared as UserProfileServiceModifier and TypeFieldDescriptionprotected UserProfileServiceUserProfileEnricher.userProfileService