public class PurchaseOrderView extends AbstractRelatedView
| Constructor and Description |
|---|
PurchaseOrderView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentIdentifierString() |
String |
getDocumentNumber() |
String |
getDocumentTypeName() |
boolean |
getNeedWarning()
Checks whether the purchase order view needs a warning to be displayed, i.e.
|
List<org.kuali.rice.krad.bo.Note> |
getNotes() |
Integer |
getPurapDocumentIdentifier()
The next four methods are overridden but shouldn't be! If they aren't overridden, they don't show up in the tag, not sure why at
this point! (AAP)
|
boolean |
getPurchaseOrderCurrentIndicator() |
Timestamp |
getPurchaseOrderInitialOpenTimestamp() |
Timestamp |
getRecurringPaymentEndDate() |
String |
getRecurringPaymentTypeCode() |
String |
getUrl() |
String |
getVendorChoiceCode() |
boolean |
isPurchaseOrderCurrentIndicator() |
void |
setPurchaseOrderCurrentIndicator(boolean purchaseOrderCurrentIndicator) |
void |
setPurchaseOrderInitialOpenTimestamp(Timestamp purchaseOrderInitialOpenTimestamp) |
void |
setRecurringPaymentEndDate(Timestamp recurringPaymentEndDate) |
void |
setRecurringPaymentTypeCode(String recurringPaymentTypeCode) |
void |
setVendorChoiceCode(String vendorChoiceCode) |
findDocument, getAccountsPayablePurchasingDocumentLinkIdentifier, getApplicationDocumentStatus, getCreateDate, getDocumentLabel, getPoNumberMasked, setAccountsPayablePurchasingDocumentLinkIdentifier, setAppDocStatus, setDocumentNumber, setPoNumberMasked, setPurapDocumentIdentifier, toStringMapper_RICE20_REFACTORMEafterDelete, 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, setVersionNumberpublic PurchaseOrderView()
public boolean isPurchaseOrderCurrentIndicator()
public boolean getPurchaseOrderCurrentIndicator()
public void setPurchaseOrderCurrentIndicator(boolean purchaseOrderCurrentIndicator)
public String getRecurringPaymentTypeCode()
public void setRecurringPaymentTypeCode(String recurringPaymentTypeCode)
public String getVendorChoiceCode()
public void setVendorChoiceCode(String vendorChoiceCode)
public Timestamp getRecurringPaymentEndDate()
public void setRecurringPaymentEndDate(Timestamp recurringPaymentEndDate)
public Timestamp getPurchaseOrderInitialOpenTimestamp()
public void setPurchaseOrderInitialOpenTimestamp(Timestamp purchaseOrderInitialOpenTimestamp)
public List<org.kuali.rice.krad.bo.Note> getNotes()
getNotes in class AbstractRelatedViewAbstractRelatedView.getNotes()public Integer getPurapDocumentIdentifier()
getPurapDocumentIdentifier in class AbstractRelatedViewAbstractRelatedView.getPurapDocumentIdentifier()public String getDocumentIdentifierString()
getDocumentIdentifierString in class AbstractRelatedViewpublic String getDocumentNumber()
getDocumentNumber in class AbstractRelatedViewAbstractRelatedView.getDocumentNumber()public String getUrl()
getUrl in class AbstractRelatedViewAbstractRelatedView.getUrl()public boolean getNeedWarning()
public String getDocumentTypeName()
getDocumentTypeName in class AbstractRelatedViewAbstractRelatedView.getDocumentTypeName()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.