A B C D E F G H I L M N O P R S T U V W

A

AbstractEntity - Class in org.openwms.core.domain
An AbstractEntity, used as a base class for all domain classes.
AbstractEntity() - Constructor for class org.openwms.core.domain.AbstractEntity
 
AbstractEntity.AbstractEntityListener - Class in org.openwms.core.domain
An AbstractEntityListener forces the creation of an uid before the entity is persisted.
AbstractEntity.AbstractEntityListener() - Constructor for class org.openwms.core.domain.AbstractEntity.AbstractEntityListener
 
AbstractGenericJpaDao<T extends AbstractEntity,ID extends Serializable> - Class in org.openwms.core.integration.jpa
An AbstractGenericJpaDao - Extend this DAO implementation to inherit simple JPA CRUD operations.
AbstractGenericJpaDao() - Constructor for class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Create a new AbstractGenericJpaDao.
AbstractPreference - Class in org.openwms.core.domain.system
An AbstractPreference is a superclass for all other preference classes within the application.
AbstractPreference() - Constructor for class org.openwms.core.domain.system.AbstractPreference
Accessed by persistence provider.
add(T) - Method in interface org.openwms.core.service.EntityService
Add an entity.
add(T) - Method in class org.openwms.core.service.spring.EntityServiceImpl
Add an entity.
addChild(TransportUnit) - Method in class org.openwms.common.domain.TransportUnit
Add a TransportUnit to the children.
addChild(Object, TreeNode<T>) - Method in interface org.openwms.core.util.TreeNode
Adds a child to the children.
addChild(Object, TreeNode<T>) - Method in class org.openwms.core.util.TreeNodeImpl
Adds a child to the children.
addError(UnitError) - Method in class org.openwms.common.domain.TransportUnit
Add an error to the TransportUnit.
addGrant(SecurityObject) - Method in class org.openwms.core.domain.system.usermanagement.Role
Add an existing SecurityObject to the Role.
addLocation(Location) - Method in class org.openwms.common.domain.LocationGroup
Add a Location to the list of children.
addLocationGroup(LocationGroup) - Method in class org.openwms.common.domain.LocationGroup
Add a LocationGroup to the list of children.
addMessage(Message) - Method in class org.openwms.common.domain.Location
Add a new Message to this Location.
addRole(Role) - Method in class org.openwms.core.domain.system.usermanagement.User
Add a new Role to the list of Roles.
addTypePlacingRule(TypePlacingRule) - Method in class org.openwms.common.domain.TransportUnitType
Add a rule to the TransportUnitType.
addUser(User) - Method in class org.openwms.core.domain.system.usermanagement.Role
Add an existing User to the Role.
adjustBarcode(String) - Method in class org.openwms.common.domain.values.Barcode
Force the Barcode to be aligned to the determined rules regarding padding, alignment.
afterCreation(TransportUnit) - Method in interface org.openwms.tms.service.delegate.TransportOrderStateDelegate
An action that should be triggered after a TransportOrder has been created.
afterCreation(TransportUnit) - Method in class org.openwms.tms.service.spring.delegate.DefaultOrderStateDelegate
An action that should be triggered after a TransportOrder has been created.
afterFinish(Long) - Method in interface org.openwms.tms.service.delegate.TransportOrderStateDelegate
An action that should be triggered after a TransportOrder has been finished successfully.
afterFinish(Long) - Method in class org.openwms.tms.service.spring.delegate.DefaultOrderStateDelegate
An action that should be triggered after a TransportOrder has been finished successfully.
afterThrowing(Throwable) - Method in class org.openwms.core.service.spring.aop.CoreServiceAdvice
Called after an exception is thrown by classes of the Core service layer.
APPLICATION_INITIAL_PROPERTIES - Static variable in class org.openwms.core.Constants
Path to the initial application properties file.
ApplicationPreference - Class in org.openwms.core.domain.preferences
An ApplicationPreference is used to store a configuration setting in application scope.
ApplicationPreference() - Constructor for class org.openwms.core.domain.preferences.ApplicationPreference
Create a new ApplicationPreference.
ApplicationPreference(String) - Constructor for class org.openwms.core.domain.preferences.ApplicationPreference
Create a new ApplicationPreference.
around(ProceedingJoinPoint) - Method in class org.openwms.core.service.spring.aop.CoreServiceAdvice
Called around any service method invocation to log time consumption of each method call.
asHashMap(List<V>, ListExtractor<K, V>) - Static method in class org.openwms.core.util.lang.CollectionUtil
Convert a list into a LinkedHashMap using a ListExtractor to determine the keys and values for the new Map.
AssertUtils - Class in org.openwms.core.util.validation
A AssertUtils.
authorize(AbstractSecurityContext) - Method in class org.openwms.web.flex.security.CustomSecurityService

B

Barcode - Class in org.openwms.common.domain.values
A Barcode is a printable item with an unique identifier to label TransportUnits.
Barcode(String) - Constructor for class org.openwms.common.domain.values.Barcode
Create a new Barcode with a String.
Barcode.BARCODE_ALIGN - Enum in org.openwms.common.domain.values
A BARCODE_ALIGN defines whether the Barcode is applied LEFT or RIGHT.
beforeUpdate(LocationGroup) - Method in class org.openwms.common.integration.jpa.LocationGroupDaoImpl
Update the date of last change before update.
beforeUpdate(T) - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
This method is considered as a hook to do something before an update is performed.
build() - Method in class org.openwms.core.domain.system.usermanagement.Role.Builder
Finally build and return the Role instance.

C

cancelTransportOrders(List<Integer>, TransportOrderState) - Method in class org.openwms.tms.service.spring.TransportServiceImpl
Try to turn a list of TransportOrders into state.
cancelTransportOrders(List<Integer>, TransportOrderState) - Method in interface org.openwms.tms.service.TransportOrderService
Try to turn a list of TransportOrders into state.
changeGroupState(T) - Method in interface org.openwms.common.service.LocationGroupService
Changes the GroupStates of a LocationGroup.
Both, the GroupStateIn and the GroupStateOut of all child LocationGroups are changed according to the parent locationGroup.
changeGroupState(LocationGroup) - Method in class org.openwms.common.service.spring.LocationGroupServiceImpl
Changes the GroupStates of a LocationGroup.
Both, the GroupStateIn and the GroupStateOut of all child LocationGroups are changed according to the parent locationGroup.
changeGroupState(LocationGroup, LocationGroup) - Method in class org.openwms.common.service.spring.LocationGroupServiceImpl
Regarding at least one groupState has changed the state is set on the LocationGroup directly.
changePassword(String) - Method in class org.openwms.core.domain.system.usermanagement.User
Checks if the new password is a valid and change the password of this User.
changeUserPassword(UserPassword) - Method in class org.openwms.core.service.spring.UserServiceImpl
Change the current Users password.
changeUserPassword(UserPassword) - Method in interface org.openwms.core.service.UserService
Change the current Users password.
checkCredentials(String, String) - Method in class org.openwms.web.flex.security.SecurityContextHelper
 
CollectionUtil - Class in org.openwms.core.util.lang
A CollectionUtil.
compare(TransportOrder, TransportOrder) - Method in class org.openwms.tms.domain.comparator.TransportStartComparator
First the priority or orders is compared, when both are equals the id is compared too.
compareTo(Weight) - Method in class org.openwms.common.domain.values.Weight
COMPONENT_NAME - Static variable in class org.openwms.core.integration.jpa.I18nRepositoryImpl
Springs component name.
COMPONENT_NAME - Static variable in class org.openwms.core.integration.jpa.ModuleDaoImpl
Springs component name.
COMPONENT_NAME - Static variable in class org.openwms.core.integration.jpa.PreferencesDaoImpl
Springs component name.
COMPONENT_NAME - Static variable in class org.openwms.core.integration.jpa.RoleDaoImpl
Springs component name.
COMPONENT_NAME - Static variable in class org.openwms.core.integration.jpa.SecurityObjectDaoImpl
Springs component name.
COMPONENT_NAME - Static variable in class org.openwms.core.integration.jpa.UserDaoImpl
Springs component name.
COMPONENT_NAME - Static variable in class org.openwms.core.service.spring.aop.CoreServiceAdvice
Springs component name.
COMPONENT_NAME - Static variable in class org.openwms.core.service.spring.aop.UserChangedEventAspect
Springs component name.
COMPONENT_NAME - Static variable in class org.openwms.core.service.spring.ConfigurationServiceImpl
Springs service name.
COMPONENT_NAME - Static variable in class org.openwms.core.service.spring.ModuleServiceImpl
Springs component name.
COMPONENT_NAME - Static variable in class org.openwms.core.service.spring.RoleServiceImpl
Springs service name.
COMPONENT_NAME - Static variable in class org.openwms.core.service.spring.security.SecurityContextUserServiceImpl
Springs service name.
COMPONENT_NAME - Static variable in class org.openwms.core.service.spring.SecurityServiceImpl
Springs component name.
COMPONENT_NAME - Static variable in class org.openwms.core.service.spring.UserServiceImpl
Springs service name.
ConfigurationService - Interface in org.openwms.core.service
A ConfigurationService is responsible to deal with preferences.
ConfigurationServiceImpl - Class in org.openwms.core.service.spring
A ConfigurationServiceImpl is a transactional Spring powered service implementation to manage preferences.
ConfigurationServiceImpl() - Constructor for class org.openwms.core.service.spring.ConfigurationServiceImpl
 
configure(Map<String, String>) - Method in class org.openwms.web.flex.security.CustomSecurityService
Constants - Class in org.openwms.core
A Constants class collects general used static constants.
convertTo(WeightUnit) - Method in class org.openwms.common.domain.values.Weight
Convert this unit into another Unit.
convertTo(T) - Method in interface org.openwms.core.domain.values.Unit
Convert this unit into another Unit.
convertToEventType(TransportOrderState) - Static method in class org.openwms.tms.util.TransportOrderUtil
Match a TransportOrderState to a type of event.
CoreServiceAdvice - Class in org.openwms.core.service.spring.aop
A CoreServiceAdvice is in conjunction with an AOP aspect for Core services.
CoreServiceAdvice() - Constructor for class org.openwms.core.service.spring.aop.CoreServiceAdvice
 
createApplicationPreference() - Method in class org.openwms.core.domain.preferences.ObjectFactory
Create an instance of ApplicationPreference.
createLocationType(LocationType) - Method in interface org.openwms.common.service.LocationService
Create a new LocationType.
createLocationType(LocationType) - Method in class org.openwms.common.service.spring.LocationServiceImpl
Create a new LocationType.
createModulePreference() - Method in class org.openwms.core.domain.preferences.ObjectFactory
Create an instance of ModulePreference.
createPreferences() - Method in class org.openwms.core.domain.preferences.ObjectFactory
Create an instance of Preferences.
createRolePreference() - Method in class org.openwms.core.domain.system.usermanagement.ObjectFactory
Create an instance of RolePreference.
createSystemUser() - Method in class org.openwms.core.service.spring.UserServiceImpl
Create and return the SystemUser.
createSystemUser() - Method in interface org.openwms.core.service.UserService
Create and return the SystemUser.
createTransportOrder(Barcode, LocationGroup, PriorityLevel) - Method in class org.openwms.tms.service.spring.TransportServiceImpl
Create a new TransportOrder.
createTransportOrder(Barcode, Location, PriorityLevel) - Method in class org.openwms.tms.service.spring.TransportServiceImpl
Create a new TransportOrder.
createTransportOrder(Barcode, LocationGroup, Location, PriorityLevel) - Method in class org.openwms.tms.service.spring.TransportServiceImpl
Create a new TransportOrder.
createTransportOrder(Barcode, LocationGroup, Location, PriorityLevel) - Method in interface org.openwms.tms.service.TransportOrderService
Create a new TransportOrder.
createTransportOrder(Barcode, LocationGroup, PriorityLevel) - Method in interface org.openwms.tms.service.TransportOrderService
Create a new TransportOrder.
createTransportOrder(Barcode, Location, PriorityLevel) - Method in interface org.openwms.tms.service.TransportOrderService
Create a new TransportOrder.
createTransportUnit(Barcode, TransportUnitType, LocationPK) - Method in class org.openwms.common.service.spring.TransportUnitServiceImpl
Create a new TransportUnit with the type TransportUnitType placed on an initial Location.
createTransportUnit(Barcode, TransportUnitType, LocationPK) - Method in interface org.openwms.common.service.TransportUnitService
Create a new TransportUnit with the type TransportUnitType placed on an initial Location.
createTransportUnitType(TransportUnitType) - Method in class org.openwms.common.service.spring.TransportUnitServiceImpl
Create a new TransportUnitType.
createTransportUnitType(TransportUnitType) - Method in interface org.openwms.common.service.TransportUnitService
Create a new TransportUnitType.
createUserPreference() - Method in class org.openwms.core.domain.system.usermanagement.ObjectFactory
Create an instance of UserPreference.
ctx - Variable in class org.openwms.core.service.spring.EntityServiceImpl
Reference to the ApplicationContext instance.
CustomPersistenceUnitManager - Class in org.openwms.core.integration.jpa
Deprecated. as OSGi is used since 0.1
CustomPersistenceUnitManager() - Constructor for class org.openwms.core.integration.jpa.CustomPersistenceUnitManager
Deprecated.  
CustomPersistenceUnitPostProcessor - Class in org.openwms.core.integration.jpa
Deprecated. as OSGi is used since 0.1
CustomPersistenceUnitPostProcessor() - Constructor for class org.openwms.core.integration.jpa.CustomPersistenceUnitPostProcessor
Deprecated.  
CustomSecurityService - Class in org.openwms.web.flex.security
A CustomSecurityService.
CustomSecurityService() - Constructor for class org.openwms.web.flex.security.CustomSecurityService
Create a new CustomSecurityService.

D

dao - Variable in class org.openwms.core.service.spring.EntityServiceImpl
Generic Repository DAO.
DataException - Exception in org.openwms.core.integration.exception
A DataException is a general type of DAO exception.
DataException() - Constructor for exception org.openwms.core.integration.exception.DataException
Create a new DataException.
DataException(String) - Constructor for exception org.openwms.core.integration.exception.DataException
Create a new DataException with a message text.
DataException(Throwable) - Constructor for exception org.openwms.core.integration.exception.DataException
Create a new DataException with the root exception.
DataException(String, Throwable) - Constructor for exception org.openwms.core.integration.exception.DataException
Create a new DataException with a message text and the root exception.
DataNotFoundException - Exception in org.openwms.core.integration.exception
A DataNotFoundException is thrown to indicate that data was expected but not found.
DataNotFoundException(String, Throwable) - Constructor for exception org.openwms.core.integration.exception.DataNotFoundException
Create a new DataNotFoundException with a message text and the root exception.
DataNotFoundException(String) - Constructor for exception org.openwms.core.integration.exception.DataNotFoundException
Create a new DataNotFoundException with a message text.
DataNotFoundException(Serializable) - Constructor for exception org.openwms.core.integration.exception.DataNotFoundException
Create a new DataNotFoundException with the id of the expected entity.
DecisionVoter<T extends Vote> - Interface in org.openwms.core.service.voter
A DecisionVoter is asked to vote for a business action.
DEF_TYPE_DESCRIPTION - Static variable in class org.openwms.common.domain.LocationType
Default value of the description, by default * "--" .
DEF_TYPE_DESCRIPTION - Static variable in class org.openwms.common.domain.TransportUnitType
Default description of the TransportUnitType.
DEFAULT_PERSISTENCE_JAR_FILES - Static variable in class org.openwms.core.integration.jpa.CustomPersistenceUnitPostProcessor
Deprecated. Default location of the persistence jar file: "classpath*:OpenWMS*".
DefaultOrderStateDelegate - Class in org.openwms.tms.service.spring.delegate
A DefaultOrderStateDelegate.
DefaultOrderStateDelegate(TransportOrderDao, TransportOrderStarter) - Constructor for class org.openwms.tms.service.spring.delegate.DefaultOrderStateDelegate
Create a new DefaultOrderStateDelegate.
delete(List<Grant>) - Method in class org.openwms.core.integration.jpa.SecurityObjectDaoImpl
Delete a list of Grants.
delete(List<Grant>) - Method in interface org.openwms.core.integration.SecurityObjectDao
Delete a list of Grants.
deleteLocationTypes(List<LocationType>) - Method in interface org.openwms.common.service.LocationService
Delete already persisted LocationType instances.
deleteLocationTypes(List<LocationType>) - Method in class org.openwms.common.service.spring.LocationServiceImpl
Delete already persisted LocationType instances.
deleteTransportUnits(List<TransportUnit>) - Method in class org.openwms.common.service.spring.TransportUnitServiceImpl
Delete already persisted TransportUnits from the persistence storage.
deleteTransportUnits(List<T>) - Method in interface org.openwms.common.service.TransportUnitService
Delete already persisted TransportUnits from the persistence storage.
deleteTransportUnitTypes(List<TransportUnitType>) - Method in class org.openwms.common.service.spring.TransportUnitServiceImpl
Delete already persisted TransportUnitType instances.
deleteTransportUnitTypes(List<TransportUnitType>) - Method in interface org.openwms.common.service.TransportUnitService
Delete already persisted TransportUnitType instances.
DeniedException - Exception in org.openwms.core.service.voter
A DeniedException is thrown by a DecisionVoters in case a business action is not allowed to be executed.
DeniedException(String) - Constructor for exception org.openwms.core.service.voter.DeniedException
Create a new DeniedException.
DeniedException(Throwable) - Constructor for exception org.openwms.core.service.voter.DeniedException
Create a new DeniedException.
DeniedException(String, Throwable) - Constructor for exception org.openwms.core.service.voter.DeniedException
Create a new DeniedException.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.openwms.web.flex.servlet.UploadServlet
Noting is done here.
DomainModelException - Exception in org.openwms.core.exception
A DomainModelException is a checked top-level exception for all exceptions of the domain model layer.
DomainModelException() - Constructor for exception org.openwms.core.exception.DomainModelException
Create a new DomainModelException.
DomainModelException(String) - Constructor for exception org.openwms.core.exception.DomainModelException
Create a new DomainModelException.
DomainModelException(Throwable) - Constructor for exception org.openwms.core.exception.DomainModelException
Create a new DomainModelException.
DomainModelException(String, Throwable) - Constructor for exception org.openwms.core.exception.DomainModelException
Create a new DomainModelException.
DomainObject<ID extends Serializable> - Interface in org.openwms.core.domain
A DomainObject, implementation classes offer basic functionality characteristic to all persisted domain objects.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.openwms.web.flex.servlet.UploadServlet
Try to resolve the post request parameter named Filedata and read the data.

E

Email - Class in org.openwms.core.domain.system.usermanagement
An Email represents the email address of an User.
Email(String, String) - Constructor for class org.openwms.core.domain.system.usermanagement.Email
Create a new Email with an userName and an emailAddress.
EntityService<T extends Serializable> - Interface in org.openwms.core.service
An EntityService is a generic interface definition of a simple CRUD service.
EntityServiceImpl<T extends AbstractEntity,ID extends Serializable> - Class in org.openwms.core.service.spring
An EntityServiceImpl is a generic service that offers some basic CRUD functionality.
EntityServiceImpl() - Constructor for class org.openwms.core.service.spring.EntityServiceImpl
 
equals(Object) - Method in class org.openwms.common.domain.LocationGroup
Compare the uid property field.
equals(Object) - Method in class org.openwms.common.domain.LocationPK
equals(Object) - Method in class org.openwms.core.domain.AbstractEntity
Compare the uid property field.
equals(Object) - Method in class org.openwms.core.domain.preferences.ApplicationPreference
Compare the uid property field.
equals(Object) - Method in class org.openwms.core.domain.preferences.ModulePreference
Compare the uid property field.
equals(Object) - Method in class org.openwms.core.domain.system.AbstractPreference
Compare the uid property field.
equals(Object) - Method in class org.openwms.core.domain.system.I18n
Compare the uid property field.
equals(Object) - Method in class org.openwms.core.domain.system.PreferenceKey
Use all fields for comparison.
equals(Object) - Method in class org.openwms.core.domain.system.usermanagement.Grant
Compare the uid property field.
equals(Object) - Method in class org.openwms.core.domain.system.usermanagement.Role
Compare the uid property field.
equals(Object) - Method in class org.openwms.core.domain.system.usermanagement.RolePreference
Compare the uid property field.
equals(Object) - Method in class org.openwms.core.domain.system.usermanagement.SecurityObject
Compare the uid property field.
equals(Object) - Method in class org.openwms.core.domain.system.usermanagement.User
Compare the uid property field.
equals(Object) - Method in class org.openwms.core.domain.system.usermanagement.UserPassword
Compare the uid property field.
equals(Object) - Method in class org.openwms.core.domain.system.usermanagement.UserPreference
Compare the uid property field.
equals(Object) - Method in class org.openwms.core.service.spring.UserWrapper
 
extractKey(T) - Method in interface org.openwms.core.util.lang.ListExtractor
From a list node of type T extract the key element.
extractValue(T) - Method in interface org.openwms.core.util.lang.ListExtractor
From a list node of type T extract the value.

F

FIND_ALL - Static variable in class org.openwms.core.domain.AbstractEntity
Suffix for the FIND_ALL named query.
FIND_ALL - Static variable in interface org.openwms.core.integration.GenericDao
Suffix for the FIND_ALL named query.
FIND_BY_ID - Static variable in class org.openwms.core.domain.AbstractEntity
Suffix for the FIND_BY_ID named query.
FIND_BY_ID - Static variable in interface org.openwms.core.integration.GenericDao
Suffix for the FIND_BY_ID named query.
findAll() - Method in class org.openwms.core.integration.file.PreferencesDaoImpl
Find all entities and return them as a List.
findAll() - Method in interface org.openwms.core.integration.GenericDao
Find all entities and return them as a List.
findAll() - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Find all entities and return them as a List.
findAll() - Method in class org.openwms.core.integration.jpa.PreferencesDaoImpl
Find all entities and return them as a List.
findAll() - Method in class org.openwms.core.integration.jpa.SecurityObjectDaoImpl
Find and retrieve all SecurityObjects.
findAll() - Method in class org.openwms.core.integration.jpa.UserDaoImpl
 
findAll() - Method in interface org.openwms.core.integration.PreferenceDao
Find all entities and return them as a List.
findAll() - Method in interface org.openwms.core.integration.SecurityObjectDao
Find and retrieve all SecurityObjects.
findAll() - Method in interface org.openwms.core.service.ConfigurationService
Find and return all preferences.
findAll() - Method in interface org.openwms.core.service.EntityService
Find all entities of type T.
findAll() - Method in interface org.openwms.core.service.ModuleService
Return a list of all existing Modules.
findAll() - Method in interface org.openwms.core.service.RoleService
Return a list of all existing Roles.
findAll() - Method in class org.openwms.core.service.spring.ConfigurationServiceImpl
Find and return all preferences.
findAll() - Method in class org.openwms.core.service.spring.EntityServiceImpl
Find all entities of type T.
findAll() - Method in class org.openwms.core.service.spring.ModuleServiceImpl
Return a list of all existing Modules.
findAll() - Method in class org.openwms.core.service.spring.RoleServiceImpl
Return a list of all existing Roles.
findAll() - Method in class org.openwms.core.service.spring.UserServiceImpl
Find and return all Users.
findAll() - Method in interface org.openwms.core.service.UserService
Find and return all Users.
findAllOfModule(String) - Method in class org.openwms.core.integration.jpa.SecurityObjectDaoImpl
Find and retrieve all SecurityObjects that belong to a given Module.
findAllOfModule(String) - Method in interface org.openwms.core.integration.SecurityObjectDao
Find and retrieve all SecurityObjects that belong to a given Module.
findAllTranslations() - Method in interface org.openwms.core.service.I18nService
Find and return a list of all translations.
findAllTranslations() - Method in class org.openwms.core.service.spring.I18nServiceImpl
Find and return a list of all translations.
findById(ID) - Method in interface org.openwms.core.integration.GenericDao
Find and return the entity identified by the technical key.
findById(ID) - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Find and return the entity identified by the technical key.
findByIds(List<Long>) - Method in class org.openwms.tms.integration.jpa.TransportOrderDaoImpl
Find and retrieve a list of TransportOrders, searched by a list of their ids.
findByIds(List<Long>) - Method in interface org.openwms.tms.integration.TransportOrderDao
Find and retrieve a list of TransportOrders, searched by a list of their ids.
findByKey(PreferenceKey) - Method in class org.openwms.core.integration.file.PreferencesDaoImpl
Find and return the entity identified by the natural unique key.
findByKey(Long) - Method in class org.openwms.core.integration.jpa.PreferencesDaoImpl
Find and return the entity identified by the natural unique key.
findByKey(ID) - Method in interface org.openwms.core.integration.PreferenceDao
Find and return the entity identified by the natural unique key.
findByNameAndPassword(UserPassword) - Method in class org.openwms.core.integration.jpa.UserDaoImpl
Find an User by his userName and password.
findByNameAndPassword(UserPassword) - Method in interface org.openwms.core.integration.UserDao
Find an User by his userName and password.
findByNamedParameters(String, Map<String, ?>) - Method in interface org.openwms.core.integration.GenericDao
Use a named query to find all entities.
findByNamedParameters(String, Map<String, ?>) - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Use a named query to find all entities.
findByPositionalParameters(String, Object...) - Method in interface org.openwms.core.integration.GenericDao
Use an own JPA query to fetch entities.
findByPositionalParameters(String, Object...) - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Use an own JPA query to fetch entities.
findByType(Class<T>) - Method in class org.openwms.core.integration.file.PreferencesDaoImpl
Find all preferences of a particular type.
findByType(Class<T>) - Method in class org.openwms.core.integration.jpa.PreferencesDaoImpl
Find all preferences of a particular type.
findByType(Class<T>) - Method in interface org.openwms.core.integration.PreferenceDao
Find all preferences of a particular type.
findByType(Class<T>) - Method in interface org.openwms.core.service.ConfigurationService
Find and return all preferences in the scope of the application.
findByType(Class<T>) - Method in class org.openwms.core.service.spring.ConfigurationServiceImpl
Find and return all preferences in the scope of the application.
findByUniqueId(Serializable) - Method in interface org.openwms.core.integration.GenericDao
Find and return the entity identified by the natural unique id.
findByUniqueId(Serializable) - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Find and return the entity identified by the natural unique id.
findForTUinState(TransportUnit, TransportOrderState...) - Method in class org.openwms.tms.integration.jpa.TransportOrderDaoImpl
Find a list of TransportOrders within defined states for a given TransportUnit.
findForTUinState(TransportUnit, TransportOrderState...) - Method in interface org.openwms.tms.integration.TransportOrderDao
Find a list of TransportOrders within defined states for a given TransportUnit.
FireAfterTransaction - Annotation Type in org.openwms.core.annotation
A FireAfterTransaction.
fireUserEvent(Object, FireAfterTransaction) - Method in class org.openwms.core.service.spring.aop.UserChangedEventAspect
Only ApplicationEvents are created and published over Springs ApplicationContext.

G

GenericDao<T extends AbstractEntity,ID extends Serializable> - Interface in org.openwms.core.integration
A GenericDao is a generic interface declaration that defines simple CRUD operations.
GenericJpaDaoImpl<T extends AbstractEntity,ID extends Serializable> - Class in org.openwms.core.integration.jpa
A GenericJpaDaoImpl - Adds generic finder methods to query Entity classes.
GenericJpaDaoImpl() - Constructor for class org.openwms.core.integration.jpa.GenericJpaDaoImpl
 
getActualLocation() - Method in class org.openwms.common.domain.TransportUnit
Get the actual Location of the TransportUnit.
getActualLocationDate() - Method in class org.openwms.common.domain.TransportUnit
Returns the date when the TransportUnit moved to the actualLocation.
getAisle() - Method in class org.openwms.common.domain.LocationPK
Get the aisle region.
getAlignment() - Static method in class org.openwms.common.domain.values.Barcode
Returns the alignment.
getAll() - Method in enum org.openwms.common.domain.values.WeightUnit
Return all sub types of the UnitType.
getAll() - Method in class org.openwms.core.domain.preferences.Preferences
Return a list of all preferences.
getAll() - Method in interface org.openwms.core.domain.values.UnitType
Return all sub types of the UnitType.
getAllLocations() - Method in class org.openwms.common.integration.jpa.LocationDaoImpl
 
getAllLocations() - Method in interface org.openwms.common.integration.LocationDao
Retrieve all Locations in natural order.
getAllLocations() - Method in interface org.openwms.common.service.LocationService
Return a list of all Locations not sorted and not filtered in natural order.
getAllLocations() - Method in class org.openwms.common.service.spring.LocationServiceImpl
Return a list of all Locations not sorted and not filtered in natural order.
getAllLocationTypes() - Method in interface org.openwms.common.service.LocationService
Return a list of all LocationTypes not sorted and not filtered in natural order.
getAllLocationTypes() - Method in class org.openwms.common.service.spring.LocationServiceImpl
Return a list of all LocationTypes not sorted and not filtered in natural order.
getAllowedLocationType() - Method in class org.openwms.common.domain.TypePlacingRule
Get the allowedLocationType.
getAllowedTransportUnitType() - Method in class org.openwms.common.domain.TypeStackingRule
Returns the allowed TransportUnitType that may be placed on the owning TransportUnitType.
getAllTransportUnits() - Method in class org.openwms.common.service.spring.TransportUnitServiceImpl
Returns an unsorted List of all TransportUnits.
getAllTransportUnits() - Method in interface org.openwms.common.service.TransportUnitService
Returns an unsorted List of all TransportUnits.
getAllTransportUnitTypes() - Method in class org.openwms.common.service.spring.TransportUnitServiceImpl
Returns an unsorted List of all TransportUnitTypes.
getAllTransportUnitTypes() - Method in interface org.openwms.common.service.TransportUnitService
Returns an unsorted List of all TransportUnitTypes.
getApplicationOrRoleOrUserOrModule() - Method in class org.openwms.core.domain.preferences.Preferences
Gets the value of the applicationOrRoleOrUserOrModule property.
getApplications() - Method in class org.openwms.core.domain.preferences.Preferences
Return a list of all ApplicationPreferences or an empty ArrayList when no ApplicationPreferences exist.
getArea() - Method in class org.openwms.common.domain.LocationPK
Get the area region.
getAuthorities() - Method in class org.openwms.core.service.spring.UserWrapper
getBarcode() - Method in class org.openwms.common.domain.TransportUnit
Return the Barcode of the TransportUnit.
getBaseUnit() - Method in enum org.openwms.common.domain.values.WeightUnit
Return the base unit type of the UnitType.
getBaseUnit() - Method in interface org.openwms.core.domain.values.UnitType
Return the base unit type of the UnitType.
getBaseUnitValue() - Method in enum org.openwms.common.domain.values.WeightUnit
Return the value of the base unit.
getBaseUnitValue() - Method in interface org.openwms.core.domain.values.UnitType
Return the value of the base unit.
getCheckState() - Method in class org.openwms.common.domain.Location
Returns the checkState to indicate the stock check procedure.
getChild(Object) - Method in interface org.openwms.core.util.TreeNode
Find a child by id.
getChild(Object) - Method in class org.openwms.core.util.TreeNodeImpl
Find a child by id.
getChildren() - Method in class org.openwms.common.domain.TransportUnit
Get all child TransportUnits.
getChildren() - Method in interface org.openwms.core.util.TreeNode
Get all child entries.
getChildren() - Method in class org.openwms.core.util.TreeNodeImpl
Get all child entries.
getCKey() - Method in class org.openwms.core.domain.system.I18n
Get the cKey.
getComment() - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Return a comment text of the User.
getCompatibility() - Method in class org.openwms.common.domain.TransportUnitType
Returns the compatibility of the TransportUnitType.
getCreated() - Method in class org.openwms.core.domain.system.Message
Return the date when this Message was created.
getCreationDate() - Method in class org.openwms.common.domain.TransportUnit
Returns the creation date of the TransportUnit.
getCreationDate() - Method in class org.openwms.tms.domain.order.TransportOrder
Returns the date when the TransportOrder was created.
getDao() - Method in class org.openwms.tms.service.spring.TransportServiceImpl
Get an instance of TransportOrderDao.
getData() - Method in interface org.openwms.core.util.TreeNode
Get the data of the node.
getData() - Method in class org.openwms.core.util.TreeNodeImpl
Get the data of the node.
getDateUpdated() - Method in class org.openwms.tms.domain.order.TransportOrder
Get the date when the TransportOrder was changed last time.
getDeDe() - Method in class org.openwms.core.domain.values.I18nSet
Get the German translation.
getDepartment() - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Return the current department of the User.
getDescription() - Method in class org.openwms.common.domain.Location
Returns the description of the Location.
getDescription() - Method in class org.openwms.common.domain.LocationGroup
Returns the description text.
getDescription() - Method in class org.openwms.common.domain.LocationType
Returns the description of this LocationType.
getDescription() - Method in class org.openwms.common.domain.TransportUnitType
Returns the description of the TransportUnitType.
getDescription() - Method in class org.openwms.core.domain.Module
Get the description.
getDescription() - Method in class org.openwms.core.domain.system.AbstractPreference
Return the description of the AbstractPreference.
getDescription() - Method in class org.openwms.core.domain.system.usermanagement.SecurityObject
Returns the description text.
getDescription() - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Return the description text of the User.
getEm() - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Subclasses can call this method to retrieve an shared EntityManager instance.
getEmailAddress() - Method in class org.openwms.core.domain.system.usermanagement.Email
Return the emailAddress.
getEndDate() - Method in class org.openwms.tms.domain.order.TransportOrder
Get the endDate.
getEnUs() - Method in class org.openwms.core.domain.values.I18nSet
Get the American English translation.
getErrorNo() - Method in class org.openwms.common.domain.system.UnitError
Return the error number.
getErrors() - Method in class org.openwms.common.domain.TransportUnit
Get all errors that have occurred on the TransportUnit.
getErrorText() - Method in class org.openwms.common.domain.system.UnitError
Return the error text.
getExpirationDate() - Method in class org.openwms.core.domain.system.usermanagement.User
Return the date when the account expires.
getFields() - Method in class org.openwms.core.domain.preferences.ApplicationPreference
Return all fields as an array of objects.
getFields() - Method in class org.openwms.core.domain.preferences.ModulePreference
Return all fields as an array of objects.
getFields() - Method in class org.openwms.core.domain.system.AbstractPreference
Return all fields as an array of objects.
getFields() - Method in class org.openwms.core.domain.system.usermanagement.RolePreference
Return all fields as an array of objects.
getFields() - Method in class org.openwms.core.domain.system.usermanagement.UserPreference
Return all fields as an array of objects.
getFindAllQuery() - Method in class org.openwms.common.integration.jpa.LocationDaoImpl
 
getFindAllQuery() - Method in class org.openwms.common.integration.jpa.LocationGroupDaoImpl
 
getFindAllQuery() - Method in class org.openwms.common.integration.jpa.LocationTypeDaoImpl
 
getFindAllQuery() - Method in class org.openwms.common.integration.jpa.TransportUnitDaoImpl
 
getFindAllQuery() - Method in class org.openwms.common.integration.jpa.TransportUnitTypeDaoImpl
 
getFindAllQuery() - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Returns the name of the NamedQuery to find all Entity classes.
getFindAllQuery() - Method in class org.openwms.core.integration.jpa.GenericJpaDaoImpl
Concatenates the simple class name of the persistent class with the default prefix GenericDao.FIND_ALL.
getFindAllQuery() - Method in class org.openwms.core.integration.jpa.I18nRepositoryImpl
Returns the name of the NamedQuery to find all Entity classes.
getFindAllQuery() - Method in class org.openwms.core.integration.jpa.ModuleDaoImpl
Returns the name of the NamedQuery to find all Entity classes.
getFindAllQuery() - Method in class org.openwms.core.integration.jpa.RoleDaoImpl
Returns the name of the NamedQuery to find all Entity classes.
getFindAllQuery() - Method in class org.openwms.core.integration.jpa.UserDaoImpl
 
getFindAllQuery() - Method in class org.openwms.tms.integration.jpa.TransportOrderDaoImpl
Returns the name of the NamedQuery to find all Entity classes.
getFindByUniqueIdQuery() - Method in class org.openwms.common.integration.jpa.LocationDaoImpl
 
getFindByUniqueIdQuery() - Method in class org.openwms.common.integration.jpa.LocationGroupDaoImpl
 
getFindByUniqueIdQuery() - Method in class org.openwms.common.integration.jpa.LocationTypeDaoImpl
 
getFindByUniqueIdQuery() - Method in class org.openwms.common.integration.jpa.TransportUnitDaoImpl
 
getFindByUniqueIdQuery() - Method in class org.openwms.common.integration.jpa.TransportUnitTypeDaoImpl
 
getFindByUniqueIdQuery() - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Returns the name of the NamedQuery to find an Entity by the business key.
getFindByUniqueIdQuery() - Method in class org.openwms.core.integration.jpa.GenericJpaDaoImpl
Concatenates the simple class name of the persistent class with the default prefix GenericDao.FIND_BY_ID.
getFindByUniqueIdQuery() - Method in class org.openwms.core.integration.jpa.I18nRepositoryImpl
Returns the name of the NamedQuery to find an Entity by the business key.
getFindByUniqueIdQuery() - Method in class org.openwms.core.integration.jpa.ModuleDaoImpl
Returns the name of the NamedQuery to find an Entity by the business key.
getFindByUniqueIdQuery() - Method in class org.openwms.core.integration.jpa.RoleDaoImpl
Returns the name of the NamedQuery to find an Entity by the business key.
getFindByUniqueIdQuery() - Method in class org.openwms.core.integration.jpa.UserDaoImpl
 
getFindByUniqueIdQuery() - Method in class org.openwms.tms.integration.jpa.TransportOrderDaoImpl
Returns the name of the NamedQuery to find an Entity by the business key.
getFirstOrNull(List<T>) - Static method in class org.openwms.core.util.lang.CollectionUtil
Return the first element of list.
getFloatValue() - Method in class org.openwms.core.domain.system.AbstractPreference
Get the floatValue of the AbstractPreference.
getFrFr() - Method in class org.openwms.core.domain.values.I18nSet
Get the French translation.
getFullName() - Method in class org.openwms.core.domain.system.usermanagement.Email
Return the fullName.
getFullname() - Method in class org.openwms.core.domain.system.usermanagement.User
Return the fullname of the User.
getGrants() - Method in class org.openwms.core.domain.system.usermanagement.Role
Return an unmodifiable Set of all SecurityObjects belonging to the Role.
getGrants() - Method in class org.openwms.core.domain.system.usermanagement.User
Flatten Roles and Grants and return an unmodifiable list of all Grants assigned to this User.
getGroupStateIn() - Method in class org.openwms.common.domain.LocationGroup
Returns the infeed state of the LocationGroup.
getGroupStateOut() - Method in class org.openwms.common.domain.LocationGroup
Return the outfeed state of the LocationGroup.
getGroupType() - Method in class org.openwms.common.domain.LocationGroup
Returns the type of the LocationGroup.
getHeight() - Method in class org.openwms.common.domain.LocationType
Returns the height of the LocationType.
getHeight() - Method in class org.openwms.common.domain.TransportUnitType
Returns the height of the TransportUnitType.
getId() - Method in class org.openwms.common.domain.Location
Return the technical key.
getId() - Method in class org.openwms.common.domain.LocationGroup
Return the technical key value.
getId() - Method in class org.openwms.common.domain.LocationType
Return the technical key value.
getId() - Method in class org.openwms.common.domain.system.UnitError
Return the technical key value.
getId() - Method in class org.openwms.common.domain.TransportUnit
Return the technical key value.
getId() - Method in class org.openwms.common.domain.TransportUnitType
Return the technical key value.
getId() - Method in class org.openwms.common.domain.TypePlacingRule
Return the technical key value.
getId() - Method in class org.openwms.common.domain.TypeStackingRule
Return the technical key value.
getId() - Method in interface org.openwms.core.domain.DomainObject
Return the technical key value.
getId() - Method in class org.openwms.core.domain.Module
Get the id.
getId() - Method in class org.openwms.core.domain.system.AbstractPreference
Return the technical key value.
getId() - Method in class org.openwms.core.domain.system.I18n
Return the technical key value.
getId() - Method in class org.openwms.core.domain.system.Message
Return the technical key value.
getId() - Method in class org.openwms.core.domain.system.usermanagement.Email
Return the technical key value.
getId() - Method in class org.openwms.core.domain.system.usermanagement.SecurityObject
Return the technical key value.
getId() - Method in class org.openwms.core.domain.system.usermanagement.User
Return the technical key value.
getId() - Method in class org.openwms.core.domain.system.usermanagement.UserPassword
Return the technical key value.
getId() - Method in class org.openwms.tms.domain.order.TransportOrder
Return the technical key value.
getImage() - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Return the image of the User.
getImage() - Method in interface org.openwms.core.domain.values.ImageProvider
Return the image of the User.
getImmutable() - Method in class org.openwms.core.domain.system.usermanagement.Role
Get the immutable.
getInventoryDate() - Method in class org.openwms.common.domain.TransportUnit
Returns the timestamp of the last inventory check of the TransportUnit.
getInventoryUser() - Method in class org.openwms.common.domain.TransportUnit
Returns the User who performed the last inventory action on the TransportUnit.
getKey() - Method in class org.openwms.core.domain.preferences.ApplicationPreference
Get the key.
getKey() - Method in class org.openwms.core.domain.preferences.ModulePreference
Get the key.
getKey() - Method in class org.openwms.core.domain.system.I18n
Get the key.
getKey() - Method in class org.openwms.core.domain.system.usermanagement.RolePreference
Get the key.
getKey() - Method in class org.openwms.core.domain.system.usermanagement.UserPreference
Get the key.
getLang() - Method in class org.openwms.core.domain.system.I18n
Get the language set.
getLastAccess() - Method in class org.openwms.common.domain.Location
Return the date when the Location was updated the last time.
getLastPasswordChange() - Method in class org.openwms.core.domain.system.usermanagement.User
Return the date when the password has changed recently.
getLastUpdated() - Method in class org.openwms.common.domain.LocationGroup
Returns the date of the last modification.
getLength() - Method in class org.openwms.common.domain.LocationType
Returns the length of the LocationType.
getLength() - Method in class org.openwms.common.domain.TransportUnitType
Get the length of the TransportUnitType.
getLength() - Static method in class org.openwms.common.domain.values.Barcode
Return the length.
getLocation() - Method in class org.openwms.tms.service.spring.voter.RedirectVote
Get the location.
getLocationGroup() - Method in class org.openwms.common.domain.Location
Return the LocationGroup where the Location belongs to.
getLocationGroup() - Method in class org.openwms.tms.service.spring.voter.RedirectVote
Get the locationGroup.
getLocationGroups() - Method in class org.openwms.common.domain.LocationGroup
Return all child LocationGroup.
getLocationGroupsAsList() - Method in interface org.openwms.common.service.LocationGroupService
Returns a List of all LocationGroups.
getLocationGroupsAsList() - Method in class org.openwms.common.service.spring.LocationGroupServiceImpl
Returns a List of all LocationGroups.
getLocationGroupsAsTree() - Method in interface org.openwms.common.service.LocationGroupService
Returns a hierarchical Tree of all LocationGroups.
getLocationGroupsAsTree() - Method in class org.openwms.common.service.spring.LocationGroupServiceImpl
Returns a hierarchical Tree of all LocationGroups.
getLocationId() - Method in class org.openwms.common.domain.Location
Returns the locationId (natural key) of the Location.
getLocations() - Method in class org.openwms.common.domain.LocationGroup
Return all Locations in an unmodifiable Collection.
getLocationType() - Method in class org.openwms.common.domain.Location
Returns the type of Location.
getLoggedInUser() - Method in class org.openwms.web.flex.security.SecurityContextHelper
Helper method for rich clients to extract the current User from the SecurityContext.
getLongList(List<Integer>) - Static method in class org.openwms.tms.util.TransportOrderUtil
Unfortunately Flex clients can't handle Long values and only understand integers.
getMaxFillLevel() - Method in class org.openwms.common.domain.LocationGroup
Returns the maximum fill level of the LocationGroup.
The maximum fill level defines how many Locations of the LocationGroup can be occupied by TransportUnits.
getMaximum() - Method in class org.openwms.core.domain.system.AbstractPreference
Return the possible maximum value of the AbstractPreference.
getMaximumWeight() - Method in class org.openwms.common.domain.Location
Return the maximum allowed weight on the Location.
getMessage() - Method in class org.openwms.common.domain.values.Problem
Get the message.
getMessageNo() - Method in class org.openwms.common.domain.values.Problem
Get the messageNo.
getMessageNo() - Method in class org.openwms.core.domain.system.Message
Return the message number.
getMessages() - Method in class org.openwms.common.domain.Location
Returns an unmodifiable Set of Messages stored for the Location.
getMessageText() - Method in class org.openwms.core.domain.system.Message
Return the message text.
getMinimum() - Method in class org.openwms.core.domain.system.AbstractPreference
Return the possible minimum value of the AbstractPreference.
getModuleName() - Method in class org.openwms.core.domain.Module
Get the moduleName.
getModuleName() - Method in class org.openwms.core.domain.system.I18n
Get the moduleName.
getModules() - Method in class org.openwms.core.domain.preferences.Preferences
Return a list of all ModulePreferences or an empty ArrayList when no ModulePreferences exist.
getName() - Method in class org.openwms.common.domain.LocationGroup
Returns the name of the LocationGroup.
getName() - Method in class org.openwms.core.domain.system.usermanagement.SecurityObject
Returns the name.
getNoLocations() - Method in class org.openwms.common.domain.LocationGroup
Returns the count of all sub Locations.
getNoMaxTransportUnits() - Method in class org.openwms.common.domain.Location
Returns the maximum number of TransportUnits allowed on the Location.
getNoTransportUnits() - Method in class org.openwms.common.domain.TransportUnit
Number of TransportUnits belonging to the TransportUnit.
getNoTransportUnits() - Method in class org.openwms.common.domain.TypeStackingRule
Returns the number of TransportUnitTypes that may be placed on the owning TransportUnitType.
getNumberOfTransportOrders(LocationGroup) - Method in class org.openwms.tms.integration.jpa.TransportOrderDaoImpl
Get all active TransportOrders that have the target destination to this locationGroup.
getNumberOfTransportOrders(LocationGroup) - Method in interface org.openwms.tms.integration.TransportOrderDao
Get all active TransportOrders that have the target destination to this locationGroup.
getOccurred() - Method in class org.openwms.common.domain.values.Problem
Return the Date when the Problem has occurred.
getOffice() - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Return the current office of the User.
getOfType(Class<T>) - Method in class org.openwms.core.domain.preferences.Preferences
Return a list of preferences filtered by a specific type, defined by the parameter clazz.
getOrder() - Method in enum org.openwms.tms.domain.values.PriorityLevel
Get the order.
getOrder() - Method in enum org.openwms.tms.domain.values.TransportOrderState
Get the order.
getOwner() - Method in class org.openwms.core.domain.preferences.ModulePreference
Get the owner.
getOwner() - Method in class org.openwms.core.domain.system.usermanagement.RolePreference
Get the name of the Role as String.
getOwner() - Method in class org.openwms.core.domain.system.usermanagement.UserPreference
Get the owner.
getPadder() - Static method in class org.openwms.common.domain.values.Barcode
Return the padding character.
getParent() - Method in class org.openwms.common.domain.LocationGroup
Returns the parent LocationGroup.
getParent() - Method in class org.openwms.common.domain.TransportUnit
Returns the parent TransportUnit.
getParent() - Method in interface org.openwms.core.util.TreeNode
Get the parent TreeNode.
getParent() - Method in class org.openwms.core.util.TreeNodeImpl
Get the parent TreeNode.
getPassword() - Method in class org.openwms.core.domain.system.usermanagement.User
Returns the current password of the User.
getPassword() - Method in class org.openwms.core.domain.system.usermanagement.UserPassword
Return the current password.
getPassword() - Method in class org.openwms.core.service.spring.SystemUserWrapper
 
getPassword() - Method in class org.openwms.core.service.spring.UserWrapper
getPasswordChanged() - Method in class org.openwms.core.domain.system.usermanagement.UserPassword
Return the date of the last password change.
getPasswords() - Method in class org.openwms.core.domain.system.usermanagement.User
Return a list of recently used passwords.
getPayload() - Method in class org.openwms.common.domain.TransportUnitType
Returns the payload of the TransportUnitType.
getPersistentClass() - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Returns the entity class to deals with.
The Java Reflection API is used to find the type.
getPhoneNo() - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Return the Users current phone number.
getPlcState() - Method in class org.openwms.common.domain.Location
Return the current set plc state.
getPreferences() - Method in class org.openwms.core.domain.system.usermanagement.Role
Return all RolePreferences of the Role.
getPreferences() - Method in class org.openwms.core.domain.system.usermanagement.User
Get all UserPreferences of this User.
getPrefKey() - Method in class org.openwms.core.domain.preferences.ApplicationPreference
Return a PreferenceKey of this preference.
getPrefKey() - Method in class org.openwms.core.domain.preferences.ModulePreference
Return a PreferenceKey of this preference.
getPrefKey() - Method in class org.openwms.core.domain.system.AbstractPreference
Return a PreferenceKey of this preference.
getPrefKey() - Method in class org.openwms.core.domain.system.usermanagement.RolePreference
Return a PreferenceKey of this preference.
getPrefKey() - Method in class org.openwms.core.domain.system.usermanagement.UserPreference
Return a PreferenceKey of this preference.
getPriority() - Method in class org.openwms.tms.domain.order.TransportOrder
Returns the priority level of the TransportOrder.
getPrivilegeLevel() - Method in class org.openwms.common.domain.TypePlacingRule
Get the privilegeLevel.
getProblem() - Method in class org.openwms.tms.domain.order.TransportOrder
Get the last Problem.
getPropertiesAsString() - Method in class org.openwms.core.domain.system.AbstractPreference
Return all fields as concatenated String.
getRoles() - Method in class org.openwms.core.domain.preferences.Preferences
Return a list of all RolePreferences or an empty ArrayList when no RolePreferences exist.
getRoles() - Method in class org.openwms.core.domain.system.usermanagement.User
Returns a list of granted Roles.
getSex() - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Return the User's sex.
getSkypeName() - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Return the IM account name of the User.
getSourceLocation() - Method in class org.openwms.tms.domain.order.TransportOrder
Get the sourceLocation.
getStartDate() - Method in class org.openwms.tms.domain.order.TransportOrder
Returns the date when the TransportOrder was started.
getStartupOrder() - Method in class org.openwms.core.domain.Module
Get the startupOrder.
getState() - Method in class org.openwms.common.domain.TransportUnit
Return the state of the TransportUnit.
getState() - Method in class org.openwms.tms.domain.order.TransportOrder
Returns the state of the TransportOrder.
getSystemCode() - Method in class org.openwms.common.domain.LocationGroup
Returns the systemCode.
getTargetLocation() - Method in class org.openwms.common.domain.TransportUnit
Get the target Location of the TransportUnit.
getTargetLocation() - Method in class org.openwms.tms.domain.order.TransportOrder
Get the target Location of this TransportOrder.
getTargetLocationGroup() - Method in class org.openwms.tms.domain.order.TransportOrder
Get the targetLocationGroup.
getTemplate(String) - Method in class org.openwms.core.service.spring.UserServiceImpl
Return a transient User entity object, serving as a template.
getTemplate(String) - Method in interface org.openwms.core.service.UserService
Return a transient User entity object, serving as a template.
getTransportsToLocationGroup(LocationGroup) - Method in class org.openwms.tms.service.spring.TransportServiceImpl
Returns the actual number of active transports that have the locationGroup as target LocationGroup.
getTransportsToLocationGroup(LocationGroup) - Method in interface org.openwms.tms.service.TransportOrderService
Returns the actual number of active transports that have the locationGroup as target LocationGroup.
getTransportUnit() - Method in class org.openwms.tms.domain.order.TransportOrder
Get the TransportUnit assigned to the TransportOrder .
getTransportUnits() - Method in class org.openwms.common.domain.TransportUnitType
Returns a Set of all TransportUnits belonging to the TransportUnitType.
getTransportUnitType() - Method in class org.openwms.common.domain.TransportUnit
Return the TransportUnitType of the TransportUnit.
getTransportUnitType() - Method in class org.openwms.common.domain.TypePlacingRule
Get the transportUnitType.
getTransportUnitType() - Method in class org.openwms.common.domain.TypeStackingRule
Get the transportUnitType.
getType() - Method in class org.openwms.common.domain.LocationType
Returns the unique identifier of the LocationType.
getType() - Method in class org.openwms.common.domain.TransportUnitType
Returns the type of the TransportUnitType.
getType() - Method in class org.openwms.core.domain.preferences.ApplicationPreference
Return the particular type of the preference.
getType() - Method in class org.openwms.core.domain.preferences.ModulePreference
Return the particular type of the preference.
getType() - Method in class org.openwms.core.domain.system.AbstractPreference
Return the particular type of the preference.
getType() - Method in class org.openwms.core.domain.system.usermanagement.RolePreference
Return the particular type of the preference.
getType() - Method in class org.openwms.core.domain.system.usermanagement.UserPreference
Return the particular type of the preference.
getType() - Method in class org.openwms.tms.util.event.TransportServiceEvent
Return the type of event.
getTypePlacingRules() - Method in class org.openwms.common.domain.TransportUnitType
Returns all TypePlacingRules belonging to the TransportUnitType.
getTypeStackingRules() - Method in class org.openwms.common.domain.TransportUnitType
Returns a Set of all TypeStackingRules.
getUnit() - Method in class org.openwms.common.domain.values.Weight
Returns the unit of the Weight.
getUrl() - Method in class org.openwms.core.domain.Module
Get the url.
getUser() - Method in class org.openwms.core.domain.system.usermanagement.UserPassword
Return the User of this password.
getUser() - Method in class org.openwms.core.service.spring.UserWrapper
Return the wrapped User instance.
getUser() - Method in interface org.openwms.core.service.UserHolder
Return the wrapped User instance.
getUserDetails() - Method in class org.openwms.core.domain.system.usermanagement.User
Return the details of the User.
getUserName() - Method in class org.openwms.core.domain.system.usermanagement.Email
Returns the name of the User who owns this Email.
getUsername() - Method in class org.openwms.core.domain.system.usermanagement.User
Return the unique username of the User.
getUsername() - Method in class org.openwms.core.service.spring.UserWrapper
getUsers() - Method in class org.openwms.core.domain.preferences.Preferences
Return a list of all UserPreferences or an empty ArrayList when no UserPreferences exist.
getUsers() - Method in class org.openwms.core.domain.system.usermanagement.Role
Return an unmodifiable Set of all Users assigned to the Role.
getValue() - Method in class org.openwms.common.domain.values.Barcode
Return the Barcode value.
getValue() - Method in class org.openwms.common.domain.values.Weight
Returns the value of the Weight.
getValue() - Method in class org.openwms.core.domain.system.AbstractPreference
Return the value of the AbstractPreference.
getVersion() - Method in class org.openwms.common.domain.Location
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.common.domain.LocationGroup
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.common.domain.LocationType
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.common.domain.system.UnitError
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.common.domain.TransportUnit
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.common.domain.TransportUnitType
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.common.domain.TypePlacingRule
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.common.domain.TypeStackingRule
Return the value of the optimistic locking field.
getVersion() - Method in interface org.openwms.core.domain.DomainObject
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.core.domain.Module
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.core.domain.system.AbstractPreference
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.core.domain.system.I18n
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.core.domain.system.Message
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.core.domain.system.usermanagement.Email
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.core.domain.system.usermanagement.SecurityObject
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.core.domain.system.usermanagement.User
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.core.domain.system.usermanagement.UserPassword
Return the value of the optimistic locking field.
getVersion() - Method in class org.openwms.tms.domain.order.TransportOrder
Return the value of the optimistic locking field.
getWeight() - Method in class org.openwms.common.domain.TransportUnit
Returns the current weight of the TransportUnit.
getWeightMax() - Method in class org.openwms.common.domain.TransportUnitType
Get the weightMax.
getWeightTare() - Method in class org.openwms.common.domain.TransportUnitType
Get the weightTare.
getWidth() - Method in class org.openwms.common.domain.LocationType
Returns the width of this LocationType.
getWidth() - Method in class org.openwms.common.domain.TransportUnitType
Returns the width of the TransportUnitType.
getX() - Method in class org.openwms.common.domain.LocationPK
Get the x dimension.
getY() - Method in class org.openwms.common.domain.LocationPK
Get the y dimension.
getZ() - Method in class org.openwms.common.domain.LocationPK
Get the z dimension.
Grant - Class in org.openwms.core.domain.system.usermanagement
A Grant gives permission to access some kind of application object.
Grant() - Constructor for class org.openwms.core.domain.system.usermanagement.Grant
Create a new Grant.
Grant(String, String) - Constructor for class org.openwms.core.domain.system.usermanagement.Grant
Create a new Grant.
Grant(String) - Constructor for class org.openwms.core.domain.system.usermanagement.Grant
Create a new Grant.

H

handleAuthorizationExceptions(InvocationTargetException) - Method in class org.openwms.web.flex.security.CustomSecurityService
 
hashCode() - Method in class org.openwms.common.domain.LocationGroup
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.common.domain.LocationPK
hashCode() - Method in class org.openwms.core.domain.AbstractEntity
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.core.domain.preferences.ApplicationPreference
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.core.domain.preferences.ModulePreference
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.core.domain.system.AbstractPreference
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.core.domain.system.I18n
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.core.domain.system.PreferenceKey
Use of all fields for calculation of the hashCode.
hashCode() - Method in class org.openwms.core.domain.system.usermanagement.Grant
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.core.domain.system.usermanagement.Role
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.core.domain.system.usermanagement.RolePreference
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.core.domain.system.usermanagement.SecurityObject
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.core.domain.system.usermanagement.User
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.core.domain.system.usermanagement.UserPassword
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.core.domain.system.usermanagement.UserPreference
Use the uid to calculate the hashCode.
hashCode() - Method in class org.openwms.core.service.spring.UserWrapper
 
hasPasswordChanged() - Method in class org.openwms.core.domain.system.usermanagement.User
Checks whether the password is going to be changed from the application side.

I

I18n - Class in org.openwms.core.domain.system
An I18n entity stores multiple translations assigned to an unique key.
I18n() - Constructor for class org.openwms.core.domain.system.I18n
Create a new I18n.
I18n(String, String, I18nSet) - Constructor for class org.openwms.core.domain.system.I18n
Create a new I18n.
I18n(String, I18nSet) - Constructor for class org.openwms.core.domain.system.I18n
Create a new I18n.
I18nRepository - Interface in org.openwms.core.integration
An I18nRepository is used to find and retrieve i18n translations.
I18nRepositoryImpl - Class in org.openwms.core.integration.jpa
An I18nRepositoryImpl is responsible to find and retrieve i18n translation from the persistent storage.
I18nRepositoryImpl() - Constructor for class org.openwms.core.integration.jpa.I18nRepositoryImpl
 
I18nService - Interface in org.openwms.core.service
An I18nService is responsible to find and save i18n translations.
I18nServiceImpl - Class in org.openwms.core.service.spring
An I18nServiceImpl.
I18nServiceImpl() - Constructor for class org.openwms.core.service.spring.I18nServiceImpl
 
I18nSet - Class in org.openwms.core.domain.values
An I18nSet encapsulates different languages.
I18nSet() - Constructor for class org.openwms.core.domain.values.I18nSet
Create a new I18nSet.
I18nSet(String, String, String) - Constructor for class org.openwms.core.domain.values.I18nSet
Create a new I18nSet.
ImageProvider - Interface in org.openwms.core.domain.values
An ImageProvider stores an image file.
INITIAL_PREFERENCES_FILE - Static variable in class org.openwms.core.integration.file.PreferencesDaoImpl
The URL to the initial preferences XML file.
InvalidPasswordException - Exception in org.openwms.core.exception
An InvalidPasswordException indicates that a password is not confirm with the defined rules.
InvalidPasswordException() - Constructor for exception org.openwms.core.exception.InvalidPasswordException
Create a new InvalidPasswordException.
InvalidPasswordException(String) - Constructor for exception org.openwms.core.exception.InvalidPasswordException
Create a new InvalidPasswordException.
InvalidPasswordException(Throwable) - Constructor for exception org.openwms.core.exception.InvalidPasswordException
Create a new InvalidPasswordException.
InvalidPasswordException(String, Throwable) - Constructor for exception org.openwms.core.exception.InvalidPasswordException
Create a new InvalidPasswordException.
isAccountNonExpired() - Method in class org.openwms.core.service.spring.UserWrapper
isAccountNonLocked() - Method in class org.openwms.core.service.spring.UserWrapper
isAuthenticated(Authentication) - Method in class org.openwms.web.flex.security.CustomSecurityService
 
isConsideredInAllocation() - Method in class org.openwms.common.domain.Location
Determine whether the Location is considered during allocation.
isCountingActive() - Method in class org.openwms.common.domain.Location
Determine whether TransportUnits should be counted on this Location or not.
isCredentialsNonExpired() - Method in class org.openwms.core.service.spring.UserWrapper
isEmpty() - Method in class org.openwms.common.domain.TransportUnit
Indicates whether the TransportUnit is empty or not.
isEnabled() - Method in class org.openwms.core.domain.system.usermanagement.User
Determines whether the User is enabled or not.
isEnabled() - Method in class org.openwms.core.service.spring.UserWrapper
isExternalUser() - Method in class org.openwms.core.domain.system.usermanagement.User
Is the User authenticated by an external system?
isFromFile() - Method in class org.openwms.core.domain.system.AbstractPreference
Check whether the preference was originally imported from a file.
isIncomingActive() - Method in class org.openwms.common.domain.Location
Determine whether incoming mode is activated and TransportUnits can be put on this Location.
isInfeedAllowed() - Method in class org.openwms.common.domain.LocationGroup
Check whether infeed is allowed for the LocationGroup.
isInfeedBlocked() - Method in class org.openwms.common.domain.Location
Check whether infeed is blocked and moving TransportUnits to here is forbidden.
isInfeedBlocked() - Method in class org.openwms.common.domain.LocationGroup
Check whether infeed of the LocationGroup is blocked.
isLeaf() - Method in interface org.openwms.core.util.TreeNode
Return whether this node is leaf.
isLeaf() - Method in class org.openwms.core.util.TreeNodeImpl
Return whether this node is leaf.
isLoaded() - Method in class org.openwms.core.domain.Module
Is the Module currently loaded.
isLoadOnStartup() - Method in class org.openwms.core.domain.Module
Should the Module be loaded on application startup.
isLocationGroupCountingActive() - Method in class org.openwms.common.domain.Location
Determine whether the Location is part of the parent LocationGroups calculation procedure of TransportUnits.
isLocationGroupCountingActive() - Method in class org.openwms.common.domain.LocationGroup
Returns the locationGroupCountingActive.
isLocked() - Method in class org.openwms.core.domain.system.usermanagement.User
Check if the User is locked.
isNew() - Method in class org.openwms.common.domain.Location
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.common.domain.LocationGroup
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.common.domain.LocationType
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.common.domain.system.UnitError
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.common.domain.TransportUnit
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.common.domain.TransportUnitType
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.common.domain.TypePlacingRule
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.common.domain.TypeStackingRule
Check whether the instance is a transient or persisted one.
isNew() - Method in interface org.openwms.core.domain.DomainObject
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.core.domain.Module
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.core.domain.system.AbstractPreference
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.core.domain.system.I18n
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.core.domain.system.Message
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.core.domain.system.usermanagement.Email
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.core.domain.system.usermanagement.SecurityObject
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.core.domain.system.usermanagement.User
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.core.domain.system.usermanagement.UserPassword
Check whether the instance is a transient or persisted one.
isNew() - Method in class org.openwms.tms.domain.order.TransportOrder
Check whether the instance is a transient or persisted one.
isNotEmpty(String, String) - Static method in class org.openwms.core.util.validation.AssertUtils
Asserts that the String str is not null and not empty.
isNotEmpty(String) - Static method in class org.openwms.core.util.validation.AssertUtils
Asserts that the String str is not null and not empty.
isOutfeedAllowed() - Method in class org.openwms.common.domain.LocationGroup
Check whether outfeed is allowed for the LocationGroup.
isOutfeedBlocked() - Method in class org.openwms.common.domain.Location
Check whether outfeed is blocked and moving TransportUnits from here is forbidden.
isOutfeedBlocked() - Method in class org.openwms.common.domain.LocationGroup
Check whether outfeed of the LocationGroup is blocked.
isOutgoingActive() - Method in class org.openwms.common.domain.Location
Determine whether outgoing mode is activated and TransportUnits can leave this Location.
isPadded() - Static method in class org.openwms.common.domain.values.Barcode
Check if Barcode is padded.
isPasswordValid(String) - Method in class org.openwms.core.domain.system.usermanagement.User
Check whether the new password is in the history of former passwords.
isSuperUser(User) - Static method in class org.openwms.core.domain.system.usermanagement.SystemUser
Check whether user is the system user.
isUserInRole(Authentication, String) - Method in class org.openwms.web.flex.security.CustomSecurityService
 

L

LENGTH - Static variable in class org.openwms.core.domain.values.I18nSet
Length of each column.
ListExtractor<K,V> - Interface in org.openwms.core.util.lang
A ListExtractor.
loadRules(String) - Method in class org.openwms.common.service.spring.TransportUnitServiceImpl
Return a List of all Rules that belong to this TransportUnitType type.
loadRules(String) - Method in interface org.openwms.common.service.TransportUnitService
Return a List of all Rules that belong to this TransportUnitType type.
loadUserByUsername(String) - Method in class org.openwms.core.service.spring.security.SecurityContextUserServiceImpl
 
LocalServiceInitializer - Class in org.openwms.core.service.spring.startup
A LocalServiceInitializer fires MergePropertiesEvents whenever the bundle is started or restarted.
LocalServiceInitializer() - Constructor for class org.openwms.core.service.spring.startup.LocalServiceInitializer
 
Location - Class in org.openwms.common.domain
A Location, represents some physical as well as virtual place in a warehouse.
Location(LocationPK) - Constructor for class org.openwms.common.domain.Location
Create a new Location with the business key.
LocationDao - Interface in org.openwms.common.integration
A LocationDao adds particular functionality regarding Location entity classes.
LocationDaoImpl - Class in org.openwms.common.integration.jpa
A LocationDaoImpl.
LocationDaoImpl() - Constructor for class org.openwms.common.integration.jpa.LocationDaoImpl
 
LocationGroup - Class in org.openwms.common.domain
A LocationGroup is a logical group of Locations, grouping together Locations with same characteristics.
LocationGroup(String) - Constructor for class org.openwms.common.domain.LocationGroup
Create a new LocationGroup with an unique name.
LocationGroupDao - Interface in org.openwms.common.integration
A LocationGroupDao adds particular functionality regarding LocationGroup entity classes.
LocationGroupDaoImpl - Class in org.openwms.common.integration.jpa
A LocationGroupDaoImpl.
LocationGroupDaoImpl() - Constructor for class org.openwms.common.integration.jpa.LocationGroupDaoImpl
 
LocationGroupService<T extends LocationGroup> - Interface in org.openwms.common.service
A LocationGroupService - Extends the EntityService interface about some useful methods regarding the general handling with LocationGroup s.
LocationGroupServiceImpl - Class in org.openwms.common.service.spring
A LocationGroupServiceImpl.
LocationGroupServiceImpl() - Constructor for class org.openwms.common.service.spring.LocationGroupServiceImpl
 
LocationGroupState - Enum in org.openwms.common.domain.values
A LocationGroupState defines possible states used for LocationGroups.
LocationPK - Class in org.openwms.common.domain
A LocationPK, is a value type and is used as an unique natural key of Location entities.
LocationPK(String, String, String, String, String) - Constructor for class org.openwms.common.domain.LocationPK
Create a new LocationPK.
LocationService<T extends Location> - Interface in org.openwms.common.service
A LocationService - Extends the EntityService interface about some useful methods regarding the general handling with Locations.
LocationServiceImpl - Class in org.openwms.common.service.spring
A LocationServiceImpl.
LocationServiceImpl() - Constructor for class org.openwms.common.service.spring.LocationServiceImpl
 
LocationType - Class in org.openwms.common.domain
A LocationType is the type of Locations with same characteristics.
LocationType(String) - Constructor for class org.openwms.common.domain.LocationType
Create a new LocationType with an unique natural key.
LocationTypeDao - Interface in org.openwms.common.integration
A LocationTypeDao adds particular functionality regarding LocationType entity classes.
LocationTypeDaoImpl - Class in org.openwms.common.integration.jpa
A LocationTypeDaoImpl.
LocationTypeDaoImpl() - Constructor for class org.openwms.common.integration.jpa.LocationTypeDaoImpl
 
logger - Variable in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Logger instance can be used by subclasses.
login() - Method in interface org.openwms.core.service.SecurityService
Force a login.
login() - Method in class org.openwms.core.service.spring.SecurityServiceImpl
Force a login.
login(Object) - Method in class org.openwms.web.flex.security.CustomSecurityService
logout() - Method in class org.openwms.web.flex.security.CustomSecurityService

M

managedEntities(Collection<T>, GenericDao<T, ID>) - Static method in class org.openwms.core.service.spring.util.ServiceHelper
Returns a list of managed entities from a collection of detached entities.
merge(SecurityObject) - Method in class org.openwms.core.integration.jpa.SecurityObjectDaoImpl
Save a SecurityObject and return the updated instance.
merge(SecurityObject) - Method in interface org.openwms.core.integration.SecurityObjectDao
Save a SecurityObject and return the updated instance.
mergeGrants(String, List<Grant>) - Method in interface org.openwms.core.service.SecurityService
Merge a list of persisted, detached or transient Grants of a particular Module.
mergeGrants(String, List<Grant>) - Method in class org.openwms.core.service.spring.SecurityServiceImpl
Merge a list of persisted, detached or transient Grants of a particular Module.
mergeLocationGroup(LocationGroup, LocationGroup) - Method in class org.openwms.common.service.spring.LocationGroupServiceImpl
Save changed fields by setting them directly.
MergePropertiesEvent - Class in org.openwms.core.util.event
A MergePropertiesEvent.
MergePropertiesEvent(Object) - Constructor for class org.openwms.core.util.event.MergePropertiesEvent
Create a new MergePropertiesEvent.
Message - Class in org.openwms.core.domain.system
A Message can be used to store useful information on other domain objects.
Message(int, String) - Constructor for class org.openwms.core.domain.system.Message
Create a new Message with message number and message text.
Module - Class in org.openwms.core.domain
A Module represents an Adobe Flex Module and is used to store some basic information about that module, i.e.
Module() - Constructor for class org.openwms.core.domain.Module
Create a new Module.
Module(String, String) - Constructor for class org.openwms.core.domain.Module
Create a new Module.
ModuleDao - Interface in org.openwms.core.integration
A ModuleDao adds particular functionality regarding Module entity classes.
ModuleDaoImpl - Class in org.openwms.core.integration.jpa
A ModuleDao is an extension of a AbstractGenericJpaDao about functionality regarding Modules.
ModuleDaoImpl() - Constructor for class org.openwms.core.integration.jpa.ModuleDaoImpl
 
ModulePreference - Class in org.openwms.core.domain.preferences
A ModulePreference is used to store configuration settings in Module scope.
ModulePreference() - Constructor for class org.openwms.core.domain.preferences.ModulePreference
Create a new ModulePreference.
ModulePreference(String, String) - Constructor for class org.openwms.core.domain.preferences.ModulePreference
Create a new ModulePreference.
ModuleService - Interface in org.openwms.core.service
A ModuleService offers functionality of common Module management tasks.
ModuleServiceImpl - Class in org.openwms.core.service.spring
A ModuleServiceImpl is a Spring powered transactional service using a repository to execute simple CRUD operations.
ModuleServiceImpl() - Constructor for class org.openwms.core.service.spring.ModuleServiceImpl
 
moveTransportUnit(Barcode, LocationPK) - Method in class org.openwms.common.service.spring.TransportUnitServiceImpl
Move a TransportUnit identified by its Barcode to the given target Location identified by the LocationPK.
moveTransportUnit(Barcode, LocationPK) - Method in interface org.openwms.common.service.TransportUnitService
Move a TransportUnit identified by its Barcode to the given target Location identified by the LocationPK.

N

notNull(Object, String) - Static method in class org.openwms.core.util.validation.AssertUtils
Asserts that obj is not null .
notNull(Object) - Static method in class org.openwms.core.util.validation.AssertUtils
Asserts that obj is not null .
NoUniqueResultException - Exception in org.openwms.core.integration.exception
A NoUniqueResultException is thrown when a single result was expected but multiple entities were found.
NoUniqueResultException() - Constructor for exception org.openwms.core.integration.exception.NoUniqueResultException
Create a new NoUniqueResultException.
NoUniqueResultException(String) - Constructor for exception org.openwms.core.integration.exception.NoUniqueResultException
Create a new NoUniqueResultException with a message text.
NoUniqueResultException(Throwable) - Constructor for exception org.openwms.core.integration.exception.NoUniqueResultException
Create a new NoUniqueResultException with the root exception.
NoUniqueResultException(String, Throwable) - Constructor for exception org.openwms.core.integration.exception.NoUniqueResultException
Create a new NoUniqueResultException with a message text and the root exception.
NoUniqueResultException(Serializable) - Constructor for exception org.openwms.core.integration.exception.NoUniqueResultException
Create a new NoUniqueResultException with the id of the expected entity.
NQ_FIND_ALL - Static variable in class org.openwms.common.domain.Location
Query to find all Locations.
NQ_FIND_ALL - Static variable in class org.openwms.common.domain.LocationType
Query to find all LocationTypes.
NQ_FIND_ALL - Static variable in class org.openwms.common.domain.TransportUnit
Name of the NamedQuery to find all TransportUnit Entities.
NQ_FIND_ALL - Static variable in class org.openwms.common.domain.TransportUnitType
Query to find all TransportUnitTypes.
NQ_FIND_ALL - Static variable in interface org.openwms.common.integration.LocationGroupDao
Name of the NamedQuery to find all LocationGroup entities.
NQ_FIND_ALL - Static variable in class org.openwms.core.domain.Module
Query to find all Modules.
NQ_FIND_ALL - Static variable in class org.openwms.core.domain.preferences.ApplicationPreference
Query to find all ApplicationPreferences.
NQ_FIND_ALL - Static variable in class org.openwms.core.domain.preferences.ModulePreference
Query to find all ModulePreferences.
NQ_FIND_ALL - Static variable in class org.openwms.core.domain.system.AbstractPreference
Query to find all AbstractPreferences.
NQ_FIND_ALL - Static variable in class org.openwms.core.domain.system.I18n
Query to find all I18n entities.
NQ_FIND_ALL - Static variable in class org.openwms.core.domain.system.usermanagement.Role
Query to find all Roles.
NQ_FIND_ALL - Static variable in class org.openwms.core.domain.system.usermanagement.RolePreference
Query to find all RolePreferences.
NQ_FIND_ALL - Static variable in class org.openwms.core.domain.system.usermanagement.SecurityObject
Query to find all SecurityObjects.
NQ_FIND_ALL - Static variable in class org.openwms.core.domain.system.usermanagement.User
Query to find all Users.
NQ_FIND_ALL - Static variable in class org.openwms.core.domain.system.usermanagement.UserPreference
Query to find all UserPreferences.
NQ_FIND_ALL - Static variable in class org.openwms.tms.domain.order.TransportOrder
Query to find all TransportOrders.
NQ_FIND_ALL_EAGER - Static variable in class org.openwms.common.domain.Location
Query to find all Locations with all Messages and LocationTypes (eager loaded).
NQ_FIND_ALL_ORDERED - Static variable in class org.openwms.core.domain.system.usermanagement.User
Query to find all Users sorted by userName.
NQ_FIND_BY_NAME - Static variable in class org.openwms.common.domain.TransportUnitType
Query to find one TransportUnitType by its natural key.
NQ_FIND_BY_NAME - Static variable in interface org.openwms.common.integration.LocationGroupDao
Name of the NamedQuery to find a LocationGroup by LocationGroup.getName().
NQ_FIND_BY_TU - Static variable in class org.openwms.tms.domain.order.TransportOrder
Query to find all TransportOrders for a certain TransportUnit.
NQ_FIND_BY_UNIQUE_QUERY - Static variable in class org.openwms.common.domain.Location
Query to find one Location by its natural key.
NQ_FIND_BY_UNIQUE_QUERY - Static variable in class org.openwms.common.domain.LocationType
Query to find one LocationType by its natural key.
NQ_FIND_BY_UNIQUE_QUERY - Static variable in class org.openwms.common.domain.TransportUnit
Query to find one TransportUnit by its natural key.
NQ_FIND_BY_UNIQUE_QUERY - Static variable in class org.openwms.core.domain.Module
Query to find one Module by its natural key.
NQ_FIND_BY_UNIQUE_QUERY - Static variable in class org.openwms.core.domain.system.I18n
Query to find one I18n by moduleName and key.Query parameter name moduleName : The name of the Module where the I18n entity belongs toQuery parameter name key : The key of the I18n to search for
NQ_FIND_BY_UNIQUE_QUERY - Static variable in class org.openwms.core.domain.system.usermanagement.Role
Query to find one Role by its natural key.
NQ_FIND_BY_UNIQUE_QUERY - Static variable in class org.openwms.core.domain.system.usermanagement.SecurityObject
Query to find one SecurityObject by its natural key.
NQ_FIND_BY_USERNAME - Static variable in class org.openwms.core.domain.system.usermanagement.User
Query to find one User by his userName.
NQ_FIND_BY_USERNAME_PASSWORD - Static variable in class org.openwms.core.domain.system.usermanagement.User
Query to find one User by his userName and password.
NQ_FIND_FOR_TU_IN_STATE - Static variable in class org.openwms.tms.domain.order.TransportOrder
Query to find all TransportOrders for a particular TransportUnit in certain states.
NUMBER_STORED_PASSWORDS - Static variable in class org.openwms.core.domain.system.usermanagement.User
The number of passwords to be stored in the password history.

O

ObjectFactory - Class in org.openwms.core.domain.preferences
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content.
ObjectFactory() - Constructor for class org.openwms.core.domain.preferences.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openwms.core.domain.preferences.
ObjectFactory - Class in org.openwms.core.domain.system.usermanagement
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content.
ObjectFactory() - Constructor for class org.openwms.core.domain.system.usermanagement.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openwms.core.domain.system.usermanagement.
onApplicationEvent(PropertiesChangedEvent) - Method in class org.openwms.core.integration.file.PreferencesDaoImpl
onApplicationEvent(MergePropertiesEvent) - Method in class org.openwms.core.service.spring.ConfigurationServiceImpl
When an event arrives all new preferences received from the file provider are persisted.
onApplicationEvent(UserChangedEvent) - Method in class org.openwms.core.service.spring.security.SecurityContextUserServiceImpl
onApplicationEvent(ContextRefreshedEvent) - Method in class org.openwms.core.service.spring.startup.LocalServiceInitializer
onApplicationEvent(TransportServiceEvent) - Method in class org.openwms.tms.service.spring.TransportOrderStateTracker
Delegate all TransportServiceEvents to a delegate synchronously.
onCancel(Long) - Method in interface org.openwms.tms.service.delegate.TransportOrderStateDelegate
An action that should be triggered after a TransportOrder has been canceled.
onCancel(Long) - Method in class org.openwms.tms.service.spring.delegate.DefaultOrderStateDelegate
An action that should be triggered after a TransportOrder has been canceled.
onFailure(Long) - Method in interface org.openwms.tms.service.delegate.TransportOrderStateDelegate
An action that should be triggered after a TransportOrder has been set on failure.
onFailure(Long) - Method in class org.openwms.tms.service.spring.delegate.DefaultOrderStateDelegate
An action that should be triggered after a TransportOrder has been set on failure.
onInterrupt(Long) - Method in interface org.openwms.tms.service.delegate.TransportOrderStateDelegate
An action that should be triggered after a TransportOrder has been interrupted.
onInterrupt(Long) - Method in class org.openwms.tms.service.spring.delegate.DefaultOrderStateDelegate
An action that should be triggered after a TransportOrder has been interrupted.
onLoad() - Method in class org.openwms.core.domain.system.I18n
After loading the entity, combine the moduleName field and the key field.
onLoad() - Method in class org.openwms.core.domain.system.usermanagement.User
After load, the saved password is copied to the transient one.
onPreInsert(AbstractEntity) - Method in class org.openwms.core.domain.AbstractEntity.AbstractEntityListener
Before a new entity is persisted we generate an UUID for it.
OnRemovalListener<T extends AbstractEntity> - Interface in org.openwms.core.service.listener
An OnRemovalListener is able to hook in the lifecycle of an entity class.
org.openwms.common.domain - package org.openwms.common.domain
Contains essential domain classes of the COMMON module.
org.openwms.common.domain.system - package org.openwms.common.domain.system
Contains essential domain classes that belong to the CORE Module.
org.openwms.common.domain.types - package org.openwms.common.domain.types
Contains often used type classes.
org.openwms.common.domain.values - package org.openwms.common.domain.values
Contains often used value classes.
org.openwms.common.integration - package org.openwms.common.integration
Repository interface definitions of the COMMON module.
org.openwms.common.integration.jpa - package org.openwms.common.integration.jpa
This package contains classes belonging to the integration layer using JPA.
org.openwms.common.service - package org.openwms.common.service
Interface definitions of the COMMON Module service layer.
org.openwms.common.service.spring - package org.openwms.common.service.spring
This package provides common used business logic.
org.openwms.common.util.event - package org.openwms.common.util.event
This package provides common utility classes regarding event handling.
org.openwms.core - package org.openwms.core
This package includes common used constant classes.
org.openwms.core.annotation - package org.openwms.core.annotation
This package includes common used annotation types.
org.openwms.core.domain - package org.openwms.core.domain
Contains essential domain classes and interfaces of the CORE module.
org.openwms.core.domain.preferences - package 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 - package org.openwms.core.domain.system
Contains essential domain classes that belong to the CORE Module.
org.openwms.core.domain.system.usermanagement - package org.openwms.core.domain.system.usermanagement
Contains domain classes regarding the user and role management.
org.openwms.core.domain.values - package org.openwms.core.domain.values
Contains often used value classes.
org.openwms.core.exception - package org.openwms.core.exception
Contains core exception classes.
org.openwms.core.integration - package org.openwms.core.integration
Repository (DAO) interface definitions of the CORE module.
org.openwms.core.integration.exception - package org.openwms.core.integration.exception
Contains exception classes thrown by the data access layer of the CORE module.
org.openwms.core.integration.file - package org.openwms.core.integration.file
This package contains classes to deal with files.
org.openwms.core.integration.jpa - package org.openwms.core.integration.jpa
This package contains classes that belong to the integration layer implemented with JPA.
org.openwms.core.service - package org.openwms.core.service
Interface definitions of the CORE Module service layer.
org.openwms.core.service.exception - package org.openwms.core.service.exception
Exception classes that are thrown in the service layer implementation.
org.openwms.core.service.listener - package org.openwms.core.service.listener
Listener interfaces can be implemented by services to listen to domain specific events.
org.openwms.core.service.spring - package org.openwms.core.service.spring
This package contains service implementations of the CORE project, implemented with the Spring framework.
org.openwms.core.service.spring.aop - package org.openwms.core.service.spring.aop
This package contains AOP artifacts.
org.openwms.core.service.spring.security - package org.openwms.core.service.spring.security
This package provides services regarding security aspects of the CORE project, implemented with the Spring framework.
org.openwms.core.service.spring.startup - package org.openwms.core.service.spring.startup
This package contains framework classes regarding the application lifecycle.
org.openwms.core.service.spring.util - package org.openwms.core.service.spring.util
This package provides utilities used by services in the CORE project.
org.openwms.core.service.voter - package org.openwms.core.service.voter
Types, exceptions and interfaces related to the voter pattern.
org.openwms.core.util - package org.openwms.core.util
Contains common used utility and helper classes.
org.openwms.core.util.event - package org.openwms.core.util.event
This package provides common utility classes regarding event handling.
org.openwms.core.util.exception - package org.openwms.core.util.exception
This package contains common used exception types.
org.openwms.core.util.lang - package org.openwms.core.util.lang
This package provides utility classes to support common language features.
org.openwms.core.util.validation - package org.openwms.core.util.validation
This package provides common utility classes used for validation.
org.openwms.tms.domain.comparator - package org.openwms.tms.domain.comparator
Comparator classes for comparison of TMS domain objects.
org.openwms.tms.domain.order - package org.openwms.tms.domain.order
Contains essential domain classes of the TMS module.
org.openwms.tms.domain.values - package org.openwms.tms.domain.values
Value types of the TMS module.
org.openwms.tms.integration - package org.openwms.tms.integration
Repository interfaces; implementations perform data access operations on tms base classes.
org.openwms.tms.integration.jpa - package org.openwms.tms.integration.jpa
Repository implementations of the TMS module.
org.openwms.tms.service - package org.openwms.tms.service
Interfaces of the TMS service layer; implementations provide business logic specific to TMS.
org.openwms.tms.service.delegate - package org.openwms.tms.service.delegate
Interface to implemented by delegate classes of the TMS module.
org.openwms.tms.service.exception - package org.openwms.tms.service.exception
Exception classes of the TMS module.
org.openwms.tms.service.spring - package org.openwms.tms.service.spring
This package provides business logic to perform common actions of the transport management.
org.openwms.tms.service.spring.delegate - package org.openwms.tms.service.spring.delegate
This package contains all delegate classes.
org.openwms.tms.service.spring.voter - package org.openwms.tms.service.spring.voter
This package contains classes implementing the voter pattern.
org.openwms.tms.util - package org.openwms.tms.util
This package provides utility classes of the TMS module.
org.openwms.tms.util.event - package org.openwms.tms.util.event
This package provides common event classes of the TMS bundle.
org.openwms.web.flex.security - package org.openwms.web.flex.security
Security helper classes and entry services regarding the Flex client project.
org.openwms.web.flex.servlet - package org.openwms.web.flex.servlet
This package contains some Servlets needed for the web application.

P

persist(T) - Method in interface org.openwms.core.integration.GenericDao
Persist a transient entity.
persist(T) - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Persist a transient entity.
persist(T) - Method in class org.openwms.core.integration.jpa.PreferencesDaoImpl
Force a persist of a new entity.
persist(User) - Method in class org.openwms.core.integration.jpa.UserDaoImpl
Persist a transient entity.
persist(T) - Method in interface org.openwms.core.integration.PreferenceWriter
Force a persist of a new entity.
postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - Method in class org.openwms.core.integration.jpa.CustomPersistenceUnitManager
Deprecated. Add all jar files to the PersistenceUnitInfo.
postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - Method in class org.openwms.core.integration.jpa.CustomPersistenceUnitPostProcessor
Deprecated.  
postUpdate() - Method in class org.openwms.tms.domain.order.TransportOrder
JPA Lifecycle callback method to set the dateUpdated property when the TransportOrder is being modified.
PreferenceDao<ID extends Serializable> - Interface in org.openwms.core.integration
A PreferenceDao offers basic functionality to find and retrieve AbstractPreference s.
PreferenceKey - Class in org.openwms.core.domain.system
A PreferenceKey can be used as a unique key object to group preference instances.
PreferenceKey(Serializable...) - Constructor for class org.openwms.core.domain.system.PreferenceKey
Create a new PreferenceKey with a variable array of fields.
Preferences - Class in org.openwms.core.domain.preferences
An instance of a Preferences represents the root of a preferences XML file and aggregates all other types of preference.
Preferences() - Constructor for class org.openwms.core.domain.preferences.Preferences
 
PreferencesDaoImpl - Class in org.openwms.core.integration.file
A PreferencesDaoImpl reads a XML file of preferences and keeps them internally in a Map.
PreferencesDaoImpl - Class in org.openwms.core.integration.jpa
A PreferencesDaoImpl is a JPA implementation of PreferenceWriter and implicitly of PreferenceDao to find, remove and save preference objects to the persistent storage.
PreferencesDaoImpl() - Constructor for class org.openwms.core.integration.jpa.PreferencesDaoImpl
 
PreferenceWriter<ID extends Serializable> - Interface in org.openwms.core.integration
A PreferenceWriter extends the PreferenceDao about functionality to save and remove AbstractPreferences.
preRemove(T) - Method in interface org.openwms.core.service.listener.OnRemovalListener
Do something prior the entity instance is been removed.
preRemove(TransportUnit) - Method in class org.openwms.tms.service.spring.TransportUnitRemovalListener
Do something prior the entity instance is been removed.
preUpdate() - Method in class org.openwms.common.domain.Location
On update or insert the lastAccess is updated to the current date.
PriorityLevel - Enum in org.openwms.tms.domain.values
A PriorityLevel is used to prioritize TransportOrders.
Problem - Class in org.openwms.common.domain.values
A Problem is used to signal an occurred failure.
Problem() - Constructor for class org.openwms.common.domain.values.Problem
Creates a new Problem instance.
Problem(String) - Constructor for class org.openwms.common.domain.values.Problem
Create a new Problem instance with a message text.
Problem(String, int) - Constructor for class org.openwms.common.domain.values.Problem
Create a new Problem instance with a message text and a message number.
PropertiesChangedEvent - Class in org.openwms.core.util.event
A PropertiesChangedEvent.
PropertiesChangedEvent(Object) - Constructor for class org.openwms.core.util.event.PropertiesChangedEvent
Create a new PropertiesChangedEvent.
PropertyScope - Enum in org.openwms.core.domain.system
A PropertyScope defines the different scopes for preferences.

R

redirectTransportOrders(List<Integer>, LocationGroup, Location) - Method in class org.openwms.tms.service.spring.TransportServiceImpl
Try to redirect a list of TransportOrders to a new target LocationGroup.
redirectTransportOrders(List<Integer>, LocationGroup, Location) - Method in interface org.openwms.tms.service.TransportOrderService
Try to redirect a list of TransportOrders to a new target LocationGroup.
RedirectVote - Class in org.openwms.tms.service.spring.voter
A RedirectVote.
RedirectVote(LocationGroup, Location) - Constructor for class org.openwms.tms.service.spring.voter.RedirectVote
Create a new RedirectVote.
RemovalNotAllowedException - Exception in org.openwms.core.service.exception
A RemovalNotAllowedException is thrown when the caller is not allowed to remove an entity.
RemovalNotAllowedException(String) - Constructor for exception org.openwms.core.service.exception.RemovalNotAllowedException
Create a new RemovalNotAllowedException.
RemovalNotAllowedException(Throwable) - Constructor for exception org.openwms.core.service.exception.RemovalNotAllowedException
Create a new RemovalNotAllowedException.
RemovalNotAllowedException(String, Throwable) - Constructor for exception org.openwms.core.service.exception.RemovalNotAllowedException
Create a new RemovalNotAllowedException.
remove(T) - Method in interface org.openwms.core.integration.GenericDao
Removes an already persistent entity.
remove(T) - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Removes an already persistent entity.
remove(AbstractPreference) - Method in class org.openwms.core.integration.jpa.PreferencesDaoImpl
Removes an already persistent entity.
remove(User) - Method in class org.openwms.core.integration.jpa.UserDaoImpl
Removes an already persistent entity.
remove(AbstractPreference) - Method in interface org.openwms.core.integration.PreferenceWriter
Removes an already persistent entity.
remove(AbstractPreference) - Method in interface org.openwms.core.service.ConfigurationService
Remove a AbstractPreference.
remove(T) - Method in interface org.openwms.core.service.EntityService
Removes an entity instance.
remove(Module) - Method in interface org.openwms.core.service.ModuleService
Remove an already existing Module.
remove(List<Role>) - Method in interface org.openwms.core.service.RoleService
Remove a list of Roles.
remove(AbstractPreference) - Method in class org.openwms.core.service.spring.ConfigurationServiceImpl
Remove a AbstractPreference.
remove(T) - Method in class org.openwms.core.service.spring.EntityServiceImpl
Removes an entity instance.
remove(Module) - Method in class org.openwms.core.service.spring.ModuleServiceImpl
Remove an already existing Module.
remove(List<Role>) - Method in class org.openwms.core.service.spring.RoleServiceImpl
Remove a list of Roles.
remove(User) - Method in class org.openwms.core.service.spring.UserServiceImpl
Remove an User.
remove(User) - Method in interface org.openwms.core.service.UserService
Remove an User.
removeChild(TransportUnit) - Method in class org.openwms.common.domain.TransportUnit
Remove a TransportUnit from the list of children.
removeChild(Object) - Method in interface org.openwms.core.util.TreeNode
Removes a child from the children collection.
removeChild(Object) - Method in class org.openwms.core.util.TreeNodeImpl
Removes a child from the children collection.
removeGrant(SecurityObject) - Method in class org.openwms.core.domain.system.usermanagement.Role
Add an existing SecurityObject to the Role.
removeLocation(Location) - Method in class org.openwms.common.domain.LocationGroup
Remove a Location from the list of children.
removeLocationGroup(LocationGroup) - Method in class org.openwms.common.domain.LocationGroup
Remove a LocationGroup from the list of children.
removeMessages(Message...) - Method in class org.openwms.common.domain.Location
Remove one or more Messages from this Location.
removeMessages(Long, List<Message>) - Method in interface org.openwms.common.service.LocationService
Removes a list of Messages from a Location.
removeMessages(Long, List<Message>) - Method in class org.openwms.common.service.spring.LocationServiceImpl
 
removeTypePlacingRule(TypePlacingRule) - Method in class org.openwms.common.domain.TransportUnitType
Remove a TypePlacingRule from the collection or rules.
removeUser(User) - Method in class org.openwms.core.domain.system.usermanagement.Role
Remove a User from the Role.
ResourceNotFoundException - Exception in org.openwms.core.integration.exception
A ResourceNotFoundException is thrown when a given resource couldn't be resolved.
ResourceNotFoundException() - Constructor for exception org.openwms.core.integration.exception.ResourceNotFoundException
Create a new ResourceNotFoundException.
ResourceNotFoundException(String) - Constructor for exception org.openwms.core.integration.exception.ResourceNotFoundException
Create a new ResourceNotFoundException with a message text.
ResourceNotFoundException(Throwable) - Constructor for exception org.openwms.core.integration.exception.ResourceNotFoundException
Create a new ResourceNotFoundException with the root exception.
ResourceNotFoundException(String, Throwable) - Constructor for exception org.openwms.core.integration.exception.ResourceNotFoundException
Create a new ResourceNotFoundException with a message text and the root exception.
Role - Class in org.openwms.core.domain.system.usermanagement
A Role is a group of Users.
Role(String) - Constructor for class org.openwms.core.domain.system.usermanagement.Role
Create a new Role with a name.
Role(String, String) - Constructor for class org.openwms.core.domain.system.usermanagement.Role
Create a new Role with a name and a description.
Role.Builder - Class in org.openwms.core.domain.system.usermanagement
A builder class to construct Role instances.
Role.Builder(String) - Constructor for class org.openwms.core.domain.system.usermanagement.Role.Builder
Create a new Builder.
ROLE_PREFIX - Static variable in class org.openwms.core.domain.system.usermanagement.Role
The default prefix String for each created Role.
RoleDao - Interface in org.openwms.core.integration
A RoleDao adds particular functionality to find and modifiy Role entity classes.
RoleDaoImpl - Class in org.openwms.core.integration.jpa
A RoleDaoImpl is an extension of a AbstractGenericJpaDao about functionality regarding Roles.
RoleDaoImpl() - Constructor for class org.openwms.core.integration.jpa.RoleDaoImpl
 
RolePreference - Class in org.openwms.core.domain.system.usermanagement
A RolePreference is used to provide settings specific to an Role .
RolePreference(String, String) - Constructor for class org.openwms.core.domain.system.usermanagement.RolePreference
Create a new RolePreference.
RoleService - Interface in org.openwms.core.service
A RoleService provides business functionality regarding the handling with Roles.
RoleServiceImpl - Class in org.openwms.core.service.spring
A RoleServiceImpl is a Spring supported transactional implementation of a general RoleService.
RoleServiceImpl() - Constructor for class org.openwms.core.service.spring.RoleServiceImpl
 
RootApplicationEvent - Class in org.openwms.core.util.event
A RootApplicationEvent.
RootApplicationEvent(Object) - Constructor for class org.openwms.core.util.event.RootApplicationEvent
Create a new RootApplicationEvent.
Rule - Interface in org.openwms.common.domain
A Rule used as marker interface.

S

save(T) - Method in interface org.openwms.common.service.LocationGroupService
Save an already persisted LocationGroup and return the saved instance.
save(LocationGroup) - Method in class org.openwms.common.service.spring.LocationGroupServiceImpl
Save an entity of type T.
save(T) - Method in interface org.openwms.core.integration.GenericDao
Synchronize an entity with the persistence layer and return it.
save(T) - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Synchronize an entity with the persistence layer and return it.
save(T) - Method in class org.openwms.core.integration.jpa.PreferencesDaoImpl
Save an entity with the persistence layer and return it.
save(User) - Method in class org.openwms.core.integration.jpa.UserDaoImpl
Synchronize an entity with the persistence layer and return it.
save(T) - Method in interface org.openwms.core.integration.PreferenceWriter
Save an entity with the persistence layer and return it.
save(AbstractPreference) - Method in interface org.openwms.core.service.ConfigurationService
Save the given AbstractPreference or persist it when it is a transient instance.
save(T) - Method in interface org.openwms.core.service.EntityService
Save an entity of type T.
save(Module) - Method in interface org.openwms.core.service.ModuleService
Save a Module.
save(Role) - Method in interface org.openwms.core.service.RoleService
Save an already existed Role and return the saved instance.
save(AbstractPreference) - Method in class org.openwms.core.service.spring.ConfigurationServiceImpl
Save the given AbstractPreference or persist it when it is a transient instance.
save(T) - Method in class org.openwms.core.service.spring.EntityServiceImpl
Save an entity of type T.
save(Module) - Method in class org.openwms.core.service.spring.ModuleServiceImpl
Save a Module.
save(Role) - Method in class org.openwms.core.service.spring.RoleServiceImpl
Save an already existed Role and return the saved instance.
save(User) - Method in class org.openwms.core.service.spring.UserServiceImpl
Update the given User or persist it when it is a transient one.
save(User) - Method in interface org.openwms.core.service.UserService
Update the given User or persist it when it is a transient one.
saveLocationType(LocationType) - Method in interface org.openwms.common.service.LocationService
Saves a LocationType.
saveLocationType(LocationType) - Method in class org.openwms.common.service.spring.LocationServiceImpl
Saves a LocationType.
saveStartupOrder(List<Module>) - Method in interface org.openwms.core.service.ModuleService
Save the startupOrder for a list of Modules.
saveStartupOrder(List<Module>) - Method in class org.openwms.core.service.spring.ModuleServiceImpl
Save the startupOrder for a list of Modules.
saveTranslations(I18n...) - Method in interface org.openwms.core.service.I18nService
Save an arbitrary collection of translations.
saveTranslations(I18n...) - Method in class org.openwms.core.service.spring.I18nServiceImpl
Save an arbitrary collection of translations.
saveTransportUnitType(TransportUnitType) - Method in class org.openwms.common.service.spring.TransportUnitServiceImpl
Save an already persisted instance of TransportUnitType.
saveTransportUnitType(TransportUnitType) - Method in interface org.openwms.common.service.TransportUnitService
Save an already persisted instance of TransportUnitType.
saveUserProfile(User, UserPassword, UserPreference...) - Method in class org.openwms.core.service.spring.UserServiceImpl
Save changes on an User and additionally save the User's password and preferences.
saveUserProfile(User, UserPassword, UserPreference...) - Method in interface org.openwms.core.service.UserService
Save changes on an User and additionally save the User's password and preferences.
SecurityContextHelper - Class in org.openwms.web.flex.security
A SecurityContextHelper.
SecurityContextHelper() - Constructor for class org.openwms.web.flex.security.SecurityContextHelper
 
SecurityContextUserServiceImpl - Class in org.openwms.core.service.spring.security
A SecurityContextUserServiceImpl extends Spring UserDetailsService to read Users and Roles from the persistent storage and wraps them into security objects.
SecurityContextUserServiceImpl() - Constructor for class org.openwms.core.service.spring.security.SecurityContextUserServiceImpl
 
SecurityObject - Class in org.openwms.core.domain.system.usermanagement
A SecurityObject is the generalization of Roles and Grants and combines common used properties of both.
SecurityObject() - Constructor for class org.openwms.core.domain.system.usermanagement.SecurityObject
Accessed by persistence provider.
SecurityObject(String) - Constructor for class org.openwms.core.domain.system.usermanagement.SecurityObject
Create a new SecurityObject with a name.
SecurityObject(String, String) - Constructor for class org.openwms.core.domain.system.usermanagement.SecurityObject
Create a new SecurityObject with name and description.
SecurityObjectDao - Interface in org.openwms.core.integration
A SecurityDao is used to find, modify and delete SecurityObjects, in particular Grants.
SecurityObjectDaoImpl - Class in org.openwms.core.integration.jpa
A SecurityDaoImpl is a JPA implementation that is used as a repository to find, delete and save SecurityObjects.
SecurityObjectDaoImpl() - Constructor for class org.openwms.core.integration.jpa.SecurityObjectDaoImpl
 
SecurityService - Interface in org.openwms.core.service
A SecurityService defines functionality to handle SecurityObject s, especially Grants.
SecurityServiceImpl - Class in org.openwms.core.service.spring
A SecurityServiceImpl.
SecurityServiceImpl() - Constructor for class org.openwms.core.service.spring.SecurityServiceImpl
 
ServiceException - Exception in org.openwms.core.service.exception
A ServiceException is a checked application exception thrown in service layer classes.
ServiceException(String) - Constructor for exception org.openwms.core.service.exception.ServiceException
Create a new ServiceException with a message text.
ServiceException(Throwable) - Constructor for exception org.openwms.core.service.exception.ServiceException
Create a new ServiceException with a cause exception.
ServiceException(String, Throwable) - Constructor for exception org.openwms.core.service.exception.ServiceException
Create a new ServiceException with a message text and the cause exception.
ServiceHelper - Class in org.openwms.core.service.spring.util
A ServiceHelper centralizes common used utility methods to convert and deal with domain objects.
ServiceRuntimeException - Exception in org.openwms.core.service.exception
A ServiceRuntimeException is an unchecked application exception thrown in service layer classes.
ServiceRuntimeException(String) - Constructor for exception org.openwms.core.service.exception.ServiceRuntimeException
Create a new ServiceRuntimeException with a message text.
ServiceRuntimeException(Throwable) - Constructor for exception org.openwms.core.service.exception.ServiceRuntimeException
Create a new ServiceRuntimeException with a cause exception.
ServiceRuntimeException(String, Throwable) - Constructor for exception org.openwms.core.service.exception.ServiceRuntimeException
Create a new ServiceRuntimeException with a message text and the cause exception.
setActualLocation(Location) - Method in class org.openwms.common.domain.TransportUnit
Put the TransportUnit on a Location.
setActualLocationDate(Date) - Method in class org.openwms.common.domain.TransportUnit
Set the actualLocationDate.
setAlignment(Barcode.BARCODE_ALIGN) - Static method in class org.openwms.common.domain.values.Barcode
Set the alignment.
setApplicationContext(ApplicationContext) - Method in class org.openwms.core.service.spring.EntityServiceImpl
setAuthenticationManager(AuthenticationManager) - Method in class org.openwms.web.flex.security.CustomSecurityService
Inject an org.springframework.security.authentication.AuthenticationManager.
setBarcode(Barcode) - Method in class org.openwms.common.domain.TransportUnit
Set the Barcode of the TransportUnit.
setCheckState(String) - Method in class org.openwms.common.domain.Location
Change the checkState of the Location.
setComment(String) - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Change the comment text of the User.
setCompatibility(String) - Method in class org.openwms.common.domain.TransportUnitType
Set the compatibility of the TransportUnitType.
setConsideredInAllocation(boolean) - Method in class org.openwms.common.domain.Location
Change the behavior whether the Location shall be considered in the allocation procedure or not.
setCountingActive(boolean) - Method in class org.openwms.common.domain.Location
Change the behavior whether the Location shall be considered in the calculation of TransportUnits or not.
setDao(GenericDao<T, ID>) - Method in class org.openwms.core.service.spring.EntityServiceImpl
The Repository implementation to work with.
setData(T) - Method in interface org.openwms.core.util.TreeNode
Set the data of the node.
setData(T) - Method in class org.openwms.core.util.TreeNodeImpl
Set the data of the node.
setDepartment(String) - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Change the current department of the User.
setDescription(String) - Method in class org.openwms.common.domain.Location
Change the description of the Location.
setDescription(String) - Method in class org.openwms.common.domain.LocationGroup
Set the description text.
setDescription(String) - Method in class org.openwms.common.domain.LocationType
Set the description of the LocationType.
setDescription(String) - Method in class org.openwms.common.domain.TransportUnitType
Set the description for the TransportUnitType.
setDescription(String) - Method in class org.openwms.core.domain.Module
Set the description.
setDescription(String) - Method in class org.openwms.core.domain.system.AbstractPreference
Set a description for the AbstractPreference.
setDescription(String) - Method in class org.openwms.core.domain.system.usermanagement.SecurityObject
Set the description for the SecurityObject.
setDescription(String) - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Change the description text of the User.
setEmailAddress(String) - Method in class org.openwms.core.domain.system.usermanagement.Email
Set the emailAddress.
setEmpty(Boolean) - Method in class org.openwms.common.domain.TransportUnit
Marks the TransportUnit to be empty.
setEnabled(boolean) - Method in class org.openwms.core.domain.system.usermanagement.User
Enable or disable the User.
setErrorNo(String) - Method in class org.openwms.common.domain.system.UnitError
Set the error number.
setErrorText(String) - Method in class org.openwms.common.domain.system.UnitError
Set the error text.
setExpirationDate(Date) - Method in class org.openwms.core.domain.system.usermanagement.User
Change the date when the account expires.
setExternalUser(boolean) - Method in class org.openwms.core.domain.system.usermanagement.User
Change the authentication method of the User.
setFloatValue(Float) - Method in class org.openwms.core.domain.system.AbstractPreference
Set the floatValue of the AbstractPreference.
setFromFile(boolean) - Method in class org.openwms.core.domain.system.AbstractPreference
Set the fromFile.
setFullName(String) - Method in class org.openwms.core.domain.system.usermanagement.Email
Set the fullName.
setFullname(String) - Method in class org.openwms.core.domain.system.usermanagement.User
Change the fullname of the User.
setGrants(Set<SecurityObject>) - Method in class org.openwms.core.domain.system.usermanagement.Role
Set all SecurityObjects assigned to the Role.
setGroupStateIn(LocationGroupState, LocationGroup) - Method in class org.openwms.common.domain.LocationGroup
Change the infeed state of the LocationGroup.
setGroupStateOut(LocationGroupState, LocationGroup) - Method in class org.openwms.common.domain.LocationGroup
Set the outfeed state of the LocationGroup.
setGroupType(String) - Method in class org.openwms.common.domain.LocationGroup
Set the type for the LocationGroup.
setHeight(int) - Method in class org.openwms.common.domain.LocationType
Set the height of this LocationType.
setHeight(int) - Method in class org.openwms.common.domain.TransportUnitType
Set the height of the TransportUnitType.
setImage(byte[]) - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Change the image of the User.
setImage(byte[]) - Method in interface org.openwms.core.domain.values.ImageProvider
Change the image of the User.
setImmutable(Boolean) - Method in class org.openwms.core.domain.system.usermanagement.Role.Builder
Set the Role to be immutable.
setIncomingActive(boolean) - Method in class org.openwms.common.domain.Location
Change the incoming state of the Location.
setInventoryDate(Date) - Method in class org.openwms.common.domain.TransportUnit
Set the timestamp of the last inventory action of the TransportUnit.
setInventoryUser(User) - Method in class org.openwms.common.domain.TransportUnit
Set the User> who performed the last inventory action on the TransportUnit.
setLastAccess(Date) - Method in class org.openwms.common.domain.Location
Change the date when the Location was updated the last time.
setLastUpdated(Date) - Method in class org.openwms.common.domain.LocationGroup
Set the date of the last modification.
setLength(int) - Method in class org.openwms.common.domain.LocationType
Set the length of this LocationType.
setLength(int) - Method in class org.openwms.common.domain.TransportUnitType
Set the length of the TransportUnitType.
setLoaded(boolean) - Method in class org.openwms.core.domain.Module
Set the loaded flag.
setLoadOnStartup(boolean) - Method in class org.openwms.core.domain.Module
Set the loadOnStartup flag.
setLocationGroup(LocationGroup) - Method in class org.openwms.common.domain.Location
Add this Location to the locationGroup.
setLocationGroupCountingActive(boolean) - Method in class org.openwms.common.domain.Location
Define whether or not the Location shall be considered in counting TransportUnits of the parent LocationGroup.
setLocationGroupCountingActive(boolean) - Method in class org.openwms.common.domain.LocationGroup
Set the locationGroupCountingActive.
setLocationType(LocationType) - Method in class org.openwms.common.domain.Location
Change the type of the Location.
setLocked(boolean) - Method in class org.openwms.core.domain.system.usermanagement.User
Lock the User.
setMaxFillLevel(float) - Method in class org.openwms.common.domain.LocationGroup
Set the maximum fill level for the LocationGroup.
setMaximum(int) - Method in class org.openwms.core.domain.system.AbstractPreference
Set a possible maximum value for the AbstractPreference.
setMaximumWeight(BigDecimal) - Method in class org.openwms.common.domain.Location
Change the maximum allowed weight of the Location.
setMessage(String) - Method in class org.openwms.common.domain.values.Problem
Set the message.
setMessageNo(int) - Method in class org.openwms.common.domain.values.Problem
Set the messageNo.
setMessageNo(int) - Method in class org.openwms.core.domain.system.Message
Set the message number.
setMessageText(String) - Method in class org.openwms.core.domain.system.Message
Set the message text.
setMinimum(int) - Method in class org.openwms.core.domain.system.AbstractPreference
Set a possible minimum value for the AbstractPreference.
setModuleName(String) - Method in class org.openwms.core.domain.Module
Set the moduleName.
setName(String) - Method in class org.openwms.common.domain.LocationGroup
Set the name of the LocationGroup.
setNoMaxTransportUnits(short) - Method in class org.openwms.common.domain.Location
Change the maximum number of TransportUnits allowed on the Location.
setOccurred(Date) - Method in class org.openwms.common.domain.values.Problem
Set the Date when the Problem occurred.
setOffice(String) - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Change the current office of the User.
setOnRemovalListener(OnRemovalListener<TransportUnit>) - Method in class org.openwms.common.service.spring.TransportUnitServiceImpl
 
setOutgoingActive(boolean) - Method in class org.openwms.common.domain.Location
Change the outgoing state of the Location.
setParent(LocationGroup) - Method in class org.openwms.common.domain.LocationGroup
Set the parent LocationGroup.
setParent(TransportUnit) - Method in class org.openwms.common.domain.TransportUnit
Set a parent TransportUnit.
setParent(TreeNode<T>) - Method in interface org.openwms.core.util.TreeNode
Set the parent TreeNode.
setParent(TreeNode<T>) - Method in class org.openwms.core.util.TreeNodeImpl
Set the parent TreeNode.
setPassword(String) - Method in class org.openwms.core.domain.system.usermanagement.User
Set the password that shall be stored as new password.
setPassword(String) - Method in class org.openwms.core.service.spring.SystemUserWrapper
Set the password.
setPayload(BigDecimal) - Method in class org.openwms.common.domain.TransportUnitType
Set the payload of the TransportUnitType.
setPersistenceJarFiles(String[]) - Method in class org.openwms.core.integration.jpa.CustomPersistenceUnitPostProcessor
Deprecated. Specify multiple locations of persistence.xml files to load.
setPersistentClass(Class<T>) - Method in interface org.openwms.core.integration.GenericDao
Set the type of entity to deal with.
setPersistentClass(Class<T>) - Method in class org.openwms.core.integration.jpa.AbstractGenericJpaDao
Set the type of entity to deal with.
setPhoneNo(String) - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Change the phone number of the User.
setPlcState(short) - Method in class org.openwms.common.domain.Location
Change the current plc state.
setPreferences(Set<RolePreference>) - Method in class org.openwms.core.domain.system.usermanagement.Role
Set all RolePreferences belonging to the Role.
setPreferences(Set<UserPreference>) - Method in class org.openwms.core.domain.system.usermanagement.User
Set all UserPreferences of the User.
setPriority(PriorityLevel) - Method in class org.openwms.tms.domain.order.TransportOrder
Set the priority level of the TransportOrder.
setPrivilegeLevel(int) - Method in class org.openwms.common.domain.TypePlacingRule
Set the privilegeLevel.
setProblem(Problem) - Method in class org.openwms.tms.domain.order.TransportOrder
Set the last Problem.
setRoles(List<Role>) - Method in class org.openwms.core.domain.system.usermanagement.User
Set the Roles of this User.
setSecurityContextRepository(SecurityContextRepository) - Method in class org.openwms.web.flex.security.CustomSecurityService
 
setSecurityInterceptor(AbstractSpringSecurity3Interceptor) - Method in class org.openwms.web.flex.security.CustomSecurityService
 
setSex(UserDetails.SEX) - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Change the User's sex (only for compliance).
setSkypeName(String) - Method in class org.openwms.core.domain.system.usermanagement.UserDetails
Change the current IM account name of the User.
setSourceLocation(Location) - Method in class org.openwms.tms.domain.order.TransportOrder
Set the sourceLocation.
setStartupOrder(int) - Method in class org.openwms.core.domain.Module
Set the startupOrder.
setState(TransportUnitState) - Method in class org.openwms.common.domain.TransportUnit
Set the state of the TransportUnit.
setState(TransportOrderState) - Method in class org.openwms.tms.domain.order.TransportOrder
Change the state of the TransportOrder regarding some rules.
setSystemCode(String) - Method in class org.openwms.common.domain.LocationGroup
Set the systemCode.
setTargetLocation(Location) - Method in class org.openwms.common.domain.TransportUnit
Set the target Location of the TransportUnit.
setTargetLocation(Location) - Method in class org.openwms.tms.domain.order.TransportOrder
Set the target Location of this TransportOrder.
setTargetLocationGroup(LocationGroup) - Method in class org.openwms.tms.domain.order.TransportOrder
Set the targetLocationGroup.
setTransportOrderStateDelegate(TransportOrderStateDelegate) - Method in class org.openwms.tms.service.spring.TransportOrderStateTracker
Override the delegate implementation that tracks the next order states.
setTransportUnit(TransportUnit) - Method in class org.openwms.tms.domain.order.TransportOrder
Assign a TransportUnit to the TransportOrder.
setTransportUnits(Set<TransportUnit>) - Method in class org.openwms.common.domain.TransportUnitType
Assign a Set of TransportUnits to the TransportUnitType.
setTransportUnitType(TransportUnitType) - Method in class org.openwms.common.domain.TransportUnit
Set the TransportUnitType of the TransportUnit.
setType(String) - Method in class org.openwms.common.domain.TransportUnitType
Set the type of the TransportUnitType.
setTypePlacingRules(Set<TypePlacingRule>) - Method in class org.openwms.common.domain.TransportUnitType
Assign a Set of TypePlacingRules to the TransportUnitType.
setTypeStackingRules(Set<TypeStackingRule>) - Method in class org.openwms.common.domain.TransportUnitType
Assign a Set of TypeStackingRules.
setUrl(String) - Method in class org.openwms.core.domain.Module
Set the url.
setUser(User) - Method in class org.openwms.core.domain.system.usermanagement.UserPassword
Change the User.
setUserDetails(UserDetails) - Method in class org.openwms.core.domain.system.usermanagement.User
Assign some details to the User.
setUserName(String) - Method in class org.openwms.core.domain.system.usermanagement.Email
Assign the Email to an User.
setUsername(String) - Method in class org.openwms.core.domain.system.usermanagement.User
Change the username of the User.
setUsers(Set<User>) - Method in class org.openwms.core.domain.system.usermanagement.Role
Set all Users belonging to this Role.
setValue(String) - Method in class org.openwms.common.domain.values.Barcode
Set the Barcode value.
setValue(String) - Method in class org.openwms.core.domain.system.AbstractPreference
Set the value of the AbstractPreference.
setWeight(BigDecimal) - Method in class org.openwms.common.domain.TransportUnit
Sets the current weight of the TransportUnit.
setWeightMax(BigDecimal) - Method in class org.openwms.common.domain.TransportUnitType
Set the weightMax.
setWeightTare(BigDecimal) - Method in class org.openwms.common.domain.TransportUnitType
Set the weightTare.
setWidth(int) - Method in class org.openwms.common.domain.LocationType
Set the width of this LocationType.
setWidth(int) - Method in class org.openwms.common.domain.TransportUnitType
Set the width of the TransportUnitType.
start(TransportOrder) - Method in interface org.openwms.tms.service.delegate.TransportOrderStarter
Call to start a TransportOrder.
start(TransportOrder) - Method in class org.openwms.tms.service.spring.delegate.TransportOrderStarterImpl
Call to start a TransportOrder.
StateChangeException - Exception in org.openwms.core.exception
A StateChangeException indicates that it is not allowed to switch the state of an entity.
StateChangeException(String) - Constructor for exception org.openwms.core.exception.StateChangeException
Create a new StateChangeException.
StateChangeException(Throwable) - Constructor for exception org.openwms.core.exception.StateChangeException
Create a new StateChangeException.
StateChangeException(String, Throwable) - Constructor for exception org.openwms.core.exception.StateChangeException
Create a new StateChangeException.
SYSTEM_ROLE_NAME - Static variable in class org.openwms.core.domain.system.usermanagement.SystemUser
The virtual Role of the SystemUser.
SYSTEM_USERNAME - Static variable in class org.openwms.core.domain.system.usermanagement.SystemUser
The defined fullname of the system user.
SystemUser - Class in org.openwms.core.domain.system.usermanagement
A SystemUser is granted with all privileges and omits all defined security constraints.
SystemUser(String, String) - Constructor for class org.openwms.core.domain.system.usermanagement.SystemUser
Create a new SystemUser.
SystemUserWrapper - Class in org.openwms.core.service.spring
A SystemUserWrapper.
SystemUserWrapper(User) - Constructor for class org.openwms.core.service.spring.SystemUserWrapper
Create a new SystemUserWrapper.

T

Target - Interface in org.openwms.common.domain.types
A Target is either a physical or a logical endpoint of any kind of order in a warehouse.
TargetAcceptedVoter - Class in org.openwms.tms.service.spring.voter
A TargetAcceptedVoter votes for a RedirectVote whether the target location or the target locationGroup is enabled for infeed.
TargetAcceptedVoter() - Constructor for class org.openwms.tms.service.spring.voter.TargetAcceptedVoter
 
toString() - Method in class org.openwms.common.domain.Location
Return the LocationPK as String.
toString() - Method in class org.openwms.common.domain.LocationGroup
Return the name of the LocationGroup as String.
toString() - Method in class org.openwms.common.domain.LocationPK
Return a String like {AREA/AISLE/X/Y/Z}.
toString() - Method in class org.openwms.common.domain.LocationType
Return the type as String.
toString() - Method in class org.openwms.common.domain.TransportUnit
Return the Barcode as String.
toString() - Method in class org.openwms.common.domain.TransportUnitType
Returns the type.
toString() - Method in class org.openwms.common.domain.values.Barcode
Return the value of the Barcode as String.
toString() - Method in class org.openwms.core.domain.Module
Returns the moduleName.
toString() - Method in class org.openwms.core.domain.system.usermanagement.Email
Return the emailAddress as String.
toString() - Method in class org.openwms.core.domain.system.usermanagement.SecurityObject
Return the name.
toString() - Method in class org.openwms.core.domain.system.usermanagement.UserPassword
Return the password as String.
TransportOrder - Class in org.openwms.tms.domain.order
A TransportOrder is used to move TransportUnits from a current Location to a target Location.
TransportOrder() - Constructor for class org.openwms.tms.domain.order.TransportOrder
 
TransportOrderDao - Interface in org.openwms.tms.integration
A TransportOrderDao - Adds specific functionality concerning TransportOrder Entity classes.
TransportOrderDaoImpl - Class in org.openwms.tms.integration.jpa
A TransportOrderDaoImpl.
TransportOrderDaoImpl() - Constructor for class org.openwms.tms.integration.jpa.TransportOrderDaoImpl
 
TransportOrderService<T extends TransportOrder> - Interface in org.openwms.tms.service
A TransportService - Extends the EntityService interface about some useful methods regarding the general handling with TransportOrders.
TransportOrderServiceException - Exception in org.openwms.tms.service.exception
A TransportOrderServiceException.
TransportOrderServiceException(String) - Constructor for exception org.openwms.tms.service.exception.TransportOrderServiceException
Create a new TransportOrderServiceException.
TransportOrderServiceException(Throwable) - Constructor for exception org.openwms.tms.service.exception.TransportOrderServiceException
Create a new TransportOrderServiceException.
TransportOrderServiceException(String, Throwable) - Constructor for exception org.openwms.tms.service.exception.TransportOrderServiceException
Create a new TransportOrderServiceException.
TransportOrderStarter - Interface in org.openwms.tms.service.delegate
A TransportOrderStarter.
TransportOrderStarterImpl - Class in org.openwms.tms.service.spring.delegate
A TransportOrderStarterImpl.
TransportOrderStarterImpl() - Constructor for class org.openwms.tms.service.spring.delegate.TransportOrderStarterImpl
 
TransportOrderState - Enum in org.openwms.tms.domain.values
A TransportOrderState defines alll possible states of TransportOrders.
TransportOrderStateDelegate - Interface in org.openwms.tms.service.delegate
A TransportOrderStateDelegate.
TransportOrderStateTracker - Class in org.openwms.tms.service.spring
A TransportOrderStateTracker.
TransportOrderStateTracker() - Constructor for class org.openwms.tms.service.spring.TransportOrderStateTracker
 
TransportOrderUtil - Class in org.openwms.tms.util
A TransportOrderUtil.
TransportServiceEvent - Class in org.openwms.tms.util.event
A TransportServiceEvent.
TransportServiceEvent(Object) - Constructor for class org.openwms.tms.util.event.TransportServiceEvent
Create a new RootApplicationEvent.
TransportServiceEvent(Object, TransportServiceEvent.TYPE) - Constructor for class org.openwms.tms.util.event.TransportServiceEvent
Create a new TransportServiceEvent.
TransportServiceEvent.TYPE - Enum in org.openwms.tms.util.event
All possible types of this event.
TransportServiceImpl - Class in org.openwms.tms.service.spring
A TransportService.
TransportServiceImpl() - Constructor for class org.openwms.tms.service.spring.TransportServiceImpl
 
TransportStartComparator - Class in org.openwms.tms.domain.comparator
A TransportStartComparator.
TransportStartComparator() - Constructor for class org.openwms.tms.domain.comparator.TransportStartComparator
 
TransportUnit - Class in org.openwms.common.domain
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.
TransportUnit(String) - Constructor for class org.openwms.common.domain.TransportUnit
Create a new TransportUnit with an unique id.
TransportUnit(Barcode) - Constructor for class org.openwms.common.domain.TransportUnit
Create a new TransportUnit with an unique Barcode.
TransportUnitDao - Interface in org.openwms.common.integration
A TransportUnitDao adds particular functionality regarding TransportUnit entity classes.
TransportUnitDaoImpl - Class in org.openwms.common.integration.jpa
A TransportUnitDaoImpl.
TransportUnitDaoImpl() - Constructor for class org.openwms.common.integration.jpa.TransportUnitDaoImpl
 
TransportUnitEvent - Class in org.openwms.common.util.event
A TransportUnitEvent.
TransportUnitEvent() - Constructor for class org.openwms.common.util.event.TransportUnitEvent
 
TransportUnitRemovalListener - Class in org.openwms.tms.service.spring
A TransportUnitRemovalListener.
TransportUnitRemovalListener() - Constructor for class org.openwms.tms.service.spring.TransportUnitRemovalListener
 
TransportUnitService<T extends TransportUnit> - Interface in org.openwms.common.service
A TransportService is an extension of the EntityService interface about some useful methods regarding the general handling with TransportUnits.
TransportUnitServiceImpl - Class in org.openwms.common.service.spring
A TransportUnitServiceImpl.
TransportUnitServiceImpl() - Constructor for class org.openwms.common.service.spring.TransportUnitServiceImpl
 
TransportUnitState - Enum in org.openwms.common.domain.values
A TransportUnitState defines a set of states for TransportUnits.
TransportUnitType - Class in org.openwms.common.domain
A TransportUnitType is a type of a certain TransportUnits.
TransportUnitType(String) - Constructor for class org.openwms.common.domain.TransportUnitType
Create a new TransportUnitType.
TransportUnitTypeDao - Interface in org.openwms.common.integration
A TransportUnitTypeDao adds particular functionality regarding TransportUnitType entity classes.
TransportUnitTypeDaoImpl - Class in org.openwms.common.integration.jpa
A TransportUnitTypeDaoImpl.
TransportUnitTypeDaoImpl() - Constructor for class org.openwms.common.integration.jpa.TransportUnitTypeDaoImpl
 
TreeNode<T> - Interface in org.openwms.core.util
A TreeNode to define a tree data structure.
TreeNodeImpl<T> - Class in org.openwms.core.util
A TreeNodeImpl is a simple implementation of a TreeNode.
TreeNodeImpl() - Constructor for class org.openwms.core.util.TreeNodeImpl
 
TypePlacingRule - Class in org.openwms.common.domain
A TypePlacingRule is a Rule that defines which types of TransportUnits (TransportUnitTypes) can be put on which type of Location (LocationType).
TypePlacingRule(TransportUnitType, LocationType, int) - Constructor for class org.openwms.common.domain.TypePlacingRule
Create a new TypePlacingRule with privilegeLevel and allowedLocationType.
TypePlacingRule(TransportUnitType, LocationType) - Constructor for class org.openwms.common.domain.TypePlacingRule
Create a new TypePlacingRule with allowedLocationType.
TypeStackingRule - Class in org.openwms.common.domain
A TypeStackingRule is a Rule that defines which TransportUnitType can be stacked on other types.
TypeStackingRule(short, TransportUnitType) - Constructor for class org.openwms.common.domain.TypeStackingRule
Create a new TypeStackingRule.

U

Unit<T extends UnitType> - Interface in org.openwms.core.domain.values
A definition of any kind of unit used in the application.
UnitError - Class in org.openwms.common.domain.system
An UnitError represents an error occurring on TransportUnits, on LoadUnits or others.
UnitError() - Constructor for class org.openwms.common.domain.system.UnitError
Create a new UnitError.
UnitError(String) - Constructor for class org.openwms.common.domain.system.UnitError
Create a new UnitError with an error number.
UnitType - Interface in org.openwms.core.domain.values
An UnitType is the type definition of an Unit.
updateRules(String, List<LocationType>, List<LocationType>) - Method in class org.openwms.common.service.spring.TransportUnitServiceImpl
Update the List of TypePlacingRules for the given TransportUnitType type.
updateRules(String, List<LocationType>, List<LocationType>) - Method in interface org.openwms.common.service.TransportUnitService
Update the List of TypePlacingRules for the given TransportUnitType type.
uploadImageFile(String, byte[]) - Method in class org.openwms.core.service.spring.UserServiceImpl
Call this method to store an image for an User.
uploadImageFile(String, byte[]) - Method in interface org.openwms.core.service.UserService
Call this method to store an image for an User.
UploadServlet - Class in org.openwms.web.flex.servlet
An UploadServlet.
UploadServlet() - Constructor for class org.openwms.web.flex.servlet.UploadServlet
 
User - Class in org.openwms.core.domain.system.usermanagement
An User represents a human user of the system.
User() - Constructor for class org.openwms.core.domain.system.usermanagement.User
Accessed by persistence provider.
User(String) - Constructor for class org.openwms.core.domain.system.usermanagement.User
Create a new User with an username.
User(String, String) - Constructor for class org.openwms.core.domain.system.usermanagement.User
Create a new User with an username.
userCanAccessService(AbstractSecurityContext, Authentication) - Method in class org.openwms.web.flex.security.CustomSecurityService
 
UserChangedEvent - Class in org.openwms.core.util.event
An UserChangedEvent is fired to notify listeners about changes on an User configuration.
UserChangedEvent(Object) - Constructor for class org.openwms.core.util.event.UserChangedEvent
Create a new UserChangedEvent.
UserChangedEventAspect - Class in org.openwms.core.service.spring.aop
An UserChangedEventAspect fires events after a method invocation completes.
UserChangedEventAspect() - Constructor for class org.openwms.core.service.spring.aop.UserChangedEventAspect
 
UserDao - Interface in org.openwms.core.integration
An UserDao adds particular functionality regarding User entity classes.
UserDaoImpl - Class in org.openwms.core.integration.jpa
An UserDaoImpl is an extension of a AbstractGenericJpaDao about functionality regarding Users.
UserDaoImpl() - Constructor for class org.openwms.core.integration.jpa.UserDaoImpl
 
UserDetails - Class in org.openwms.core.domain.system.usermanagement
Detailed information about an User.
UserDetails() - Constructor for class org.openwms.core.domain.system.usermanagement.UserDetails
Create a new UserDetails instance.
UserDetails.SEX - Enum in org.openwms.core.domain.system.usermanagement
The Users sex.
UserHolder - Interface in org.openwms.core.service
An UserHolder exposes an User instance to it's clients.
UserNotFoundException - Exception in org.openwms.core.service.exception
An UserNotFoundException is thrown when the requested user was not found.
UserNotFoundException(String) - Constructor for exception org.openwms.core.service.exception.UserNotFoundException
Create a new UserNotFoundException.
UserNotFoundException(Throwable) - Constructor for exception org.openwms.core.service.exception.UserNotFoundException
Create a new UserNotFoundException.
UserNotFoundException(String, Throwable) - Constructor for exception org.openwms.core.service.exception.UserNotFoundException
Create a new UserNotFoundException.
UserPassword - Class in org.openwms.core.domain.system.usermanagement
Is a representation of an User together with her password.
UserPassword(User, String) - Constructor for class org.openwms.core.domain.system.usermanagement.UserPassword
Create a new UserPassword.
UserPassword() - Constructor for class org.openwms.core.domain.system.usermanagement.UserPassword
Constructor only for the persistence provider.
UserPreference - Class in org.openwms.core.domain.system.usermanagement
An UserPreference is used to store settings specific to an User.
UserPreference(String, String) - Constructor for class org.openwms.core.domain.system.usermanagement.UserPreference
Create a new UserPreference.
UserService - Interface in org.openwms.core.service
An UserService offers functionality according to the handling with Users.
UserServiceImpl - Class in org.openwms.core.service.spring
An UserServiceImpl is a Spring supported transactional implementation of a general UserService.
UserServiceImpl() - Constructor for class org.openwms.core.service.spring.UserServiceImpl
 
UserWrapper - Class in org.openwms.core.service.spring
An UserWrapper is used as an adapter between Roles or SecurityObjects and Spring's GrantedAuthority objects.
UserWrapper(User) - Constructor for class org.openwms.core.service.spring.UserWrapper
Create a new UserWrapper.

V

validateStateChange(TransportOrderState) - Method in class org.openwms.tms.domain.order.TransportOrder
Validate whether a state change is valid or not.
valueOf(String) - Static method in enum org.openwms.common.domain.values.Barcode.BARCODE_ALIGN
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openwms.common.domain.values.LocationGroupState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openwms.common.domain.values.TransportUnitState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openwms.common.domain.values.WeightUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openwms.core.domain.system.PropertyScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openwms.core.domain.system.usermanagement.UserDetails.SEX
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openwms.tms.domain.values.PriorityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openwms.tms.domain.values.TransportOrderState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openwms.tms.util.event.TransportServiceEvent.TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openwms.common.domain.values.Barcode.BARCODE_ALIGN
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openwms.common.domain.values.LocationGroupState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openwms.common.domain.values.TransportUnitState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openwms.common.domain.values.WeightUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openwms.core.domain.system.PropertyScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openwms.core.domain.system.usermanagement.UserDetails.SEX
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openwms.tms.domain.values.PriorityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openwms.tms.domain.values.TransportOrderState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openwms.tms.util.event.TransportServiceEvent.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
Vote - Class in org.openwms.core.service.voter
A Vote stores all information used by DecisionVoters to vote for or against an action that shall be executed.
Vote() - Constructor for class org.openwms.core.service.voter.Vote
 
voteFor(T) - Method in interface org.openwms.core.service.voter.DecisionVoter
The implementation has to vote for a certain vote on particular rules that are implemented by the voter.
voteFor(RedirectVote) - Method in class org.openwms.tms.service.spring.voter.TargetAcceptedVoter
The implementation has to vote for a certain vote on particular rules that are implemented by the voter.

W

Weight - Class in org.openwms.common.domain.values
A Weight represents a real world weight, that comes with an Unit and a value.
Weight(BigDecimal, WeightUnit) - Constructor for class org.openwms.common.domain.values.Weight
Create a new Weight.
Weight(int, WeightUnit) - Constructor for class org.openwms.common.domain.values.Weight
Create a new Weight.
Weight(double, WeightUnit) - Constructor for class org.openwms.common.domain.values.Weight
Create a new Weight.
WeightUnit - Enum in org.openwms.common.domain.values
A WeightUnit is a concrete set of all possible weights.
withDescription(String) - Method in class org.openwms.core.domain.system.usermanagement.Role.Builder
Add a description text to the Role.
WrongClassTypeException - Exception in org.openwms.core.util.exception
A WrongClassTypeException.
WrongClassTypeException() - Constructor for exception org.openwms.core.util.exception.WrongClassTypeException
Create a new WrongClassTypeException with a message text.
WrongClassTypeException(String) - Constructor for exception org.openwms.core.util.exception.WrongClassTypeException
Create a new WrongClassTypeException with a message text.
WrongClassTypeException(Throwable) - Constructor for exception org.openwms.core.util.exception.WrongClassTypeException
Create a new WrongClassTypeException with the root exception.
WrongClassTypeException(String, Throwable) - Constructor for exception org.openwms.core.util.exception.WrongClassTypeException
Create a new WrongClassTypeException with a message text and the root exception.

A B C D E F G H I L M N O P R S T U V W

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