
events.system.service.api.UserContactsAllowedContactmethodsService Maven / Gradle / Ivy
package events.system.service.api;
import java.util.List;
import user.management.model.Contactmethods;
import user.management.model.Users;
import events.system.model.UserContactsAllowedContactmethods;
import hbm.service.jpa.BusinessService;
/**
* The Interface UserContactsAllowedContactmethodsService.
*/
public interface UserContactsAllowedContactmethodsService extends
BusinessService {
/**
* Saves for the given user the list from the given allowed contactmethods.
*
* @param userContactmethods the user contactmethods
* @param userContact the user contact
* @return the list
*/
List saveUserContactsAllowedContactmethods(
List userContactmethods, Users userContact);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy