Index

A C D E F G H I L M O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

Account - Class in org.europa.together.client.acl
 
Account(String) - Constructor for class org.europa.together.client.acl.Account
 
AccountDAO - Interface in org.europa.together.business.acl
An account is identified by E-Mail addresses.
AccountDO - Class in org.europa.together.domain.acl
USER ACCOUNT OBJECT.
AccountDO() - Constructor for class org.europa.together.domain.acl.AccountDO
Default Constructor.
AccountDO(String) - Constructor for class org.europa.together.domain.acl.AccountDO
Constructor.
AccountHbmDAO - Class in org.europa.together.application.acl
Implementation of the AccountDAO.
AccountHbmDAO() - Constructor for class org.europa.together.application.acl.AccountHbmDAO
Default Constructor.
AccountService - Class in org.europa.together.service.acl
RESTful Service for Accounts.
AccountService() - Constructor for class org.europa.together.service.acl.AccountService
 
AclConfiguartionService - Class in org.europa.together.service.acl
RESTful Service for ACL Configuration.
AclConfiguartionService() - Constructor for class org.europa.together.service.acl.AclConfiguartionService
 
AuthenticationException - Exception in org.europa.together.exceptions.acl
Exception for authentication errors.
AuthenticationException() - Constructor for exception org.europa.together.exceptions.acl.AuthenticationException
Creates a new instance of AuthenticationException without detail message.
AuthenticationException(String) - Constructor for exception org.europa.together.exceptions.acl.AuthenticationException
Constructs an instance of AuthenticationException with the specified detail message.
AuthorisationException - Exception in org.europa.together.exceptions.acl
Exception for authorization errors.
AuthorisationException() - Constructor for exception org.europa.together.exceptions.acl.AuthorisationException
Creates a new instance of AuthorisationException without detail message.
AuthorisationException(String) - Constructor for exception org.europa.together.exceptions.acl.AuthorisationException
Constructs an instance of AuthorisationException with the specified detail message.

C

Constraints - Class in org.europa.together.utils.acl
Constraints for the package Portal.
createAccount(AccountDO) - Method in class org.europa.together.client.acl.Account
 
createAccount(AccountDO) - Method in class org.europa.together.service.acl.AccountService
 
createPermission(PermissionDO) - Method in class org.europa.together.client.acl.Permission
 
createPermission(PermissionDO) - Method in class org.europa.together.service.acl.PermissionService
 
createResource(ResourcesDO) - Method in class org.europa.together.client.acl.Resource
 
createResource(ResourcesDO) - Method in class org.europa.together.service.acl.ResourceService
 
createRole(RolesDO) - Method in class org.europa.together.client.acl.Role
 
createRole(RolesDO) - Method in class org.europa.together.service.acl.RoleService
 

D

deactivateAccount(String) - Method in class org.europa.together.application.acl.AccountHbmDAO
 
deactivateAccount(String) - Method in interface org.europa.together.business.acl.AccountDAO
Deactivates an Account.
deactivateAccount(String) - Method in class org.europa.together.service.acl.AccountService
 
delete(String) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
Deprecated.
delete(String) - Method in class org.europa.together.application.acl.RolesHbmDAO
 
delete(ResourcesDO) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
 
delete(ResourcesDO) - Method in interface org.europa.together.business.acl.ResourcesDAO
If the resource object exist in the persistence context and is not protected, it will be deleted.
deleteAccount(String) - Method in class org.europa.together.client.acl.Account
 
deleteAccount(String) - Method in class org.europa.together.service.acl.AccountService
 
deletePermission(String) - Method in class org.europa.together.client.acl.Permission
 
deletePermission(String) - Method in class org.europa.together.service.acl.PermissionService
 
deleteResource(String, String) - Method in class org.europa.together.service.acl.ResourceService
 
deleteResource(ResourcesDO) - Method in class org.europa.together.client.acl.Resource
 
deleteRole(String) - Method in class org.europa.together.client.acl.Role
 
deleteRole(String) - Method in class org.europa.together.service.acl.RoleService
 
DisplayHelper - Class in org.europa.together.presentation.acl
Basic Display Helper Functions for JSF.
DisplayHelper() - Constructor for class org.europa.together.presentation.acl.DisplayHelper
Default constructor.
doLogout(String) - Method in class org.europa.together.application.acl.LoginHbmDAO
 
doLogout(String) - Method in interface org.europa.together.business.acl.LoginDAO
Fethc the last (newest) login object of an account to perform a logout.

E

equals(Object) - Method in class org.europa.together.domain.acl.AccountDO
 
equals(Object) - Method in class org.europa.together.domain.acl.LoginDO
 
equals(Object) - Method in class org.europa.together.domain.acl.PermissionDO
 
equals(Object) - Method in class org.europa.together.domain.acl.ResourceId
 
equals(Object) - Method in class org.europa.together.domain.acl.ResourcesDO
 
equals(Object) - Method in class org.europa.together.domain.acl.RolesDO
 

F

fetchAccount(String) - Method in class org.europa.together.service.acl.AccountService
 
fetchAccountsOfRole(String) - Method in class org.europa.together.service.acl.AccountService
 
fetchActivatedAccount() - Method in class org.europa.together.service.acl.AccountService
 
fetchAllAccounts(String) - Method in class org.europa.together.service.acl.AccountService
 
fetchAllPermissions() - Method in class org.europa.together.service.acl.PermissionService
 
fetchAllPermissionsOfARole(String) - Method in class org.europa.together.service.acl.PermissionService
 
fetchAllResources() - Method in class org.europa.together.service.acl.ResourceService
 
fetchAllRoles() - Method in class org.europa.together.service.acl.RoleService
 
fetchDeactivatedAccount() - Method in class org.europa.together.service.acl.AccountService
 
fetchLoginsOfAccount(String) - Method in class org.europa.together.service.acl.AccountService
 
fetchNotConfirmedAccount() - Method in class org.europa.together.service.acl.AccountService
 
fetchPermission(String) - Method in class org.europa.together.service.acl.PermissionService
 
fetchProtectedResources() - Method in class org.europa.together.service.acl.ResourceService
 
fetchProtectedRoles() - Method in class org.europa.together.service.acl.RoleService
 
fetchResource(String, String) - Method in class org.europa.together.service.acl.ResourceService
 
fetchResourceOfSameType(String) - Method in class org.europa.together.service.acl.ResourceService
 
fetchRole(String) - Method in class org.europa.together.service.acl.RoleService
 
find(String) - Method in class org.europa.together.application.acl.PermissionHbmDAO
 
find(String) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
 
find(String) - Method in interface org.europa.together.business.acl.PermissionDAO
Override the find() method to fetch a permission by the given id.
find(String, String) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
 
find(String, String) - Method in interface org.europa.together.business.acl.ResourcesDAO
Fetch a specific resource defined by the resource name and the view.
find(String, String, String) - Method in class org.europa.together.application.acl.PermissionHbmDAO
 
find(String, String, String) - Method in interface org.europa.together.business.acl.PermissionDAO
Override the find() method to fetch a permission by the given roleName, resource and view.
findAccountByVerificationCode(String) - Method in class org.europa.together.application.acl.AccountHbmDAO
 
findAccountByVerificationCode(String) - Method in interface org.europa.together.business.acl.AccountDAO
Fetch an account by his verification code, to enanble the activation / registration procedure.

G

getAccount() - Method in class org.europa.together.domain.acl.LoginDO
Get the Login of an Account.
getAccount(String) - Method in class org.europa.together.client.acl.Account
 
getBrowserID() - Method in class org.europa.together.domain.acl.LoginDO
Get the Browser ID of the Account for this login.
getConfiguration() - Method in class org.europa.together.service.acl.AclConfiguartionService
 
getDefaultLocale() - Method in class org.europa.together.domain.acl.AccountDO
Get the default localisation.
getDefaultTimezone() - Method in class org.europa.together.domain.acl.AccountDO
Get the default timezone as String in the format: +/-02:00.
getDescription() - Method in class org.europa.together.domain.acl.RolesDO
Get the description of a role.
getEmail() - Method in class org.europa.together.domain.acl.AccountDO
Get the E-Mail of an Account.
getIpAddress() - Method in class org.europa.together.domain.acl.LoginDO
Get the IP Address of the Account for this login.
getLogin() - Method in class org.europa.together.domain.acl.LoginDO
Get the Date of this specific Login.
getLoginsFromAccount(String) - Method in class org.europa.together.application.acl.LoginHbmDAO
 
getLoginsFromAccount(String) - Method in interface org.europa.together.business.acl.LoginDAO
Get all Logins by a given account.
getLogout() - Method in class org.europa.together.domain.acl.LoginDO
Get the logout timestamp of a login object.
getName() - Method in class org.europa.together.domain.acl.ResourcesDO
Get the name.
getName() - Method in class org.europa.together.domain.acl.RolesDO
Get the Role name.
getOperationSystem() - Method in class org.europa.together.domain.acl.LoginDO
Get the Operation System of the Account for this login.
getPassword() - Method in class org.europa.together.domain.acl.AccountDO
Get the SALTED password (SHA3-512) of an Account.
getPermission(String) - Method in class org.europa.together.client.acl.Permission
 
getResource() - Method in class org.europa.together.domain.acl.PermissionDO
Get the resources for a permission.
getResource(String) - Method in class org.europa.together.client.acl.Resource
 
getResourceName() - Method in class org.europa.together.domain.acl.ResourceId
Get the Resource Name.
getRole() - Method in class org.europa.together.domain.acl.AccountDO
Get the Role of an Account.
getRole() - Method in class org.europa.together.domain.acl.PermissionDO
Get the role for a permission.
getRole(String) - Method in class org.europa.together.client.acl.Role
 
getUuid() - Method in class org.europa.together.domain.acl.LoginDO
Get the UUID of an Login Object.
getUuid() - Method in class org.europa.together.domain.acl.PermissionDO
get the Identifier.
getVerificationCode() - Method in class org.europa.together.domain.acl.AccountDO
Get the verification code (UUID) for the DoublOptIn procedure.
getView() - Method in class org.europa.together.domain.acl.ResourceId
Get the view.
getView() - Method in class org.europa.together.domain.acl.ResourcesDO
Define which template is to use for the given resource.

H

hashCode() - Method in class org.europa.together.domain.acl.AccountDO
 
hashCode() - Method in class org.europa.together.domain.acl.LoginDO
 
hashCode() - Method in class org.europa.together.domain.acl.PermissionDO
 
hashCode() - Method in class org.europa.together.domain.acl.ResourceId
 
hashCode() - Method in class org.europa.together.domain.acl.ResourcesDO
 
hashCode() - Method in class org.europa.together.domain.acl.RolesDO
 

I

isChange() - Method in class org.europa.together.domain.acl.PermissionDO
Indicate the CHANGE (update) permission for a resource.
isCreate() - Method in class org.europa.together.domain.acl.PermissionDO
Indicate the CREATE permission for a resource.
isDeactivated() - Method in class org.europa.together.domain.acl.AccountDO
Shows if an Account is activated.
isDelete() - Method in class org.europa.together.domain.acl.PermissionDO
Indicate the DELETE permission for a resource.
isDeleteable() - Method in class org.europa.together.domain.acl.ResourcesDO
Flag to protect that a resource can not deleted by accident.
isDeleteable() - Method in class org.europa.together.domain.acl.RolesDO
Flag to protect that a role can not deleted by accident.
isRead() - Method in class org.europa.together.domain.acl.PermissionDO
Indicate the READ permission for a resource.
isRegistered() - Method in class org.europa.together.domain.acl.AccountDO
Get the Registration Date of an Account, when it was created.
isVerified() - Method in class org.europa.together.domain.acl.AccountDO
Shows if an Account is verified.

L

LICENSE - Static variable in class org.europa.together.utils.acl.Constraints
The Software License of the artifact.
listAccounts() - Method in class org.europa.together.client.acl.Account
 
listAccountsOfRole(String) - Method in class org.europa.together.application.acl.AccountHbmDAO
 
listAccountsOfRole(String) - Method in interface org.europa.together.business.acl.AccountDAO
Get all Accounts for a specified role.
listActivatedAccounts() - Method in class org.europa.together.application.acl.AccountHbmDAO
 
listActivatedAccounts() - Method in interface org.europa.together.business.acl.AccountDAO
Get all activated Accounts.
listDeactivatedAccounts() - Method in class org.europa.together.application.acl.AccountHbmDAO
 
listDeactivatedAccounts() - Method in interface org.europa.together.business.acl.AccountDAO
Get all deactivated Accounts.
listNotConfirmedAccounts() - Method in class org.europa.together.application.acl.AccountHbmDAO
 
listNotConfirmedAccounts() - Method in interface org.europa.together.business.acl.AccountDAO
Get all accounts, which are not verified.
listPermissions() - Method in class org.europa.together.client.acl.Permission
 
listProtectedResources() - Method in class org.europa.together.application.acl.ResourcesHbmDAO
 
listProtectedResources() - Method in interface org.europa.together.business.acl.ResourcesDAO
Return a list of all resources which protected against deleting, to prevent accidents.
listProtectedRoles() - Method in class org.europa.together.application.acl.RolesHbmDAO
 
listProtectedRoles() - Method in interface org.europa.together.business.acl.RolesDAO
Return a list of all roles which protected against deleting, to prevent accidents.
listRegisterdAcountsAfterDate(Timestamp) - Method in class org.europa.together.application.acl.AccountHbmDAO
 
listRegisterdAcountsAfterDate(Timestamp) - Method in interface org.europa.together.business.acl.AccountDAO
Get all Accounts which registered after a given date.
listRegisterdAcountsBeforeDate(Timestamp) - Method in class org.europa.together.application.acl.AccountHbmDAO
 
listRegisterdAcountsBeforeDate(Timestamp) - Method in interface org.europa.together.business.acl.AccountDAO
Get all Accounts which registered before a given date.
listResources() - Method in class org.europa.together.client.acl.Resource
 
listResourcesOfSameType(String) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
 
listResourcesOfSameType(String) - Method in interface org.europa.together.business.acl.ResourcesDAO
Fetch a list of resources with the same name.
listRolePermissions(String) - Method in class org.europa.together.application.acl.PermissionHbmDAO
 
listRolePermissions(String) - Method in interface org.europa.together.business.acl.PermissionDAO
List all permissions of a role.
listRoles() - Method in class org.europa.together.client.acl.Role
 
login(String, String) - Method in class org.europa.together.orchestration.acl.LoginLogout
 
LoginDAO - Interface in org.europa.together.business.acl
Every account can have multiply logins.
LoginDO - Class in org.europa.together.domain.acl
LOGIN OBJECT.
LoginDO() - Constructor for class org.europa.together.domain.acl.LoginDO
Default Constructor.
LoginDO(AccountDO) - Constructor for class org.europa.together.domain.acl.LoginDO
Constructor.
LoginHbmDAO - Class in org.europa.together.application.acl
Implementation of the LoginDAO.
LoginHbmDAO() - Constructor for class org.europa.together.application.acl.LoginHbmDAO
Default Constructor.
LoginLogout - Class in org.europa.together.orchestration.acl
Authehtification Service.
LoginLogout() - Constructor for class org.europa.together.orchestration.acl.LoginLogout
Default Constructor.
logout(String) - Method in class org.europa.together.orchestration.acl.LoginLogout
 

M

MODULE_DESCRIPTION - Static variable in class org.europa.together.utils.acl.Constraints
A short description of the module.
MODULE_NAME - Static variable in class org.europa.together.utils.acl.Constraints
Module name used for ConfigurationDAO.
MODULE_VERSION - Static variable in class org.europa.together.utils.acl.Constraints
Version of the module.

O

org.europa.together.application.acl - package org.europa.together.application.acl
01 Application Layer: Implementation of the Application Logic.
org.europa.together.business.acl - package org.europa.together.business.acl
02 Business Layer: Interfaces who implemented in the Application Layer and used in the Service Layer.
org.europa.together.client.acl - package org.europa.together.client.acl
03 Service Layer: Use the Business Layer to implement the Services and RESTful Services.
org.europa.together.domain.acl - package org.europa.together.domain.acl
00 Domain Layer: Includes all Data Objects with Validation for Persistence.
org.europa.together.exceptions.acl - package org.europa.together.exceptions.acl
Exception: Trunk for customized Exceptions.
org.europa.together.orchestration.acl - package org.europa.together.orchestration.acl
04 Orchestration Layer: Compose different Services to a new Service for usage in the Presentation Layer.
org.europa.together.presentation.acl - package org.europa.together.presentation.acl
03 Presentation Layer: This layer includes the display logic.
org.europa.together.service.acl - package org.europa.together.service.acl
03 Service Layer: Use the Business Layer to implement the Services and RESTful Services.
org.europa.together.utils.acl - package org.europa.together.utils.acl
Utils: Helpful things, which can't implement against an Interface.

P

Permission - Class in org.europa.together.client.acl
 
Permission(String) - Constructor for class org.europa.together.client.acl.Permission
 
PermissionDAO - Interface in org.europa.together.business.acl
Permissions are linked to roles.
PermissionDO - Class in org.europa.together.domain.acl
PERMISSION OBJECT.
PermissionDO() - Constructor for class org.europa.together.domain.acl.PermissionDO
Default Constructor.
PermissionDO(RolesDO, ResourcesDO) - Constructor for class org.europa.together.domain.acl.PermissionDO
Constructor.
PermissionHbmDAO - Class in org.europa.together.application.acl
Implementation of the PermissionDAO.
PermissionHbmDAO() - Constructor for class org.europa.together.application.acl.PermissionHbmDAO
Default Constructor.
PermissionService - Class in org.europa.together.service.acl
RESTful Service for Resources.
PermissionService() - Constructor for class org.europa.together.service.acl.PermissionService
 
printConstraintInfo() - Static method in class org.europa.together.utils.acl.Constraints
Implements a static version of toString();.

R

reactivateAccount() - Method in class org.europa.together.domain.acl.AccountDO
Reset the deactivation of an Account, by erasing the deactivation date.
register(String, String) - Method in class org.europa.together.orchestration.acl.Registration
 
Registration - Class in org.europa.together.orchestration.acl
User Registration Service.
Registration() - Constructor for class org.europa.together.orchestration.acl.Registration
 
resetModuleToDefault() - Method in class org.europa.together.service.acl.AclConfiguartionService
 
ResetPassword - Class in org.europa.together.orchestration.acl
Password chaniging Service.
ResetPassword() - Constructor for class org.europa.together.orchestration.acl.ResetPassword
 
Resource - Class in org.europa.together.client.acl
 
Resource(String) - Constructor for class org.europa.together.client.acl.Resource
 
ResourceId - Class in org.europa.together.domain.acl
Composite Primary Key for ResourecesDO.
ResourceId() - Constructor for class org.europa.together.domain.acl.ResourceId
 
ResourcesDAO - Interface in org.europa.together.business.acl
A resource is linked to a permission.
ResourcesDO - Class in org.europa.together.domain.acl
RESOURCES OBJECT.
ResourcesDO() - Constructor for class org.europa.together.domain.acl.ResourcesDO
Default Constructor.
ResourcesDO(String) - Constructor for class org.europa.together.domain.acl.ResourcesDO
Constructor.
ResourceService - Class in org.europa.together.service.acl
RESTful Service for Resources.
ResourceService() - Constructor for class org.europa.together.service.acl.ResourceService
 
ResourcesHbmDAO - Class in org.europa.together.application.acl
Implementation of the ResourcesDAO.
ResourcesHbmDAO() - Constructor for class org.europa.together.application.acl.ResourcesHbmDAO
Default Constructor.
REST_API_VERSION - Static variable in class org.europa.together.utils.acl.Constraints
URI Parameter for versioning the public REST API of this module.
Role - Class in org.europa.together.client.acl
 
Role(String) - Constructor for class org.europa.together.client.acl.Role
 
RolesDAO - Interface in org.europa.together.business.acl
Every account is just with one role related.
RolesDO - Class in org.europa.together.domain.acl
USER ROLES OBJECT.
RolesDO() - Constructor for class org.europa.together.domain.acl.RolesDO
Default Constructor.
RolesDO(String) - Constructor for class org.europa.together.domain.acl.RolesDO
Constructor.
RoleService - Class in org.europa.together.service.acl
RESTful Service for Roles.
RoleService() - Constructor for class org.europa.together.service.acl.RoleService
 
RolesHbmDAO - Class in org.europa.together.application.acl
Implementation of the RolesDAO.
RolesHbmDAO() - Constructor for class org.europa.together.application.acl.RolesHbmDAO
Default Constructor.

S

setAccount(AccountDO) - Method in class org.europa.together.domain.acl.LoginDO
Create a login for an Account.
setBrowserID(String) - Method in class org.europa.together.domain.acl.LoginDO
Set the Browser ID of the Account for this login.
setChange(boolean) - Method in class org.europa.together.domain.acl.PermissionDO
Define the CHANGE (update) permission for a resource.
setCreate(boolean) - Method in class org.europa.together.domain.acl.PermissionDO
Define the CREATE permission for a resource.
setDeactivated() - Method in class org.europa.together.domain.acl.AccountDO
Allows to block the login of an account.
setDefaultLocale(String) - Method in class org.europa.together.domain.acl.AccountDO
Set the default localisation.
setDefaultTimezone(String) - Method in class org.europa.together.domain.acl.AccountDO
Set the default timezone in the format: +/-02:00.
setDelete(boolean) - Method in class org.europa.together.domain.acl.PermissionDO
Define the DELETE permission for a resource.
setDeleteable(boolean) - Method in class org.europa.together.domain.acl.ResourcesDO
Set a flag to protect that a role can not deleted by accident.
setDeleteable(boolean) - Method in class org.europa.together.domain.acl.RolesDO
Set a flag to protect that a role can not deleted by accident.
setDescription(String) - Method in class org.europa.together.domain.acl.RolesDO
Set the description of a role.
setEmail(String) - Method in class org.europa.together.domain.acl.AccountDO
Set the E-Mail of an Account.
setIpAddress(String) - Method in class org.europa.together.domain.acl.LoginDO
Set the IP Address of the Account for this login.
setLogin(Date) - Method in class org.europa.together.domain.acl.LoginDO
Set the Date for the login.
setLogout(Date) - Method in class org.europa.together.domain.acl.LoginDO
Set the logout time for a login object.
setName(String) - Method in class org.europa.together.domain.acl.ResourcesDO
Set the resource name.
setName(String) - Method in class org.europa.together.domain.acl.RolesDO
Set the Role name.
setOperationSystem(String) - Method in class org.europa.together.domain.acl.LoginDO
Set the Operation System of the Account for this login.
setPassword(String) - Method in class org.europa.together.domain.acl.AccountDO
Set the password (SHA3-512) of an Account.
setRead(boolean) - Method in class org.europa.together.domain.acl.PermissionDO
Define the READ permission for a resource.
setRegistered() - Method in class org.europa.together.domain.acl.AccountDO
Set the Registration Date of an Account, when it get created.
setResource(ResourcesDO) - Method in class org.europa.together.domain.acl.PermissionDO
Set the resources for a permission.
setResourceName(String) - Method in class org.europa.together.domain.acl.ResourceId
Set the resourceName.
setRole(RolesDO) - Method in class org.europa.together.domain.acl.AccountDO
Set the Role of an Account.
setRole(RolesDO) - Method in class org.europa.together.domain.acl.PermissionDO
Set the role for a permission.
setUuid(String) - Method in class org.europa.together.domain.acl.LoginDO
Set the UUID of an Login Object.
setUuid(String) - Method in class org.europa.together.domain.acl.PermissionDO
Set the identifier.
setVerificationCode(String) - Method in class org.europa.together.domain.acl.AccountDO
Allows the auto generated verification code (UUID) during the Account creation to change.
setVerified() - Method in class org.europa.together.domain.acl.AccountDO
Set an Account to verified, if the verification process was success.During the creation process is set to false.
setView(String) - Method in class org.europa.together.domain.acl.ResourceId
Set the view.
setView(String) - Method in class org.europa.together.domain.acl.ResourcesDO
Define which template will be chosen to open a resource.

T

TABLE_NAME - Static variable in class org.europa.together.domain.acl.AccountDO
The name of the used database table for this domain object.
TABLE_NAME - Static variable in class org.europa.together.domain.acl.LoginDO
The name of the used database table for this domain object.
TABLE_NAME - Static variable in class org.europa.together.domain.acl.PermissionDO
The name of the used database table for this domain object.
TABLE_NAME - Static variable in class org.europa.together.domain.acl.ResourcesDO
The name of the used database table for this domain object.
TABLE_NAME - Static variable in class org.europa.together.domain.acl.RolesDO
The name of the used database table for this domain object.
toString() - Method in class org.europa.together.domain.acl.AccountDO
 
toString() - Method in class org.europa.together.domain.acl.LoginDO
 
toString() - Method in class org.europa.together.domain.acl.PermissionDO
 
toString() - Method in class org.europa.together.domain.acl.ResourcesDO
 
toString() - Method in class org.europa.together.domain.acl.RolesDO
 

U

update(String, ResourcesDO) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
Deprecated.
update(ResourcesDO) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
 
update(ResourcesDO) - Method in interface org.europa.together.business.acl.ResourcesDAO
Overwrite the regular DAO update method, because of composite Primary Key.
updateAccount(AccountDO) - Method in class org.europa.together.client.acl.Account
 
updateAccount(AccountDO) - Method in class org.europa.together.service.acl.AccountService
 
updateConfiguration() - Method in class org.europa.together.service.acl.AclConfiguartionService
 
updatePermission(PermissionDO) - Method in class org.europa.together.client.acl.Permission
 
updatePermission(PermissionDO) - Method in class org.europa.together.service.acl.PermissionService
 
updateResource(ResourcesDO) - Method in class org.europa.together.client.acl.Resource
 
updateResource(ResourcesDO) - Method in class org.europa.together.service.acl.ResourceService
 
updateRole(RolesDO) - Method in class org.europa.together.client.acl.Role
 
updateRole(RolesDO) - Method in class org.europa.together.service.acl.RoleService
 

V

verifyAccount(String) - Method in class org.europa.together.application.acl.AccountHbmDAO
 
verifyAccount(String) - Method in interface org.europa.together.business.acl.AccountDAO
Set an Account to verified.
verifyAccount(String) - Method in class org.europa.together.orchestration.acl.Registration
 
verifyAccount(String) - Method in class org.europa.together.service.acl.AccountService
 
A C D E F G H I L M O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form