|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.openwms.common.domain |
---|
Class org.openwms.common.domain.Location extends AbstractEntity implements Serializable |
---|
serialVersionUID: 6958794248591576907L
Serialized Fields |
---|
Long id
LocationPK locationId
String description
Location
.
short noMaxTransportUnits
TransportUnit
s placed
on this Location
.
BigDecimal maximumWeight
Location
.
Date lastAccess
TransportUnit
is moving to or away from
this Location
, lastAccess will be updated. This is necessary
to find old TransportUnit
s as well as
for inventory calculation.
boolean countingActive
TransportUnit
s
should be counted on this Location
or not.
String checkState
boolean locationGroupCountingActive
Location
be integrated in the calculation of
TransportUnit
s of the parent
LocationGroup
.
true
: Location
is included in calculation of
TransportUnit
s.
false
: Location
is not included in calculation
of TransportUnit
s.
boolean incomingActive
Location
.
Location
s which are blocked for incoming cannot pick up
TransportUnit
s.
true
: Location
is ready to pick up
TransportUnit
s.
false
: Location
is locked, and cannot pick up
TransportUnit
s.
boolean outgoingActive
Location
.
Location
s which are blocked for outgoing cannot release
TransportUnit
s.
true
: Location
is enabled for outgoing
Transport
s
false
: Location
is locked,
TransportUnit
s can't leave this
Location
.
short plcState
Location
. This
property stores the last state, received from the PLC.
-1: Not defined.
0 : No PLC error, everything okay.
boolean consideredInAllocation
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.
long version
LocationType locationType
LocationType
where the Location
belongs to.
LocationGroup locationGroup
LocationGroup
where the Location
belongs to.
Set<E> messages
Message
s for this Location
.
Class org.openwms.common.domain.LocationGroup extends AbstractEntity implements Serializable |
---|
serialVersionUID: -885742169116552293L
Serialized Fields |
---|
Long id
String name
LocationGroup
.
String description
LocationGroup
.
String groupType
LocationGroup
.
boolean locationGroupCountingActive
LocationGroup
included in the calculation of
TransportUnit
s?
true
: Location is included in the calculation of
TransportUnit
s.
false
: Location is not included in the calculation of
TransportUnit
s.
int noLocations
Location
s belonging to the LocationGroup
.
LocationGroupState groupStateIn
LocationGroup stateInLocker
LocationGroup
that locked this
LocationGroup
for infeed.
LocationGroupState groupStateOut
LocationGroup stateOutLocker
LocationGroup
that locked this
LocationGroup
for outfeed.
float maxFillLevel
LocationGroup
.
Date lastUpdated
String systemCode
LocationGroup
.
long version
LocationGroup parent
LocationGroup
.
Set<E> locationGroups
LocationGroup
s.
Set<E> locations
Location
s.
Class org.openwms.common.domain.LocationPK extends Object implements Serializable |
---|
serialVersionUID: 7370071817754524569L
Serialized Fields |
---|
String area
Location
belongs to.
String aisle
Location
belongs to.
String x
Location
belongs to.
String y
Location
belongs to.
String z
Location
belongs to.
Class org.openwms.common.domain.LocationType extends AbstractEntity implements Serializable |
---|
serialVersionUID: 7694581168374440182L
Serialized Fields |
---|
Long id
String type
LocationType
(unique).
String description
LocationType
.
int length
LocationType
.
int width
LocationType
.
int height
LocationType
.
long version
Class org.openwms.common.domain.TransportUnit extends AbstractEntity implements Serializable |
---|
serialVersionUID: 4799247366681079321L
Serialized Fields |
---|
Long id
Barcode barcode
Boolean empty
TransportUnit
is empty or not
(nullable).
Date creationDate
TransportUnit
has been created.
Date actualLocationDate
TransportUnit
has been moved to the current
Location
.
Date inventoryDate
BigDecimal weight
TransportUnit
.
TransportUnitState state
TransportUnit
.
long version
Location actualLocation
Location
of the TransportUnit
.
Location targetLocation
Location
of the TransportUnit
.TransportOrder
is started.
TransportUnitType transportUnitType
TransportUnitType
of the TransportUnit
.
TransportUnit parent
TransportUnit
.
User inventoryUser
User
who performed the last inventory action on the
TransportUnit
.
Set<E> children
TransportUnit
s, ordered by id.
Map<K,V> errors
TransportUnit
.
Class org.openwms.common.domain.TransportUnitType extends AbstractEntity implements Serializable |
---|
serialVersionUID: -8223409025971215884L
Serialized Fields |
---|
Long id
String type
String description
int length
TransportUnitType
.
int width
TransportUnitType
.
int height
TransportUnitType
.
BigDecimal weightTare
TransportUnitType
.
BigDecimal weightMax
TransportUnitType
.
BigDecimal payload
TransportUnitType
.
String compatibility
long version
Set<E> transportUnits
TransportUnit
s belonging to this type.
Set<E> typeStackingRules
TransportUnitType
s and how many of these may
be stacked on the TransportUnitType
.
Set<E> typePlacingRules
TypePlacingRule
s store all possible LocationType
s of the TransportUnitType
.
Class org.openwms.common.domain.TypePlacingRule extends AbstractEntity implements Serializable |
---|
serialVersionUID: 9095722886493210159L
Serialized Fields |
---|
Long id
TransportUnitType transportUnitType
TransportUnitType
(not-null).
int privilegeLevel
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.
LocationType allowedLocationType
LocationType
on which the owning
TransportUnitType
may be placed (not-null).
long version
Class org.openwms.common.domain.TypeStackingRule extends AbstractEntity implements Serializable |
---|
serialVersionUID: 8695359002320051884L
Serialized Fields |
---|
Long id
TransportUnitType transportUnitType
TransportUnitType
.
short noTransportUnits
TransportUnitType
s that may be placed on the owning
TransportUnitType
(not-null).
TransportUnitType allowedTransportUnitType
TransportUnitType
that may be placed on the owning
TransportUnitType
(not-null).
long version
Package org.openwms.common.domain.system |
---|
Class org.openwms.common.domain.system.UnitError extends AbstractEntity implements Serializable |
---|
serialVersionUID: -716902051194734598L
Serialized Fields |
---|
Long id
String errorNo
String errorText
long version
Package org.openwms.common.domain.values |
---|
Class org.openwms.common.domain.values.Barcode extends Object implements Serializable |
---|
serialVersionUID: 7743388968799876214L
Serialized Fields |
---|
String value
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 |
---|
Date occurred
Problem
occurred.
int messageNo
Problem
.
String message
Problem
.
Class org.openwms.common.domain.values.Weight extends Object implements Serializable |
---|
serialVersionUID: -8849107834046064278L
Serialized Fields |
---|
WeightUnit unit
Weight
.
BigDecimal value
Weight
.
Package org.openwms.core.domain |
---|
Class org.openwms.core.domain.AbstractEntity extends Object implements Serializable |
---|
serialVersionUID: 827478159133738540L
Serialized Fields |
---|
String uid
Class org.openwms.core.domain.Module extends AbstractEntity implements Serializable |
---|
serialVersionUID: 7358306395032979355L
Serialized Fields |
---|
Long id
String moduleName
Module
(natural key, unique, not-null).
String url
Module
(unique, not-null).
boolean loaded
Module
is
actually loaded or not. It's a dynamic value and not persisted.
boolean loadOnStartup
true
when the Module
should be loaded on
application startup.
int startupOrder
startupOrder
are loaded before this one.
String description
Module
.
long version
Package org.openwms.core.domain.preferences |
---|
Class org.openwms.core.domain.preferences.ApplicationPreference extends AbstractPreference implements Serializable |
---|
serialVersionUID: -2942285512161603092L
Serialized Fields |
---|
PropertyScope type
String key
Class org.openwms.core.domain.preferences.ModulePreference extends AbstractPreference implements Serializable |
---|
serialVersionUID: 7318848112643933488L
Serialized Fields |
---|
PropertyScope type
String owner
ModulePreference
(not nullable).
String key
ModulePreference
(not nullable).
Class org.openwms.core.domain.preferences.Preferences extends Object implements Serializable |
---|
serialVersionUID: 4836136346473578215L
Serialized Fields |
---|
List<E> applicationOrRoleOrUserOrModule
List<E> applications
List<E> modules
List<E> users
List<E> roles
Package org.openwms.core.domain.system |
---|
Class org.openwms.core.domain.system.AbstractPreference extends AbstractEntity implements Serializable |
---|
serialVersionUID: 4396571221433949201L
Serialized Fields |
---|
Long id
String value
AbstractPreference
.
Float floatValue
AbstractPreference
.
String description
AbstractPreference
.
int minimum
int maximum
boolean fromFile
long version
Class org.openwms.core.domain.system.I18n extends AbstractEntity implements Serializable |
---|
serialVersionUID: -9176131734403683401L
Serialized Fields |
---|
Long id
String key
String moduleName
Module
to which this translation set
belongs to.
Long version
I18nSet lang
String cKey
moduleName
and the key
.
Class org.openwms.core.domain.system.Message extends AbstractEntity implements Serializable |
---|
serialVersionUID: 7836132529431969528L
Serialized Fields |
---|
Long id
int messageNo
String messageText
Date created
Message
was created.
long version
Class org.openwms.core.domain.system.PreferenceKey extends Object implements Serializable |
---|
serialVersionUID: -3139108412851851406L
Serialized 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 |
---|
Long id
String userName
Email
(not nullable).
String emailAddress
String fullName
User
.
long version
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 |
---|
Boolean immutable
Role
is immutable. Immutable
Role
s can't be modified.
Set<E> users
User
s assigned to this Role
.
Set<E> preferences
RolePreference
s linked to the Role
.
Set<E> grants
SecurityObject
s assigned to the Role
.
Class org.openwms.core.domain.system.usermanagement.RolePreference extends AbstractPreference implements Serializable |
---|
serialVersionUID: 8267024349554036680L
Serialized Fields |
---|
PropertyScope type
String owner
RolePreference
.
String key
RolePreference
.
Class org.openwms.core.domain.system.usermanagement.SecurityObject extends AbstractEntity implements Serializable |
---|
serialVersionUID: 7585736035228078754L
Serialized Fields |
---|
Long id
String name
SecurityObject
.
String description
SecurityObject
.
long version
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 |
---|
Long id
String username
User
(not nullable).
boolean extern
true
if the User
is authenticated by an
external system, otherwise false
.
Date lastPasswordChange
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.
String password
User
's password.
String savedPassword
User
's password.
boolean enabled
true
if the User
is enabled. This field can be
managed by the UI application to lock an User manually.
Date expirationDate
User
cannot login anymore.
String fullname
User
s fullname. Doesn't have to be unique.
long version
UserDetails userDetails
User
.
List<E> roles
Role
s assigned to the User
. In a JPA context
eager loaded.
FetchType.EAGER
List<E> passwords
User
.
Set<E> preferences
UserPreference
s of the User
. In a JPA context
eager loaded.
FetchType
Class org.openwms.core.domain.system.usermanagement.UserDetails extends Object implements Serializable |
---|
serialVersionUID: 664778075559767489L
Serialized Fields |
---|
String description
User
.
String comment
User
.
String phoneNo
User
.
String skypeName
User
.
String office
User
.
String department
User
.
byte[] image
User
. Lazy fetched.
UserDetails.SEX sex
User
.
Class org.openwms.core.domain.system.usermanagement.UserPassword extends AbstractEntity implements Serializable |
---|
serialVersionUID: 1678609250279381615L
Serialized Fields |
---|
Long id
User user
User
assigned to this password.
String password
Date passwordChanged
long version
Class org.openwms.core.domain.system.usermanagement.UserPreference extends AbstractPreference implements Serializable |
---|
serialVersionUID: -6569559231034802554L
Serialized Fields |
---|
PropertyScope type
String owner
AbstractPreference
.
String key
AbstractPreference
.
Package org.openwms.core.domain.values |
---|
Class org.openwms.core.domain.values.I18nSet extends Object implements Serializable |
---|
serialVersionUID: 2259073810167027049L
Serialized Fields |
---|
String enUs
String deDe
String frFr
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 |
---|
String password
Class org.openwms.core.service.spring.UserWrapper extends Object implements Serializable |
---|
serialVersionUID: -3974637197176782047L
Serialized Fields |
---|
User user
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 |
---|
Object data
TreeNode<T> parent
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 |
---|
Long id
TransportUnit transportUnit
TransportUnit
to be moved by this TransportOrder
. Allowed to be null
to keep TransportOrder
s without
TransportUnit
s.
Date dateUpdated
TransportOrder
was updated the last time.
PriorityLevel priority
TransportOrder
. The lower the value
the lower the priority.TransportOrder
. An order with high priority will be
processed faster than those with lower priority.
Date startDate
TransportOrder
was started.
Problem problem
TransportOrder
.
Date creationDate
TransportOrder
was created.
Date endDate
TransportOrder
ended.
TransportOrderState state
TransportOrder
.
Location sourceLocation
Location
of the TransportOrder
.TransportOrder
was started.
Location targetLocation
Location
of the TransportOrder
.TransportOrder
was started.
LocationGroup targetLocationGroup
LocationGroup
can also be set as target. At least one target
must be set when the TransportOrder
is being started.
long version
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 |
---|
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
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |