Interface ProductInterestConfigService
-
- All Known Implementing Classes:
DefaultProductInterestConfigService
public interface ProductInterestConfigServiceService to deal with the product interests configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.DategetProductInterestExpiryDate(java.util.Date creationDate)Finds product interest expiry date according to the creation date.intgetProductInterestExpiryDay()Finds product interest expiry day.
-
-
-
Method Detail
-
getProductInterestExpiryDay
int getProductInterestExpiryDay()
Finds product interest expiry day.- Returns:
-
getProductInterestExpiryDate
java.util.Date getProductInterestExpiryDate(java.util.Date creationDate)
Finds product interest expiry date according to the creation date.- Parameters:
creationDate- product interest creation date- Returns:
- product interest expiry date
-
-