|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AccountingLineAuthorizer in org.kuali.kfs.fp.document.authorization |
---|
Classes in org.kuali.kfs.fp.document.authorization that implement AccountingLineAuthorizer | |
---|---|
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 |
DisbursementVoucherAccountingLineAuthorizer
|
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 |
ProcurementCardAccountingLineAuthorizer
|
Uses of AccountingLineAuthorizer in org.kuali.kfs.fp.document.web.struts |
---|
Methods in org.kuali.kfs.fp.document.web.struts that return AccountingLineAuthorizer | |
---|---|
protected AccountingLineAuthorizer |
ProcurementCardForm.getAccountingLineAuthorizerForDocument()
|
Uses of AccountingLineAuthorizer in org.kuali.kfs.module.ar.document.authorization |
---|
Classes in org.kuali.kfs.module.ar.document.authorization that implement AccountingLineAuthorizer | |
---|---|
class |
CustomerInvoiceDocumentSourceLinesAuthorizer
|
Uses of AccountingLineAuthorizer in org.kuali.kfs.module.cam.document.authorization |
---|
Classes in org.kuali.kfs.module.cam.document.authorization that implement AccountingLineAuthorizer | |
---|---|
class |
AssetPaymentAccountingLineAuthorizer
|
Uses of AccountingLineAuthorizer in org.kuali.kfs.module.ld.document.authorization |
---|
Classes in org.kuali.kfs.module.ld.document.authorization that implement AccountingLineAuthorizer | |
---|---|
class |
LaborExpenseTransferAccountingLineAuthorizer
Data dictionary definition that includes metadata for an accounting document about one of its groups of accounting lines (typically source vs. |
Uses of AccountingLineAuthorizer in org.kuali.kfs.module.purap.document.authorization |
---|
Classes in org.kuali.kfs.module.purap.document.authorization that implement AccountingLineAuthorizer | |
---|---|
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 |
Uses of AccountingLineAuthorizer in org.kuali.kfs.sec.datadictionary |
---|
Methods in org.kuali.kfs.sec.datadictionary that return AccountingLineAuthorizer | |
---|---|
protected AccountingLineAuthorizer |
SecAccountingLineGroupDefinition.createAccountingLineAuthorizer()
Creates a new instance of the security accounting line authorizer and sets the configured authorizer property |
Uses of AccountingLineAuthorizer in org.kuali.kfs.sec.document.authorization |
---|
Classes in org.kuali.kfs.sec.document.authorization that implement AccountingLineAuthorizer | |
---|---|
class |
SecAccountingLineAuthorizer
AccountingLineAuthorizer that wraps access security checks around another AccountingLineAuthorizer configured for the document type |
Fields in org.kuali.kfs.sec.document.authorization declared as AccountingLineAuthorizer | |
---|---|
protected AccountingLineAuthorizer |
SecAccountingLineAuthorizer.lineAuthorizer
|
Methods in org.kuali.kfs.sec.document.authorization with parameters of type AccountingLineAuthorizer | |
---|---|
void |
SecAccountingLineAuthorizer.setLineAuthorizer(AccountingLineAuthorizer lineAuthorizer)
Sets the lineAuthorizer attribute value. |
Uses of AccountingLineAuthorizer in org.kuali.kfs.sys.document.authorization |
---|
Classes in org.kuali.kfs.sys.document.authorization that implement AccountingLineAuthorizer | |
---|---|
class |
AccountingLineAuthorizerBase
The default implementation of AccountingLineAuthorizer |
Uses of AccountingLineAuthorizer in org.kuali.kfs.sys.document.datadictionary |
---|
Methods in org.kuali.kfs.sys.document.datadictionary that return AccountingLineAuthorizer | |
---|---|
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 |
Methods in org.kuali.kfs.sys.document.datadictionary that return types with arguments of type AccountingLineAuthorizer | |
---|---|
Class<? extends AccountingLineAuthorizer> |
AccountingLineGroupDefinition.getAccountingLineAuthorizerClass()
Gets the accountingLineAuthorizerClass attribute. |
Method parameters in org.kuali.kfs.sys.document.datadictionary with type arguments of type AccountingLineAuthorizer | |
---|---|
void |
AccountingLineGroupDefinition.setAccountingLineAuthorizerClass(Class<? extends AccountingLineAuthorizer> accountingLineAuthorizerClass)
Sets the accountingLineAuthorizerClass attribute value. |
Uses of AccountingLineAuthorizer in org.kuali.kfs.sys.document.service |
---|
Methods in org.kuali.kfs.sys.document.service with parameters of type AccountingLineAuthorizer | |
---|---|
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 |
Uses of AccountingLineAuthorizer in org.kuali.kfs.sys.document.service.impl |
---|
Methods in org.kuali.kfs.sys.document.service.impl with parameters of type AccountingLineAuthorizer | |
---|---|
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 |
Uses of AccountingLineAuthorizer in org.kuali.kfs.sys.document.validation.impl |
---|
Methods in org.kuali.kfs.sys.document.validation.impl that return AccountingLineAuthorizer | |
---|---|
protected AccountingLineAuthorizer |
AccountingLineAccessibleValidation.lookupAccountingLineAuthorizer()
|
Uses of AccountingLineAuthorizer in org.kuali.kfs.sys.document.web |
---|
Constructors in org.kuali.kfs.sys.document.web with parameters of type AccountingLineAuthorizer | |
---|---|
RenderableAccountingLineContainer(KualiAccountingDocumentFormBase form,
AccountingLine accountingLine,
String accountingLineProperty,
List<AccountingLineTableRow> rows,
Integer lineCount,
String groupLabel,
List errors,
AccountingLineAuthorizer accountingLineAuthorizer,
boolean editableLine)
Constructs a RenderableAccountingLineContainer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |