public class UserVideoSCAClient extends Object implements UserVideoService
| Constructor and Description |
|---|
UserVideoSCAClient() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface UserVideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All Rights Reserved.