Uses of Class
com.soffid.iam.model.EntryPointAccountEntity
-
Packages that use EntryPointAccountEntity Package Description com.soffid.iam.model -
-
Uses of EntryPointAccountEntity in com.soffid.iam.model
Subclasses of EntryPointAccountEntity in com.soffid.iam.model Modifier and Type Class Description class
EntryPointAccountEntityImpl
Entity EntryPointAccountEntity implementationMethods in com.soffid.iam.model that return EntryPointAccountEntity Modifier and Type Method Description EntryPointAccountEntity
EntryPointAccountEntityDao. accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization instance)
Transforms fromAccessTreeAuthorization
objectEntryPointAccountEntity
EntryPointAccountEntityDaoBase. accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization instance)
Transforms fromAccessTreeAuthorization
objectEntryPointAccountEntity
EntryPointAccountEntityDaoImpl. accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization accessTreeAuthorization)
EntryPointAccountEntity
EntryPointAccountEntityDao. autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada instance)
Transforms fromAutoritzacioPuntEntrada
objectEntryPointAccountEntity
EntryPointAccountEntityDaoBase. autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada instance)
Transforms fromAutoritzacioPuntEntrada
objectEntryPointAccountEntity
EntryPointAccountEntityDao. load(Long id)
Loads an instance ofEntryPointAccountEntity
from the persistent store.EntryPointAccountEntity
EntryPointAccountEntityDaoBase. load(Long id)
Loads an instance ofEntryPointAccountEntity
from the persistent store.EntryPointAccountEntity
EntryPointAccountEntityDao. newEntryPointAccountEntity()
Creates an instance ofEntryPointAccountEntity
.EntryPointAccountEntity
EntryPointAccountEntityDaoBase. newEntryPointAccountEntity()
Creates an instance ofEntryPointAccountEntity
.Methods in com.soffid.iam.model that return types with arguments of type EntryPointAccountEntity Modifier and Type Method Description List<EntryPointAccountEntity>
EntryPointAccountEntityDao. accessTreeAuthorizationToEntityList(Collection<com.soffid.iam.api.AccessTreeAuthorization> instances)
Transforms fromAccessTreeAuthorization
listList<EntryPointAccountEntity>
EntryPointAccountEntityDaoBase. accessTreeAuthorizationToEntityList(Collection<com.soffid.iam.api.AccessTreeAuthorization> instances)
Transforms fromAccessTreeAuthorization
listList<EntryPointAccountEntity>
EntryPointAccountEntityDao. autoritzacioPuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> instances)
Transforms fromAutoritzacioPuntEntrada
listList<EntryPointAccountEntity>
EntryPointAccountEntityDaoBase. autoritzacioPuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> instances)
Transforms fromAccessTreeAuthorization
listList<EntryPointAccountEntity>
EntryPointAccountEntityDao. findAll()
Operation findAllList<EntryPointAccountEntity>
EntryPointAccountEntityDao. findAll(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration finderList<EntryPointAccountEntity>
EntryPointAccountEntityDaoBase. findAll()
Operation findAllList<EntryPointAccountEntity>
EntryPointAccountEntityDaoBase. findAll(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration implementationList<EntryPointAccountEntity>
EntryPointAccountEntityDaoBase. findAll(String queryString, CriteriaSearchConfiguration criteria)
Internal implementationCollection<EntryPointAccountEntity>
EntryPointEntity. getAuthorizedAccounts()
Gets value for attribute authorizedAccountsList<EntryPointAccountEntity>
EntryPointAccountEntityDao. loadAll()
Loads all instances ofEntryPointAccountEntity
from the persistent store.List<EntryPointAccountEntity>
EntryPointAccountEntityDaoBase. loadAll()
Loads all instances ofEntryPointAccountEntity
from the persistent store.List<EntryPointAccountEntity>
EntryPointAccountEntityDao. query(String query, Parameter[] parameters)
Query ofEntryPointAccountEntity
from the persistent store.List<EntryPointAccountEntity>
EntryPointAccountEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointAccountEntity
from the persistent store.List<EntryPointAccountEntity>
EntryPointAccountEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofEntryPointAccountEntity
from the persistent store.List<EntryPointAccountEntity>
EntryPointAccountEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointAccountEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type EntryPointAccountEntity Modifier and Type Method Description void
EntryPointAccountEntityDao. accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointAccountEntity target, boolean copyIfNull)
Copy data fromAccessTreeAuthorization
objectvoid
EntryPointAccountEntityDaoBase. accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointAccountEntity target, boolean copyIfNull)
Copy data fromAccessTreeAuthorization
objectvoid
EntryPointAccountEntityDaoImpl. accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointAccountEntity target, boolean copyIfNull)
void
EntryPointAccountEntityDao. autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada source, EntryPointAccountEntity target, boolean copyIfNull)
Copy data fromAutoritzacioPuntEntrada
objectvoid
EntryPointAccountEntityDaoBase. autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada source, EntryPointAccountEntity target, boolean copyIfNull)
Copy data fromAutoritzacioPuntEntrada
objectvoid
EntryPointAccountEntityDao. create(EntryPointAccountEntity entity)
Adds an instance ofEntryPointAccountEntity
to the persistent store.void
EntryPointAccountEntityDaoBase. create(EntryPointAccountEntity entity)
Adds an instance ofEntryPointAccountEntity
to the persistent store.void
EntryPointAccountEntityDao. remove(EntryPointAccountEntity entity)
Removes an instance ofEntryPointAccountEntity
from the persistent store.void
EntryPointAccountEntityDaoBase. remove(EntryPointAccountEntity entity)
Removes an instance ofEntryPointAccountEntity
from the persistent store.com.soffid.iam.api.AccessTreeAuthorization
EntryPointAccountEntityDao. toAccessTreeAuthorization(EntryPointAccountEntity entity)
Transforms toAccessTreeAuthorization
objectvoid
EntryPointAccountEntityDao. toAccessTreeAuthorization(EntryPointAccountEntity source, com.soffid.iam.api.AccessTreeAuthorization target)
Copy data toAccessTreeAuthorization
objectcom.soffid.iam.api.AccessTreeAuthorization
EntryPointAccountEntityDaoBase. toAccessTreeAuthorization(EntryPointAccountEntity entity)
Transforms toAccessTreeAuthorization
objectvoid
EntryPointAccountEntityDaoBase. toAccessTreeAuthorization(EntryPointAccountEntity source, com.soffid.iam.api.AccessTreeAuthorization target)
Copy data toAccessTreeAuthorization
objectcom.soffid.iam.api.AccessTreeAuthorization
EntryPointAccountEntityDaoImpl. toAccessTreeAuthorization(EntryPointAccountEntity entity)
void
EntryPointAccountEntityDaoImpl. toAccessTreeAuthorization(EntryPointAccountEntity source, com.soffid.iam.api.AccessTreeAuthorization target)
es.caib.seycon.ng.comu.AutoritzacioPuntEntrada
EntryPointAccountEntityDao. toAutoritzacioPuntEntrada(EntryPointAccountEntity entity)
Transforms toAutoritzacioPuntEntrada
objectvoid
EntryPointAccountEntityDao. toAutoritzacioPuntEntrada(EntryPointAccountEntity source, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada target)
Copy data toAutoritzacioPuntEntrada
objectes.caib.seycon.ng.comu.AutoritzacioPuntEntrada
EntryPointAccountEntityDaoBase. toAutoritzacioPuntEntrada(EntryPointAccountEntity entity)
Transforms toAccessTreeAuthorization
objectvoid
EntryPointAccountEntityDaoBase. toAutoritzacioPuntEntrada(EntryPointAccountEntity source, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada target)
void
EntryPointAccountEntityDao. update(EntryPointAccountEntity entity)
Updates an instance ofEntryPointAccountEntity
at the persistent store.void
EntryPointAccountEntityDaoBase. update(EntryPointAccountEntity entity)
Updates an instance ofEntryPointAccountEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type EntryPointAccountEntity Modifier and Type Method Description void
EntryPointAccountEntityDao. create(Collection<? extends EntryPointAccountEntity> entities)
Creates a collection ofEntryPointAccountEntity
and adds it to the persistent store.void
EntryPointAccountEntityDaoBase. create(Collection<? extends EntryPointAccountEntity> entities)
Creates a collection ofEntryPointAccountEntity
and adds it to the persistent store.void
EntryPointAccountEntityDao. remove(Collection<? extends EntryPointAccountEntity> entities)
Removes a collection ofEntryPointAccountEntity
from the persistent store.void
EntryPointAccountEntityDaoBase. remove(Collection<? extends EntryPointAccountEntity> entities)
Removes a collection ofEntryPointAccountEntity
from the persistent store.void
EntryPointEntity. setAuthorizedAccounts(Collection<EntryPointAccountEntity> authorizedAccounts)
Sets value for attribute authorizedAccountsList<com.soffid.iam.api.AccessTreeAuthorization>
EntryPointAccountEntityDao. toAccessTreeAuthorizationList(Collection<EntryPointAccountEntity> entities)
Transforms toAccessTreeAuthorization
listList<com.soffid.iam.api.AccessTreeAuthorization>
EntryPointAccountEntityDaoBase. toAccessTreeAuthorizationList(Collection<EntryPointAccountEntity> instances)
Transforms toAccessTreeAuthorization
listList<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada>
EntryPointAccountEntityDao. toAutoritzacioPuntEntradaList(Collection<EntryPointAccountEntity> entities)
Transforms toAutoritzacioPuntEntrada
listList<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada>
EntryPointAccountEntityDaoBase. toAutoritzacioPuntEntradaList(Collection<EntryPointAccountEntity> instances)
Transforms toAutoritzacioPuntEntrada
listvoid
EntryPointAccountEntityDao. update(Collection<? extends EntryPointAccountEntity> entities)
Updates a collection ofEntryPointAccountEntity
in the persistent store.void
EntryPointAccountEntityDaoBase. update(Collection<? extends EntryPointAccountEntity> entities)
Updates a collection ofEntryPointAccountEntity
in the persistent store.
-