public interface StatelessPreRateResult
| Modifier and Type | Method and Description |
|---|---|
StatelessRateResult |
getRateResult()
Returns the underlying StatelessRateResult
|
void |
update(StatelessPreRatingContext preRatingContext)
Updates the passed preRatingContext according the this result.
|
StatelessRateResult getRateResult()
void update(StatelessPreRatingContext preRatingContext) throws StatelessPreRatingException
Important notice:this update will use the rating date of this result
(argument ratingDate of StatelessServiceClient.statelessPreRate(StatelessRatingEvent, String, StatelessPreRatingContext, java.util.Date, long, long, boolean, boolean)
as comparison date to manage other pending pre-rating expiration.
preRatingContext - the context to updateStatelessPreRatingException