Package com.soffid.iam.model
Interface EntryPointUserEntityDao
-
- All Known Implementing Classes:
EntryPointUserEntityDaoBase,EntryPointUserEntityDaoImpl
public interface EntryPointUserEntityDaoDAO for Entity EntryPointUserEntity- See Also:
es.caib.seycon.ng.model.AutoritzacioPUEUsuariEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntryPointUserEntityaccessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization instance)Transforms fromAccessTreeAuthorizationobjectvoidaccessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointUserEntity target, boolean copyIfNull)Copy data fromAccessTreeAuthorizationobjectList<EntryPointUserEntity>accessTreeAuthorizationToEntityList(Collection<com.soffid.iam.api.AccessTreeAuthorization> instances)Transforms fromAccessTreeAuthorizationlistEntryPointUserEntityautoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada instance)Transforms fromAutoritzacioPuntEntradaobjectvoidautoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada source, EntryPointUserEntity target, boolean copyIfNull)Copy data fromAutoritzacioPuntEntradaobjectList<EntryPointUserEntity>autoritzacioPuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> instances)Transforms fromAutoritzacioPuntEntradalistvoidcreate(EntryPointUserEntity entity)Adds an instance ofEntryPointUserEntityto the persistent store.voidcreate(Collection<? extends EntryPointUserEntity> entities)Creates a collection ofEntryPointUserEntityand adds it to the persistent store.EntryPointUserEntityload(Long id)Loads an instance ofEntryPointUserEntityfrom the persistent store.List<EntryPointUserEntity>loadAll()Loads all instances ofEntryPointUserEntityfrom the persistent store.EntryPointUserEntitynewEntryPointUserEntity()Creates an instance ofEntryPointUserEntity.List<EntryPointUserEntity>query(String query, Parameter[] parameters)Query ofEntryPointUserEntityfrom the persistent store.List<EntryPointUserEntity>query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofEntryPointUserEntityfrom the persistent store.voidremove(EntryPointUserEntity entity)Removes an instance ofEntryPointUserEntityfrom the persistent store.voidremove(Long id)Removes an instance ofEntryPointUserEntityfrom the persistent store.voidremove(Collection<? extends EntryPointUserEntity> entities)Removes a collection ofEntryPointUserEntityfrom the persistent store.com.soffid.iam.api.AccessTreeAuthorizationtoAccessTreeAuthorization(EntryPointUserEntity entity)Transforms toAccessTreeAuthorizationobjectvoidtoAccessTreeAuthorization(EntryPointUserEntity source, com.soffid.iam.api.AccessTreeAuthorization target)Copy data toAccessTreeAuthorizationobjectList<com.soffid.iam.api.AccessTreeAuthorization>toAccessTreeAuthorizationList(Collection<EntryPointUserEntity> entities)Transforms toAccessTreeAuthorizationlistes.caib.seycon.ng.comu.AutoritzacioPuntEntradatoAutoritzacioPuntEntrada(EntryPointUserEntity entity)Transforms toAutoritzacioPuntEntradaobjectvoidtoAutoritzacioPuntEntrada(EntryPointUserEntity source, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada target)Copy data toAutoritzacioPuntEntradaobjectList<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada>toAutoritzacioPuntEntradaList(Collection<EntryPointUserEntity> entities)Transforms toAutoritzacioPuntEntradalistvoidupdate(EntryPointUserEntity entity)Updates an instance ofEntryPointUserEntityat the persistent store.voidupdate(Collection<? extends EntryPointUserEntity> entities)Updates a collection ofEntryPointUserEntityin the persistent store.
-
-
-
Method Detail
-
toAccessTreeAuthorization
void toAccessTreeAuthorization(EntryPointUserEntity source, com.soffid.iam.api.AccessTreeAuthorization target)
Copy data toAccessTreeAuthorizationobject
-
toAccessTreeAuthorization
com.soffid.iam.api.AccessTreeAuthorization toAccessTreeAuthorization(EntryPointUserEntity entity)
Transforms toAccessTreeAuthorizationobject
-
toAccessTreeAuthorizationList
List<com.soffid.iam.api.AccessTreeAuthorization> toAccessTreeAuthorizationList(Collection<EntryPointUserEntity> entities)
Transforms toAccessTreeAuthorizationlist
-
accessTreeAuthorizationToEntity
void accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointUserEntity target, boolean copyIfNull)Copy data fromAccessTreeAuthorizationobject
-
accessTreeAuthorizationToEntity
EntryPointUserEntity accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization instance)
Transforms fromAccessTreeAuthorizationobject
-
accessTreeAuthorizationToEntityList
List<EntryPointUserEntity> accessTreeAuthorizationToEntityList(Collection<com.soffid.iam.api.AccessTreeAuthorization> instances)
Transforms fromAccessTreeAuthorizationlist
-
toAutoritzacioPuntEntrada
void toAutoritzacioPuntEntrada(EntryPointUserEntity source, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada target)
Copy data toAutoritzacioPuntEntradaobject
-
toAutoritzacioPuntEntrada
es.caib.seycon.ng.comu.AutoritzacioPuntEntrada toAutoritzacioPuntEntrada(EntryPointUserEntity entity)
Transforms toAutoritzacioPuntEntradaobject
-
toAutoritzacioPuntEntradaList
List<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> toAutoritzacioPuntEntradaList(Collection<EntryPointUserEntity> entities)
Transforms toAutoritzacioPuntEntradalist
-
autoritzacioPuntEntradaToEntity
void autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada source, EntryPointUserEntity target, boolean copyIfNull)Copy data fromAutoritzacioPuntEntradaobject
-
autoritzacioPuntEntradaToEntity
EntryPointUserEntity autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada instance)
Transforms fromAutoritzacioPuntEntradaobject
-
autoritzacioPuntEntradaToEntityList
List<EntryPointUserEntity> autoritzacioPuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> instances)
Transforms fromAutoritzacioPuntEntradalist
-
newEntryPointUserEntity
EntryPointUserEntity newEntryPointUserEntity()
Creates an instance ofEntryPointUserEntity.
-
create
void create(EntryPointUserEntity entity)
Adds an instance ofEntryPointUserEntityto the persistent store.
-
update
void update(EntryPointUserEntity entity)
Updates an instance ofEntryPointUserEntityat the persistent store.
-
remove
void remove(EntryPointUserEntity entity)
Removes an instance ofEntryPointUserEntityfrom the persistent store.
-
load
EntryPointUserEntity load(Long id)
Loads an instance ofEntryPointUserEntityfrom the persistent store.
-
loadAll
List<EntryPointUserEntity> loadAll()
Loads all instances ofEntryPointUserEntityfrom the persistent store.
-
create
void create(Collection<? extends EntryPointUserEntity> entities)
Creates a collection ofEntryPointUserEntityand adds it to the persistent store.
-
update
void update(Collection<? extends EntryPointUserEntity> entities)
Updates a collection ofEntryPointUserEntityin the persistent store.
-
remove
void remove(Collection<? extends EntryPointUserEntity> entities)
Removes a collection ofEntryPointUserEntityfrom the persistent store.
-
remove
void remove(Long id)
Removes an instance ofEntryPointUserEntityfrom the persistent store.
-
query
List<EntryPointUserEntity> query(String query, Parameter[] parameters)
Query ofEntryPointUserEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<EntryPointUserEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointUserEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-