Uses of Class
org.openwms.core.domain.AbstractEntity

Packages that use AbstractEntity
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.integration Repository (DAO) interface definitions of the CORE module. 
org.openwms.core.integration.jpa This package contains classes that belong to the integration layer implemented with JPA. 
org.openwms.core.service.listener Listener interfaces can be implemented by services to listen to domain specific events. 
org.openwms.core.service.spring This package contains service implementations of the CORE project, implemented with the Spring framework. 
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 AbstractEntity in org.openwms.common.domain
 

Subclasses of AbstractEntity in org.openwms.common.domain
 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 AbstractEntity in org.openwms.common.domain.system
 

Subclasses of AbstractEntity in org.openwms.common.domain.system
 class UnitError
          An UnitError represents an error occurring on TransportUnits, on LoadUnits or others.
 

Uses of AbstractEntity in org.openwms.core.domain
 

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

Methods in org.openwms.core.domain with parameters of type AbstractEntity
 void AbstractEntity.AbstractEntityListener.onPreInsert(AbstractEntity abstractEntity)
          Before a new entity is persisted we generate an UUID for it.
 

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

Subclasses of AbstractEntity in org.openwms.core.domain.preferences
 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 AbstractEntity in org.openwms.core.domain.system
 

Subclasses of AbstractEntity in org.openwms.core.domain.system
 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 AbstractEntity in org.openwms.core.domain.system.usermanagement
 

Subclasses of AbstractEntity in org.openwms.core.domain.system.usermanagement
 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 AbstractEntity in org.openwms.core.integration
 

Classes in org.openwms.core.integration with type parameters of type AbstractEntity
 interface GenericDao<T extends AbstractEntity,ID extends Serializable>
          A GenericDao is a generic interface declaration that defines simple CRUD operations.
 

Uses of AbstractEntity in org.openwms.core.integration.jpa
 

Classes in org.openwms.core.integration.jpa with type parameters of type AbstractEntity
 class AbstractGenericJpaDao<T extends AbstractEntity,ID extends Serializable>
          An AbstractGenericJpaDao - Extend this DAO implementation to inherit simple JPA CRUD operations.
 class GenericJpaDaoImpl<T extends AbstractEntity,ID extends Serializable>
          A GenericJpaDaoImpl - Adds generic finder methods to query Entity classes.
 

Uses of AbstractEntity in org.openwms.core.service.listener
 

Classes in org.openwms.core.service.listener with type parameters of type AbstractEntity
 interface OnRemovalListener<T extends AbstractEntity>
          An OnRemovalListener is able to hook in the lifecycle of an entity class.
 

Uses of AbstractEntity in org.openwms.core.service.spring
 

Classes in org.openwms.core.service.spring with type parameters of type AbstractEntity
 class EntityServiceImpl<T extends AbstractEntity,ID extends Serializable>
          An EntityServiceImpl is a generic service that offers some basic CRUD functionality.
 

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

Methods in org.openwms.core.service.spring.util with type parameters of type AbstractEntity
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 AbstractEntity in org.openwms.tms.domain.order
 

Subclasses of AbstractEntity in org.openwms.tms.domain.order
 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.