Uses of Class
org.europa.together.domain.acl.AccountDO
Packages that use AccountDO
Package
Description
01 Application Layer: Implementation of the Application Logic.
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
03 Service Layer: Use the Business Layer to implement the Services and
RESTful Services.
00 Domain Layer: Includes all Data Objects with Validation for
Persistence.
03 Service Layer: Use the Business Layer to implement the Services and
RESTful Services.
-
Uses of AccountDO in org.europa.together.application.acl
Methods in org.europa.together.application.acl that return AccountDOModifier and TypeMethodDescriptionAccountHbmDAO.findAccountByVerificationCode
(String verificationCode) Methods in org.europa.together.application.acl that return types with arguments of type AccountDOModifier and TypeMethodDescriptionAccountHbmDAO.listAccountsOfRole
(String roleName) AccountHbmDAO.listActivatedAccounts()
AccountHbmDAO.listDeactivatedAccounts()
AccountHbmDAO.listNotConfirmedAccounts()
AccountHbmDAO.listRegisterdAcountsAfterDate
(Timestamp date) AccountHbmDAO.listRegisterdAcountsBeforeDate
(Timestamp date) -
Uses of AccountDO in org.europa.together.business.acl
Methods in org.europa.together.business.acl that return AccountDOModifier and TypeMethodDescriptionAccountDAO.findAccountByVerificationCode
(String verificationCode) Fetch an account by his verification code, to enanble the activation / registration procedure.Methods in org.europa.together.business.acl that return types with arguments of type AccountDOModifier and TypeMethodDescriptionAccountDAO.listAccountsOfRole
(String roleName) Get all Accounts for a specified role.AccountDAO.listActivatedAccounts()
Get all activated Accounts.AccountDAO.listDeactivatedAccounts()
Get all deactivated Accounts.AccountDAO.listNotConfirmedAccounts()
Get all accounts, which are not verified.AccountDAO.listRegisterdAcountsAfterDate
(Timestamp date) Get all Accounts which registered after a given date.AccountDAO.listRegisterdAcountsBeforeDate
(Timestamp date) Get all Accounts which registered before a given date. -
Uses of AccountDO in org.europa.together.client.acl
Methods in org.europa.together.client.acl that return AccountDOMethods in org.europa.together.client.acl that return types with arguments of type AccountDOMethods in org.europa.together.client.acl with parameters of type AccountDOModifier and TypeMethodDescriptionvoid
Account.createAccount
(AccountDO account) void
Account.updateAccount
(AccountDO account) -
Uses of AccountDO in org.europa.together.domain.acl
Methods in org.europa.together.domain.acl that return AccountDOMethods in org.europa.together.domain.acl with parameters of type AccountDOModifier and TypeMethodDescriptionvoid
LoginDO.setAccount
(AccountDO account) Create a login for an Account.Constructors in org.europa.together.domain.acl with parameters of type AccountDO -
Uses of AccountDO in org.europa.together.service.acl
Methods in org.europa.together.service.acl with parameters of type AccountDOModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
AccountService.createAccount
(AccountDO account) jakarta.ws.rs.core.Response
AccountService.updateAccount
(AccountDO account)