|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
org.openwms.common.domain | Contains essential domain classes of the COMMON module. |
org.openwms.common.service | Interface definitions of the COMMON Module service layer. |
org.openwms.common.service.spring | This package provides common used business logic. |
Uses of Message in org.openwms.common.domain |
---|
Methods in org.openwms.common.domain that return types with arguments of type Message | |
---|---|
Set<Message> |
Location.getMessages()
Returns an unmodifiable Set of Message s stored for the
Location . |
Methods in org.openwms.common.domain with parameters of type Message | |
---|---|
boolean |
Location.addMessage(Message message)
Add a new Message to this Location . |
boolean |
Location.removeMessages(Message... messages)
Remove one or more Message s from this Location . |
Uses of Message in org.openwms.common.service |
---|
Method parameters in org.openwms.common.service with type arguments of type Message | |
---|---|
Location |
LocationService.removeMessages(Long id,
List<Message> messages)
Removes a list of Message s from a Location. |
Uses of Message in org.openwms.common.service.spring |
---|
Method parameters in org.openwms.common.service.spring with type arguments of type Message | |
---|---|
Location |
LocationServiceImpl.removeMessages(Long id,
List<Message> messages)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |