org.kuali.rice.kew.api.preferences
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:
Preferences

Method Summary
 String getColorApproved()
           
 String getColorCanceled()
           
 String getColorDisapproveCancel()
           
 String getColorDisapproved()
           
 String getColorEnroute()
           
 String getColorException()
           
 String getColorFinal()
           
 String getColorInitiated()
           
 String getColorProcessed()
           
 String getColorSaved()
           
 String getDelegatorFilter()
           
 Map<String,String> getDocumentTypeNotificationPreferences()
           
 String getEmailNotification()
           
 String getNotifyAcknowledge()
           
 String getNotifyApprove()
           
 String getNotifyComplete()
           
 String getNotifyFYI()
           
 String getNotifyPrimaryDelegation()
           
 String getNotifySecondaryDelegation()
           
 String getOpenNewWindow()
           
 String getPageSize()
           
 String getPrimaryDelegateFilter()
           
 String getRefreshRate()
           
 String getShowActionRequested()
           
 String getShowAppDocStatus()
           
 String getShowClearFyi()
           
 String getShowCurrentNode()
           
 String getShowDateApproved()
           
 String getShowDateCreated()
           
 String getShowDelegator()
           
 String getShowDocTitle()
           
 String getShowDocType()
           
 String getShowDocumentStatus()
           
 String getShowInitiator()
           
 String getShowWorkgroupRequest()
           
 String getUseOutbox()
           
 boolean isRequiresSave()
           
 

Method Detail

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()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.