|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.endow.report.service.impl.EndowmentReportServiceImpl
org.kuali.kfs.module.endow.report.service.impl.AssetStatementReportServiceImpl
@Transactional public class AssetStatementReportServiceImpl
Field Summary | |
---|---|
protected HoldingHistoryDao |
holdingHistoryDao
|
Fields inherited from class org.kuali.kfs.module.endow.report.service.impl.EndowmentReportServiceImpl |
---|
ALL_VALUES, businessObjectService, dateTimeService, kemidBenefittingOrganizationDao, kemidDao, kemidHistoricalCashDao, kemidReportGroupDao, kemService, parameterService |
Constructor Summary | |
---|---|
AssetStatementReportServiceImpl()
|
Method Summary | |
---|---|
protected List<AssetStatementReportDataHolder> |
createDataHoldersForEndowment(List<KemidHistoricalCash> historyCashRecords,
String monthEndDate,
org.kuali.rice.kns.util.KualiInteger medId,
String reportOption)
Creates a collection of data holder for endowment |
protected List<AssetStatementReportDataHolder> |
createDataHoldersForNonEndowed(List<KemidHistoricalCash> historyCashRecords,
String monthEndDate,
org.kuali.rice.kns.util.KualiInteger medId,
String reportOption)
Creates a collection of data holder for non-endowed |
List<AssetStatementReportDataHolder> |
getAssetStatementReportForAllKemids(String monthEndDate,
String endowmentOption,
String reportOption,
String closedIndicator)
Gets the trial balance data for all kemids |
List<AssetStatementReportDataHolder> |
getAssetStatementReportsByKemidByIds(List<String> kemids,
String monthEndDate,
String endowmentOption,
String reportOption,
String closedIndicator)
Gets the trial balance data using selected kemids |
List<AssetStatementReportDataHolder> |
getAssetStatementReportsByOtherCriteria(List<String> benefittingOrganziationCampusCodes,
List<String> benefittingOrganziationChartCodes,
List<String> benefittingOrganziationCodes,
List<String> typeCodes,
List<String> purposeCodes,
List<String> combineGroupCodes,
String monthEndDate,
String endowmnetOption,
String reportOption,
String closedIndicator)
Gets the trial balance data using selected criteria |
protected ClassCode |
getClassCodeById(String classCode)
Gets class code object |
protected KEMID |
getKemid(String kemid)
Gets KEMID |
protected KemidHistoricalCash |
getKemidHistoricalCash(String kemid,
org.kuali.rice.kns.util.KualiInteger medId)
Gets KemidHistoricalCash by kemid and month end id |
protected List<KemidHistoricalCash> |
getKemidHistoricalCashRecords(List<String> kemids,
org.kuali.rice.kns.util.KualiInteger medId)
Gets a collection of historical cash records by a list of kemid and a month end id |
protected Security |
getSecurityById(String securityId)
Gets security object |
protected SecurityReportingGroup |
getSecurityReportingGroup(String reportGroup)
Gets security report group by report group |
protected SecurityReportingGroup |
getSecurityReportingGroupBySecurityId(String securityId)
Gets security report group object with security id |
void |
setHoldingHistoryDao(HoldingHistoryDao holdingHistoryDao)
Sets holdingHistoryDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.kfs.module.endow.report.service.EndowmentReportService |
---|
createReportHeaderSheetData, getBenefittingCampuses, getBenefittingCharts, getBenefittingOrganizations, getCombineGroupCodes, getInstitutionName, getKemidPurposeCodes, getKemidsBasedOnUserSelection, getKemidsInHistoryCash, getKemidsWithMultipleBenefittingOrganizations, getKemidTypeCodes, getReportRequestor |
Field Detail |
---|
protected HoldingHistoryDao holdingHistoryDao
Constructor Detail |
---|
public AssetStatementReportServiceImpl()
Method Detail |
---|
public List<AssetStatementReportDataHolder> getAssetStatementReportForAllKemids(String monthEndDate, String endowmentOption, String reportOption, String closedIndicator)
AssetStatementReportService
getAssetStatementReportForAllKemids
in interface AssetStatementReportService
org.kuali.kfs.module.endow.report.service.TrialBalanceReportService#getTrialBalanceReportForAllKemids(java.lang.String)
public List<AssetStatementReportDataHolder> getAssetStatementReportsByKemidByIds(List<String> kemids, String monthEndDate, String endowmentOption, String reportOption, String closedIndicator)
AssetStatementReportService
getAssetStatementReportsByKemidByIds
in interface AssetStatementReportService
org.kuali.kfs.module.endow.report.service.AssetStatementReportService#getAssetStatementReportsByKemidByIds(java.util.List, java.lang.String)
protected List<AssetStatementReportDataHolder> createDataHoldersForEndowment(List<KemidHistoricalCash> historyCashRecords, String monthEndDate, org.kuali.rice.kns.util.KualiInteger medId, String reportOption)
historyCashRecords
- monthEndDate
- medId
- reportOption
-
protected List<AssetStatementReportDataHolder> createDataHoldersForNonEndowed(List<KemidHistoricalCash> historyCashRecords, String monthEndDate, org.kuali.rice.kns.util.KualiInteger medId, String reportOption)
historyCashRecords
- monthEndDate
- medId
- reportOption
-
public List<AssetStatementReportDataHolder> getAssetStatementReportsByOtherCriteria(List<String> benefittingOrganziationCampusCodes, List<String> benefittingOrganziationChartCodes, List<String> benefittingOrganziationCodes, List<String> typeCodes, List<String> purposeCodes, List<String> combineGroupCodes, String monthEndDate, String endowmnetOption, String reportOption, String closedIndicator)
AssetStatementReportService
getAssetStatementReportsByOtherCriteria
in interface AssetStatementReportService
org.kuali.kfs.module.endow.report.service.AssetStatementReportService#getAssetStatementReportsByOtherCriteria(java.util.List, java.util.List, java.util.List, java.util.List, java.util.List, java.util.List, java.lang.String)
protected SecurityReportingGroup getSecurityReportingGroupBySecurityId(String securityId)
securityId
-
protected Security getSecurityById(String securityId)
securityId
-
protected ClassCode getClassCodeById(String classCode)
classCode
-
protected SecurityReportingGroup getSecurityReportingGroup(String reportGroup)
reportGroup
-
protected KEMID getKemid(String kemid)
kemid
-
protected KemidHistoricalCash getKemidHistoricalCash(String kemid, org.kuali.rice.kns.util.KualiInteger medId)
kemid
- medId
-
protected List<KemidHistoricalCash> getKemidHistoricalCashRecords(List<String> kemids, org.kuali.rice.kns.util.KualiInteger medId)
kemids
- medId
-
public void setHoldingHistoryDao(HoldingHistoryDao holdingHistoryDao)
holdingHistoryDao
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |