Uses of Class
org.kuali.kfs.sys.document.web.AccountingLineViewAction

Packages that use AccountingLineViewAction
org.kuali.kfs.module.ar.document.authorization   
org.kuali.kfs.module.cam.document.authorization   
org.kuali.kfs.module.ld.document.authorization   
org.kuali.kfs.sec.document.authorization   
org.kuali.kfs.sys.document.authorization   
org.kuali.kfs.sys.document.web   
org.kuali.kfs.sys.document.web.renderers   
 

Uses of AccountingLineViewAction in org.kuali.kfs.module.ar.document.authorization
 

Methods in org.kuali.kfs.module.ar.document.authorization that return types with arguments of type AccountingLineViewAction
protected  Map<String,AccountingLineViewAction> CustomerInvoiceDocumentSourceLinesAuthorizer.getActionMap(AccountingLineRenderingContext accountingLineRenderingContext, String accountingLinePropertyName, Integer accountingLineIndex, String groupTitle)
           
 

Uses of AccountingLineViewAction in org.kuali.kfs.module.cam.document.authorization
 

Methods in org.kuali.kfs.module.cam.document.authorization that return types with arguments of type AccountingLineViewAction
protected  Map<String,AccountingLineViewAction> AssetPaymentAccountingLineAuthorizer.getActionMap(AccountingLineRenderingContext accountingLineRenderingContext, String accountingLinePropertyName, Integer accountingLineIndex, String groupTitle)
           
 

Uses of AccountingLineViewAction in org.kuali.kfs.module.ld.document.authorization
 

Methods in org.kuali.kfs.module.ld.document.authorization that return AccountingLineViewAction
protected  AccountingLineViewAction LaborExpenseTransferAccountingLineAuthorizer.getCopyAction(AccountingLine accountingLine, String accountingLinePropertyName, Integer accountingLineIndex, String groupTitle)
          construct the copy action for the given accounting line, typically, a new accounting line
 

Methods in org.kuali.kfs.module.ld.document.authorization that return types with arguments of type AccountingLineViewAction
protected  Map<String,AccountingLineViewAction> LaborExpenseTransferAccountingLineAuthorizer.getActionMap(AccountingLineRenderingContext accountingLineRenderingContext, String accountingLinePropertyName, Integer accountingLineIndex, String groupTitle)
           
 

Uses of AccountingLineViewAction in org.kuali.kfs.sec.document.authorization
 

Methods in org.kuali.kfs.sec.document.authorization that return types with arguments of type AccountingLineViewAction
 List<AccountingLineViewAction> SecAccountingLineAuthorizer.getActions(AccountingDocument accountingDocument, AccountingLineRenderingContext accountingLineRenderingContext, String accountingLinePropertyName, Integer lineIndex, org.kuali.rice.kim.bo.Person currentUser, String groupTitle)
           
 

Uses of AccountingLineViewAction in org.kuali.kfs.sys.document.authorization
 

Methods in org.kuali.kfs.sys.document.authorization that return AccountingLineViewAction
protected  AccountingLineViewAction AccountingLineAuthorizerBase.getAddAction(AccountingLine accountingLine, String accountingLinePropertyName, String groupTitle)
          construct the add action for the given accounting line, typically, a new accounting line
protected  AccountingLineViewAction AccountingLineAuthorizerBase.getBalanceInquiryAction(AccountingLine accountingLine, String accountingLinePropertyName, Integer accountingLineIndex, String groupTitle)
          construct the balance inquiry action for the given accounting line
protected  AccountingLineViewAction AccountingLineAuthorizerBase.getDeleteAction(AccountingLine accountingLine, String accountingLinePropertyName, Integer accountingLineIndex, String groupTitle)
          construct the delete action for the given accounting line
 

Methods in org.kuali.kfs.sys.document.authorization that return types with arguments of type AccountingLineViewAction
protected  Map<String,AccountingLineViewAction> AccountingLineAuthorizerBase.getActionMap(AccountingLineRenderingContext accountingLineRenderingContext, String accountingLinePropertyName, Integer accountingLineIndex, String groupTitle)
          collection the actions that are allowed for the given accounting line
 List<AccountingLineViewAction> AccountingLineAuthorizerBase.getActions(AccountingDocument accountingDocument, AccountingLineRenderingContext accountingLineRenderingContext, String accountingLinePropertyName, Integer accountingLineIndex, org.kuali.rice.kim.bo.Person currentUser, String groupTitle)
          Returns the basic actions - add for new lines, delete and balance inquiry for existing lines
 List<AccountingLineViewAction> AccountingLineAuthorizer.getActions(AccountingDocument accountingDocument, AccountingLineRenderingContext accountingLineRenderingContext, String accountingLinePropertyName, Integer lineIndex, org.kuali.rice.kim.bo.Person currentUser, String groupTitle)
          Determines what actions are available to act upon the given accounting line
 

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

Methods in org.kuali.kfs.sys.document.web that return types with arguments of type AccountingLineViewAction
 List<AccountingLineViewAction> AccountingLineRenderingContext.getActionsForLine()
           
 List<AccountingLineViewAction> RenderableAccountingLineContainer.getActionsForLine()
          Gets the actions attribute.
 

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

Methods in org.kuali.kfs.sys.document.web.renderers that return types with arguments of type AccountingLineViewAction
 List<AccountingLineViewAction> ActionsRenderer.getActions()
          Gets the action attribute.
 

Methods in org.kuali.kfs.sys.document.web.renderers with parameters of type AccountingLineViewAction
protected  void ActionsRenderer.renderAction(AccountingLineViewAction action)
          Renders a single action, using the action button
 

Method parameters in org.kuali.kfs.sys.document.web.renderers with type arguments of type AccountingLineViewAction
 void ActionsRenderer.setActions(List<AccountingLineViewAction> actions)
          Sets the action attribute value.
 



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