Serialized Form


Package org.openwms.common.domain

Class org.openwms.common.domain.Location extends AbstractEntity implements Serializable

serialVersionUID: 6958794248591576907L

Serialized Fields

id

Long id
Unique technical key.


locationId

LocationPK locationId
Unique natural key.


description

String description
Description of the Location.


noMaxTransportUnits

short noMaxTransportUnits
Maximum number of TransportUnits placed on this Location.


maximumWeight

BigDecimal maximumWeight
Maximum allowed weight on this Location.


lastAccess

Date lastAccess
Date of last change. When a TransportUnit is moving to or away from this Location, lastAccess will be updated. This is necessary to find old TransportUnits as well as for inventory calculation.


countingActive

boolean countingActive
Flag to indicate whether TransportUnits should be counted on this Location or not.


checkState

String checkState
Reserved for stock check procedure and inventory calculation.


locationGroupCountingActive

boolean locationGroupCountingActive
Shall this Location be integrated in the calculation of TransportUnits of the parent LocationGroup.

true : Location is included in calculation of TransportUnits.
false: Location is not included in calculation of TransportUnits.


incomingActive

boolean incomingActive
Signals the incoming state of this Location. Locations which are blocked for incoming cannot pick up TransportUnits.

true : Location is ready to pick up TransportUnits.
false: Location is locked, and cannot pick up TransportUnits.


outgoingActive

boolean outgoingActive
Signals the outgoing state of this Location. Locations which are blocked for outgoing cannot release TransportUnits.

true : Location is enabled for outgoing Transports
false: Location is locked, TransportUnits can't leave this Location.


plcState

short plcState
The PLC is able to change the state of a Location. This property stores the last state, received from the PLC.

-1: Not defined.
0 : No PLC error, everything okay.


consideredInAllocation

boolean consideredInAllocation
Determines whether the Location is considered in the allocation procedure.

true : This Location will be considered in storage calculation by an allocation procedure.
false : This Location will not be considered in the allocation process.


version

long version
Version field.


locationType

LocationType locationType
The LocationType where the Location belongs to.


locationGroup

LocationGroup locationGroup
The LocationGroup where the Location belongs to.


messages

Set<E> messages
Stored Messages for this Location.

Class org.openwms.common.domain.LocationGroup extends AbstractEntity implements Serializable

serialVersionUID: -885742169116552293L

Serialized Fields

id

Long id
Unique technical key.


name

String name
Unique identifier of a LocationGroup.


description

String description
Description for the LocationGroup.


groupType

String groupType
A type can be assigned to a LocationGroup.


locationGroupCountingActive

boolean locationGroupCountingActive
Is the LocationGroup included in the calculation of TransportUnits?

true : Location is included in the calculation of TransportUnits.
false: Location is not included in the calculation of TransportUnits.


noLocations

int noLocations
Number of Locations belonging to the LocationGroup.


groupStateIn

LocationGroupState groupStateIn
State of infeed.


stateInLocker

LocationGroup stateInLocker
References the LocationGroup that locked this LocationGroup for infeed.


groupStateOut

LocationGroupState groupStateOut
State of outfeed.


stateOutLocker

LocationGroup stateOutLocker
References the LocationGroup that locked this LocationGroup for outfeed.


maxFillLevel

float maxFillLevel
Maximum fill level of the LocationGroup.


lastUpdated

Date lastUpdated
Date of the last change.


systemCode

String systemCode
Name of the PLC system, tied to this LocationGroup.


version

long version
Version field.


parent

LocationGroup parent
Parent LocationGroup.


locationGroups

Set<E> locationGroups
Child LocationGroups.


locations

Set<E> locations
Child Locations.

Class org.openwms.common.domain.LocationPK extends Object implements Serializable

serialVersionUID: 7370071817754524569L

Serialized Fields

area

String area
Expresses the area where the Location belongs to.


aisle

String aisle
Expresses the aisle where the Location belongs to.


x

String x
Expresses the dimension x where this Location belongs to.


y

String y
Expresses the dimension y where this Location belongs to.


z

String z
Expresses the dimension z where this Location belongs to.

Class org.openwms.common.domain.LocationType extends AbstractEntity implements Serializable

serialVersionUID: 7694581168374440182L

Serialized Fields

id

Long id
Unique technical key.


type

String type
Type of the LocationType (unique).


description

String description
Description of the LocationType.


length

int length
Length of the LocationType.


width

int width
Width of the LocationType.


height

int height
Height of the LocationType.


version

long version
Version field.

Class org.openwms.common.domain.TransportUnit extends AbstractEntity implements Serializable

serialVersionUID: 4799247366681079321L

Serialized Fields

id

Long id
Unique technical key.


barcode

Barcode barcode
Unique natural key.


empty

Boolean empty
Indicates whether the TransportUnit is empty or not (nullable).


creationDate

Date creationDate
Date when the TransportUnit has been created.


actualLocationDate

Date actualLocationDate
Date when the TransportUnit has been moved to the current Location.


inventoryDate

Date inventoryDate
Date of last inventory check.


weight

BigDecimal weight
Weight of the TransportUnit.


state

TransportUnitState state
State of the TransportUnit.


version

long version
Version field.


actualLocation

Location actualLocation
The current Location of the TransportUnit.


targetLocation

Location targetLocation
The target Location of the TransportUnit.
This property will be set when a TransportOrder is started.


transportUnitType

TransportUnitType transportUnitType
The TransportUnitType of the TransportUnit.


parent

TransportUnit parent
Owning TransportUnit.


inventoryUser

User inventoryUser
The User who performed the last inventory action on the TransportUnit.


children

Set<E> children
A set of all child TransportUnits, ordered by id.


errors

Map<K,V> errors
A Map of errors occurred on the TransportUnit.

Class org.openwms.common.domain.TransportUnitType extends AbstractEntity implements Serializable

serialVersionUID: -8223409025971215884L

Serialized Fields

id

Long id
Unique technical key.


type

String type
Unique natural key.


description

String description
Description for this type.


length

int length
Length of the TransportUnitType.


width

int width
Width of the TransportUnitType.


height

int height
Height of the TransportUnitType.


weightTare

BigDecimal weightTare
Tare weight of the TransportUnitType.


weightMax

BigDecimal weightMax
Maximum weight of the TransportUnitType.


payload

BigDecimal payload
Effective payload of the TransportUnitType.


compatibility

String compatibility
Characteristic used to hold specific compatibility attributes.
Example:
'isn't compatible with...' or 'is compatible with ...' or 'type owns another type ...'


version

long version
Version field.


transportUnits

Set<E> transportUnits
A collection of all TransportUnits belonging to this type.


typeStackingRules

Set<E> typeStackingRules
Describes other TransportUnitTypes and how many of these may be stacked on the TransportUnitType.


typePlacingRules

Set<E> typePlacingRules
A Set of TypePlacingRules store all possible LocationType s of the TransportUnitType.

Class org.openwms.common.domain.TypePlacingRule extends AbstractEntity implements Serializable

serialVersionUID: 9095722886493210159L

Serialized Fields

id

Long id
Unique technical key.


transportUnitType

TransportUnitType transportUnitType
Parent TransportUnitType (not-null).


privilegeLevel

int privilegeLevel
The privilegeLevel defines a priority to describe which TransportUnitType can be placed on which LocationType.

A value of 0 means the lowest priority. Increasing the privilegeLevel implies a higher priority and means the TransportUnitType can be placed to the LocationType with the highest privilegeLevel.

To forbid a TransportUnitType on a certain LocationType the privilegeLevel must be set to -1.

(not-null)


allowedLocationType

LocationType allowedLocationType
An allowed LocationType on which the owning TransportUnitType may be placed (not-null).


version

long version
Version field.

Class org.openwms.common.domain.TypeStackingRule extends AbstractEntity implements Serializable

serialVersionUID: 8695359002320051884L

Serialized Fields

id

Long id
Unique technical key.


transportUnitType

TransportUnitType transportUnitType
Parent TransportUnitType.


noTransportUnits

short noTransportUnits
Number of TransportUnitTypes that may be placed on the owning TransportUnitType (not-null).


allowedTransportUnitType

TransportUnitType allowedTransportUnitType
The allowed TransportUnitType that may be placed on the owning TransportUnitType (not-null).


version

long version
Version field.


Package org.openwms.common.domain.system

Class org.openwms.common.domain.system.UnitError extends AbstractEntity implements Serializable

serialVersionUID: -716902051194734598L

Serialized Fields

id

Long id
Unique technical key.


errorNo

String errorNo
Error number.


errorText

String errorText
Error message text.


version

long version
Version field.


Package org.openwms.common.domain.values

Class org.openwms.common.domain.values.Barcode extends Object implements Serializable

serialVersionUID: 7743388968799876214L

Serialized Fields

value

String value
'Identifier' of the Barcode.

Note:It is not guaranteed that this field must be unique.

Class org.openwms.common.domain.values.Problem extends Object implements Serializable

serialVersionUID: 2923793250934936203L

Serialized Fields

occurred

Date occurred
Timestamp when the Problem occurred.


messageNo

int messageNo
Message number of the Problem.


message

String message
Message text about the Problem.

Class org.openwms.common.domain.values.Weight extends Object implements Serializable

serialVersionUID: -8849107834046064278L

Serialized Fields

unit

WeightUnit unit
The unit of the Weight.


value

BigDecimal value
The amount of the Weight.


Package org.openwms.core.domain

Class org.openwms.core.domain.AbstractEntity extends Object implements Serializable

serialVersionUID: 827478159133738540L

Serialized Fields

uid

String uid
Unique identifier column, used for ActionScript clients.

Class org.openwms.core.domain.Module extends AbstractEntity implements Serializable

serialVersionUID: 7358306395032979355L

Serialized Fields

id

Long id
Unique technical key.


moduleName

String moduleName
Unique name of the Module (natural key, unique, not-null).


url

String url
URL from where to load this Module (unique, not-null).


loaded

boolean loaded
Flag used on the client side to store whether the Module is actually loaded or not. It's a dynamic value and not persisted.


loadOnStartup

boolean loadOnStartup
true when the Module should be loaded on application startup.


startupOrder

int startupOrder
Defines the startup order compared with other Modules. Modules with a lower startupOrder are loaded before this one.


description

String description
A description text of this Module.


version

long version
Version field.


Package org.openwms.core.domain.preferences

Class org.openwms.core.domain.preferences.ApplicationPreference extends AbstractPreference implements Serializable

serialVersionUID: -2942285512161603092L

Serialized Fields

type

PropertyScope type
Type of this preference.


key

String key
Key of the preference (not nullable).

Class org.openwms.core.domain.preferences.ModulePreference extends AbstractPreference implements Serializable

serialVersionUID: 7318848112643933488L

Serialized Fields

type

PropertyScope type
Type of this preference.


owner

String owner
Owner of the ModulePreference (not nullable).


key

String key
Key of the ModulePreference (not nullable).

Class org.openwms.core.domain.preferences.Preferences extends Object implements Serializable

serialVersionUID: 4836136346473578215L

Serialized Fields

applicationOrRoleOrUserOrModule

List<E> applicationOrRoleOrUserOrModule

applications

List<E> applications

modules

List<E> modules

users

List<E> users

roles

List<E> roles

Package org.openwms.core.domain.system

Class org.openwms.core.domain.system.AbstractPreference extends AbstractEntity implements Serializable

serialVersionUID: 4396571221433949201L

Serialized Fields

id

Long id
Unique technical key.


value

String value
The String value of the AbstractPreference.


floatValue

Float floatValue
A float value of the AbstractPreference.


description

String description
Description text of the AbstractPreference.


minimum

int minimum
Minimum value.


maximum

int maximum
Maximum value.


fromFile

boolean fromFile
Flag to remember if the preference was originally imported from a file.


version

long version
Version field.

Class org.openwms.core.domain.system.I18n extends AbstractEntity implements Serializable

serialVersionUID: -9176131734403683401L

Serialized Fields

id

Long id
The unique technical key.


key

String key
The natural key is used as references in the application (not nullable).


moduleName

String moduleName
The name of the owning Module to which this translation set belongs to.


version

Long version
Version field.


lang

I18nSet lang
The translation set of this entity.


cKey

String cKey
The cKey is a transient field that is constructed after the entity is loaded from the persistent storage. Usually this field is accessed from the client application to have an unique identifier - a combination of the owning moduleName and the key.

Class org.openwms.core.domain.system.Message extends AbstractEntity implements Serializable

serialVersionUID: 7836132529431969528L

Serialized Fields

id

Long id
Unique technical key.


messageNo

int messageNo
Message number.


messageText

String messageText
Message description text.


created

Date created
Timestamp when the Message was created.


version

long version
Version field.

Class org.openwms.core.domain.system.PreferenceKey extends Object implements Serializable

serialVersionUID: -3139108412851851406L

Serialized Fields

fields

Serializable[] fields

Package org.openwms.core.domain.system.usermanagement

Class org.openwms.core.domain.system.usermanagement.Email extends AbstractEntity implements Serializable

serialVersionUID: 3182027866592095069L

Serialized Fields

id

Long id
Unique technical key.


userName

String userName
Unique identifier of the Email (not nullable).


emailAddress

String emailAddress
The email address as String (not nullable).


fullName

String fullName
The fullname of the User.


version

long version
Version field.

Class org.openwms.core.domain.system.usermanagement.Grant extends SecurityObject implements Serializable

serialVersionUID: 2061059874657176727L

Class org.openwms.core.domain.system.usermanagement.Role extends SecurityObject implements Serializable

serialVersionUID: -4133301834284932221L

Serialized Fields

immutable

Boolean immutable
Whether or not this Role is immutable. Immutable Roles can't be modified.


users

Set<E> users
All Users assigned to this Role.


preferences

Set<E> preferences
All RolePreferences linked to the Role.


grants

Set<E> grants
All SecurityObjects assigned to the Role.

Class org.openwms.core.domain.system.usermanagement.RolePreference extends AbstractPreference implements Serializable

serialVersionUID: 8267024349554036680L

Serialized Fields

type

PropertyScope type
Type of this preference.


owner

String owner
Owner of the RolePreference.


key

String key
Key value of the RolePreference.

Class org.openwms.core.domain.system.usermanagement.SecurityObject extends AbstractEntity implements Serializable

serialVersionUID: 7585736035228078754L

Serialized Fields

id

Long id
Unique technical key.


name

String name
Unique name of the SecurityObject.


description

String description
Description of the SecurityObject.


version

long version
Version field.

Class org.openwms.core.domain.system.usermanagement.SystemUser extends User implements Serializable

serialVersionUID: -7575215406745881912L

Class org.openwms.core.domain.system.usermanagement.User extends AbstractEntity implements Serializable

serialVersionUID: -1116645053773805413L

Serialized Fields

id

Long id
Unique technical key.


username

String username
Unique identifier of this User (not nullable).


extern

boolean extern
true if the User is authenticated by an external system, otherwise false.


lastPasswordChange

Date lastPasswordChange
Date of the last password change.


locked

boolean locked
true if this User is locked and has not the permission to login anymore. This field is set by the backend application, e.g. when the expirationDate of the account expires.


password

String password
The User's password.


savedPassword

String savedPassword
The User's password.


enabled

boolean enabled
true if the User is enabled. This field can be managed by the UI application to lock an User manually.


expirationDate

Date expirationDate
Date when the account expires. After account expiration, the User cannot login anymore.


fullname

String fullname
The Users fullname. Doesn't have to be unique.


version

long version
Version field.


userDetails

UserDetails userDetails
More detail information of the User.


roles

List<E> roles
List of Roles assigned to the User. In a JPA context eager loaded.

See Also:
FetchType.EAGER

passwords

List<E> passwords
Password history of the User.


preferences

Set<E> preferences
The UserPreferences of the User. In a JPA context eager loaded.

See Also:
FetchType

Class org.openwms.core.domain.system.usermanagement.UserDetails extends Object implements Serializable

serialVersionUID: 664778075559767489L

Serialized Fields

description

String description
Some descriptive text of the User.


comment

String comment
Some comment text of the User.


phoneNo

String phoneNo
Phone number assigned to the User.


skypeName

String skypeName
IM account assigned to the User.


office

String office
Office description assigned to the User.


department

String department
Department description assigned to the User.


image

byte[] image
An image of the User. Lazy fetched.


sex

UserDetails.SEX sex
Sex of the User.

Class org.openwms.core.domain.system.usermanagement.UserPassword extends AbstractEntity implements Serializable

serialVersionUID: 1678609250279381615L

Serialized Fields

id

Long id
Unique technical key.


user

User user
User assigned to this password.


password

String password
Password.


passwordChanged

Date passwordChanged
Date of the last password change.


version

long version
Version field.

Class org.openwms.core.domain.system.usermanagement.UserPreference extends AbstractPreference implements Serializable

serialVersionUID: -6569559231034802554L

Serialized Fields

type

PropertyScope type
Type of this preference.


owner

String owner
Owner of the AbstractPreference.


key

String key
Key value of the AbstractPreference.


Package org.openwms.core.domain.values

Class org.openwms.core.domain.values.I18nSet extends Object implements Serializable

serialVersionUID: 2259073810167027049L

Serialized Fields

enUs

String enUs
American English language.


deDe

String deDe
German language.


frFr

String frFr
French language.


Package org.openwms.core.exception

Class org.openwms.core.exception.DomainModelException extends Exception implements Serializable

serialVersionUID: 7065919962191257186L

Class org.openwms.core.exception.InvalidPasswordException extends DomainModelException implements Serializable

serialVersionUID: 8109794333683306511L

Class org.openwms.core.exception.StateChangeException extends DomainModelException implements Serializable

serialVersionUID: 7844172843875393420L


Package org.openwms.core.integration.exception

Class org.openwms.core.integration.exception.DataException extends RuntimeException implements Serializable

serialVersionUID: -4896951691234279331L

Class org.openwms.core.integration.exception.DataNotFoundException extends DataException implements Serializable

serialVersionUID: 2524686849100170713L

Class org.openwms.core.integration.exception.NoUniqueResultException extends DataException implements Serializable

serialVersionUID: -7411247631016989719L

Class org.openwms.core.integration.exception.ResourceNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 4887748182243376799L


Package org.openwms.core.service.exception

Class org.openwms.core.service.exception.RemovalNotAllowedException extends ServiceException implements Serializable

serialVersionUID: -5592508830188199188L

Class org.openwms.core.service.exception.ServiceException extends Exception implements Serializable

serialVersionUID: -4416392376427389375L

Class org.openwms.core.service.exception.ServiceRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 3091182786979000919L

Class org.openwms.core.service.exception.UserNotFoundException extends ServiceRuntimeException implements Serializable

serialVersionUID: 8096508651075331764L


Package org.openwms.core.service.spring

Class org.openwms.core.service.spring.SystemUserWrapper extends UserWrapper implements Serializable

serialVersionUID: 8133894040625998710L

Serialized Fields

password

String password

Class org.openwms.core.service.spring.UserWrapper extends Object implements Serializable

serialVersionUID: -3974637197176782047L

Serialized Fields

user

User user

authorities

Collection<E> authorities

Package org.openwms.core.service.voter

Class org.openwms.core.service.voter.DeniedException extends ServiceException implements Serializable

serialVersionUID: -7312236498183224626L


Package org.openwms.core.util

Class org.openwms.core.util.TreeNodeImpl extends Object implements Serializable

serialVersionUID: 5032295350189152303L

Serialized Fields

data

Object data

parent

TreeNode<T> parent

childrenMap

Map<K,V> childrenMap

Package org.openwms.core.util.event

Class org.openwms.core.util.event.MergePropertiesEvent extends RootApplicationEvent implements Serializable

serialVersionUID: 8486293070081130757L

Class org.openwms.core.util.event.PropertiesChangedEvent extends RootApplicationEvent implements Serializable

serialVersionUID: 5452569541095569102L

Class org.openwms.core.util.event.RootApplicationEvent extends org.springframework.context.ApplicationEvent implements Serializable

serialVersionUID: -2454660395280026756L

Class org.openwms.core.util.event.UserChangedEvent extends RootApplicationEvent implements Serializable

serialVersionUID: 9137035549610051152L


Package org.openwms.core.util.exception

Class org.openwms.core.util.exception.WrongClassTypeException extends RuntimeException implements Serializable

serialVersionUID: -3585376916183338194L


Package org.openwms.tms.domain.comparator

Class org.openwms.tms.domain.comparator.TransportStartComparator extends Object implements Serializable

serialVersionUID: -5977273516346830448L


Package org.openwms.tms.domain.order

Class org.openwms.tms.domain.order.TransportOrder extends AbstractEntity implements Serializable

serialVersionUID: 4586898047981474230L

Serialized Fields

id

Long id
Unique technical key.


transportUnit

TransportUnit transportUnit
The TransportUnit to be moved by this TransportOrder . Allowed to be null to keep TransportOrders without TransportUnits.


dateUpdated

Date dateUpdated
Date when the TransportOrder was updated the last time.


priority

PriorityLevel priority
A priority level of the TransportOrder. The lower the value the lower the priority.
The priority level affects the execution of the TransportOrder. An order with high priority will be processed faster than those with lower priority.


startDate

Date startDate
Date when the TransportOrder was started.


problem

Problem problem
Last reported problem on the TransportOrder.


creationDate

Date creationDate
Date when the TransportOrder was created.


endDate

Date endDate
Date when the TransportOrder ended.


state

TransportOrderState state
State of the TransportOrder.


sourceLocation

Location sourceLocation
The source Location of the TransportOrder.
This property is set before the TransportOrder was started.


targetLocation

Location targetLocation
The target Location of the TransportOrder.
This property is set before the TransportOrder was started.


targetLocationGroup

LocationGroup targetLocationGroup
A LocationGroup can also be set as target. At least one target must be set when the TransportOrder is being started.


version

long version
Version field.


Package org.openwms.tms.service.exception

Class org.openwms.tms.service.exception.TransportOrderServiceException extends ServiceRuntimeException implements Serializable

serialVersionUID: 7532336077611264311L


Package org.openwms.tms.util.event

Class org.openwms.tms.util.event.TransportServiceEvent extends RootApplicationEvent implements Serializable

serialVersionUID: -2454660395280026756L

Serialized Fields

type

TransportServiceEvent.TYPE type

Package org.openwms.web.flex.servlet

Class org.openwms.web.flex.servlet.UploadServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1841599305520493632L



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