public class UserPreferences extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements UserPreferencesContract
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Constructor and Description |
---|
UserPreferences() |
UserPreferences(String principalId,
String timeZone) |
Modifier and Type | Method and Description |
---|---|
String |
getPrincipalId()
The principalId associated with the UserPreferences
|
String |
getTimezone()
The system(server) timezone
|
void |
setPrincipalId(String principalId) |
void |
setTimezone(String timezone) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final String CACHE_NAME
public UserPreferences()
public UserPreferences(String principalId, String timeZone)
public void setTimezone(String timezone)
public String getTimezone()
UserPreferencesContract
timezone of an UserPreferences
getTimezone
in interface UserPreferencesContract
public String getPrincipalId()
UserPreferencesContract
principalId of an UserPreferences
getPrincipalId
in interface UserPreferencesContract
public void setPrincipalId(String principalId)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.