| | |
| | | * @param businessCommunityInfo 小区信息 封装 |
| | | * @throws DAOException 操作数据库异常 |
| | | */ |
| | | public void saveBusinessCommunityInfo(Map businessCommunityInfo) throws DAOException; |
| | | void saveBusinessCommunityInfo(Map businessCommunityInfo) throws DAOException; |
| | | |
| | | /** |
| | | * 保存小区属性 |
| | | * @param businessCommunityAttr 小区属性信息封装 |
| | | * @throws DAOException 操作数据库异常 |
| | | */ |
| | | public void saveBusinessCommunityAttr(Map businessCommunityAttr) throws DAOException; |
| | | void saveBusinessCommunityAttr(Map businessCommunityAttr) throws DAOException; |
| | | |
| | | |
| | | /** |
| | |
| | | * @param businessCommunityPhoto 小区照片 |
| | | * @throws DAOException 操作数据库异常 |
| | | */ |
| | | public void saveBusinessCommunityPhoto(Map businessCommunityPhoto) throws DAOException; |
| | | void saveBusinessCommunityPhoto(Map businessCommunityPhoto) throws DAOException; |
| | | |
| | | /** |
| | | * 保存小区证件信息 |
| | | * @param businessCommunityCerdentials 小区证件 |
| | | * @throws DAOException 操作数据库异常 |
| | | */ |
| | | public void saveBusinessCommunityCerdentials(Map businessCommunityCerdentials) throws DAOException; |
| | | void saveBusinessCommunityCerdentials(Map businessCommunityCerdentials) throws DAOException; |
| | | |
| | | /** |
| | | * 查询小区信息(business过程) |
| | |
| | | * @return 小区信息 |
| | | * @throws DAOException |
| | | */ |
| | | public Map getBusinessCommunityInfo(Map info) throws DAOException; |
| | | Map getBusinessCommunityInfo(Map info) throws DAOException; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return 小区属性 |
| | | * @throws DAOException |
| | | */ |
| | | public List<Map> getBusinessCommunityAttrs(Map info) throws DAOException; |
| | | List<Map> getBusinessCommunityAttrs(Map info) throws DAOException; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return 小区照片 |
| | | * @throws DAOException |
| | | */ |
| | | public List<Map> getBusinessCommunityPhoto(Map info) throws DAOException; |
| | | List<Map> getBusinessCommunityPhoto(Map info) throws DAOException; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return 小区照片 |
| | | * @throws DAOException |
| | | */ |
| | | public List<Map> getBusinessCommunityCerdentials(Map info) throws DAOException; |
| | | List<Map> getBusinessCommunityCerdentials(Map info) throws DAOException; |
| | | |
| | | /** |
| | | * 保存 小区信息 Business数据到 Instance中 |
| | | * @param info |
| | | * @throws DAOException |
| | | */ |
| | | public void saveCommunityInfoInstance(Map info) throws DAOException; |
| | | void saveCommunityInfoInstance(Map info) throws DAOException; |
| | | |
| | | |
| | | /** |
| | |
| | | * @param info |
| | | * @throws DAOException |
| | | */ |
| | | public void saveCommunityAttrsInstance(Map info) throws DAOException; |
| | | void saveCommunityAttrsInstance(Map info) throws DAOException; |
| | | |
| | | /** |
| | | * 保存 小区照片信息 Business数据到 Instance中 |
| | | * @param info |
| | | * @throws DAOException |
| | | */ |
| | | public void saveCommunityPhotoInstance(Map info) throws DAOException; |
| | | void saveCommunityPhotoInstance(Map info) throws DAOException; |
| | | |
| | | |
| | | |
| | |
| | | * @return 小区信息 |
| | | * @throws DAOException |
| | | */ |
| | | public Map getCommunityInfo(Map info) throws DAOException; |
| | | Map getCommunityInfo(Map info) throws DAOException; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return 小区属性 |
| | | * @throws DAOException |
| | | */ |
| | | public List<Map> getCommunityAttrs(Map info) throws DAOException; |
| | | List<Map> getCommunityAttrs(Map info) throws DAOException; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return 小区照片 |
| | | * @throws DAOException |
| | | */ |
| | | public List<Map> getCommunityPhoto(Map info) throws DAOException; |
| | | List<Map> getCommunityPhoto(Map info) throws DAOException; |
| | | |
| | | |
| | | |
| | |
| | | * @param info 修改信息 |
| | | * @throws DAOException |
| | | */ |
| | | public void updateCommunityInfoInstance(Map info) throws DAOException; |
| | | void updateCommunityInfoInstance(Map info) throws DAOException; |
| | | |
| | | |
| | | /** |
| | |
| | | * @param info 修改信息 |
| | | * @throws DAOException |
| | | */ |
| | | public void updateCommunityAttrInstance(Map info) throws DAOException; |
| | | void updateCommunityAttrInstance(Map info) throws DAOException; |
| | | |
| | | |
| | | /** |
| | |
| | | * @param info 修改信息 |
| | | * @throws DAOException |
| | | */ |
| | | public void updateCommunityPhotoInstance(Map info) throws DAOException; |
| | | void updateCommunityPhotoInstance(Map info) throws DAOException; |
| | | |
| | | |
| | | |
| | |
| | | * @param businessCommunityMember 小区成员信息 封装 |
| | | * @throws DAOException 操作数据库异常 |
| | | */ |
| | | public void saveBusinessCommunityMember(Map businessCommunityMember) throws DAOException; |
| | | void saveBusinessCommunityMember(Map businessCommunityMember) throws DAOException; |
| | | |
| | | /** |
| | | * 成员加入 保存信息至instance |
| | | * @param info |
| | | * @throws DAOException |
| | | */ |
| | | public void saveCommunityMemberInstance(Map info) throws DAOException; |
| | | void saveCommunityMemberInstance(Map info) throws DAOException; |
| | | |
| | | /** |
| | | * 查询小区成员加入信息(business过程) |
| | |
| | | * @return 小区信息 |
| | | * @throws DAOException |
| | | */ |
| | | public Map getBusinessCommunityMember(Map info) throws DAOException; |
| | | Map getBusinessCommunityMember(Map info) throws DAOException; |
| | | |
| | | /** |
| | | * 查询小区成员加入信息(instance过程) |
| | |
| | | * @return 小区信息 |
| | | * @throws DAOException |
| | | */ |
| | | public Map getCommunityMember(Map info) throws DAOException; |
| | | Map getCommunityMember(Map info) throws DAOException; |
| | | |
| | | /** |
| | | * 修改小区成员加入信息 |
| | | * @param info 修改信息 |
| | | * @throws DAOException |
| | | */ |
| | | public void updateCommunityMemberInstance(Map info) throws DAOException; |
| | | void updateCommunityMemberInstance(Map info) throws DAOException; |
| | | |
| | | /** |
| | | * 查询小区成员加入信息(instance过程) |
| | | * 根据bId 查询小区信息 |
| | | * @param info bId 信息 |
| | | * @return 小区信息 |
| | | * @throws DAOException |
| | | */ |
| | | List<Map> getCommunityMembers(Map info) throws DAOException; |
| | | |
| | | } |