cz.muni.fi.pclis.service.feedback
Class UserBlogLocationServiceImpl
java.lang.Object
cz.muni.fi.pclis.service.feedback.UserBlogLocationServiceImpl
- All Implemented Interfaces:
- UserBlogLocationService
@Transactional
public class UserBlogLocationServiceImpl
- extends Object
- implements UserBlogLocationService
User: Ľuboš Pecho
Date: 18.9.2009
Time: 14:00:52
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
impl
private GenericServiceImpl<UserBlogLocation,UserBlogLocationDao> impl
UserBlogLocationServiceImpl
public UserBlogLocationServiceImpl()
getById
public UserBlogLocation getById(long id)
- Specified by:
getById
in interface UserBlogLocationService
searchById
public UserBlogLocation searchById(long id)
- Specified by:
searchById
in interface UserBlogLocationService
searchByUserCourseAndTerm
public UserBlogLocation searchByUserCourseAndTerm(User user,
Course course,
Term term)
- Specified by:
searchByUserCourseAndTerm
in interface UserBlogLocationService
getAll
public List<UserBlogLocation> getAll()
- Specified by:
getAll
in interface UserBlogLocationService
getByTerm
public List<UserBlogLocation> getByTerm(Term term)
- Specified by:
getByTerm
in interface UserBlogLocationService
create
public UserBlogLocation create(UserBlogLocation entity)
- Specified by:
create
in interface UserBlogLocationService
update
public UserBlogLocation update(UserBlogLocation entity)
- Specified by:
update
in interface UserBlogLocationService
createOrUpdate
public void createOrUpdate(User user,
Term term,
Course course,
String location)
- Specified by:
createOrUpdate
in interface UserBlogLocationService
remove
public void remove(UserBlogLocation entity)
- Specified by:
remove
in interface UserBlogLocationService
refresh
public UserBlogLocation refresh(UserBlogLocation entity)
- Specified by:
refresh
in interface UserBlogLocationService
useDao
public UserBlogLocationDao useDao()
getDao
public UserBlogLocationDao getDao()
setDao
public void setDao(UserBlogLocationDao userBlogLocationDao)
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.