@AccessLevel(value=EXTERNAL)
public interface MaintainFundConfiguration
Modifier and Type | Method and Description |
---|---|
curam.fundpm.facade.struct.FundConfigurationDetailsList |
listFundConfiguration(curam.fundpm.facade.struct.ProgramFundKey fundKey)
This method lists the active fund configurations for a fund.
|
curam.fundpm.facade.struct.FundConfigurationDetails |
viewFundConfiguration(curam.fundpm.facade.struct.FundConfigurationKey key)
This method reads the fund configuration details for a fund.
|
@AccessLevel(value=EXTERNAL) curam.fundpm.facade.struct.FundConfigurationDetailsList listFundConfiguration(curam.fundpm.facade.struct.ProgramFundKey fundKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.fundpm.facade.struct.FundConfigurationDetails viewFundConfiguration(curam.fundpm.facade.struct.FundConfigurationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException