org.molgenis.service
Class StudyDataRequestService

java.lang.Object
  extended by org.molgenis.service.StudyDataRequestService

@Lazy
@Service
public class StudyDataRequestService
extends Object


Constructor Summary
StudyDataRequestService()
           
 
Method Summary
 StudyDataRequest create(StudyDataRequest studyDataRequest)
           
 boolean deleteById(Integer id)
           
 Entity getEntity()
           
 StudyDataRequest read(Integer id)
           
 Iterable<StudyDataRequest> readAll()
           
 EntityPager<StudyDataRequest> readAll(int start, int num, List<QueryRule> queryRules)
           
 void update(StudyDataRequest studyDataRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudyDataRequestService

public StudyDataRequestService()
Method Detail

create

public StudyDataRequest create(StudyDataRequest studyDataRequest)
                        throws DatabaseException
Throws:
DatabaseException

read

public StudyDataRequest read(Integer id)
                      throws DatabaseException
Throws:
DatabaseException

update

public void update(StudyDataRequest studyDataRequest)
            throws DatabaseException
Throws:
DatabaseException

deleteById

public boolean deleteById(Integer id)
                   throws DatabaseException
Throws:
DatabaseException

readAll

public Iterable<StudyDataRequest> readAll()
                                   throws DatabaseException
Throws:
DatabaseException

readAll

public EntityPager<StudyDataRequest> readAll(int start,
                                             int num,
                                             List<QueryRule> queryRules)
                                      throws DatabaseException
Throws:
DatabaseException

getEntity

public Entity getEntity()
                 throws DatabaseException
Throws:
DatabaseException


Copyright © 2013. All Rights Reserved.