All Downloads are FREE. Search and download functionalities are using the official Maven repository.

events.system.service.api.RatingDescriptionsService Maven / Gradle / Ivy

package events.system.service.api;

import hbm.service.jpa.BusinessService;
import events.system.model.EventRatings;
import events.system.model.RatingDescriptions;

public interface RatingDescriptionsService extends
		BusinessService {
	/**
	 * Find rating description.
	 * 
	 * @param eventRatings
	 *            the event ratings
	 * @return the rating descriptions
	 */
	RatingDescriptions findRatingDescription(EventRatings eventRatings);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy