| Package | Description |
|---|---|
| org.craftercms.profile.api.services |
| Modifier and Type | Method and Description |
|---|---|
ProfileAttachment |
ProfileService.addProfileAttachment(String profileId,
String attachmentName,
InputStream file)
Saves a Profile Attachment
|
ProfileAttachment |
ProfileService.getProfileAttachmentInformation(String profileId,
String attachmentId)
Gets Profile attachment Information.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileAttachment> |
ProfileService.getProfileAttachments(String profileId)
List all Attachments for the given profile.
|
Copyright © 2015 CrafterCMS. All Rights Reserved.