Uses of Class
cz.muni.fi.pclis.domain.feedback.UserBlogLocation

Packages that use UserBlogLocation
cz.muni.fi.pclis.service.feedback   
 

Uses of UserBlogLocation in cz.muni.fi.pclis.service.feedback
 

Fields in cz.muni.fi.pclis.service.feedback with type parameters of type UserBlogLocation
private  GenericServiceImpl<UserBlogLocation,UserBlogLocationDao> UserBlogLocationServiceImpl.impl
           
 

Methods in cz.muni.fi.pclis.service.feedback that return UserBlogLocation
 UserBlogLocation UserBlogLocationServiceImpl.create(UserBlogLocation entity)
           
 UserBlogLocation UserBlogLocationService.create(UserBlogLocation entity)
           
 UserBlogLocation UserBlogLocationServiceImpl.getById(long id)
           
 UserBlogLocation UserBlogLocationService.getById(long id)
           
 UserBlogLocation UserBlogLocationServiceImpl.refresh(UserBlogLocation entity)
           
 UserBlogLocation UserBlogLocationService.refresh(UserBlogLocation entity)
           
 UserBlogLocation UserBlogLocationServiceImpl.searchById(long id)
           
 UserBlogLocation UserBlogLocationService.searchById(long id)
           
 UserBlogLocation UserBlogLocationServiceImpl.searchByUserCourseAndTerm(User user, Course course, Term term)
           
 UserBlogLocation UserBlogLocationService.searchByUserCourseAndTerm(User user, Course course, Term term)
           
 UserBlogLocation UserBlogLocationServiceImpl.update(UserBlogLocation entity)
           
 UserBlogLocation UserBlogLocationService.update(UserBlogLocation entity)
           
 

Methods in cz.muni.fi.pclis.service.feedback that return types with arguments of type UserBlogLocation
 List<UserBlogLocation> UserBlogLocationServiceImpl.getAll()
           
 List<UserBlogLocation> UserBlogLocationService.getAll()
           
 List<UserBlogLocation> UserBlogLocationServiceImpl.getByTerm(Term term)
           
 List<UserBlogLocation> UserBlogLocationService.getByTerm(Term term)
           
 

Methods in cz.muni.fi.pclis.service.feedback with parameters of type UserBlogLocation
 UserBlogLocation UserBlogLocationServiceImpl.create(UserBlogLocation entity)
           
 UserBlogLocation UserBlogLocationService.create(UserBlogLocation entity)
           
 UserBlogLocation UserBlogLocationServiceImpl.refresh(UserBlogLocation entity)
           
 UserBlogLocation UserBlogLocationService.refresh(UserBlogLocation entity)
           
 void UserBlogLocationServiceImpl.remove(UserBlogLocation entity)
           
 void UserBlogLocationService.remove(UserBlogLocation entity)
           
 UserBlogLocation UserBlogLocationServiceImpl.update(UserBlogLocation entity)
           
 UserBlogLocation UserBlogLocationService.update(UserBlogLocation entity)
           
 



Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.