Modifier and Type | Method and Description |
---|---|
protected AccountingLineViewAction |
FinancialTransactionalDocumentAccountingLineAuthorizerBase.getRefreshAction(AccountingLine accountingLine,
String accountingLinePropertyName,
Integer accountingLineIndex,
String groupTitle)
constructs a refresh action image and action
|
protected AccountingLineViewAction |
FinancialProcessingAccountingLineAuthorizer.getRefreshAction(AccountingLine accountingLine,
String accountingLinePropertyName,
Integer accountingLineIndex,
String groupTitle)
constructs a refresh action image and action
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,AccountingLineViewAction> |
FinancialTransactionalDocumentAccountingLineAuthorizerBase.getActionMap(AccountingLineRenderingContext accountingLineRenderingContext,
String accountingLinePropertyName,
Integer accountingLineIndex,
String groupTitle)
adds refresh method to the action map.
|
protected Map<String,AccountingLineViewAction> |
FinancialProcessingAccountingLineAuthorizer.getActionMap(AccountingLineRenderingContext accountingLineRenderingContext,
String accountingLinePropertyName,
Integer accountingLineIndex,
String groupTitle)
adds refresh method to the action map.
|
Modifier and Type | Method and Description |
---|---|
List<AccountingLineViewAction> |
SecAccountingLineAuthorizer.getActions(AccountingDocument accountingDocument,
AccountingLineRenderingContext accountingLineRenderingContext,
String accountingLinePropertyName,
Integer lineIndex,
org.kuali.rice.kim.api.identity.Person currentUser,
String groupTitle) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.api.identity.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.api.identity.Person currentUser,
String groupTitle)
Determines what actions are available to act upon the given accounting line
|
Modifier and Type | Method and Description |
---|---|
List<AccountingLineViewAction> |
AccountingLineRenderingContext.getActionsForLine() |
List<AccountingLineViewAction> |
RenderableAccountingLineContainer.getActionsForLine()
Gets the actions attribute.
|
Modifier and Type | Method and Description |
---|---|
List<AccountingLineViewAction> |
ActionsRenderer.getActions()
Gets the action attribute.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActionsRenderer.renderAction(AccountingLineViewAction action)
Renders a single action, using the action button
|
Modifier and Type | Method and Description |
---|---|
void |
ActionsRenderer.setActions(List<AccountingLineViewAction> actions)
Sets the action attribute value.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.