public class ModulsSCAClient extends Object implements ModulsService
| 构造器和说明 |
|---|
ModulsSCAClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
delete(Long id) |
void |
deleteList(Class aClass,
List<Long> list) |
boolean |
fakeDelete(Class aClass,
Long aLong) |
List<Long> |
getIdsByDynamicCondition(Class aClass,
Map<String,Object> map,
Integer integer,
Integer integer1) |
List<Long> |
getModulsAllByGrade(Integer grade) |
List<Long> |
getModulsIds(Integer start,
Integer limit) |
List<Long> |
getModulsIdsByFather(Long parentId) |
List<Long> |
getModulsIdsByParent(Long parentId) |
List<String> |
getModulsNameByIds(Long id) |
ModulsService |
getModulsService() |
Object |
getObjectByDynamicCondition(Class aClass,
Map<String,Object> map,
Integer integer,
Integer integer1) |
Moduls |
getObjectById(Long id) |
List<Moduls> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getSonIdsByParents(Long parentId) |
Long |
insert(Moduls moduls) |
void |
setModulsService(ModulsService modulsService) |
boolean |
update(Moduls moduls) |
public ModulsService getModulsService()
public void setModulsService(ModulsService modulsService)
public Long insert(Moduls moduls) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Moduls getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(Moduls moduls) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
update 在接口中 ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Moduls> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getIdsByDynamicCondition(Class aClass, Map<String,Object> map, Integer integer, Integer integer1) 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 Object getObjectByDynamicCondition(Class aClass, Map<String,Object> map, Integer integer, Integer integer1) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectByDynamicCondition 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean fakeDelete(Class aClass, Long aLong) 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 aClass, List<Long> list) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
deleteList 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getModulsIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModulsIds 在接口中 ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getModulsAllByGrade(Integer grade) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModulsAllByGrade 在接口中 ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getModulsIdsByParent(Long parentId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModulsIdsByParent 在接口中 ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getModulsIdsByFather(Long parentId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModulsIdsByFather 在接口中 ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSonIdsByParents(Long parentId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSonIdsByParents 在接口中 ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<String> getModulsNameByIds(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModulsNameByIds 在接口中 ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.