public interface GoodsSortAttributesService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countGoodsSortAttributesIds() |
Integer |
countGoodsSortAttributesIdsByGoodsSortId(Long goodsSortId) |
boolean |
delete(Long id) |
Long |
getGoodsSortAttributesIdByAttributesNameAndGoodsSortId(String attributesName,
Long goodsSortId) |
List<Long> |
getGoodsSortAttributesIds(Integer start,
Integer limit) |
List<Long> |
getGoodsSortAttributesIdsByGoodsSortId(Long goodsSortId,
Integer start,
Integer limit) |
GoodsSortAttributes |
getObjectById(Long id) |
List<GoodsSortAttributes> |
getObjectsByIds(List<Long> ids) |
Long |
insert(GoodsSortAttributes goodsSortAttributes) |
List<GoodsSortAttributes> |
insertList(List<GoodsSortAttributes> goodsSortAttributesList) |
boolean |
update(GoodsSortAttributes goodsSortAttributes) |
boolean |
updateList(List<GoodsSortAttributes> goodsSortAttributesList) |
Long insert(GoodsSortAttributes goodsSortAttributes) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GoodsSortAttributes> insertList(List<GoodsSortAttributes> goodsSortAttributesList) 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(GoodsSortAttributes goodsSortAttributes) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<GoodsSortAttributes> goodsSortAttributesList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionGoodsSortAttributes getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GoodsSortAttributes> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSortAttributesIdsByGoodsSortId(Long goodsSortId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGoodsSortAttributesIdsByGoodsSortId(Long goodsSortId, 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> getGoodsSortAttributesIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSortAttributesIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getGoodsSortAttributesIdByAttributesNameAndGoodsSortId(String attributesName, Long goodsSortId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.