org.kuali.kfs.sys.document.web
Class CollectionAccountingLineGroupImpl

java.lang.Object
  extended by org.kuali.kfs.sys.document.web.DefaultAccountingLineGroupImpl
      extended by org.kuali.kfs.sys.document.web.CollectionAccountingLineGroupImpl
All Implemented Interfaces:
AccountingLineGroup

public class CollectionAccountingLineGroupImpl
extends DefaultAccountingLineGroupImpl

Extension to override rendering of errors to first verify the error key starts with the give collection name.


Field Summary
 
Fields inherited from class org.kuali.kfs.sys.document.web.DefaultAccountingLineGroupImpl
accountingDocument, arbitrarilyHighIndex, canEdit, cellCount, collectionItemPropertyName, collectionPropertyName, containers, displayedErrors, displayedInfo, displayedWarnings, errorKeys, groupDefinition, importLineOverride
 
Constructor Summary
CollectionAccountingLineGroupImpl()
           
 
Method Summary
protected  void renderErrors(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag)
          Renders any errors for the group
 
Methods inherited from class org.kuali.kfs.sys.document.web.DefaultAccountingLineGroupImpl
getAccountingDocument, getCollectionItemPropertyName, getCollectionPropertyName, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getErrorKeys, getErrorRenderer, getGroupDefinition, getRepresentedColumnNumber, getWidthInCells, hasEnoughAccountingLinesForDelete, initialize, moveListToMap, renderAccountingLineContainers, renderEverything, renderGroupHeader, renderTotals, setAccountingDocument, setArbitrarilyHighIndex, setCellCount, setCollectionItemPropertyName, setCollectionPropertyName, setDisplayedErrors, setErrorKeys, setGroupDefinition, setImportLineOverride, updateDeletabilityOfAllLines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionAccountingLineGroupImpl

public CollectionAccountingLineGroupImpl()
Method Detail

renderErrors

protected void renderErrors(javax.servlet.jsp.PageContext pageContext,
                            javax.servlet.jsp.tagext.Tag parentTag)
                     throws javax.servlet.jsp.JspException
Renders any errors for the group

Overrides:
renderErrors in class DefaultAccountingLineGroupImpl
Parameters:
pageContext - the page context where the errors will be rendered on
parentTag - the parent tag requesting the rendering
Throws:
javax.servlet.jsp.JspException


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.