org.kuali.rice.kew.preferences
Class Preferences
java.lang.Object
org.kuali.rice.kew.preferences.Preferences
- All Implemented Interfaces:
- Serializable
public class Preferences
- extends Object
- implements Serializable
Model bean representing an individual user's Preferences within KEW.
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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Preferences
public Preferences()
getColorApproved
public String getColorApproved()
- Returns:
- Returns the colorApproved.
setColorApproved
public void setColorApproved(String colorApproved)
- Parameters:
colorApproved
- The colorApproved to set.
getColorCanceled
public String getColorCanceled()
- Returns:
- Returns the colorCanceled.
setColorCanceled
public void setColorCanceled(String colorCanceled)
- Parameters:
colorCanceled
- The colorCanceled to set.
getColorDissapproveCancel
public String getColorDissapproveCancel()
- Returns:
- Returns the colorDissapproveCancel.
setColorDissapproveCancel
public void setColorDissapproveCancel(String colorDissapproveCancel)
- Parameters:
colorDissapproveCancel
- The colorDissapproveCancel to set.
getColorDissaproved
public String getColorDissaproved()
- Returns:
- Returns the colorDissaproved.
setColorDissaproved
public void setColorDissaproved(String colorDissaproved)
- Parameters:
colorDissaproved
- The colorDissaproved to set.
getColorEnroute
public String getColorEnroute()
- Returns:
- Returns the colorEnroute.
setColorEnroute
public void setColorEnroute(String colorEnroute)
- Parameters:
colorEnroute
- The colorEnroute to set.
getColorException
public String getColorException()
- Returns:
- Returns the colorException.
setColorException
public void setColorException(String colorException)
- Parameters:
colorException
- The colorException to set.
getColorFinal
public String getColorFinal()
- Returns:
- Returns the colorFinal.
setColorFinal
public void setColorFinal(String colorFinal)
- Parameters:
colorFinal
- The colorFinal to set.
getColorInitiated
public String getColorInitiated()
- Returns:
- Returns the colorInitiated.
setColorInitiated
public void setColorInitiated(String colorInitiated)
- Parameters:
colorInitiated
- The colorInitiated to set.
getColorProccessed
public String getColorProccessed()
- Returns:
- Returns the colorProccessed.
setColorProccessed
public void setColorProccessed(String colorProccessed)
- Parameters:
colorProccessed
- The colorProccessed to set.
getColorSaved
public String getColorSaved()
- Returns:
- Returns the colorSaved.
setColorSaved
public void setColorSaved(String colorSaved)
- Parameters:
colorSaved
- The colorSaved to set.
getEmailNotification
public String getEmailNotification()
- Returns:
- Returns the emailNotification.
setEmailNotification
public void setEmailNotification(String emailNotification)
- Parameters:
emailNotification
- The emailNotification to set.
getNotifyPrimaryDelegation
public String getNotifyPrimaryDelegation()
- Returns:
- Whether or not to send email notifications for primary delegation requests.
setNotifyPrimaryDelegation
public void setNotifyPrimaryDelegation(String notifyPrimaryDelegation)
getNotifySecondaryDelegation
public String getNotifySecondaryDelegation()
- Returns:
- Whether or not to send email notifications for secondary delegation requests.
setNotifySecondaryDelegation
public void setNotifySecondaryDelegation(String notifySecondaryDelegation)
getOpenNewWindow
public String getOpenNewWindow()
- Returns:
- Returns the openNewWindow.
setOpenNewWindow
public void setOpenNewWindow(String openNewWindow)
- Parameters:
openNewWindow
- The openNewWindow to set.
getPageSize
public String getPageSize()
- Returns:
- Returns the pageSize.
setPageSize
public void setPageSize(String pageSize)
- Parameters:
pageSize
- The pageSize to set.
getRefreshRate
public String getRefreshRate()
- Returns:
- Returns the refreshRate.
setRefreshRate
public void setRefreshRate(String refreshRate)
- Parameters:
refreshRate
- The refreshRate to set.
getShowActionRequested
public String getShowActionRequested()
- Returns:
- Returns the showActionRequested.
setShowActionRequested
public void setShowActionRequested(String showActionRequested)
- Parameters:
showActionRequested
- The showActionRequested to set.
getShowDateCreated
public String getShowDateCreated()
- Returns:
- Returns the showDateCreated.
setShowDateCreated
public void setShowDateCreated(String showDateCreated)
- Parameters:
showDateCreated
- The showDateCreated to set.
getShowDocType
public String getShowDocType()
- Returns:
- Returns the showDocType.
setShowDocType
public void setShowDocType(String showDocType)
- Parameters:
showDocType
- The showDocType to set.
getShowDocumentStatus
public String getShowDocumentStatus()
- Returns:
- Returns the showDocumentStatus.
setShowDocumentStatus
public void setShowDocumentStatus(String showDocumentStatus)
- Parameters:
showDocumentStatus
- The showDocumentStatus to set.
getShowAppDocStatus
public String getShowAppDocStatus()
- Returns:
- Returns the showAppDocumentStatus.
setShowAppDocStatus
public void setShowAppDocStatus(String showAppDocStatus)
- Parameters:
showAppDocStatus
- The showAppDocStatus to set.
getShowInitiator
public String getShowInitiator()
- Returns:
- Returns the showInitiator.
setShowInitiator
public void setShowInitiator(String showInitiator)
- Parameters:
showInitiator
- The showInitiator to set.
getShowDocTitle
public String getShowDocTitle()
- Returns:
- Returns the showTitle.
setShowDocTitle
public void setShowDocTitle(String showTitle)
- Parameters:
showTitle
- The showTitle to set.
getShowWorkgroupRequest
public String getShowWorkgroupRequest()
- Returns:
- Returns the showWorkGroupRequest.
setShowWorkgroupRequest
public void setShowWorkgroupRequest(String showWorkGroupRequest)
- Parameters:
showWorkGroupRequest
- The showWorkGroupRequest to set.
getShowDelegator
public String getShowDelegator()
setShowDelegator
public void setShowDelegator(String showDelegator)
getShowClearFyi
public String getShowClearFyi()
setShowClearFyi
public void setShowClearFyi(String showClearFyi)
getDelegatorFilter
public String getDelegatorFilter()
setDelegatorFilter
public void setDelegatorFilter(String delegatorFilter)
getUseOutbox
public String getUseOutbox()
setUseOutbox
public void setUseOutbox(String useOutbox)
isUsingOutbox
public boolean isUsingOutbox()
isRequiresSave
public boolean isRequiresSave()
setRequiresSave
public void setRequiresSave(boolean requiresSave)
getShowDateApproved
public String getShowDateApproved()
- Returns:
- the showDateApproved
setShowDateApproved
public void setShowDateApproved(String showDateApproved)
- Parameters:
showDateApproved
- the showDateApproved to set
getShowCurrentNode
public String getShowCurrentNode()
- Returns:
- the showCurrentNode
setShowCurrentNode
public void setShowCurrentNode(String currentNode)
- Parameters:
currentNodes
- the currentNodes to set
getPrimaryDelegateFilter
public String getPrimaryDelegateFilter()
- Returns:
- the primaryDelegateFilter
setPrimaryDelegateFilter
public void setPrimaryDelegateFilter(String primaryDelegateFilter)
- Parameters:
primaryDelegateFilter
- the primaryDelegateFilter to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.