| java.lang.Object org.kuali.module.gl.web.inquirable.InquirableFinancialDocument
InquirableFinancialDocument | public class InquirableFinancialDocument (Code) | | This class provides a placeholder that can connect General Ledger business object with financial document in the presentation
tier. The typical method is to generate url for the inquirable financial document.
|
getInquirableDocumentUrl | public String getInquirableDocumentUrl(Transaction transaction)(Code) | | get the url of inquirable financial document for the given transaction
Parameters: transaction - the business object that implements Transaction interface the url of inquirable financial document for the given transaction if the document is inquirable; otherwise, returnempty string |
getInquirableDocumentUrl | public String getInquirableDocumentUrl(Encumbrance encumbrance)(Code) | | get the url of inquirable financial document for the given encumbrance
Parameters: encumbrance - the encumrbance record the url of inquirable financial document for the given encumbrance if the document is inquirable; otherwise, returnempty string |
|
|