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


Method Summary
 UserBlogLocation create(UserBlogLocation entity)
           
 void createOrUpdate(User user, Term term, Course course, String location)
           
 List<UserBlogLocation> getAll()
           
 UserBlogLocation getById(long id)
           
 List<UserBlogLocation> getByTerm(Term term)
           
 UserBlogLocation refresh(UserBlogLocation entity)
           
 void remove(UserBlogLocation entity)
           
 UserBlogLocation searchById(long id)
           
 UserBlogLocation searchByUserCourseAndTerm(User user, Course course, Term term)
           
 UserBlogLocation update(UserBlogLocation entity)
           
 

Method Detail

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.