@AccessLevel(value=EXTERNAL)
public interface MaintainFiscalYear
Modifier and Type | Method and Description |
---|---|
curam.fundpm.facade.struct.FiscalYearNameList |
readActiveFiscalYearNames()
This method returns names of all the active fisccal years.
|
curam.fundpm.sl.entity.struct.FiscalYearDtlsList |
readActiveFiscalYears()
This method reads all active Fiscal Year records.
|
curam.fundpm.sl.entity.struct.FiscalYearDtlsList |
readAllFiscalYears()
This method reads all the Fiscal Year records
|
curam.fundpm.sl.entity.struct.FiscalYearDtls |
readFiscalYear(curam.fundpm.sl.entity.struct.FiscalYearKey key)
This method reads a Fiscal Year record
|
curam.fundpm.sl.entity.struct.FiscalYearDtlsList |
searchActiveFiscalYears(curam.fundpm.facade.struct.FiscalYearSearchCriteria dtls)
This method searches all the active fiscal years for the given input
criteria.
|
@AccessLevel(value=EXTERNAL) curam.fundpm.sl.entity.struct.FiscalYearDtlsList readAllFiscalYears() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.fundpm.sl.entity.struct.FiscalYearDtls readFiscalYear(curam.fundpm.sl.entity.struct.FiscalYearKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.fundpm.sl.entity.struct.FiscalYearDtlsList readActiveFiscalYears() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.fundpm.sl.entity.struct.FiscalYearDtlsList searchActiveFiscalYears(curam.fundpm.facade.struct.FiscalYearSearchCriteria dtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.fundpm.facade.struct.FiscalYearNameList readActiveFiscalYearNames() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException