Uses of Interface
org.openwms.core.domain.DomainObject

Packages that use DomainObject
org.openwms.common.domain Contains essential domain classes of the COMMON module. 
org.openwms.common.domain.system Contains essential domain classes that belong to the CORE Module. 
org.openwms.core.domain Contains essential domain classes and interfaces of the CORE module. 
org.openwms.core.domain.preferences Contains classes dealing with preferences belonging to the schema http://www.openwms.org/schema/preferences. 
org.openwms.core.domain.system Contains essential domain classes that belong to the CORE Module. 
org.openwms.core.domain.system.usermanagement Contains domain classes regarding the user and role management. 
org.openwms.core.service.spring.util This package provides utilities used by services in the CORE project. 
org.openwms.tms.domain.order Contains essential domain classes of the TMS module. 
 

Uses of DomainObject in org.openwms.common.domain
 

Classes in org.openwms.common.domain that implement DomainObject
 class Location
          A Location, represents some physical as well as virtual place in a warehouse.
 class LocationGroup
          A LocationGroup is a logical group of Locations, grouping together Locations with same characteristics.
 class LocationType
          A LocationType is the type of Locations with same characteristics.
 class TransportUnit
          A TransportUnit is an item like a box, a toad, a bin or a palette that is moved around within a warehouse and can carry goods.
 class TransportUnitType
          A TransportUnitType is a type of a certain TransportUnits.
 class TypePlacingRule
          A TypePlacingRule is a Rule that defines which types of TransportUnits (TransportUnitTypes) can be put on which type of Location (LocationType).
 class TypeStackingRule
          A TypeStackingRule is a Rule that defines which TransportUnitType can be stacked on other types.
 

Uses of DomainObject in org.openwms.common.domain.system
 

Classes in org.openwms.common.domain.system that implement DomainObject
 class UnitError
          An UnitError represents an error occurring on TransportUnits, on LoadUnits or others.
 

Uses of DomainObject in org.openwms.core.domain
 

Classes in org.openwms.core.domain that implement DomainObject
 class Module
          A Module represents an Adobe Flex Module and is used to store some basic information about that module, i.e.
 

Uses of DomainObject in org.openwms.core.domain.preferences
 

Classes in org.openwms.core.domain.preferences that implement DomainObject
 class ApplicationPreference
          An ApplicationPreference is used to store a configuration setting in application scope.
 class ModulePreference
          A ModulePreference is used to store configuration settings in Module scope.
 

Uses of DomainObject in org.openwms.core.domain.system
 

Classes in org.openwms.core.domain.system that implement DomainObject
 class AbstractPreference
          An AbstractPreference is a superclass for all other preference classes within the application.
 class I18n
          An I18n entity stores multiple translations assigned to an unique key.
 class Message
          A Message can be used to store useful information on other domain objects.
 

Uses of DomainObject in org.openwms.core.domain.system.usermanagement
 

Classes in org.openwms.core.domain.system.usermanagement that implement DomainObject
 class Email
          An Email represents the email address of an User.
 class Grant
          A Grant gives permission to access some kind of application object.
 class Role
          A Role is a group of Users.
 class RolePreference
          A RolePreference is used to provide settings specific to an Role .
 class SecurityObject
          A SecurityObject is the generalization of Roles and Grants and combines common used properties of both.
 class SystemUser
          A SystemUser is granted with all privileges and omits all defined security constraints.
 class User
          An User represents a human user of the system.
 class UserPassword
          Is a representation of an User together with her password.
 class UserPreference
          An UserPreference is used to store settings specific to an User.
 

Uses of DomainObject in org.openwms.core.service.spring.util
 

Methods in org.openwms.core.service.spring.util with type parameters of type DomainObject
static
<T extends AbstractEntity & DomainObject<ID>,ID extends Serializable>
List<T>
ServiceHelper.managedEntities(Collection<T> detachedEntities, GenericDao<T,ID> dao)
          Returns a list of managed entities from a collection of detached entities.
 

Uses of DomainObject in org.openwms.tms.domain.order
 

Classes in org.openwms.tms.domain.order that implement DomainObject
 class TransportOrder
          A TransportOrder is used to move TransportUnits from a current Location to a target Location.
 



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