public class OrgApplySCAClient extends Object implements OrgApplyService
| 构造器和说明 |
|---|
OrgApplySCAClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countOrgApplyIds() |
Integer |
createOrg(OrgApply orgApply) |
List<Long> |
creditCodeIds(String code) |
boolean |
delete(Long id) |
void |
deleteList(Class clz,
List<Long> ids) |
boolean |
fakeDelete(Class clz,
Long id) |
List<Long> |
getIdsByDynamicCondition(Class clz,
Map<String,Object> conditions,
Integer start,
Integer limit) |
OrgApply |
getObjectById(Long id) |
List<OrgApply> |
getObjectsByIds(List<Long> ids) |
Long |
getOrgApplyIdByMobile(String mobile) |
List<Long> |
getOrgApplyIds(Integer start,
Integer limit) |
OrgApplyService |
getOrgApplyService() |
Long |
insert(OrgApply orgApply) |
List<OrgApply> |
insertList(List<OrgApply> orgApplyList) |
List<Long> |
licenseCodeIds(String code) |
List<Long> |
orgCodeIds(String code) |
void |
setOrgApplyService(OrgApplyService orgApplyService) |
boolean |
update(OrgApply orgApply) |
boolean |
updateList(List<OrgApply> orgApplyList) |
public OrgApplyService getOrgApplyService()
public void setOrgApplyService(OrgApplyService orgApplyService)
public Long insert(OrgApply orgApply) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<OrgApply> insertList(List<OrgApply> orgApplyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(OrgApply orgApply) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
update 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<OrgApply> orgApplyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic OrgApply getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<OrgApply> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getOrgApplyIdByMobile(String mobile) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrgApplyIdByMobile 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getOrgApplyIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrgApplyIds 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countOrgApplyIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countOrgApplyIds 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> orgCodeIds(String code) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
orgCodeIds 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> licenseCodeIds(String code) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
licenseCodeIds 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> creditCodeIds(String code) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
creditCodeIds 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer createOrg(OrgApply orgApply) throws com.gemantic.common.exception.ServiceDaoException, com.gemantic.common.exception.ServiceException
createOrg 在接口中 OrgApplyServicecom.gemantic.common.exception.ServiceDaoExceptioncom.gemantic.common.exception.ServiceExceptionpublic List<Long> getIdsByDynamicCondition(Class clz, Map<String,Object> conditions, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getIdsByDynamicCondition 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean fakeDelete(Class clz, Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
fakeDelete 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void deleteList(Class clz, List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
deleteList 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.