| Modifier and Type | Class and Description | 
|---|---|
class  | 
AdvanceDepositAccountingLineAuthorizer
The default implementation of AccountingLineAuthorizer 
 | 
class  | 
BudgetAdjustmentAccountingLineAuthorizer
The line authorizer for Budget Adjustment documents, which makes the base amount read only if it can't be edited for the given
 fiscal year 
 | 
class  | 
DistributionOfIncomeAndExpenseAccountingLineAuthorizer
Authorizer which deals with financial processing document issues, specifically sales tax lines on documents This class utilizes
 the new accountingLine model. 
 | 
class  | 
FinancialProcessingAccountingLineAuthorizer
Authorizer which deals with financial processing document issues, specifically sales tax lines on documents 
 | 
class  | 
FinancialTransactionalDocumentAccountingLineAuthorizerBase
The default implementation of AccountingLineAuthorizer 
 | 
class  | 
ProcurementCardAccountingLineAuthorizer  | 
| Modifier and Type | Method and Description | 
|---|---|
protected AccountingLineAuthorizer | 
ProcurementCardForm.getAccountingLineAuthorizerForDocument()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InvoiceAccountingLineAuthorizer
Accounting line authorizer for Requisition document which allows adding accounting lines at specified nodes 
 | 
class  | 
PaymentRequestAccountingLineAuthorizer
Accounting line authorizer for Requisition document which allows adding accounting lines at specified nodes 
 | 
class  | 
PurapAccountingLineAuthorizer
Authorizer which deals with financial processing document issues, specifically sales tax lines on documents
 This class utilizes the new accountingLine model. 
 | 
class  | 
PurchaseOrderAccountingLineAuthorizer
Accounting line authorizer for Requisition document which allows adding accounting lines at specified nodes 
 | 
class  | 
RequisitionAccountingLineAuthorizer
Accounting line authorizer for Requisition document which allows adding accounting lines at specified nodes 
 | 
class  | 
VendorCreditMemoAccountingLineAuthorizer
Accounting line authorizer for Requisition document which allows adding accounting lines at specified nodes 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected AccountingLineAuthorizer | 
SecAccountingLineGroupDefinition.createAccountingLineAuthorizer()
Creates a new instance of the security accounting line authorizer and sets the configured authorizer property 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SecAccountingLineAuthorizer
AccountingLineAuthorizer that wraps access security checks around another AccountingLineAuthorizer configured for the document type 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected AccountingLineAuthorizer | 
SecAccountingLineAuthorizer.lineAuthorizer  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SecAccountingLineAuthorizer.setLineAuthorizer(AccountingLineAuthorizer lineAuthorizer)
Sets the lineAuthorizer attribute value. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AccountingLineAuthorizerBase
The default implementation of AccountingLineAuthorizer 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected AccountingLineAuthorizer | 
AccountingLineGroupDefinition.createAccountingLineAuthorizer()
Creates an instance of the accounting line authorizer 
 | 
AccountingLineAuthorizer | 
AccountingLineGroupDefinition.getAccountingLineAuthorizer()
Returns an instance of the accounting line authorizer for this group 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Class<? extends AccountingLineAuthorizer> | 
AccountingLineGroupDefinition.getAccountingLineAuthorizerClass()
Gets the accountingLineAuthorizerClass attribute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AccountingLineGroupDefinition.setAccountingLineAuthorizerClass(Class<? extends AccountingLineAuthorizer> accountingLineAuthorizerClass)
Sets the accountingLineAuthorizerClass attribute value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AccountingLineAuthorizationTransformer.transformElements(List<TableJoining> elements,
                                  AccountingLine accountingLine,
                                  AccountingDocument document,
                                  AccountingLineAuthorizer lineAuthorizer,
                                  boolean newLine,
                                  String accountingLinePropertyName)
Performs transformations to the element rendering tree based on the authorization's reactions to the accounting line 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AccountingLineAuthorizationTransformerImpl.transformElements(List<TableJoining> elements,
                                  AccountingLine accountingLine,
                                  AccountingDocument document,
                                  AccountingLineAuthorizer lineAuthorizer,
                                  boolean newLine,
                                  String accountingLinePropertyName)
Performs transformations to the element rendering tree based on the authorization's reactions to the accounting line 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected AccountingLineAuthorizer | 
AccountingLineAccessibleValidation.lookupAccountingLineAuthorizer()  | 
| Constructor and Description | 
|---|
RenderableAccountingLineContainer(KualiAccountingDocumentFormBase form,
                                                                  AccountingLine accountingLine,
                                                                  String accountingLineProperty,
                                                                  List<AccountingLineTableRow> rows,
                                                                  Integer lineCount,
                                                                  String groupLabel,
                                                                  List errors,
                                                                  AccountingLineAuthorizer accountingLineAuthorizer,
                                                                  boolean editableLine)
Constructs a RenderableAccountingLineContainer 
 | 
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.