package org.ros.chatto.service; import org.ros.chatto.model.Role; public interface RoleService { Role getRole(String roleName); }