Class FavouritesServiceImpl

  • All Implemented Interfaces:
    FavouritesService, org.springframework.beans.factory.InitializingBean

    public class FavouritesServiceImpl
    extends Object
    implements FavouritesService, org.springframework.beans.factory.InitializingBean
    Favourites service implementation that uses the PreferencesService for persisting favourites. Unfortunately, we are tied to the PreferencesService and to the preference names and data structure because Share uses the PreferenceService directly.
    Author:
    steveglover