org.molgenis.service
Class BoolValueService

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

@Lazy
@Service
public class BoolValueService
extends Object


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

Constructor Detail

BoolValueService

public BoolValueService()
Method Detail

create

public BoolValue create(BoolValue boolValue)
                 throws DatabaseException
Throws:
DatabaseException

read

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

update

public void update(BoolValue boolValue)
            throws DatabaseException
Throws:
DatabaseException

deleteById

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

readAll

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

readAll

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