public interface FoodTypeRelationService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countFoodTypeRelationIds() |
Integer |
countFoodTypeRelationIdsByStoreId(Long storeId) |
Integer |
countFoodTypeRelationIdsByTrademarkId(Long trademarkId) |
boolean |
delete(Long id) |
Long |
getFoodTypeRelationIdByNameAndStoreId(String name,
Long storeId) |
List<Long> |
getFoodTypeRelationIds(Integer start,
Integer limit) |
List<Long> |
getFoodTypeRelationIdsByStoreId(Long storeId,
Integer start,
Integer limit) |
List<Long> |
getFoodTypeRelationIdsByTrademarkId(Long trademarkId,
Integer start,
Integer limit) |
FoodTypeRelation |
getObjectById(Long id) |
List<FoodTypeRelation> |
getObjectsByIds(List<Long> ids) |
Long |
insert(FoodTypeRelation foodTypeRelation) |
List<FoodTypeRelation> |
insertList(List<FoodTypeRelation> foodTypeRelationList) |
boolean |
update(FoodTypeRelation foodTypeRelation) |
boolean |
updateList(List<FoodTypeRelation> foodTypeRelationList) |
Long insert(FoodTypeRelation foodTypeRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<FoodTypeRelation> insertList(List<FoodTypeRelation> foodTypeRelationList) 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(FoodTypeRelation foodTypeRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<FoodTypeRelation> foodTypeRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionFoodTypeRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<FoodTypeRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countFoodTypeRelationIdsByStoreId(Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countFoodTypeRelationIdsByTrademarkId(Long trademarkId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getFoodTypeRelationIdsByStoreId(Long storeId, 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> getFoodTypeRelationIdsByTrademarkId(Long trademarkId, 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> getFoodTypeRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getFoodTypeRelationIdByNameAndStoreId(String name, Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countFoodTypeRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.