Package com.soffid.iam.model
Interface EntryPointAccountEntityDao
-
- All Known Implementing Classes:
EntryPointAccountEntityDaoBase
,EntryPointAccountEntityDaoImpl
public interface EntryPointAccountEntityDao
DAO for Entity EntryPointAccountEntity- See Also:
EntryPointAccountEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntryPointAccountEntity
accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization instance)
Transforms fromAccessTreeAuthorization
objectvoid
accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointAccountEntity target, boolean copyIfNull)
Copy data fromAccessTreeAuthorization
objectList<EntryPointAccountEntity>
accessTreeAuthorizationToEntityList(Collection<com.soffid.iam.api.AccessTreeAuthorization> instances)
Transforms fromAccessTreeAuthorization
listEntryPointAccountEntity
autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada instance)
Transforms fromAutoritzacioPuntEntrada
objectvoid
autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada source, EntryPointAccountEntity target, boolean copyIfNull)
Copy data fromAutoritzacioPuntEntrada
objectList<EntryPointAccountEntity>
autoritzacioPuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> instances)
Transforms fromAutoritzacioPuntEntrada
listvoid
create(EntryPointAccountEntity entity)
Adds an instance ofEntryPointAccountEntity
to the persistent store.void
create(Collection<? extends EntryPointAccountEntity> entities)
Creates a collection ofEntryPointAccountEntity
and adds it to the persistent store.List<EntryPointAccountEntity>
findAll()
Operation findAllList<EntryPointAccountEntity>
findAll(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration finderList<EntryPointRoleEntity>
findByAccountId(CriteriaSearchConfiguration criteria, Long accountId)
CriteriaSearchConfiguration finderList<EntryPointRoleEntity>
findByAccountId(Long accountId)
Operation findByAccountIdEntryPointAccountEntity
load(Long id)
Loads an instance ofEntryPointAccountEntity
from the persistent store.List<EntryPointAccountEntity>
loadAll()
Loads all instances ofEntryPointAccountEntity
from the persistent store.EntryPointAccountEntity
newEntryPointAccountEntity()
Creates an instance ofEntryPointAccountEntity
.List<EntryPointAccountEntity>
query(String query, Parameter[] parameters)
Query ofEntryPointAccountEntity
from the persistent store.List<EntryPointAccountEntity>
query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointAccountEntity
from the persistent store.void
remove(EntryPointAccountEntity entity)
Removes an instance ofEntryPointAccountEntity
from the persistent store.void
remove(Long id)
Removes an instance ofEntryPointAccountEntity
from the persistent store.void
remove(Collection<? extends EntryPointAccountEntity> entities)
Removes a collection ofEntryPointAccountEntity
from the persistent store.com.soffid.iam.api.AccessTreeAuthorization
toAccessTreeAuthorization(EntryPointAccountEntity entity)
Transforms toAccessTreeAuthorization
objectvoid
toAccessTreeAuthorization(EntryPointAccountEntity source, com.soffid.iam.api.AccessTreeAuthorization target)
Copy data toAccessTreeAuthorization
objectList<com.soffid.iam.api.AccessTreeAuthorization>
toAccessTreeAuthorizationList(Collection<EntryPointAccountEntity> entities)
Transforms toAccessTreeAuthorization
listes.caib.seycon.ng.comu.AutoritzacioPuntEntrada
toAutoritzacioPuntEntrada(EntryPointAccountEntity entity)
Transforms toAutoritzacioPuntEntrada
objectvoid
toAutoritzacioPuntEntrada(EntryPointAccountEntity source, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada target)
Copy data toAutoritzacioPuntEntrada
objectList<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada>
toAutoritzacioPuntEntradaList(Collection<EntryPointAccountEntity> entities)
Transforms toAutoritzacioPuntEntrada
listvoid
update(EntryPointAccountEntity entity)
Updates an instance ofEntryPointAccountEntity
at the persistent store.void
update(Collection<? extends EntryPointAccountEntity> entities)
Updates a collection ofEntryPointAccountEntity
in the persistent store.
-
-
-
Method Detail
-
findAll
List<EntryPointAccountEntity> findAll()
Operation findAll- Returns:
-
findAll
List<EntryPointAccountEntity> findAll(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration finder
-
findByAccountId
List<EntryPointRoleEntity> findByAccountId(Long accountId)
Operation findByAccountId- Parameters:
accountId
-- Returns:
-
findByAccountId
List<EntryPointRoleEntity> findByAccountId(CriteriaSearchConfiguration criteria, Long accountId)
CriteriaSearchConfiguration finder
-
toAccessTreeAuthorization
void toAccessTreeAuthorization(EntryPointAccountEntity source, com.soffid.iam.api.AccessTreeAuthorization target)
Copy data toAccessTreeAuthorization
object
-
toAccessTreeAuthorization
com.soffid.iam.api.AccessTreeAuthorization toAccessTreeAuthorization(EntryPointAccountEntity entity)
Transforms toAccessTreeAuthorization
object
-
toAccessTreeAuthorizationList
List<com.soffid.iam.api.AccessTreeAuthorization> toAccessTreeAuthorizationList(Collection<EntryPointAccountEntity> entities)
Transforms toAccessTreeAuthorization
list
-
accessTreeAuthorizationToEntity
void accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointAccountEntity target, boolean copyIfNull)
Copy data fromAccessTreeAuthorization
object
-
accessTreeAuthorizationToEntity
EntryPointAccountEntity accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization instance)
Transforms fromAccessTreeAuthorization
object
-
accessTreeAuthorizationToEntityList
List<EntryPointAccountEntity> accessTreeAuthorizationToEntityList(Collection<com.soffid.iam.api.AccessTreeAuthorization> instances)
Transforms fromAccessTreeAuthorization
list
-
toAutoritzacioPuntEntrada
void toAutoritzacioPuntEntrada(EntryPointAccountEntity source, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada target)
Copy data toAutoritzacioPuntEntrada
object
-
toAutoritzacioPuntEntrada
es.caib.seycon.ng.comu.AutoritzacioPuntEntrada toAutoritzacioPuntEntrada(EntryPointAccountEntity entity)
Transforms toAutoritzacioPuntEntrada
object
-
toAutoritzacioPuntEntradaList
List<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> toAutoritzacioPuntEntradaList(Collection<EntryPointAccountEntity> entities)
Transforms toAutoritzacioPuntEntrada
list
-
autoritzacioPuntEntradaToEntity
void autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada source, EntryPointAccountEntity target, boolean copyIfNull)
Copy data fromAutoritzacioPuntEntrada
object
-
autoritzacioPuntEntradaToEntity
EntryPointAccountEntity autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada instance)
Transforms fromAutoritzacioPuntEntrada
object
-
autoritzacioPuntEntradaToEntityList
List<EntryPointAccountEntity> autoritzacioPuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> instances)
Transforms fromAutoritzacioPuntEntrada
list
-
newEntryPointAccountEntity
EntryPointAccountEntity newEntryPointAccountEntity()
Creates an instance ofEntryPointAccountEntity
.
-
create
void create(EntryPointAccountEntity entity)
Adds an instance ofEntryPointAccountEntity
to the persistent store.
-
update
void update(EntryPointAccountEntity entity)
Updates an instance ofEntryPointAccountEntity
at the persistent store.
-
remove
void remove(EntryPointAccountEntity entity)
Removes an instance ofEntryPointAccountEntity
from the persistent store.
-
load
EntryPointAccountEntity load(Long id)
Loads an instance ofEntryPointAccountEntity
from the persistent store.
-
loadAll
List<EntryPointAccountEntity> loadAll()
Loads all instances ofEntryPointAccountEntity
from the persistent store.
-
create
void create(Collection<? extends EntryPointAccountEntity> entities)
Creates a collection ofEntryPointAccountEntity
and adds it to the persistent store.
-
update
void update(Collection<? extends EntryPointAccountEntity> entities)
Updates a collection ofEntryPointAccountEntity
in the persistent store.
-
remove
void remove(Collection<? extends EntryPointAccountEntity> entities)
Removes a collection ofEntryPointAccountEntity
from the persistent store.
-
remove
void remove(Long id)
Removes an instance ofEntryPointAccountEntity
from the persistent store.
-
query
List<EntryPointAccountEntity> query(String query, Parameter[] parameters)
Query ofEntryPointAccountEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<EntryPointAccountEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointAccountEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-