Uses of Class
org.europa.together.domain.acl.AccountDO
Packages that use AccountDO
Package
Description
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
00 Domain Layer: Includes all Data Objects with Validation for
Persistence.
-
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.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