cz.muni.fi.pclis.service.feedback
Class UserBlogLocationServiceImpl

java.lang.Object
  extended by 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


Field Summary
private  GenericServiceImpl<UserBlogLocation,UserBlogLocationDao> impl
           
 
Constructor Summary
UserBlogLocationServiceImpl()
           
 
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)
           
 UserBlogLocationDao getDao()
           
 UserBlogLocation refresh(UserBlogLocation entity)
           
 void remove(UserBlogLocation entity)
           
 UserBlogLocation searchById(long id)
           
 UserBlogLocation searchByUserCourseAndTerm(User user, Course course, Term term)
           
 void setDao(UserBlogLocationDao userBlogLocationDao)
           
 UserBlogLocation update(UserBlogLocation entity)
           
 UserBlogLocationDao useDao()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

impl

private GenericServiceImpl<UserBlogLocation,UserBlogLocationDao> impl
Constructor Detail

UserBlogLocationServiceImpl

public UserBlogLocationServiceImpl()
Method Detail

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.