|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CurrentTaxLotBalance in org.kuali.kfs.module.endow.batch.service |
---|
Methods in org.kuali.kfs.module.endow.batch.service with parameters of type CurrentTaxLotBalance | |
---|---|
void |
CurrentTaxLotBalanceUpdateService.saveCurrentTaxLotRecord(CurrentTaxLotBalance currentTaxLotBalance)
Saves the CurrentTaxLot record to the table (END_CURR_TAX_LOT_BAL_T). |
Uses of CurrentTaxLotBalance in org.kuali.kfs.module.endow.batch.service.impl |
---|
Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type CurrentTaxLotBalance | |
---|---|
void |
CurrentTaxLotBalanceUpdateServiceImpl.saveCurrentTaxLotRecord(CurrentTaxLotBalance currentTaxLotBalance)
|
Uses of CurrentTaxLotBalance in org.kuali.kfs.module.endow.dataaccess |
---|
Methods in org.kuali.kfs.module.endow.dataaccess that return types with arguments of type CurrentTaxLotBalance | |
---|---|
Collection<CurrentTaxLotBalance> |
CurrentTaxLotBalanceDao.getAllCurrentTaxLotBalanceEntriesForSecurity(String securityId)
Gets all records for the Security in END_CURR_TAX_LOT_BAL_T. |
Uses of CurrentTaxLotBalance in org.kuali.kfs.module.endow.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.endow.dataaccess.impl that return types with arguments of type CurrentTaxLotBalance | |
---|---|
Collection<CurrentTaxLotBalance> |
CurrentTaxLotBalanceDaoOjb.getAllCurrentTaxLotBalanceEntriesForSecurity(String securityId)
|
protected Collection<CurrentTaxLotBalance> |
CurrentTaxLotBalanceDaoOjb.getCurrentTaxLotBalances(FeeMethod feeMethod)
Prepares the criteria and selects the records from END_CRNT_TAX_LOT_BAL_T table |
Uses of CurrentTaxLotBalance in org.kuali.kfs.module.endow.document.service |
---|
Methods in org.kuali.kfs.module.endow.document.service that return CurrentTaxLotBalance | |
---|---|
CurrentTaxLotBalance |
CurrentTaxLotService.copyHoldingTaxLotToCurrentTaxLotBalance(HoldingTaxLot holdingTaxLot)
Method to copy HoldingTaxLot record to currentTaxLotBalance record |
CurrentTaxLotBalance |
CurrentTaxLotService.getByPrimaryKey(String kemid,
String securityId,
String registrationCode,
org.kuali.rice.kns.util.KualiInteger lotNumber,
String ipIndicator)
Gets a current tax lot based on primary keys: kemid, security id, registration code, lot number and IP indicator. |
Methods in org.kuali.kfs.module.endow.document.service that return types with arguments of type CurrentTaxLotBalance | |
---|---|
Collection<CurrentTaxLotBalance> |
CurrentTaxLotService.getAllCurrentTaxLotBalance()
Retrieves all the records from END_CURR_TAX_LOT_BAL_T |
Collection<CurrentTaxLotBalance> |
CurrentTaxLotService.getCurrentTaxLotBalancesByIncomePrincipalIndicator(String incomePrincipalIndicator)
Gets matching records from END_CRNT_TAX_LOT_BAL_T table |
Collection<CurrentTaxLotBalance> |
CurrentTaxLotService.getCurrentTaxLotBalancesBySecurityId(String securityId)
Gets matching records from END_CRNT_TAX_LOT_BAL_T table |
Collection<CurrentTaxLotBalance> |
CurrentTaxLotService.getCurrentTaxLotBalancesForMatchingSecurityClassCode(String securityClassCode)
Gets matching records from END_CRNT_TAX_LOT_BAL_T table |
Collection<CurrentTaxLotBalance> |
CurrentTaxLotService.getCurrentTaxLotBalancesForMatchingSecurityClassCodeAndSecurityId(String securityClassCode,
String securityId)
Gets matching records from END_CRNT_TAX_LOT_BAL_T table |
Methods in org.kuali.kfs.module.endow.document.service with parameters of type CurrentTaxLotBalance | |
---|---|
void |
CurrentTaxLotService.updateCurrentTaxLotBalance(CurrentTaxLotBalance currentTaxLotBalance)
updates a current tax lot |
Uses of CurrentTaxLotBalance in org.kuali.kfs.module.endow.document.service.impl |
---|
Methods in org.kuali.kfs.module.endow.document.service.impl that return CurrentTaxLotBalance | |
---|---|
CurrentTaxLotBalance |
CurrentTaxLotServiceImpl.copyHoldingTaxLotToCurrentTaxLotBalance(HoldingTaxLot holdingTaxLot)
Service Method to create a new current tax lot balance record and copy HoldingTaxLot record to it |
CurrentTaxLotBalance |
CurrentTaxLotServiceImpl.getByPrimaryKey(String kemid,
String securityId,
String registrationCode,
org.kuali.rice.kns.util.KualiInteger lotNumber,
String ipIndicator)
|
Methods in org.kuali.kfs.module.endow.document.service.impl that return types with arguments of type CurrentTaxLotBalance | |
---|---|
Collection<CurrentTaxLotBalance> |
CurrentTaxLotServiceImpl.getAllCurrentTaxLotBalance()
|
Collection<CurrentTaxLotBalance> |
CurrentTaxLotServiceImpl.getCurrentTaxLotBalancesByIncomePrincipalIndicator(String incomePrincipalIndicator)
|
Collection<CurrentTaxLotBalance> |
CurrentTaxLotServiceImpl.getCurrentTaxLotBalancesBySecurityId(String securityId)
|
Collection<CurrentTaxLotBalance> |
CurrentTaxLotServiceImpl.getCurrentTaxLotBalancesForMatchingSecurityClassCode(String securityClassCode)
|
Collection<CurrentTaxLotBalance> |
CurrentTaxLotServiceImpl.getCurrentTaxLotBalancesForMatchingSecurityClassCodeAndSecurityId(String securityClassCode,
String securityId)
|
Methods in org.kuali.kfs.module.endow.document.service.impl with parameters of type CurrentTaxLotBalance | |
---|---|
void |
CurrentTaxLotServiceImpl.updateCurrentTaxLotBalance(CurrentTaxLotBalance currentTaxLotBalance)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |