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

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

package events.system.service.api;

import hbm.service.jpa.BusinessService;

import java.util.List;

import user.management.model.Users;
import events.system.model.OfferedEventLocations;

public interface OfferedEventLocationsService extends
		BusinessService {

	
	List findOfferedEventLocationsFromUser(Users user);
	
	List findOfferedEventLocationsFromZipcodeAndCity(String zipcode, String city);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy