Uses of Class
org.molgenis.omx.observ.target.Panel

Packages that use Panel
org.molgenis.omx.observ.target   
org.molgenis.omx.observ.target.db   
org.molgenis.omx.observ.target.ui   
org.molgenis.service   
 

Uses of Panel in org.molgenis.omx.observ.target
 

Methods in org.molgenis.omx.observ.target that return Panel
 Panel Panel.create(Tuple tuple)
           
static Panel Panel.findById(Database db, Integer id)
           
static Panel Panel.findByIdentifier(Database db, String identifier)
           
 Panel PanelSource.getCurrentPanel()
          Get the Panel for which these sources are defined..
 Panel PanelSource.getCurrentPanel(Database db)
          Deprecated. 
 Panel Panel_Individuals.getPanel()
          Get the .
 Panel Panel_Individuals.getPanel(Database db)
          Deprecated. 
 Panel PanelSource.getSourcePanel()
          Get the Source that contributed individuals to current panel.
 Panel PanelSource.getSourcePanel(Database db)
          Deprecated. 
 

Methods in org.molgenis.omx.observ.target that return types with arguments of type Panel
static List<? extends Panel> Panel.find(Database db, QueryRule... rules)
          Shorthand for db.find(Panel.class, org.molgenis.framework.db.QueryRule ...
 Collection<Panel> Individual.getIndividualsPanelCollection()
           
 Collection<Panel> Individual.getIndividualsPanelCollection(Database db)
           
static Query<? extends Panel> Panel.query(Database db)
          Shorthand for db.query(Panel.class).
 

Methods in org.molgenis.omx.observ.target with parameters of type Panel
 void PanelSource.setCurrentPanel(Panel currentPanel)
          Set the Panel for which these sources are defined..
 void Panel_Individuals.setPanel(Panel panel)
          Set the .
 void PanelSource.setSourcePanel(Panel sourcePanel)
          Set the Source that contributed individuals to current panel.
 

Method parameters in org.molgenis.omx.observ.target with type arguments of type Panel
 void Individual.setIndividualsPanelCollection(Collection<Panel> collection)
           
 

Constructors in org.molgenis.omx.observ.target with parameters of type Panel
Panel(Panel copyMe)
          copy constructor
 

Uses of Panel in org.molgenis.omx.observ.target.db
 

Methods in org.molgenis.omx.observ.target.db that return Panel
 Panel PanelJpaMapper.create()
           
 

Methods in org.molgenis.omx.observ.target.db that return types with arguments of type Panel
 List<Panel> PanelJpaMapper.createList(int size)
          Return EMPTY list of given allocated size
 

Methods in org.molgenis.omx.observ.target.db with parameters of type Panel
 void PanelJpaMapper.create(Panel entity)
          This method first saves the objects that are being refered to by entity, then the entity itself and finally the objects that refer to this object
 void PanelJpaMapper.destroy(Panel panel)
           
 void PanelJpaMapper.edit(Panel panel)
           
 

Method parameters in org.molgenis.omx.observ.target.db with type arguments of type Panel
 int PanelJpaMapper.executeAdd(List<? extends Panel> entities)
           
 int PanelJpaMapper.executeRemove(List<? extends Panel> entities)
           
 int PanelJpaMapper.executeUpdate(List<? extends Panel> entities)
           
 void PanelJpaMapper.prepareFileAttachements(List<Panel> entities, File baseDir)
           
 void PanelJpaMapper.resolveForeignKeys(List<Panel> entities)
           
 boolean PanelJpaMapper.saveFileAttachements(List<Panel> entities, File baseDir)
           
 

Uses of Panel in org.molgenis.omx.observ.target.ui
 

Methods in org.molgenis.omx.observ.target.ui that return types with arguments of type Panel
 Class<Panel> PanelForm.getEntityClass()
           
 

Constructors in org.molgenis.omx.observ.target.ui with parameters of type Panel
PanelForm(Panel entity)
           
 

Uses of Panel in org.molgenis.service
 

Methods in org.molgenis.service that return Panel
 Panel PanelService.create(Panel panel)
           
 Panel PanelService.read(Integer id)
           
 

Methods in org.molgenis.service that return types with arguments of type Panel
 Iterable<Panel> PanelService.readAll()
           
 EntityPager<Panel> PanelService.readAll(int start, int num, List<QueryRule> queryRules)
           
 

Methods in org.molgenis.service with parameters of type Panel
 Panel PanelService.create(Panel panel)
           
 void PanelService.update(Panel panel)
           
 



Copyright © 2013. All Rights Reserved.