cz.muni.fi.pclis.service.learningContracts
Interface LearningContractsBehaviourService

All Known Implementing Classes:
LearningContractsBehaviourServiceImpl

public interface LearningContractsBehaviourService

User: Ľuboš Pecho Date: 11.2.2010 Time: 9:30:41


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

Method Detail

getById

LearningContractsBehaviour getById(long id)

searchById

LearningContractsBehaviour searchById(long id)

getAll

List<LearningContractsBehaviour> getAll()

create

LearningContractsBehaviour create(LearningContractsBehaviour entity)

update

LearningContractsBehaviour update(LearningContractsBehaviour entity)

remove

void remove(LearningContractsBehaviour entity)

removeById

void removeById(long id)

refresh

LearningContractsBehaviour refresh(LearningContractsBehaviour entity)

getByCourseAndTerm

LearningContractsBehaviour getByCourseAndTerm(Course course,
                                              Term term)


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