Uses of Interface
org.kuali.kfs.sys.businessobject.ChartOrgHolder

Packages that use ChartOrgHolder
org.kuali.kfs.module.ar.identity   
org.kuali.kfs.sys.businessobject   
org.kuali.kfs.sys.service   
org.kuali.kfs.sys.service.impl   
 

Uses of ChartOrgHolder in org.kuali.kfs.module.ar.identity
 

Methods in org.kuali.kfs.module.ar.identity that return ChartOrgHolder
protected  ChartOrgHolder AccountsReceivableOrganizationDerivedRoleTypeServiceImpl.getProcessingChartOrg(org.kuali.rice.kim.bo.types.dto.AttributeSet qualification)
           
 

Methods in org.kuali.kfs.module.ar.identity with parameters of type ChartOrgHolder
 boolean AccountsReceivableOrganizationDerivedRoleTypeServiceImpl.hasBillerRole(ChartOrgHolder userOrg, org.kuali.rice.kim.bo.types.dto.AttributeSet qualification)
           
 boolean AccountsReceivableOrganizationDerivedRoleTypeServiceImpl.hasProcessorRole(ChartOrgHolder userOrg, org.kuali.rice.kim.bo.types.dto.AttributeSet qualification)
           
 

Uses of ChartOrgHolder in org.kuali.kfs.sys.businessobject
 

Classes in org.kuali.kfs.sys.businessobject that implement ChartOrgHolder
 class ChartOrgHolderImpl
           
 

Uses of ChartOrgHolder in org.kuali.kfs.sys.service
 

Methods in org.kuali.kfs.sys.service that return ChartOrgHolder
 ChartOrgHolder FinancialSystemUserService.getPrimaryOrganization(org.kuali.rice.kim.bo.Person person, String namespaceCode)
          If the specified person has the KFS-SYS User role for the specified namespace, this will return the organization associated with that assignment.
 ChartOrgHolder FinancialSystemUserService.getPrimaryOrganization(String principalId, String namespaceCode)
           
 

Methods in org.kuali.kfs.sys.service with parameters of type ChartOrgHolder
 Collection<String> FinancialSystemUserService.getPrincipalIdsForFinancialSystemOrganizationUsers(String namespaceCode, ChartOrgHolder chartOrg)
           
 

Method parameters in org.kuali.kfs.sys.service with type arguments of type ChartOrgHolder
 Collection<String> FinancialSystemUserService.getPrincipalIdsForFinancialSystemOrganizationUsers(String namespaceCode, List<ChartOrgHolder> chartOrgs)
           
 

Uses of ChartOrgHolder in org.kuali.kfs.sys.service.impl
 

Classes in org.kuali.kfs.sys.service.impl that implement ChartOrgHolder
 class FinancialSystemUserServiceImpl.ChartOrgHolderImpl
           
 

Methods in org.kuali.kfs.sys.service.impl that return ChartOrgHolder
protected  ChartOrgHolder FinancialSystemUserServiceImpl.getOrganizationForFinancialSystemUser(String principalId, String namespaceCode)
           
protected  ChartOrgHolder FinancialSystemUserServiceImpl.getOrganizationForNonFinancialSystemUser(org.kuali.rice.kim.bo.Person person)
           
 ChartOrgHolder FinancialSystemUserServiceImpl.getPrimaryOrganization(org.kuali.rice.kim.bo.Person person, String namespaceCode)
           
 ChartOrgHolder FinancialSystemUserServiceImpl.getPrimaryOrganization(String principalId, String namespaceCode)
           
 

Methods in org.kuali.kfs.sys.service.impl with parameters of type ChartOrgHolder
 Collection<String> FinancialSystemUserServiceImpl.getPrincipalIdsForFinancialSystemOrganizationUsers(String namespaceCode, ChartOrgHolder chartOrg)
           
 

Method parameters in org.kuali.kfs.sys.service.impl with type arguments of type ChartOrgHolder
 Collection<String> FinancialSystemUserServiceImpl.getPrincipalIdsForFinancialSystemOrganizationUsers(String namespaceCode, List<ChartOrgHolder> chartOrgs)
           
 



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