org.molgenis.service
Class ObservationTargetService

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

@Lazy
@Service
public class ObservationTargetService
extends Object


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

Constructor Detail

ObservationTargetService

public ObservationTargetService()
Method Detail

create

public ObservationTarget create(ObservationTarget observationTarget)
                         throws DatabaseException
Throws:
DatabaseException

read

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

update

public void update(ObservationTarget observationTarget)
            throws DatabaseException
Throws:
DatabaseException

deleteById

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

readAll

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

readAll

public EntityPager<ObservationTarget> 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.