org.kuali.hr.time.user.pref.service
Interface UserPreferenceService

All Known Implementing Classes:
UserPreferenceServiceImpl

public interface UserPreferenceService


Method Summary
 UserPreferences getUserPreferences(String principalId)
          Fetch UserPreferences for a given PrincipalId
 

Method Detail

getUserPreferences

@Cacheable(value="KPME/UserPreferences",
           key="\'principalId=\' + #p0")
UserPreferences getUserPreferences(String principalId)
Fetch UserPreferences for a given PrincipalId

Parameters:
principalId -
Returns:


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