Uses of Interface
org.nuxeo.ecm.user.center.profile.UserProfileService
-
Packages that use UserProfileService Package Description org.nuxeo.ecm.user.center.profile org.nuxeo.ecm.user.center.profile.rest -
-
Uses of UserProfileService in org.nuxeo.ecm.user.center.profile
Classes in org.nuxeo.ecm.user.center.profile that implement UserProfileService Modifier and Type Class Description class
UserProfileServiceImpl
Implementation ofUserProfileService
.Methods in org.nuxeo.ecm.user.center.profile with parameters of type UserProfileService Modifier and Type Method Description void
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 UserProfileService Modifier and Type Field Description protected UserProfileService
UserProfileEnricher. userProfileService
-