Uses of Class
org.kuali.kfs.coa.businessobject.AccountDelegateModelDetail

Packages that use AccountDelegateModelDetail
org.kuali.kfs.coa.businessobject   
org.kuali.kfs.coa.document.validation.impl   
 

Uses of AccountDelegateModelDetail in org.kuali.kfs.coa.businessobject
 

Methods in org.kuali.kfs.coa.businessobject that return types with arguments of type AccountDelegateModelDetail
 List<AccountDelegateModelDetail> AccountDelegateModel.getAccountDelegateModelDetails()
          Gets the accountDelegateModelDetails attribute.
 

Method parameters in org.kuali.kfs.coa.businessobject with type arguments of type AccountDelegateModelDetail
 void AccountDelegateModel.setAccountDelegateModelDetails(List<AccountDelegateModelDetail> organizationRoutingModel)
          Sets the accountDelegateModelDetails attribute value.
 

Constructors in org.kuali.kfs.coa.businessobject with parameters of type AccountDelegateModelDetail
AccountDelegateGlobalDetail(AccountDelegateModelDetail model)
           
 

Uses of AccountDelegateModelDetail in org.kuali.kfs.coa.document.validation.impl
 

Methods in org.kuali.kfs.coa.document.validation.impl with parameters of type AccountDelegateModelDetail
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 © 2005-2012 The Kuali Foundation. All Rights Reserved.