public class DocumentSearchCriteriaBo extends Object implements BusinessObject
Constructor and Description |
---|
DocumentSearchCriteriaBo() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public DocumentSearchCriteriaBo()
public void refresh()
BusinessObject
During processing (for example accepting user input) the field values that participate in relationships can become out of sync with the related business objects (for example: suppose our business object has a property name bookId with a related object of type Book that contains the id property. If the user changes the value for the bookId property, our id property on the related book and the associated information is still pointing to the previous book id). This method is invoked to indicate the related objects should be refreshed based on their related keys. For @{link PersistableBusinessObject} implementations, most refreshes can be handled by the ORM tool
refresh
in interface BusinessObject
public String getDocumentTypeName()
public void setDocumentTypeName(String documentTypeName)
public String getDocumentId()
public void setDocumentId(String documentId)
public String getStatusCode()
public void setStatusCode(String statusCode)
public String getApplicationDocumentId()
public void setApplicationDocumentId(String applicationDocumentId)
public String getApplicationDocumentStatus()
public void setApplicationDocumentStatus(String applicationDocumentStatus)
public String getInitiatorPrincipalName()
public void setInitiatorPrincipalName(String initiatorPrincipalName)
public String getInitiatorPrincipalId()
public void setInitiatorPrincipalId(String initiatorPrincipalId)
public String getViewerPrincipalName()
public void setViewerPrincipalName(String viewerPrincipalName)
public String getViewerPrincipalId()
public void setViewerPrincipalId(String viewerPrincipalId)
public String getGroupViewerName()
public void setGroupViewerName(String groupViewerName)
public String getGroupViewerId()
public void setGroupViewerId(String groupViewerId)
public String getApproverPrincipalName()
public void setApproverPrincipalName(String approverPrincipalName)
public String getApproverPrincipalId()
public void setApproverPrincipalId(String approverPrincipalId)
public String getRouteNodeName()
public void setRouteNodeName(String routeNodeName)
public String getRouteNodeLogic()
public void setRouteNodeLogic(String routeNodeLogic)
public Timestamp getDateCreated()
public void setDateCreated(Timestamp dateCreated)
public Timestamp getDateLastModified()
public void setDateLastModified(Timestamp dateLastModified)
public Timestamp getDateApproved()
public void setDateApproved(Timestamp dateApproved)
public Timestamp getDateFinalized()
public void setDateFinalized(Timestamp dateFinalized)
public Timestamp getDateApplicationDocumentStatusChanged()
public void setDateApplicationDocumentStatusChanged(Timestamp dateApplicationDocumentStatusChanged)
public String getSaveName()
public void setSaveName(String saveName)
public DocumentType getDocumentType()
public Person getInitiatorPerson()
public String getInitiatorDisplayName()
public Person getApproverPerson()
public Person getViewerPerson()
public GroupBo getGroupViewer()
public String getStatusLabel()
public String getDocumentTypeLabel()
public String getRouteLog()
public void populateFromDocumentSearchResult(DocumentSearchResult result)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.