|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Any kind of Location
public interface LocationService<T extends Location>
A LocationService - Extends the EntityService
interface about some
useful methods regarding the general handling with Location
s.
This interface is declared generic typed that implementation classes can use
any extension of Location
s.
EntityService
Method Summary | |
---|---|
void |
createLocationType(LocationType locationType)
Create a new LocationType . |
void |
deleteLocationTypes(List<LocationType> locationTypes)
Delete already persisted LocationType instances. |
List<T> |
getAllLocations()
Return a list of all Location s not sorted and not filtered in
natural order. |
List<LocationType> |
getAllLocationTypes()
Return a list of all LocationType s not sorted and not filtered in
natural order. |
Location |
removeMessages(Long id,
List<Message> messages)
Removes a list of Message s from a Location. |
LocationType |
saveLocationType(LocationType locationType)
Saves a LocationType . |
Methods inherited from interface org.openwms.core.service.EntityService |
---|
add, findAll, remove, save |
Method Detail |
---|
List<T> getAllLocations()
Location
s not sorted and not filtered in
natural order.
Location
s as a listLocation removeMessages(Long id, List<Message> messages)
Message
s from a Location.
id
- The technical key of the Locationmessages
- The messages to be removed
List<LocationType> getAllLocationTypes()
LocationType
s not sorted and not filtered in
natural order.
LocationType
s as a listvoid createLocationType(LocationType locationType)
LocationType
.
locationType
- The type to be createdvoid deleteLocationTypes(List<LocationType> locationTypes)
LocationType
instances.
locationTypes
- A list of all instances to be deleted.LocationType saveLocationType(LocationType locationType)
LocationType
.
locationType
- The type to save
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |