| Package | Description | 
|---|---|
| io.seqware.webservice.controller | 
 Classes for customized behaviour for the REST web resources. 
 | 
| io.seqware.webservice.generated.controller | 
 Autogenerated web resources. 
 | 
| io.seqware.webservice.generated.model | 
 Auto-generated model classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CustomLaneAttributeFacadeREST.createWithBaseEntity(LaneAttribute entity)
Create a new lane and a new lane attribute to associate with it in a single step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LaneAttribute | 
LaneAttributeFacadeREST.find(Integer id)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<LaneAttribute> | 
LaneAttributeFacadeREST.findAll()  | 
List<LaneAttribute> | 
LaneAttributeFacadeREST.findRange(Integer from,
         Integer to)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LaneAttributeFacadeREST.create(LaneAttribute entity)  | 
void | 
LaneAttributeFacadeREST.edit(LaneAttribute entity)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<LaneAttribute> | 
Lane.getLaneAttributeCollection()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Lane.setLaneAttributeCollection(Collection<LaneAttribute> laneAttributeCollection)  | 
Copyright © 2015 SeqWare. All rights reserved.