public abstract class AbstractRelatedView extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
AbstractRelatedView() |
Modifier and Type | Method and Description |
---|---|
protected org.kuali.rice.krad.document.Document |
findDocument(String documentHeaderId)
This method finds the document for the given document header id
|
Integer |
getAccountsPayablePurchasingDocumentLinkIdentifier() |
String |
getApplicationDocumentStatus() |
org.joda.time.DateTime |
getCreateDate()
Gets the createDate attribute.
|
String |
getDocumentIdentifierString() |
String |
getDocumentLabel()
Returns the document label according to the label specified in the data dictionary.
|
String |
getDocumentNumber() |
abstract String |
getDocumentTypeName() |
List<org.kuali.rice.krad.bo.Note> |
getNotes() |
String |
getPoNumberMasked()
Gets the poNumberMasked attribute.
|
Integer |
getPurapDocumentIdentifier() |
String |
getUrl() |
void |
setAccountsPayablePurchasingDocumentLinkIdentifier(Integer accountsPayablePurchasingDocumentLinkIdentifier) |
void |
setAppDocStatus(String appDocStatus) |
void |
setDocumentNumber(String documentNumber) |
void |
setPoNumberMasked(String poNumberMasked)
Sets the poNumberMasked attribute.
|
void |
setPurapDocumentIdentifier(Integer purapDocumentIdentifier) |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public AbstractRelatedView()
public Integer getAccountsPayablePurchasingDocumentLinkIdentifier()
public void setAccountsPayablePurchasingDocumentLinkIdentifier(Integer accountsPayablePurchasingDocumentLinkIdentifier)
public Integer getPurapDocumentIdentifier()
public void setPurapDocumentIdentifier(Integer purapDocumentIdentifier)
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public String getDocumentIdentifierString()
public String getDocumentLabel() throws org.kuali.rice.kew.api.exception.WorkflowException
org.kuali.rice.kew.api.exception.WorkflowException
public abstract String getDocumentTypeName()
org.kuali.rice.kns.bo.BusinessObjectBase#toStringMapper()
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public String getPoNumberMasked()
public void setPoNumberMasked(String poNumberMasked)
poNumberMasked
- The poNumberMasked to set.public String getApplicationDocumentStatus()
protected org.kuali.rice.krad.document.Document findDocument(String documentHeaderId)
documentHeaderId
- public void setAppDocStatus(String appDocStatus)
public org.joda.time.DateTime getCreateDate()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.