public interface BaseClassifyService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countBaseClassifyIds() |
Integer |
countBaseClassifyIdsByMerchantId(Long merchantId) |
Integer |
countBaseClassifyIdsByType(Integer type) |
Integer |
countBaseClassifyIdsByTypeAndMerchantIdOrderBySort(Integer type,
Long merchantId) |
boolean |
delete(Long id) |
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) |
BaseClassify |
getObjectById(Long id) |
List<BaseClassify> |
getObjectsByIds(List<Long> ids) |
Long |
insert(BaseClassify baseClassify) |
List<BaseClassify> |
insertList(List<BaseClassify> baseClassifyList) |
boolean |
update(BaseClassify baseClassify) |
boolean |
updateList(List<BaseClassify> baseClassifyList) |
Long insert(BaseClassify baseClassify) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<BaseClassify> insertList(List<BaseClassify> baseClassifyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean update(BaseClassify baseClassify) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<BaseClassify> baseClassifyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionBaseClassify getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<BaseClassify> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countBaseClassifyIdsByTypeAndMerchantIdOrderBySort(Integer type, Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countBaseClassifyIdsByType(Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countBaseClassifyIdsByMerchantId(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getBaseClassifyIdsByTypeAndMerchantIdOrderBySort(Integer type, Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getBaseClassifyIdsByType(Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getBaseClassifyIdsByMerchantId(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getBaseClassifyIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countBaseClassifyIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2020. All rights reserved.