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 TypeClassDescriptionclass
Implementation ofUserProfileService
.Methods in org.nuxeo.ecm.user.center.profile with parameters of type UserProfileServiceModifier 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
Fields in org.nuxeo.ecm.user.center.profile.rest declared as UserProfileServiceModifier and TypeFieldDescriptionprotected UserProfileService
UserProfileEnricher.userProfileService