org.molgenis.service
Class PanelService

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

@Lazy
@Service
public class PanelService
extends Object


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

Constructor Detail

PanelService

public PanelService()
Method Detail

create

public Panel create(Panel panel)
             throws DatabaseException
Throws:
DatabaseException

read

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

update

public void update(Panel panel)
            throws DatabaseException
Throws:
DatabaseException

deleteById

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

readAll

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

readAll

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