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

Packages that use AccountGlobal
org.kuali.kfs.coa.document.validation.impl   
 

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

Fields in org.kuali.kfs.coa.document.validation.impl declared as AccountGlobal
protected  AccountGlobal AccountGlobalRule.newAccountGlobal
           
 

Methods in org.kuali.kfs.coa.document.validation.impl with parameters of type AccountGlobal
protected  boolean AccountGlobalRule.checkAllAccountUsers(AccountGlobal doc, org.kuali.rice.kim.bo.Person newFiscalOfficer, org.kuali.rice.kim.bo.Person newManager, org.kuali.rice.kim.bo.Person newSupervisor)
          This method checks to make sure that if the users are filled out (fiscal officer, supervisor, manager) that they are not the same individual Only need to check this if these are new users that override existing users on the Account object
protected  boolean AccountGlobalRule.checkCgIncomeStreamRequired(AccountGlobal accountGlobals)
          This method checks to see if the contracts and grants income stream account is required
protected  boolean AccountGlobalRule.checkOrganizationValidity(AccountGlobal acctGlobal)
          Validate that the object code on the form (if entered) is valid for all charts used in the detail sections.
protected  boolean AccountGlobalRule.isContinuationAccountExpired(AccountGlobal accountGlobals)
          This method tests whether the continuation account entered (if any) has expired or not.
protected  boolean AccountGlobalRule.isSupervisorSameAsFiscalOfficer(AccountGlobal accountGlobals)
          This method is a helper method for checking if the supervisor user is the same as the fiscal officer Calls AccountGlobalRule.areTwoUsersTheSame(Person, Person)
protected  boolean AccountGlobalRule.isSupervisorSameAsManager(AccountGlobal accountGlobals)
          This method is a helper method for checking if the supervisor user is the same as the manager Calls AccountGlobalRule.areTwoUsersTheSame(Person, Person)
protected  boolean AccountGlobalRule.isUpdatedExpirationDateInvalid(Account oldAccount, AccountGlobal newAccountGlobal)
          This method checks to see if the updated expiration is not a valid one Only gets checked for specific SubFundGroups
 



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