org.kuali.kpme.tklm.api.time.user.pref
Interface UserPreferencesContract

All Superinterfaces:
org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.PersistableBusinessObject, Serializable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
UserPreferences

public interface UserPreferencesContract
extends org.kuali.rice.krad.bo.PersistableBusinessObject

UserPreferencesContract interface


Method Summary
 String getPrincipalId()
          The principalId associated with the UserPreferences
 String getTimezone()
          The system(server) timezone
 
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refresh
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 

Method Detail

getTimezone

String getTimezone()
The system(server) timezone

timezone of an UserPreferences

Returns:
system timezone if timezone is null

getPrincipalId

String getPrincipalId()
The principalId associated with the UserPreferences

principalId of an UserPreferences

Returns:
principalId for UserPreferences


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