|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LocationDao
A LocationDao adds particular functionality regarding Location entity
classes.
GenericDao,
Location| Field Summary |
|---|
| Fields inherited from interface org.openwms.core.integration.GenericDao |
|---|
FIND_ALL, FIND_BY_ID |
| Method Summary | |
|---|---|
List<Location> |
getAllLocations()
Retrieve all Locations in natural order. |
| Methods inherited from interface org.openwms.core.integration.GenericDao |
|---|
findAll, findById, findByNamedParameters, findByPositionalParameters, findByUniqueId, persist, remove, save, setPersistentClass |
| Method Detail |
|---|
List<Location> getAllLocations()
Locations in natural order.
Locations
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||