nl.surfnet.coin.portal.service.impl
Class UserPreferencesServiceHibernateImpl

java.lang.Object
  extended by nl.surfnet.coin.shared.service.GenericServiceHibernateImpl<UserPreferences>
      extended by nl.surfnet.coin.portal.service.impl.UserPreferencesServiceHibernateImpl
All Implemented Interfaces:
UserPreferencesService, nl.surfnet.coin.shared.service.GenericService<UserPreferences>

@Component(value="userPreferencesService")
public class UserPreferencesServiceHibernateImpl
extends nl.surfnet.coin.shared.service.GenericServiceHibernateImpl<UserPreferences>
implements UserPreferencesService


Constructor Summary
UserPreferencesServiceHibernateImpl()
           
 
Method Summary
 UserPreferences getPreferences(String personId)
          Fetch the preferences of a person
 
Methods inherited from class nl.surfnet.coin.shared.service.GenericServiceHibernateImpl
createCriteria, delete, detachFromSession, findAll, findByCriteria, findByCriteriaOrdered, findByExample, findByExample, findById, getCount, getPersistentClass, getSession, saveOrUpdate, saveOrUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nl.surfnet.coin.shared.service.GenericService
createCriteria, delete, detachFromSession, findAll, findByExample, findByExample, findById, getCount, getPersistentClass, saveOrUpdate, saveOrUpdate
 

Constructor Detail

UserPreferencesServiceHibernateImpl

public UserPreferencesServiceHibernateImpl()
Method Detail

getPreferences

public UserPreferences getPreferences(String personId)
Fetch the preferences of a person

Specified by:
getPreferences in interface UserPreferencesService
Parameters:
personId - The person
Returns:
The preferences belonging to the person


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