Interface PhotoService

  • All Known Implementing Classes:
    BasePhotoService

    public interface PhotoService
    Allow institution-specific roster photo service implementations.
    • Method Detail

      • getPhotoAsByteArray

        byte[] getPhotoAsByteArray​(String userId)
      • savePhoto

        void savePhoto​(byte[] data,
                       String userId)
      • overRidesDefault

        boolean overRidesDefault()