org.molgenis.service
Class RuntimePropertyService

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

@Lazy
@Service
public class RuntimePropertyService
extends Object


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

Constructor Detail

RuntimePropertyService

public RuntimePropertyService()
Method Detail

create

public RuntimeProperty create(RuntimeProperty runtimeProperty)
                       throws DatabaseException
Throws:
DatabaseException

read

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

update

public void update(RuntimeProperty runtimeProperty)
            throws DatabaseException
Throws:
DatabaseException

deleteById

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

readAll

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

readAll

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