|
||||||||||
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 Location s 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()
Location
s in natural order.
Location
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |