Uses of Class
org.kuali.kfs.sys.document.datadictionary.AccountingLineGroupDefinition

Packages that use AccountingLineGroupDefinition
org.kuali.kfs.sec.datadictionary   
org.kuali.kfs.sec.document.web   
org.kuali.kfs.sys.document.datadictionary   
org.kuali.kfs.sys.document.service   
org.kuali.kfs.sys.document.service.impl   
org.kuali.kfs.sys.document.web   
org.kuali.kfs.sys.document.web.renderers   
 

Uses of AccountingLineGroupDefinition in org.kuali.kfs.sec.datadictionary
 

Subclasses of AccountingLineGroupDefinition in org.kuali.kfs.sec.datadictionary
 class SecAccountingLineGroupDefinition
          Override of group definition to wrap access security around accounting objects
 

Uses of AccountingLineGroupDefinition in org.kuali.kfs.sec.document.web
 

Methods in org.kuali.kfs.sec.document.web with parameters of type AccountingLineGroupDefinition
 void SecAccountingLineGroupImpl.initialize(AccountingLineGroupDefinition groupDefinition, AccountingDocument accountingDocument, List<RenderableAccountingLineContainer> containers, String collectionPropertyName, String collectionItemPropertyName, Map<String,Object> displayedErrors, Map<String,Object> displayedWarnings, Map<String,Object> displayedInfo, boolean canEdit)
          Performs access security edit check and sets edit flag on container line to false if access is not allowed or removes container if view is not allowed
 

Uses of AccountingLineGroupDefinition in org.kuali.kfs.sys.document.datadictionary
 

Methods in org.kuali.kfs.sys.document.datadictionary that return types with arguments of type AccountingLineGroupDefinition
 Map<String,AccountingLineGroupDefinition> FinancialSystemTransactionalDocumentEntry.getAccountingLineGroups()
          Gets the accountingLineGroups attribute.
 

Method parameters in org.kuali.kfs.sys.document.datadictionary with type arguments of type AccountingLineGroupDefinition
 void FinancialSystemTransactionalDocumentEntry.setAccountingLineGroups(Map<String,AccountingLineGroupDefinition> accountingLineGroups)
          Sets the accountingLineGroups attribute value.
 

Uses of AccountingLineGroupDefinition in org.kuali.kfs.sys.document.service
 

Methods in org.kuali.kfs.sys.document.service with parameters of type AccountingLineGroupDefinition
 void AccountingLineRenderingService.performPostTablificationTransformations(List<AccountingLineTableRow> rows, AccountingLineGroupDefinition groupDefinition, AccountingDocument document, AccountingLine accountingLine, boolean newLine)
          Performs any transformations that should happen after tablification
 void AccountingLineRenderingService.performPreTablificationTransformations(List<TableJoining> elements, AccountingLineGroupDefinition groupDefinition, AccountingDocument document, AccountingLine accountingLine, boolean newLine, Map unconvertedValues, String accountingLinePropertyName)
          Performs any known transformations against the List of AccountingLineViewRenderableElements
 

Uses of AccountingLineGroupDefinition in org.kuali.kfs.sys.document.service.impl
 

Methods in org.kuali.kfs.sys.document.service.impl with parameters of type AccountingLineGroupDefinition
protected  void AccountingLineRenderingServiceImpl.performAuthorizationTransformations(List<TableJoining> elements, AccountingLineGroupDefinition accountingLineGroupDefinition, AccountingDocument accountingDocument, AccountingLine accountingLine, boolean newLine, String accountingLinePropertyName)
          Performs the authorization transformations
 void AccountingLineRenderingServiceImpl.performPostTablificationTransformations(List<AccountingLineTableRow> rows, AccountingLineGroupDefinition groupDefinition, AccountingDocument document, AccountingLine accountingLine, boolean newLine)
           
 void AccountingLineRenderingServiceImpl.performPreTablificationTransformations(List<TableJoining> elements, AccountingLineGroupDefinition groupDefinition, AccountingDocument accountingDocument, AccountingLine accountingLine, boolean newLine, Map unconvertedValues, String accountingLinePropertyName)
           
 

Uses of AccountingLineGroupDefinition in org.kuali.kfs.sys.document.web
 

Fields in org.kuali.kfs.sys.document.web declared as AccountingLineGroupDefinition
protected  AccountingLineGroupDefinition DefaultAccountingLineGroupImpl.groupDefinition
           
 

Methods in org.kuali.kfs.sys.document.web that return AccountingLineGroupDefinition
 AccountingLineGroupDefinition DefaultAccountingLineGroupImpl.getGroupDefinition()
          Gets the groupDefinition attribute.
protected  AccountingLineGroupDefinition AccountingLineGroupTag.getGroupDefinition()
          Gets the correct accounting line group definition for this
 

Methods in org.kuali.kfs.sys.document.web with parameters of type AccountingLineGroupDefinition
protected  RenderableAccountingLineContainer AccountingLineGroupTag.buildContainerForLine(AccountingLineGroupDefinition groupDefinition, AccountingDocument accountingDocument, AccountingLine accountingLine, org.kuali.rice.kim.bo.Person currentUser, Integer count, boolean topLine)
          Builds an accounting line container for a given accounting line to render
protected  List<AccountingLineTableRow> AccountingLineGroupTag.getRenderableElementsForLine(AccountingLineGroupDefinition groupDefinition, AccountingLine accountingLine, boolean newLine, boolean topLine, String accountingLinePropertyName)
          Creates a List of renderable elements, with all rendering transformations accomplished, to be rendered
 void DefaultAccountingLineGroupImpl.initialize(AccountingLineGroupDefinition groupDefinition, AccountingDocument accountingDocument, List<RenderableAccountingLineContainer> containers, String collectionPropertyName, String collectionItemPropertyName, Map<String,Object> displayedErrors, Map<String,Object> displayedWarnings, Map<String,Object> displayedInfo, boolean canEdit)
          Initializes the DefaultAccountingLineGroupImpl
protected  void AccountingLineGroupTag.removeTopRowIfNecessary(AccountingLineGroupDefinition definition, boolean topLine, List<AccountingLineTableRow> rows)
          If it is determined that removing the first row (presumably a header row) is necessary, removes it
 void DefaultAccountingLineGroupImpl.setGroupDefinition(AccountingLineGroupDefinition groupDefinition)
          Sets the groupDefinition attribute value.
 

Uses of AccountingLineGroupDefinition in org.kuali.kfs.sys.document.web.renderers
 

Methods in org.kuali.kfs.sys.document.web.renderers that return AccountingLineGroupDefinition
 AccountingLineGroupDefinition GroupTitleLineRenderer.getAccountingLineGroupDefinition()
          Gets the accountingLineGroupDefinition attribute.
 

Methods in org.kuali.kfs.sys.document.web.renderers with parameters of type AccountingLineGroupDefinition
 void GroupTitleLineRenderer.setAccountingLineGroupDefinition(AccountingLineGroupDefinition accountingLineGroupDefinition)
          Sets the accountingLineGroupDefinition attribute value.
 



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