Package cn.sparrowmini.org.service
Interface GroupService
-
- All Superinterfaces:
GroupRestService
- All Known Implementing Classes:
GroupServiceImpl
public interface GroupService extends GroupRestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<cn.sparrowmini.org.model.Employee>getFinalEmployees(java.lang.String groupId)-
Methods inherited from interface cn.sparrowmini.org.service.GroupRestService
addMembers, all, create, delete, get, getMembers, getParentOrgs, getTree, removeMembers, removeParentOrgs, setParentOrgs, update
-
-