public interface GoodsSortService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countGoodsSortIds() |
Integer |
countGoodsSortIdsByShelfStatusOrderBySort(Integer shelfStatus) |
Integer |
countGoodsSortIdsBySortLevelOrderBySort(Integer sortLevel) |
Integer |
countGoodsSortIdsBySortNameOrderBySort(String sortName) |
boolean |
delete(Long id) |
Long |
getGoodsSortIdBySortNameOrderBySort(String sortName) |
List<Long> |
getGoodsSortIds(Integer start,
Integer limit) |
List<Long> |
getGoodsSortIdsByFatherIdOrderBySort(Long fatherId,
Integer start,
Integer limit) |
List<Long> |
getGoodsSortIdsByShelfStatusOrderBySort(Integer shelfStatus,
Integer start,
Integer limit) |
List<Long> |
getGoodsSortIdsBySortLevelOrderBySort(Integer sortLevel,
Integer start,
Integer limit) |
GoodsSort |
getObjectById(Long id) |
List<GoodsSort> |
getObjectsByIds(List<Long> ids) |
Long |
insert(GoodsSort goodsSort) |
List<GoodsSort> |
insertList(List<GoodsSort> goodsSortList) |
boolean |
update(GoodsSort goodsSort) |
boolean |
updateList(List<GoodsSort> goodsSortList) |
Long insert(GoodsSort goodsSort) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GoodsSort> insertList(List<GoodsSort> goodsSortList) 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(GoodsSort goodsSort) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<GoodsSort> goodsSortList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionGoodsSort getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GoodsSort> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSortIdsBySortLevelOrderBySort(Integer sortLevel) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSortIdsByShelfStatusOrderBySort(Integer shelfStatus) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSortIdsBySortNameOrderBySort(String sortName) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGoodsSortIdsBySortLevelOrderBySort(Integer sortLevel, 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> getGoodsSortIdsByShelfStatusOrderBySort(Integer shelfStatus, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getGoodsSortIdBySortNameOrderBySort(String sortName) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGoodsSortIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSortIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGoodsSortIdsByFatherIdOrderBySort(Long fatherId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.