cz.muni.fi.pclis.service.learningExpectations
Interface LearningExpectationsBehaviourService

All Known Implementing Classes:
LearningExpectationsBehaviourServiceImpl

public interface LearningExpectationsBehaviourService

User: Ľuboš Pecho Date: 1.9.2009 Time: 22:59:51


Method Summary
 LearningExpectationsBehaviour create(LearningExpectationsBehaviour entity)
           
 List<LearningExpectationsBehaviour> getAll()
           
 LearningExpectationsBehaviour getByCourseAndTerm(Course course, Term term)
           
 LearningExpectationsBehaviour getById(long id)
           
 LearningExpectationsBehaviour refresh(LearningExpectationsBehaviour entity)
           
 void remove(LearningExpectationsBehaviour entity)
           
 LearningExpectationsBehaviour searchById(long id)
           
 LearningExpectationsBehaviour update(LearningExpectationsBehaviour entity)
           
 

Method Detail

getById

LearningExpectationsBehaviour getById(long id)

searchById

LearningExpectationsBehaviour searchById(long id)

getAll

List<LearningExpectationsBehaviour> getAll()

create

LearningExpectationsBehaviour create(LearningExpectationsBehaviour entity)

update

LearningExpectationsBehaviour update(LearningExpectationsBehaviour entity)

remove

void remove(LearningExpectationsBehaviour entity)

refresh

LearningExpectationsBehaviour refresh(LearningExpectationsBehaviour entity)

getByCourseAndTerm

LearningExpectationsBehaviour getByCourseAndTerm(Course course,
                                                 Term term)


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