Package | Description |
---|---|
org.kuali.ole.coa.businessobject | |
org.kuali.ole.coa.document.validation.impl |
Modifier and Type | Method and Description |
---|---|
List<AccountDelegateModelDetail> |
AccountDelegateModel.getAccountDelegateModelDetails()
Gets the accountDelegateModelDetails attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
AccountDelegateModel.setAccountDelegateModelDetails(List<AccountDelegateModelDetail> organizationRoutingModel)
Sets the accountDelegateModelDetails attribute value.
|
Constructor and Description |
---|
AccountDelegateGlobalDetail(AccountDelegateModelDetail model) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AccountDelegateModelRule.checkDelegateFromAmountPositive(AccountDelegateModelDetail delegateModel)
Checks that if approval from amount is not null, then it is positive
|
protected boolean |
AccountDelegateModelRule.checkDelegateToAmountGreaterThanFromAmount(AccountDelegateModelDetail delegateModel)
Checks that if approval from amount is null, that approval to this amount is null or zero; and then checks that approval to
amount is greater than or equal to approval from amount.
|
protected boolean |
AccountDelegateModelRule.checkDelegateUserRules(org.kuali.rice.kns.document.MaintenanceDocument document,
AccountDelegateModelDetail delegateModel)
Checks that the account delegate listed exists in the system, and that user has an active status and is a professional type
|
protected boolean |
AccountDelegateModelRule.checkPrimaryRoutePerDocType(AccountDelegateModel globalDelegateTemplate,
AccountDelegateModelDetail delegateModel)
This method validates the rule that says there can be only one PrimaryRoute delegate for each given docType.
|
protected boolean |
AccountDelegateModelRule.checkSimpleRulesForOrganizationRoutingModel(org.kuali.rice.kns.document.MaintenanceDocument document,
AccountDelegateModel globalDelegateTemplate,
AccountDelegateModelDetail delegateModel,
FinancialSystemDocumentTypeService documentService)
This method checks a series of basic rules for a single org routing model.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.