public final class Preferences extends AbstractDataTransferObject implements PreferencesContract
PreferencesContract
.
p>When loaded, Preferences could be in a state where they require being saved to the database.
If this is the case then {requiresSave
will evaluate to true.PreferencesContract
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
Preferences.Builder |
static class |
Preferences.Cache |
static class |
Preferences.KEYS |
Constructor and Description |
---|
Preferences(Preferences.Builder builder) |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public Preferences(Preferences.Builder builder)
public boolean isRequiresSave()
isRequiresSave
in interface PreferencesContract
public String getEmailNotification()
getEmailNotification
in interface PreferencesContract
public String getNotifyPrimaryDelegation()
getNotifyPrimaryDelegation
in interface PreferencesContract
public String getNotifySecondaryDelegation()
getNotifySecondaryDelegation
in interface PreferencesContract
public String getOpenNewWindow()
getOpenNewWindow
in interface PreferencesContract
public String getShowActionRequested()
getShowActionRequested
in interface PreferencesContract
public String getShowDateCreated()
getShowDateCreated
in interface PreferencesContract
public String getShowDocumentStatus()
getShowDocumentStatus
in interface PreferencesContract
public String getShowAppDocStatus()
getShowAppDocStatus
in interface PreferencesContract
public String getShowDocType()
getShowDocType
in interface PreferencesContract
public String getShowInitiator()
getShowInitiator
in interface PreferencesContract
public String getShowDocTitle()
getShowDocTitle
in interface PreferencesContract
public String getShowWorkgroupRequest()
getShowWorkgroupRequest
in interface PreferencesContract
public String getShowDelegator()
getShowDelegator
in interface PreferencesContract
public String getShowClearFyi()
getShowClearFyi
in interface PreferencesContract
public String getPageSize()
getPageSize
in interface PreferencesContract
public String getRefreshRate()
getRefreshRate
in interface PreferencesContract
public String getColorSaved()
getColorSaved
in interface PreferencesContract
public String getColorInitiated()
getColorInitiated
in interface PreferencesContract
public String getColorDisapproved()
getColorDisapproved
in interface PreferencesContract
public String getColorEnroute()
getColorEnroute
in interface PreferencesContract
public String getColorApproved()
getColorApproved
in interface PreferencesContract
public String getColorFinal()
getColorFinal
in interface PreferencesContract
public String getColorDisapproveCancel()
getColorDisapproveCancel
in interface PreferencesContract
public String getColorProcessed()
getColorProcessed
in interface PreferencesContract
public String getColorException()
getColorException
in interface PreferencesContract
public String getColorCanceled()
getColorCanceled
in interface PreferencesContract
public String getDelegatorFilter()
getDelegatorFilter
in interface PreferencesContract
public String getUseOutbox()
getUseOutbox
in interface PreferencesContract
public String getShowDateApproved()
getShowDateApproved
in interface PreferencesContract
public String getShowCurrentNode()
getShowCurrentNode
in interface PreferencesContract
public String getPrimaryDelegateFilter()
getPrimaryDelegateFilter
in interface PreferencesContract
public String getNotifyComplete()
getNotifyComplete
in interface PreferencesContract
public String getNotifyApprove()
getNotifyApprove
in interface PreferencesContract
public String getNotifyAcknowledge()
getNotifyAcknowledge
in interface PreferencesContract
public String getNotifyFYI()
getNotifyFYI
in interface PreferencesContract
public String getDocumentTypeNotificationPreference(String documentType)
public Map<String,String> getDocumentTypeNotificationPreferences()
getDocumentTypeNotificationPreferences
in interface PreferencesContract
public boolean isUsingOutbox()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.