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

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

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

Methods in org.kuali.kfs.coa.businessobject that return types with arguments of type SubObjectCodeGlobalDetail
 List<SubObjectCodeGlobalDetail> SubObjectCodeGlobal.getSubObjCdGlobalDetails()
           
 

Methods in org.kuali.kfs.coa.businessobject with parameters of type SubObjectCodeGlobalDetail
 void SubObjectCodeGlobal.populate(SubObjectCode old, AccountGlobalDetail accountGlobalDetail, SubObjectCodeGlobalDetail subObjCdGlobalDetail)
           
 

Method parameters in org.kuali.kfs.coa.businessobject with type arguments of type SubObjectCodeGlobalDetail
 void SubObjectCodeGlobal.setSubObjCdGlobalDetails(List<SubObjectCodeGlobalDetail> subObjCdGlobalDetails)
           
 

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

Methods in org.kuali.kfs.coa.document.validation.impl with parameters of type SubObjectCodeGlobalDetail
protected  boolean SubObjCdGlobalRule.checkChartOnSubObjCodeDetails(SubObjectCodeGlobal socChangeDocument, SubObjectCodeGlobalDetail socChangeDetail, int lineNum, boolean add)
          This checks to make sure that the chart of accounts on the SubObjCdGlobalDetail is not empty and the document's chart matches the detail's chart
protected  boolean SubObjCdGlobalRule.checkFiscalYear(SubObjectCodeGlobal socChangeDocument, SubObjectCodeGlobalDetail socChangeDetail, int lineNum, boolean add)
          This checks to make sure that the fiscal year on the SubObjCdGlobalDetail is not empty and the document's fiscal year matches the detail's fiscal year
 boolean SubObjCdGlobalRule.checkSubObjectCodeDetails(SubObjectCodeGlobalDetail dtl)
          This checks that if the object code, chart code, and fiscal year are entered it is a valid Object Code, chart, and Fiscal Year associated with this SubObjectCode
 

Method parameters in org.kuali.kfs.coa.document.validation.impl with type arguments of type SubObjectCodeGlobalDetail
protected  boolean SubObjCdGlobalRule.checkForSubObjCdGlobalDetails(List<SubObjectCodeGlobalDetail> subObjCdGlobalDetails)
          This checks that the SubObjCdGlobalDetail list isn't empty or null
 



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