cz.muni.fi.pclis.service.feedback
Interface UserBlogLocationService
- All Known Implementing Classes:
- UserBlogLocationServiceImpl
public interface UserBlogLocationService
User: Ľuboš Pecho
Date: 18.9.2009
Time: 14:02:23
getById
UserBlogLocation getById(long id)
searchById
UserBlogLocation searchById(long id)
getAll
List<UserBlogLocation> getAll()
create
UserBlogLocation create(UserBlogLocation entity)
update
UserBlogLocation update(UserBlogLocation entity)
remove
void remove(UserBlogLocation entity)
refresh
UserBlogLocation refresh(UserBlogLocation entity)
searchByUserCourseAndTerm
UserBlogLocation searchByUserCourseAndTerm(User user,
Course course,
Term term)
createOrUpdate
void createOrUpdate(User user,
Term term,
Course course,
String location)
getByTerm
List<UserBlogLocation> getByTerm(Term term)
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.