Uses of Class
org.molgenis.omx.observ.Protocol_Subprotocols

Packages that use Protocol_Subprotocols
org.molgenis.omx.observ   
org.molgenis.omx.observ.db   
org.molgenis.omx.observ.ui   
 

Uses of Protocol_Subprotocols in org.molgenis.omx.observ
 

Methods in org.molgenis.omx.observ that return Protocol_Subprotocols
 Protocol_Subprotocols Protocol_Subprotocols.create(Tuple tuple)
           
static Protocol_Subprotocols Protocol_Subprotocols.findByAutoid(Database db, Integer autoid)
           
static Protocol_Subprotocols Protocol_Subprotocols.findBySubprotocolsProtocol(Database db, Integer subprotocols, Integer protocol)
           
 

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

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

Uses of Protocol_Subprotocols in org.molgenis.omx.observ.db
 

Methods in org.molgenis.omx.observ.db that return Protocol_Subprotocols
 Protocol_Subprotocols Protocol_SubprotocolsJpaMapper.create()
           
 

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

Methods in org.molgenis.omx.observ.db with parameters of type Protocol_Subprotocols
 void Protocol_SubprotocolsJpaMapper.create(Protocol_Subprotocols 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 Protocol_SubprotocolsJpaMapper.destroy(Protocol_Subprotocols protocol_subprotocols)
           
 void Protocol_SubprotocolsJpaMapper.edit(Protocol_Subprotocols protocol_subprotocols)
           
 

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

Uses of Protocol_Subprotocols in org.molgenis.omx.observ.ui
 

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

Constructors in org.molgenis.omx.observ.ui with parameters of type Protocol_Subprotocols
Protocol_SubprotocolsForm(Protocol_Subprotocols entity)
           
 



Copyright © 2013. All Rights Reserved.