public class UserVideoSCAClient extends Object implements UserVideoService
| 构造器和说明 |
|---|
UserVideoSCAClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
delete(Long id) |
UserVideo |
getObjectById(Long id) |
List<UserVideo> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getUserVideoIdsByUserId(Long userId,
Integer start,
Integer limit) |
UserVideoService |
getUserVideoService() |
Long |
insert(UserVideo userVideo) |
List<UserVideo> |
insertList(List<UserVideo> userVideoList) |
void |
setUserVideoService(UserVideoService userVideoService) |
boolean |
update(UserVideo userVideo) |
boolean |
updateList(List<UserVideo> userVideoList) |
public UserVideoService getUserVideoService()
public void setUserVideoService(UserVideoService userVideoService)
public Long insert(UserVideo userVideo) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 UserVideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<UserVideo> insertList(List<UserVideo> userVideoList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 UserVideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 UserVideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(UserVideo userVideo) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
update 在接口中 UserVideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<UserVideo> userVideoList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 UserVideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic UserVideo getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 UserVideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<UserVideo> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 UserVideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserVideoIdsByUserId(Long userId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserVideoIdsByUserId 在接口中 UserVideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All Rights Reserved.