public class BaseClassifyServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.fans.common.service.BaseClassifyService
| 构造器和说明 |
|---|
BaseClassifyServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countBaseClassifyIds() |
Integer |
countBaseClassifyIdsByMerchantId(Long merchantId) |
Integer |
countBaseClassifyIdsByType(Integer type) |
Integer |
countBaseClassifyIdsByTypeAndMerchantIdOrderBySort(Integer type,
Long merchantId) |
boolean |
delete(Long id,
String lang) |
List<Long> |
getBaseClassifyIds(Integer start,
Integer limit) |
List<Long> |
getBaseClassifyIdsByMerchantId(Long merchantId,
Integer start,
Integer limit) |
List<Long> |
getBaseClassifyIdsByType(Integer type,
Integer start,
Integer limit) |
List<Long> |
getBaseClassifyIdsByTypeAndMerchantIdOrderBySort(Integer type,
Long merchantId,
Integer start,
Integer limit) |
com.ptteng.fans.common.model.BaseClassify |
getObjectById(Long id,
String lang) |
List<com.ptteng.fans.common.model.BaseClassify> |
getObjectsByIds(List<Long> ids,
String lang) |
Long |
insert(com.ptteng.fans.common.model.BaseClassify baseClassify,
String lang) |
List<com.ptteng.fans.common.model.BaseClassify> |
insertList(List<com.ptteng.fans.common.model.BaseClassify> baseClassifyList,
String lang) |
boolean |
update(com.ptteng.fans.common.model.BaseClassify baseClassify,
String lang) |
boolean |
updateList(List<com.ptteng.fans.common.model.BaseClassify> baseClassifyList,
String lang) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.fans.common.model.BaseClassify baseClassify, String lang) throws Exception
insert 在接口中 com.ptteng.fans.common.service.BaseClassifyServiceExceptionpublic List<com.ptteng.fans.common.model.BaseClassify> insertList(List<com.ptteng.fans.common.model.BaseClassify> baseClassifyList, String lang) throws Exception
insertList 在接口中 com.ptteng.fans.common.service.BaseClassifyServiceExceptionpublic boolean delete(Long id, String lang) throws Exception
delete 在接口中 com.ptteng.fans.common.service.BaseClassifyServiceExceptionpublic boolean update(com.ptteng.fans.common.model.BaseClassify baseClassify,
String lang)
throws Exception
update 在接口中 com.ptteng.fans.common.service.BaseClassifyServiceExceptionpublic boolean updateList(List<com.ptteng.fans.common.model.BaseClassify> baseClassifyList, String lang) throws Exception
updateList 在接口中 com.ptteng.fans.common.service.BaseClassifyServiceExceptionpublic com.ptteng.fans.common.model.BaseClassify getObjectById(Long id, String lang) throws Exception
getObjectById 在接口中 com.ptteng.fans.common.service.BaseClassifyServiceExceptionpublic List<com.ptteng.fans.common.model.BaseClassify> getObjectsByIds(List<Long> ids, String lang) throws Exception
getObjectsByIds 在接口中 com.ptteng.fans.common.service.BaseClassifyServiceExceptionpublic List<Long> getBaseClassifyIdsByTypeAndMerchantIdOrderBySort(Integer type, Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBaseClassifyIdsByTypeAndMerchantIdOrderBySort 在接口中 com.ptteng.fans.common.service.BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBaseClassifyIdsByType(Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBaseClassifyIdsByType 在接口中 com.ptteng.fans.common.service.BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBaseClassifyIdsByMerchantId(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBaseClassifyIdsByMerchantId 在接口中 com.ptteng.fans.common.service.BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBaseClassifyIdsByTypeAndMerchantIdOrderBySort(Integer type, Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBaseClassifyIdsByTypeAndMerchantIdOrderBySort 在接口中 com.ptteng.fans.common.service.BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBaseClassifyIdsByType(Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBaseClassifyIdsByType 在接口中 com.ptteng.fans.common.service.BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBaseClassifyIdsByMerchantId(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBaseClassifyIdsByMerchantId 在接口中 com.ptteng.fans.common.service.BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBaseClassifyIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBaseClassifyIds 在接口中 com.ptteng.fans.common.service.BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBaseClassifyIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBaseClassifyIds 在接口中 com.ptteng.fans.common.service.BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.