@AccessLevel(value=EXTERNAL)
public interface MaintainProgramFund
Modifier and Type | Method and Description |
---|---|
curam.fundpm.facade.struct.ProgramFundDetailsList |
readAllProgramFunds()
This method reads all the Fund records
|
curam.fundpm.facade.struct.ProgramFundDetails |
readProgramFund(curam.fundpm.facade.struct.ProgramFundKey key)
This method reads a Fund record
|
@AccessLevel(value=EXTERNAL) curam.fundpm.facade.struct.ProgramFundDetailsList readAllProgramFunds() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.fundpm.facade.struct.ProgramFundDetails readProgramFund(curam.fundpm.facade.struct.ProgramFundKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException