|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityService | |
---|---|
org.openwms.common.service | Interface definitions of the COMMON Module service layer. |
org.openwms.common.service.spring | This package provides common used business logic. |
org.openwms.core.service.spring | This package contains service implementations of the CORE project, implemented with the Spring framework. |
org.openwms.tms.service | Interfaces of the TMS service layer; implementations provide business logic specific to TMS. |
org.openwms.tms.service.spring | This package provides business logic to perform common actions of the transport management. |
Uses of EntityService in org.openwms.common.service |
---|
Subinterfaces of EntityService in org.openwms.common.service | |
---|---|
interface |
LocationGroupService<T extends LocationGroup>
A LocationGroupService - Extends the EntityService interface about
some useful methods regarding the general handling with LocationGroup
s. |
interface |
LocationService<T extends Location>
A LocationService - Extends the EntityService interface about some
useful methods regarding the general handling with Location s. |
interface |
TransportUnitService<T extends TransportUnit>
A TransportService is an extension of the EntityService interface
about some useful methods regarding the general handling with
TransportUnit s. |
Uses of EntityService in org.openwms.common.service.spring |
---|
Classes in org.openwms.common.service.spring that implement EntityService | |
---|---|
class |
LocationGroupServiceImpl
A LocationGroupServiceImpl. |
class |
LocationServiceImpl
A LocationServiceImpl. |
class |
TransportUnitServiceImpl
A TransportUnitServiceImpl. |
Uses of EntityService in org.openwms.core.service.spring |
---|
Classes in org.openwms.core.service.spring that implement EntityService | |
---|---|
class |
EntityServiceImpl<T extends AbstractEntity,ID extends Serializable>
An EntityServiceImpl is a generic service that offers some basic CRUD functionality. |
Uses of EntityService in org.openwms.tms.service |
---|
Subinterfaces of EntityService in org.openwms.tms.service | |
---|---|
interface |
TransportOrderService<T extends TransportOrder>
A TransportService - Extends the EntityService interface about some
useful methods regarding the general handling with TransportOrder s. |
Uses of EntityService in org.openwms.tms.service.spring |
---|
Classes in org.openwms.tms.service.spring that implement EntityService | |
---|---|
class |
TransportServiceImpl
A TransportService. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |