public class BusinessHoursServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.onway.platform.service.BusinessHoursService
| 构造器和说明 |
|---|
BusinessHoursServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countBusinessHoursIds() |
Integer |
countBusinessHoursIdsByTargetId(Long targetId) |
boolean |
delete(Long id) |
Long |
getBusinessHoursIdByTargetIdAndMealTypeAndStatus(Long targetId,
Integer mealType,
Integer status) |
List<Long> |
getBusinessHoursIds(Integer start,
Integer limit) |
List<Long> |
getBusinessHoursIdsByTargetId(Long targetId,
Integer start,
Integer limit) |
List<Long> |
getBusinessHoursIdsByTargetIdAndStatus(Long targetId,
Integer status,
Integer start,
Integer limit) |
com.ptteng.onway.platform.model.BusinessHours |
getObjectById(Long id) |
List<com.ptteng.onway.platform.model.BusinessHours> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.onway.platform.model.BusinessHours businessHours) |
List<com.ptteng.onway.platform.model.BusinessHours> |
insertList(List<com.ptteng.onway.platform.model.BusinessHours> businessHoursList) |
boolean |
update(com.ptteng.onway.platform.model.BusinessHours businessHours) |
boolean |
updateList(List<com.ptteng.onway.platform.model.BusinessHours> businessHoursList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.onway.platform.model.BusinessHours businessHours) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.BusinessHours> insertList(List<com.ptteng.onway.platform.model.BusinessHours> businessHoursList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.onway.platform.model.BusinessHours businessHours)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.onway.platform.model.BusinessHours> businessHoursList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.onway.platform.model.BusinessHours getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.BusinessHours> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBusinessHoursIdsByTargetId(Long targetId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBusinessHoursIdsByTargetId 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBusinessHoursIdsByTargetIdAndStatus(Long targetId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBusinessHoursIdsByTargetIdAndStatus 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getBusinessHoursIdByTargetIdAndMealTypeAndStatus(Long targetId, Integer mealType, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBusinessHoursIdByTargetIdAndMealTypeAndStatus 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBusinessHoursIdsByTargetId(Long targetId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBusinessHoursIdsByTargetId 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBusinessHoursIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBusinessHoursIds 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBusinessHoursIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBusinessHoursIds 在接口中 com.ptteng.onway.platform.service.BusinessHoursServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.