org.molgenis.service
Class LongValueService

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

@Lazy
@Service
public class LongValueService
extends Object


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

Constructor Detail

LongValueService

public LongValueService()
Method Detail

create

public LongValue create(LongValue longValue)
                 throws DatabaseException
Throws:
DatabaseException

read

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

update

public void update(LongValue longValue)
            throws DatabaseException
Throws:
DatabaseException

deleteById

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

readAll

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

readAll

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