Uses of Interface
org.openwms.common.account.AccountService
Package
Description
This package contains types of the Account implementation.
This package contains types of the Account internal implementation.
This package contains internal implementation classes.
-
Uses of AccountService in org.openwms.common.account
Modifier and TypeFieldDescriptionprivate AccountService
AccountMapper.accountService
private final AccountService
AccountController.service
Modifier and TypeMethodDescriptionvoid
AccountMapper.setAccountService
(AccountService accountService) ModifierConstructorDescriptionAccountController
(AccountService service, AccountMapper mapper, org.ameba.i18n.Translator translator) -
Uses of AccountService in org.openwms.common.account.impl
Modifier and TypeClassDescription(package private) class
A AccountServiceImpl. -
Uses of AccountService in org.openwms.common.location.impl
Modifier and TypeFieldDescriptionprivate final AccountService
LocationGroupServiceImpl.accountService
ModifierConstructorDescription(package private)
LocationGroupServiceImpl
(org.springframework.context.ApplicationContext ctx, org.ameba.i18n.Translator translator, LocationGroupRepository repository, AccountService accountService, LocationRemovalManager locationRemovalManager)