public interface CostCategoryDao
Modifier and Type | Method and Description |
---|---|
List<Balance> |
getBalancesForCostCategory(Integer fiscalYear,
String chartOfAccountsCode,
String accountNumber,
String balanceType,
Collection<String> objectType,
CostCategory costCategory)
Retrieves matching balances for all object codes contained within the given cost category
|
CostCategory |
getCostCategoryForObjectCode(Integer universityFiscalYear,
String chartOfAccountsCode,
String financialObjectCode)
Looks up the cost category which best matches the given fiscal year, chart of accounts, and financial object code of an object code
|
CostCategoryDetail |
retrieveCostCategoryObjectCodeAmongConsolidations(CostCategoryObjectCode objectCode)
Determines if a given cost category object code would not be contained by a cost category object consolidation on a different cost category
|
CostCategoryDetail |
retrieveMatchingCostCategoryConsolidationAmongCodes(CostCategoryObjectConsolidation consolidation)
Determines if a given cost category object consolidation would have an object consolidation unshared by any cost category object codes
|
CostCategoryDetail |
retrieveMatchingCostCategoryConsolidationAmongConsolidations(CostCategoryObjectConsolidation objectConsolidation)
Determines if a given cost category object consolidation would have an object consolidation unshared by any other cost categories
|
CostCategoryDetail |
retrieveMatchingCostCategoryConsolidationAmongLevels(CostCategoryObjectConsolidation consolidation)
Determines if a given cost category object consolidation would have an object consolidation unshared by any cost category object levels
|
CostCategoryDetail |
retrieveMatchingCostCategoryLevelAmongCodes(CostCategoryObjectLevel level)
Determines if a given cost category object level would have an object level unshared by any cost category object codes
|
CostCategoryDetail |
retrieveMatchingCostCategoryLevelAmongConsolidations(CostCategoryObjectLevel level)
Determines if a given cost category object level would be uncontained by any other cost category object consolidations
|
CostCategoryDetail |
retrieveMatchingCostCategoryLevelAmongLevels(CostCategoryObjectLevel objectLevel)
Determines if a given cost category object level would have an object level unshared by any other cost categories
|
CostCategoryDetail |
retrieveMatchingCostCategoryObjectCodeAmongCodes(CostCategoryObjectCode objectCode)
Determines if a given cost category object code would have an object code unshared by any other cost categories object codes
|
CostCategoryDetail |
retrieveMatchingCostCategoryObjectCodeAmongLevels(CostCategoryObjectCode objectCode)
Determines if a given cost category object code would not be contained by a cost category object level on a different cost category
|
CostCategoryDetail retrieveMatchingCostCategoryConsolidationAmongConsolidations(CostCategoryObjectConsolidation objectConsolidation)
objectConsolidation
- the cost category object consolidation to checkCostCategoryDetail retrieveMatchingCostCategoryConsolidationAmongLevels(CostCategoryObjectConsolidation consolidation)
consolidation
- the cost category object consolidation to checkCostCategoryDetail retrieveMatchingCostCategoryConsolidationAmongCodes(CostCategoryObjectConsolidation consolidation)
consolidation
- the cost category object consolidation to checkCostCategoryDetail retrieveMatchingCostCategoryLevelAmongLevels(CostCategoryObjectLevel objectLevel)
objectLevel
- the cost category object level to checkCostCategoryDetail retrieveMatchingCostCategoryLevelAmongConsolidations(CostCategoryObjectLevel level)
level
- the cost category object level to checkCostCategoryDetail retrieveMatchingCostCategoryLevelAmongCodes(CostCategoryObjectLevel level)
level
- the cost category object level to checkCostCategoryDetail retrieveMatchingCostCategoryObjectCodeAmongCodes(CostCategoryObjectCode objectCode)
objectCode
- the cost category object code to check for uniquenessCostCategoryDetail retrieveMatchingCostCategoryObjectCodeAmongLevels(CostCategoryObjectCode objectCode)
objectCode
- the cost category object code to checkCostCategoryDetail retrieveCostCategoryObjectCodeAmongConsolidations(CostCategoryObjectCode objectCode)
objectCode
- the cost category object code to checkList<Balance> getBalancesForCostCategory(Integer fiscalYear, String chartOfAccountsCode, String accountNumber, String balanceType, Collection<String> objectType, CostCategory costCategory)
fiscalYear
- the fiscal year of balances to findchartOfAccountsCode
- the chart of account code of balances to findaccountNumber
- the account number of balances to findbalanceType
- the balance type of balances to findobjectType
- the object type of balances to findcostCategory
- the cost category of object codes to findCostCategory getCostCategoryForObjectCode(Integer universityFiscalYear, String chartOfAccountsCode, String financialObjectCode)
universityFiscalYear
- the fiscal year of the object code to find a cost category forchartOfAccountsCode
- the chart of accounts code of an object code to find a cost category forfinancialObjectCode
- the financial object code of a financial object to find a cost category forCopyright © 2004–2015 The Kuali Foundation. All rights reserved.