Uses of Interface
org.nuxeo.ecm.user.center.profile.UserProfileService
-
Uses of UserProfileService in org.nuxeo.ecm.user.center.profile
Modifier and TypeClassDescriptionclass
Implementation ofUserProfileService
.Modifier and TypeMethodDescriptionvoid
UserProfileImporter.doImport
(CoreSession session, org.apache.commons.csv.CSVParser parser, UserProfileService userProfileService) protected boolean
UserProfileImporter.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 boolean
UserProfileImporter.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
Modifier and TypeFieldDescriptionprotected UserProfileService
UserProfileEnricher.userProfileService