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

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

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

Methods in org.kuali.kfs.coa.businessobject that return types with arguments of type AccountDelegateGlobalDetail
 List<AccountDelegateGlobalDetail> AccountDelegateGlobal.getDelegateGlobals()
          Gets the delegateGlobals attribute.
 

Method parameters in org.kuali.kfs.coa.businessobject with type arguments of type AccountDelegateGlobalDetail
 void AccountDelegateGlobal.setDelegateGlobals(List<AccountDelegateGlobalDetail> delegateGlobals)
          Sets the delegateGlobals attribute value.
 

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

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

Methods in org.kuali.kfs.coa.document.validation.impl with parameters of type AccountDelegateGlobalDetail
protected  boolean DelegateGlobalRule.checkDelegateUserRules(org.kuali.rice.kns.document.MaintenanceDocument document, AccountDelegateGlobalDetail delegateGlobal, int lineNum, boolean add)
          This checks that the delegate for this Account exists and is valid (active and a professional)
protected  Integer DelegateGlobalRule.checkPrimaryRoutePerDocType(AccountDelegateGlobalDetail delegateGlobalToTest, List<AccountDelegateGlobalDetail> delegateGlobals, Integer testLineNum)
          This method validates the rule that says there can be only one PrimaryRoute delegate for each given docType.
protected  boolean DelegateGlobalRule.checkPrimaryRouteRules(List<AccountDelegateGlobalDetail> delegateGlobals, AccountDelegateGlobalDetail delegateGlobalToTest, Integer lineNum, boolean add)
          This checks that the primary routing for delegates is correct, specifically that - there is not already a primary route delegate setup for this Account
 

Method parameters in org.kuali.kfs.coa.document.validation.impl with type arguments of type AccountDelegateGlobalDetail
protected  Integer DelegateGlobalRule.checkPrimaryRoutePerDocType(AccountDelegateGlobalDetail delegateGlobalToTest, List<AccountDelegateGlobalDetail> delegateGlobals, Integer testLineNum)
          This method validates the rule that says there can be only one PrimaryRoute delegate for each given docType.
protected  boolean DelegateGlobalRule.checkPrimaryRouteRules(List<AccountDelegateGlobalDetail> delegateGlobals, AccountDelegateGlobalDetail delegateGlobalToTest, Integer lineNum, boolean add)
          This checks that the primary routing for delegates is correct, specifically that - there is not already a primary route delegate setup for this Account
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.