Uses of Class
org.openwms.core.domain.system.Message

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 Messages 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 Messages 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 Messages 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)
           
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.