Uses of Interface
org.openwms.common.account.AccountService
Packages that use 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
Fields in org.openwms.common.account declared as AccountServiceModifier and TypeFieldDescriptionprivate AccountService
AccountMapper.accountService
private final AccountService
AccountController.service
Methods in org.openwms.common.account with parameters of type AccountServiceModifier and TypeMethodDescriptionvoid
AccountMapper.setAccountService
(AccountService accountService) Constructors in org.openwms.common.account with parameters of type AccountServiceModifierConstructorDescriptionAccountController
(AccountService service, AccountMapper mapper, org.ameba.i18n.Translator translator) -
Uses of AccountService in org.openwms.common.account.impl
Classes in org.openwms.common.account.impl that implement AccountServiceModifier and TypeClassDescription(package private) class
A AccountServiceImpl. -
Uses of AccountService in org.openwms.common.location.impl
Fields in org.openwms.common.location.impl declared as AccountServiceModifier and TypeFieldDescriptionprivate final AccountService
LocationGroupServiceImpl.accountService
Constructors in org.openwms.common.location.impl with parameters of type AccountServiceModifierConstructorDescription(package private)
LocationGroupServiceImpl
(org.springframework.context.ApplicationContext ctx, org.ameba.i18n.Translator translator, LocationGroupRepository repository, AccountService accountService, LocationRemovalManager locationRemovalManager)