| Package | Description |
|---|---|
| org.egov.model.contra | |
| org.egov.model.service |
| Modifier and Type | Method and Description |
|---|---|
TransactionSummary |
TransactionSummarySearchDto.getTransactionSummary() |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionSummary> |
TransactionSummaryDto.getTransactionSummaryList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionSummarySearchDto.setTransactionSummary(TransactionSummary transactionSummary) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionSummaryDto.setTransactionSummaryList(List<TransactionSummary> transactionSummaryList) |
| Modifier and Type | Method and Description |
|---|---|
TransactionSummary |
TransactionSummaryService.create(TransactionSummary transactionSummary) |
TransactionSummary |
TransactionSummaryService.findOne(Long id) |
TransactionSummary |
TransactionSummaryService.getTransactionSummary(Long glcodeId,
Long accountDetailTypeId,
Integer accountDetailKey) |
TransactionSummary |
TransactionSummaryService.update(TransactionSummary transactionSummary) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionSummary> |
TransactionSummaryService.findAll() |
List<TransactionSummary> |
TransactionSummaryService.searchTransactionsForNonSubledger(Long finYear,
Long fund,
Long functn,
Long department,
Long glcodeId) |
List<TransactionSummary> |
TransactionSummaryService.searchTransactionsForSubledger(Long finYear,
Long fund,
Long functn,
Long department,
Long glcodeId,
Integer accountDetailTypeId,
Integer accountDetailKeyId) |
| Modifier and Type | Method and Description |
|---|---|
TransactionSummary |
TransactionSummaryService.create(TransactionSummary transactionSummary) |
void |
TransactionSummaryService.delete(TransactionSummary transactionSummary) |
TransactionSummary |
TransactionSummaryService.update(TransactionSummary transactionSummary) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.