package com.moral.monitor.service; import java.util.Set; public interface OrganizationService { Set getChildOrganizationIds(String orgId); }