Interface PreferencesContract

All Known Implementing Classes:
Preferences, Preferences.Builder

public interface PreferencesContract
A contract defining the method for a Preferences model object and its data transfer object equivalent.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Method Details

    • isRequiresSave

      boolean isRequiresSave()
    • getEmailNotification

      String getEmailNotification()
    • getNotifyPrimaryDelegation

      String getNotifyPrimaryDelegation()
    • getNotifySecondaryDelegation

      String getNotifySecondaryDelegation()
    • getOpenNewWindow

      String getOpenNewWindow()
    • getShowActionRequested

      String getShowActionRequested()
    • getShowDateCreated

      String getShowDateCreated()
    • getShowDocumentStatus

      String getShowDocumentStatus()
    • getShowAppDocStatus

      String getShowAppDocStatus()
    • getShowDocType

      String getShowDocType()
    • getShowInitiator

      String getShowInitiator()
    • getShowDocTitle

      String getShowDocTitle()
    • getShowWorkgroupRequest

      String getShowWorkgroupRequest()
    • getShowDelegator

      String getShowDelegator()
    • getShowClearFyi

      String getShowClearFyi()
    • getPageSize

      String getPageSize()
    • getRefreshRate

      String getRefreshRate()
    • getColorSaved

      String getColorSaved()
    • getColorInitiated

      String getColorInitiated()
    • getColorDisapproved

      String getColorDisapproved()
    • getColorEnroute

      String getColorEnroute()
    • getColorApproved

      String getColorApproved()
    • getColorFinal

      String getColorFinal()
    • getColorDisapproveCancel

      String getColorDisapproveCancel()
    • getColorProcessed

      String getColorProcessed()
    • getColorException

      String getColorException()
    • getColorCanceled

      String getColorCanceled()
    • getDelegatorFilter

      String getDelegatorFilter()
    • getUseOutbox

      String getUseOutbox()
    • getShowDateApproved

      String getShowDateApproved()
    • getShowCurrentNode

      String getShowCurrentNode()
    • getPrimaryDelegateFilter

      String getPrimaryDelegateFilter()
    • getNotifyAcknowledge

      String getNotifyAcknowledge()
    • getNotifyApprove

      String getNotifyApprove()
    • getNotifyComplete

      String getNotifyComplete()
    • getNotifyFYI

      String getNotifyFYI()
    • getDocumentTypeNotificationPreferences

      Map<String,String> getDocumentTypeNotificationPreferences()