| Package | Description | 
|---|---|
| net.sourceforge.seqware.common.business | 
 Looks like auto-generated classes for Hibernate. 
 | 
| net.sourceforge.seqware.common.business.impl | 
 Looks like auto-generated implementation for Hibernate classes. 
 | 
| net.sourceforge.seqware.common.dao | 
 More hibernate auto-generated. 
 | 
| net.sourceforge.seqware.common.dao.hibernate | 
 More hibernate auto-generated. 
 | 
| net.sourceforge.seqware.common.model | 
 Hibernate model classes for the metadb. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Invoice> | 
InvoiceService.list(Registration registration,
    InvoiceState state)
 list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Invoice> | 
InvoiceServiceImpl.list(Registration registration,
    InvoiceState state)
 list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Invoice> | 
InvoiceDAO.list(Registration registration,
    InvoiceState state)
 list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Invoice> | 
InvoiceDAOHibernate.list(Registration registration,
    InvoiceState state)
 list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InvoiceState | 
Invoice.getState()
 Getter for the field  
state. | 
static InvoiceState | 
InvoiceState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static InvoiceState[] | 
InvoiceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Invoice.setState(InvoiceState state)
 Setter for the field  
state. | 
Copyright © 2015 SeqWare. All rights reserved.