| | |
| | |
|
| | | List<Organization> getOrganizationsByAreaName(Map<String, Object> parameters);
|
| | |
|
| | | public PageBean queryByPageBean(PageBean pageBean);
|
| | | PageBean queryByPageBean(PageBean pageBean);
|
| | |
|
| | | public void addOrModify(Organization organization);
|
| | | void addOrModify(Organization organization);
|
| | |
|
| | | public void deleteByIds(Integer... ids);
|
| | | void deleteByIds(Integer... ids);
|
| | |
|
| | | List<Organization> getOrganizationsByName(String name);
|
| | |
|
| | | public Organization getOrganizationById(int id);
|
| | | Organization getOrganizationById(int id);
|
| | |
|
| | | public Organization getFatherOrg(int childId);
|
| | | Organization getFatherOrg(int childId);
|
| | |
|
| | | List<Organization> getOrganizationList(String organizationName);
|
| | |
|
| | | Organization getOrganizationByAccountId(Integer accountId);
|
| | | }
|