public class BasePhotoService extends Object implements PhotoService
| Constructor and Description |
|---|
BasePhotoService() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPhotoAsByteArray(String userId) |
boolean |
overRidesDefault() |
void |
savePhoto(byte[] data,
String userId) |
public byte[] getPhotoAsByteArray(String userId)
getPhotoAsByteArray in interface PhotoServicepublic boolean overRidesDefault()
overRidesDefault in interface PhotoServicepublic void savePhoto(byte[] data,
String userId)
savePhoto in interface PhotoServiceCopyright © 2004–2017 Sakai Project. All rights reserved.