Package com.soffid.iam.model
Interface EntryPointEntityDao
-
- All Known Implementing Classes:
EntryPointEntityDaoBase,EntryPointEntityDaoImpl
public interface EntryPointEntityDaoDAO for Entity EntryPointEntity- See Also:
es.caib.seycon.ng.model.PuntEntradaEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntryPointEntityaccessTreeToEntity(com.soffid.iam.api.AccessTree instance)Transforms fromAccessTreeobjectvoidaccessTreeToEntity(com.soffid.iam.api.AccessTree source, EntryPointEntity target, boolean copyIfNull)Copy data fromAccessTreeobjectList<EntryPointEntity>accessTreeToEntityList(Collection<com.soffid.iam.api.AccessTree> instances)Transforms fromAccessTreelistvoidcreate(EntryPointEntity entity)Adds an instance ofEntryPointEntityto the persistent store.voidcreate(Collection<? extends EntryPointEntity> entities)Creates a collection ofEntryPointEntityand adds it to the persistent store.List<EntryPointEntity>findByCriteria(CriteriaSearchConfiguration criteria, String name, String code)CriteriaSearchConfiguration finderList<EntryPointEntity>findByCriteria(String name, String code)Operation findByCriteriaEntryPointEntityload(Long id)Loads an instance ofEntryPointEntityfrom the persistent store.List<EntryPointEntity>loadAll()Loads all instances ofEntryPointEntityfrom the persistent store.EntryPointEntitynewEntryPointEntity()Creates an instance ofEntryPointEntity.EntryPointEntitypuntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada instance)Transforms fromPuntEntradaobjectvoidpuntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada source, EntryPointEntity target, boolean copyIfNull)Copy data fromPuntEntradaobjectList<EntryPointEntity>puntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.PuntEntrada> instances)Transforms fromPuntEntradalistList<EntryPointEntity>query(String query, Parameter[] parameters)Query ofEntryPointEntityfrom the persistent store.List<EntryPointEntity>query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofEntryPointEntityfrom the persistent store.voidremove(EntryPointEntity entity)Removes an instance ofEntryPointEntityfrom the persistent store.voidremove(Long id)Removes an instance ofEntryPointEntityfrom the persistent store.voidremove(Collection<? extends EntryPointEntity> entities)Removes a collection ofEntryPointEntityfrom the persistent store.com.soffid.iam.api.AccessTreetoAccessTree(EntryPointEntity entity)Transforms toAccessTreeobjectvoidtoAccessTree(EntryPointEntity source, com.soffid.iam.api.AccessTree target)Copy data toAccessTreeobjectList<com.soffid.iam.api.AccessTree>toAccessTreeList(Collection<EntryPointEntity> entities)Transforms toAccessTreelistes.caib.seycon.ng.comu.PuntEntradatoPuntEntrada(EntryPointEntity entity)Transforms toPuntEntradaobjectvoidtoPuntEntrada(EntryPointEntity source, es.caib.seycon.ng.comu.PuntEntrada target)Copy data toPuntEntradaobjectList<es.caib.seycon.ng.comu.PuntEntrada>toPuntEntradaList(Collection<EntryPointEntity> entities)Transforms toPuntEntradalistvoidupdate(EntryPointEntity entity)Updates an instance ofEntryPointEntityat the persistent store.voidupdate(Collection<? extends EntryPointEntity> entities)Updates a collection ofEntryPointEntityin the persistent store.
-
-
-
Method Detail
-
findByCriteria
List<EntryPointEntity> findByCriteria(String name, String code)
Operation findByCriteria- Parameters:
name-code-- Returns:
-
findByCriteria
List<EntryPointEntity> findByCriteria(CriteriaSearchConfiguration criteria, String name, String code)
CriteriaSearchConfiguration finder
-
toAccessTree
void toAccessTree(EntryPointEntity source, com.soffid.iam.api.AccessTree target)
Copy data toAccessTreeobject
-
toAccessTree
com.soffid.iam.api.AccessTree toAccessTree(EntryPointEntity entity)
Transforms toAccessTreeobject
-
toAccessTreeList
List<com.soffid.iam.api.AccessTree> toAccessTreeList(Collection<EntryPointEntity> entities)
Transforms toAccessTreelist
-
accessTreeToEntity
void accessTreeToEntity(com.soffid.iam.api.AccessTree source, EntryPointEntity target, boolean copyIfNull)Copy data fromAccessTreeobject
-
accessTreeToEntity
EntryPointEntity accessTreeToEntity(com.soffid.iam.api.AccessTree instance)
Transforms fromAccessTreeobject
-
accessTreeToEntityList
List<EntryPointEntity> accessTreeToEntityList(Collection<com.soffid.iam.api.AccessTree> instances)
Transforms fromAccessTreelist
-
toPuntEntrada
void toPuntEntrada(EntryPointEntity source, es.caib.seycon.ng.comu.PuntEntrada target)
Copy data toPuntEntradaobject
-
toPuntEntrada
es.caib.seycon.ng.comu.PuntEntrada toPuntEntrada(EntryPointEntity entity)
Transforms toPuntEntradaobject
-
toPuntEntradaList
List<es.caib.seycon.ng.comu.PuntEntrada> toPuntEntradaList(Collection<EntryPointEntity> entities)
Transforms toPuntEntradalist
-
puntEntradaToEntity
void puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada source, EntryPointEntity target, boolean copyIfNull)Copy data fromPuntEntradaobject
-
puntEntradaToEntity
EntryPointEntity puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada instance)
Transforms fromPuntEntradaobject
-
puntEntradaToEntityList
List<EntryPointEntity> puntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.PuntEntrada> instances)
Transforms fromPuntEntradalist
-
newEntryPointEntity
EntryPointEntity newEntryPointEntity()
Creates an instance ofEntryPointEntity.
-
create
void create(EntryPointEntity entity)
Adds an instance ofEntryPointEntityto the persistent store.
-
update
void update(EntryPointEntity entity)
Updates an instance ofEntryPointEntityat the persistent store.
-
remove
void remove(EntryPointEntity entity)
Removes an instance ofEntryPointEntityfrom the persistent store.
-
load
EntryPointEntity load(Long id)
Loads an instance ofEntryPointEntityfrom the persistent store.
-
loadAll
List<EntryPointEntity> loadAll()
Loads all instances ofEntryPointEntityfrom the persistent store.
-
create
void create(Collection<? extends EntryPointEntity> entities)
Creates a collection ofEntryPointEntityand adds it to the persistent store.
-
update
void update(Collection<? extends EntryPointEntity> entities)
Updates a collection ofEntryPointEntityin the persistent store.
-
remove
void remove(Collection<? extends EntryPointEntity> entities)
Removes a collection ofEntryPointEntityfrom the persistent store.
-
remove
void remove(Long id)
Removes an instance ofEntryPointEntityfrom the persistent store.
-
query
List<EntryPointEntity> query(String query, Parameter[] parameters)
Query ofEntryPointEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<EntryPointEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-