Class Preferences
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.preferences.Preferences
- All Implemented Interfaces:
Serializable,ModelObjectBasic,ModelObjectComplete,PreferencesContract
An immutable data transfer object implementing
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.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDocumentTypeNotificationPreference(String documentType) booleanbooleanMethods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Constructor Details
-
Preferences
-
-
Method Details
-
isRequiresSave
public boolean isRequiresSave()- Specified by:
isRequiresSavein interfacePreferencesContract
-
getEmailNotification
- Specified by:
getEmailNotificationin interfacePreferencesContract
-
getNotifyPrimaryDelegation
- Specified by:
getNotifyPrimaryDelegationin interfacePreferencesContract
-
getNotifySecondaryDelegation
- Specified by:
getNotifySecondaryDelegationin interfacePreferencesContract
-
getOpenNewWindow
- Specified by:
getOpenNewWindowin interfacePreferencesContract
-
getShowActionRequested
- Specified by:
getShowActionRequestedin interfacePreferencesContract
-
getShowDateCreated
- Specified by:
getShowDateCreatedin interfacePreferencesContract
-
getShowDocumentStatus
- Specified by:
getShowDocumentStatusin interfacePreferencesContract
-
getShowAppDocStatus
- Specified by:
getShowAppDocStatusin interfacePreferencesContract
-
getShowDocType
- Specified by:
getShowDocTypein interfacePreferencesContract
-
getShowInitiator
- Specified by:
getShowInitiatorin interfacePreferencesContract
-
getShowDocTitle
- Specified by:
getShowDocTitlein interfacePreferencesContract
-
getShowWorkgroupRequest
- Specified by:
getShowWorkgroupRequestin interfacePreferencesContract
-
getShowDelegator
- Specified by:
getShowDelegatorin interfacePreferencesContract
-
getShowClearFyi
- Specified by:
getShowClearFyiin interfacePreferencesContract
-
getPageSize
- Specified by:
getPageSizein interfacePreferencesContract
-
getRefreshRate
- Specified by:
getRefreshRatein interfacePreferencesContract
-
getColorSaved
- Specified by:
getColorSavedin interfacePreferencesContract
-
getColorInitiated
- Specified by:
getColorInitiatedin interfacePreferencesContract
-
getColorDisapproved
- Specified by:
getColorDisapprovedin interfacePreferencesContract
-
getColorEnroute
- Specified by:
getColorEnroutein interfacePreferencesContract
-
getColorApproved
- Specified by:
getColorApprovedin interfacePreferencesContract
-
getColorFinal
- Specified by:
getColorFinalin interfacePreferencesContract
-
getColorDisapproveCancel
- Specified by:
getColorDisapproveCancelin interfacePreferencesContract
-
getColorProcessed
- Specified by:
getColorProcessedin interfacePreferencesContract
-
getColorException
- Specified by:
getColorExceptionin interfacePreferencesContract
-
getColorCanceled
- Specified by:
getColorCanceledin interfacePreferencesContract
-
getDelegatorFilter
- Specified by:
getDelegatorFilterin interfacePreferencesContract
-
getUseOutbox
- Specified by:
getUseOutboxin interfacePreferencesContract
-
getShowDateApproved
- Specified by:
getShowDateApprovedin interfacePreferencesContract
-
getShowCurrentNode
- Specified by:
getShowCurrentNodein interfacePreferencesContract
-
getPrimaryDelegateFilter
- Specified by:
getPrimaryDelegateFilterin interfacePreferencesContract
-
getNotifyComplete
- Specified by:
getNotifyCompletein interfacePreferencesContract
-
getNotifyApprove
- Specified by:
getNotifyApprovein interfacePreferencesContract
-
getNotifyAcknowledge
- Specified by:
getNotifyAcknowledgein interfacePreferencesContract
-
getNotifyFYI
- Specified by:
getNotifyFYIin interfacePreferencesContract
-
getDocumentTypeNotificationPreference
-
getDocumentTypeNotificationPreferences
- Specified by:
getDocumentTypeNotificationPreferencesin interfacePreferencesContract
-
isUsingOutbox
public boolean isUsingOutbox()
-