Package | Description |
---|---|
net.sourceforge.seqware.common.dao |
More hibernate auto-generated.
|
net.sourceforge.seqware.common.dao.hibernate |
More hibernate auto-generated.
|
net.sourceforge.seqware.common.metadata |
Critical classes that effectively convert API calls into actions against the DB and web service.
|
net.sourceforge.seqware.common.model |
Hibernate model classes for the metadb.
|
Modifier and Type | Method and Description |
---|---|
List<IUSAttribute> |
IUSAttributeDAO.findAll(IUS ius)
findAll.
|
List<IUSAttribute> |
IUSAttributeDAO.list()
list.
|
Modifier and Type | Method and Description |
---|---|
void |
IUSAttributeDAO.delete(IUSAttribute IUSAttribute)
delete.
|
void |
IUSAttributeDAO.insert(IUSAttribute IUSAttribute)
insert.
|
void |
IUSAttributeDAO.update(IUSAttribute IUSAttribute)
update.
|
Modifier and Type | Method and Description |
---|---|
List<IUSAttribute> |
IUSAttributeDAOHibernate.findAll(IUS ius)
findAll.
|
List<IUSAttribute> |
IUSAttributeDAOHibernate.list()
list.
|
Modifier and Type | Method and Description |
---|---|
void |
IUSAttributeDAOHibernate.delete(IUSAttribute IUSAttribute)
delete.
|
void |
IUSAttributeDAOHibernate.insert(IUSAttribute IUSAttribute)
insert.
|
void |
IUSAttributeDAOHibernate.update(IUSAttribute IUSAttribute)
update.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataWS.annotateIUS(int iusSWID,
IUSAttribute iusAtt,
Boolean skip)
annotateIUS.
|
void |
Metadata.annotateIUS(int laneSWID,
IUSAttribute iusAtt,
Boolean skip)
annotateIUS.
|
void |
MetadataNoConnection.annotateIUS(int iusSWID,
IUSAttribute iusAtt,
Boolean skip)
annotateIUS.
|
void |
MetadataDB.annotateIUS(int iusSWID,
IUSAttribute iusAtt,
Boolean skip)
annotateIUS.
|
void |
MetadataInMemory.annotateIUS(int laneSWID,
IUSAttribute iusAtt,
Boolean skip) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataWS.annotateIUS(int iusSWID,
Set<IUSAttribute> iusAtts)
annotateIUS.
|
void |
Metadata.annotateIUS(int laneSWID,
Set<IUSAttribute> iusAtts)
annotateIUS.
|
void |
MetadataNoConnection.annotateIUS(int laneSWID,
Set<IUSAttribute> iusAtts)
annotateIUS.
|
void |
MetadataDB.annotateIUS(int laneSWID,
Set<IUSAttribute> iusAtts)
annotateIUS.
|
void |
MetadataInMemory.annotateIUS(int laneSWID,
Set<IUSAttribute> iusAtts) |
Modifier and Type | Method and Description |
---|---|
Set<IUSAttribute> |
IUS.getAnnotations() |
Set<IUSAttribute> |
IUS.getIusAttributes()
Getter for the field
iusAttributes . |
Modifier and Type | Method and Description |
---|---|
void |
IUS.setIusAttributes(Set<IUSAttribute> iusAttributes)
Setter for the field
iusAttributes . |
Copyright © 2015 SeqWare. All rights reserved.