org.kuali.hr.time.user.pref.service
Class UserPreferenceServiceImpl

java.lang.Object
  extended by org.kuali.hr.time.user.pref.service.UserPreferenceServiceImpl
All Implemented Interfaces:
UserPreferenceService

public class UserPreferenceServiceImpl
extends Object
implements UserPreferenceService


Constructor Summary
UserPreferenceServiceImpl()
           
 
Method Summary
 UserPreferenceDao getUserPrefDao()
           
 UserPreferences getUserPreferences(String principalId)
          Fetch UserPreferences for a given PrincipalId
 void setUserPrefDao(UserPreferenceDao userPrefDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPreferenceServiceImpl

public UserPreferenceServiceImpl()
Method Detail

getUserPreferences

public UserPreferences getUserPreferences(String principalId)
Description copied from interface: UserPreferenceService
Fetch UserPreferences for a given PrincipalId

Specified by:
getUserPreferences in interface UserPreferenceService
Returns:

getUserPrefDao

public UserPreferenceDao getUserPrefDao()

setUserPrefDao

public void setUserPrefDao(UserPreferenceDao userPrefDao)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.