nl.surfnet.coin.portal.service
Interface UserPreferencesService

All Superinterfaces:
nl.surfnet.coin.shared.service.GenericService<UserPreferences>
All Known Implementing Classes:
UserPreferencesServiceHibernateImpl

public interface UserPreferencesService
extends nl.surfnet.coin.shared.service.GenericService<UserPreferences>


Method Summary
 UserPreferences getPreferences(String personId)
          Fetch the user preferences for a person
 
Methods inherited from interface nl.surfnet.coin.shared.service.GenericService
createCriteria, delete, detachFromSession, findAll, findByExample, findByExample, findById, getCount, getPersistentClass, saveOrUpdate, saveOrUpdate
 

Method Detail

getPreferences

UserPreferences getPreferences(String personId)
Fetch the user preferences for a person

Parameters:
personId - String the unique identifier of a person
Returns:
UserPreferences the user preferences


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.