Class BasePhotoService
- java.lang.Object
-
- org.sakaiproject.api.common.edu.person.BasePhotoService
-
- All Implemented Interfaces:
PhotoService
public class BasePhotoService extends Object implements PhotoService
-
-
Constructor Summary
Constructors Constructor Description BasePhotoService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getPhotoAsByteArray(String userId)booleanoverRidesDefault()voidsavePhoto(byte[] data, String userId)
-
-
-
Method Detail
-
getPhotoAsByteArray
public byte[] getPhotoAsByteArray(String userId)
- Specified by:
getPhotoAsByteArrayin interfacePhotoService
-
overRidesDefault
public boolean overRidesDefault()
- Specified by:
overRidesDefaultin interfacePhotoService
-
savePhoto
public void savePhoto(byte[] data, String userId)- Specified by:
savePhotoin interfacePhotoService
-
-