Package com.soffid.iam.model
Interface EntryPointAccountEntityDao
-
- All Known Implementing Classes:
EntryPointAccountEntityDaoBase,EntryPointAccountEntityDaoImpl
public interface EntryPointAccountEntityDaoDAO for Entity EntryPointAccountEntity- See Also:
EntryPointAccountEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntryPointAccountEntityaccessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization instance)Transforms fromAccessTreeAuthorizationobjectvoidaccessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointAccountEntity target, boolean copyIfNull)Copy data fromAccessTreeAuthorizationobjectList<EntryPointAccountEntity>accessTreeAuthorizationToEntityList(Collection<com.soffid.iam.api.AccessTreeAuthorization> instances)Transforms fromAccessTreeAuthorizationlistEntryPointAccountEntityautoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada instance)Transforms fromAutoritzacioPuntEntradaobjectvoidautoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada source, EntryPointAccountEntity target, boolean copyIfNull)Copy data fromAutoritzacioPuntEntradaobjectList<EntryPointAccountEntity>autoritzacioPuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> instances)Transforms fromAutoritzacioPuntEntradalistvoidcreate(EntryPointAccountEntity entity)Adds an instance ofEntryPointAccountEntityto the persistent store.voidcreate(Collection<? extends EntryPointAccountEntity> entities)Creates a collection ofEntryPointAccountEntityand 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 findByAccountIdEntryPointAccountEntityload(Long id)Loads an instance ofEntryPointAccountEntityfrom the persistent store.List<EntryPointAccountEntity>loadAll()Loads all instances ofEntryPointAccountEntityfrom the persistent store.EntryPointAccountEntitynewEntryPointAccountEntity()Creates an instance ofEntryPointAccountEntity.List<EntryPointAccountEntity>query(String query, Parameter[] parameters)Query ofEntryPointAccountEntityfrom the persistent store.List<EntryPointAccountEntity>query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofEntryPointAccountEntityfrom the persistent store.voidremove(EntryPointAccountEntity entity)Removes an instance ofEntryPointAccountEntityfrom the persistent store.voidremove(Long id)Removes an instance ofEntryPointAccountEntityfrom the persistent store.voidremove(Collection<? extends EntryPointAccountEntity> entities)Removes a collection ofEntryPointAccountEntityfrom the persistent store.com.soffid.iam.api.AccessTreeAuthorizationtoAccessTreeAuthorization(EntryPointAccountEntity entity)Transforms toAccessTreeAuthorizationobjectvoidtoAccessTreeAuthorization(EntryPointAccountEntity source, com.soffid.iam.api.AccessTreeAuthorization target)Copy data toAccessTreeAuthorizationobjectList<com.soffid.iam.api.AccessTreeAuthorization>toAccessTreeAuthorizationList(Collection<EntryPointAccountEntity> entities)Transforms toAccessTreeAuthorizationlistes.caib.seycon.ng.comu.AutoritzacioPuntEntradatoAutoritzacioPuntEntrada(EntryPointAccountEntity entity)Transforms toAutoritzacioPuntEntradaobjectvoidtoAutoritzacioPuntEntrada(EntryPointAccountEntity source, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada target)Copy data toAutoritzacioPuntEntradaobjectList<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada>toAutoritzacioPuntEntradaList(Collection<EntryPointAccountEntity> entities)Transforms toAutoritzacioPuntEntradalistvoidupdate(EntryPointAccountEntity entity)Updates an instance ofEntryPointAccountEntityat the persistent store.voidupdate(Collection<? extends EntryPointAccountEntity> entities)Updates a collection ofEntryPointAccountEntityin 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 toAccessTreeAuthorizationobject
-
toAccessTreeAuthorization
com.soffid.iam.api.AccessTreeAuthorization toAccessTreeAuthorization(EntryPointAccountEntity entity)
Transforms toAccessTreeAuthorizationobject
-
toAccessTreeAuthorizationList
List<com.soffid.iam.api.AccessTreeAuthorization> toAccessTreeAuthorizationList(Collection<EntryPointAccountEntity> entities)
Transforms toAccessTreeAuthorizationlist
-
accessTreeAuthorizationToEntity
void accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointAccountEntity target, boolean copyIfNull)Copy data fromAccessTreeAuthorizationobject
-
accessTreeAuthorizationToEntity
EntryPointAccountEntity accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization instance)
Transforms fromAccessTreeAuthorizationobject
-
accessTreeAuthorizationToEntityList
List<EntryPointAccountEntity> accessTreeAuthorizationToEntityList(Collection<com.soffid.iam.api.AccessTreeAuthorization> instances)
Transforms fromAccessTreeAuthorizationlist
-
toAutoritzacioPuntEntrada
void toAutoritzacioPuntEntrada(EntryPointAccountEntity source, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada target)
Copy data toAutoritzacioPuntEntradaobject
-
toAutoritzacioPuntEntrada
es.caib.seycon.ng.comu.AutoritzacioPuntEntrada toAutoritzacioPuntEntrada(EntryPointAccountEntity entity)
Transforms toAutoritzacioPuntEntradaobject
-
toAutoritzacioPuntEntradaList
List<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> toAutoritzacioPuntEntradaList(Collection<EntryPointAccountEntity> entities)
Transforms toAutoritzacioPuntEntradalist
-
autoritzacioPuntEntradaToEntity
void autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada source, EntryPointAccountEntity target, boolean copyIfNull)Copy data fromAutoritzacioPuntEntradaobject
-
autoritzacioPuntEntradaToEntity
EntryPointAccountEntity autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada instance)
Transforms fromAutoritzacioPuntEntradaobject
-
autoritzacioPuntEntradaToEntityList
List<EntryPointAccountEntity> autoritzacioPuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> instances)
Transforms fromAutoritzacioPuntEntradalist
-
newEntryPointAccountEntity
EntryPointAccountEntity newEntryPointAccountEntity()
Creates an instance ofEntryPointAccountEntity.
-
create
void create(EntryPointAccountEntity entity)
Adds an instance ofEntryPointAccountEntityto the persistent store.
-
update
void update(EntryPointAccountEntity entity)
Updates an instance ofEntryPointAccountEntityat the persistent store.
-
remove
void remove(EntryPointAccountEntity entity)
Removes an instance ofEntryPointAccountEntityfrom the persistent store.
-
load
EntryPointAccountEntity load(Long id)
Loads an instance ofEntryPointAccountEntityfrom the persistent store.
-
loadAll
List<EntryPointAccountEntity> loadAll()
Loads all instances ofEntryPointAccountEntityfrom the persistent store.
-
create
void create(Collection<? extends EntryPointAccountEntity> entities)
Creates a collection ofEntryPointAccountEntityand adds it to the persistent store.
-
update
void update(Collection<? extends EntryPointAccountEntity> entities)
Updates a collection ofEntryPointAccountEntityin the persistent store.
-
remove
void remove(Collection<? extends EntryPointAccountEntity> entities)
Removes a collection ofEntryPointAccountEntityfrom the persistent store.
-
remove
void remove(Long id)
Removes an instance ofEntryPointAccountEntityfrom the persistent store.
-
query
List<EntryPointAccountEntity> query(String query, Parameter[] parameters)
Query ofEntryPointAccountEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<EntryPointAccountEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointAccountEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-