Uses of Class
org.kuali.kfs.module.endow.businessobject.SecurityReportingGroup

Packages that use SecurityReportingGroup
org.kuali.kfs.module.endow.businessobject   
org.kuali.kfs.module.endow.document.validation.impl   
org.kuali.kfs.module.endow.report.service.impl   
org.kuali.kfs.module.endow.report.util   
 

Uses of SecurityReportingGroup in org.kuali.kfs.module.endow.businessobject
 

Methods in org.kuali.kfs.module.endow.businessobject that return SecurityReportingGroup
 SecurityReportingGroup KEMIDHistoricalReportingGroup.getReportingGroup()
          Gets the reportingGroup.
 SecurityReportingGroup KEMIDHistoricalBalanceDetail.getReportingGroup()
          Gets the reportingGroup.
 SecurityReportingGroup KEMIDCurrentReportingGroup.getReportingGroup()
          Gets the reportingGroup.
 SecurityReportingGroup ClassCode.getReportingGroup()
          Gets the reportingGroup.
 SecurityReportingGroup KEMIDCurrentBalanceDetail.getReportingGroup()
          Gets the reportingGroup.
 

Methods in org.kuali.kfs.module.endow.businessobject with parameters of type SecurityReportingGroup
 void KEMIDHistoricalReportingGroup.setReportingGroup(SecurityReportingGroup reportingGroup)
          Sets the reportingGroup.
 void KEMIDHistoricalBalanceDetail.setReportingGroup(SecurityReportingGroup reportingGroup)
          Sets the reportingGroup.
 void KEMIDCurrentReportingGroup.setReportingGroup(SecurityReportingGroup reportingGroup)
          Sets the reportingGroup.
 void ClassCode.setReportingGroup(SecurityReportingGroup reportingGroup)
          Sets the reportingGroup.
 void KEMIDCurrentBalanceDetail.setReportingGroup(SecurityReportingGroup reportingGroup)
          Sets the reportingGroup.
 

Uses of SecurityReportingGroup in org.kuali.kfs.module.endow.document.validation.impl
 

Methods in org.kuali.kfs.module.endow.document.validation.impl with parameters of type SecurityReportingGroup
 boolean SecurityReportingGroupRule.validateReportingGroupOrder(SecurityReportingGroup reportingGroup)
          Checks if there is another active security reporting group in the database with the same order number
 

Uses of SecurityReportingGroup in org.kuali.kfs.module.endow.report.service.impl
 

Methods in org.kuali.kfs.module.endow.report.service.impl that return SecurityReportingGroup
protected  SecurityReportingGroup AssetStatementReportServiceImpl.getSecurityReportingGroup(String reportGroup)
          Gets security report group by report group
protected  SecurityReportingGroup AssetStatementReportServiceImpl.getSecurityReportingGroupBySecurityId(String securityId)
          Gets security report group object with security id
 

Uses of SecurityReportingGroup in org.kuali.kfs.module.endow.report.util
 

Methods in org.kuali.kfs.module.endow.report.util with parameters of type SecurityReportingGroup
 AssetStatementReportDataHolder.ReportGroupData AssetStatementReportDataHolder.createReportGroupData(SecurityReportingGroup reportingGroup, Security security, String ipInd)
          Creates a report group data and registers it
 



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