Package com.soffid.iam.model
Interface EntryPointEntityDao
-
- All Known Implementing Classes:
EntryPointEntityDaoBase
,EntryPointEntityDaoImpl
public interface EntryPointEntityDao
DAO for Entity EntryPointEntity- See Also:
es.caib.seycon.ng.model.PuntEntradaEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntryPointEntity
accessTreeToEntity(com.soffid.iam.api.AccessTree instance)
Transforms fromAccessTree
objectvoid
accessTreeToEntity(com.soffid.iam.api.AccessTree source, EntryPointEntity target, boolean copyIfNull)
Copy data fromAccessTree
objectList<EntryPointEntity>
accessTreeToEntityList(Collection<com.soffid.iam.api.AccessTree> instances)
Transforms fromAccessTree
listvoid
create(EntryPointEntity entity)
Adds an instance ofEntryPointEntity
to the persistent store.void
create(Collection<? extends EntryPointEntity> entities)
Creates a collection ofEntryPointEntity
and adds it to the persistent store.List<EntryPointEntity>
findByCriteria(CriteriaSearchConfiguration criteria, String name, String code)
CriteriaSearchConfiguration finderList<EntryPointEntity>
findByCriteria(String name, String code)
Operation findByCriteriaEntryPointEntity
load(Long id)
Loads an instance ofEntryPointEntity
from the persistent store.List<EntryPointEntity>
loadAll()
Loads all instances ofEntryPointEntity
from the persistent store.EntryPointEntity
newEntryPointEntity()
Creates an instance ofEntryPointEntity
.EntryPointEntity
puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada instance)
Transforms fromPuntEntrada
objectvoid
puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada source, EntryPointEntity target, boolean copyIfNull)
Copy data fromPuntEntrada
objectList<EntryPointEntity>
puntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.PuntEntrada> instances)
Transforms fromPuntEntrada
listList<EntryPointEntity>
query(String query, Parameter[] parameters)
Query ofEntryPointEntity
from the persistent store.List<EntryPointEntity>
query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointEntity
from the persistent store.void
remove(EntryPointEntity entity)
Removes an instance ofEntryPointEntity
from the persistent store.void
remove(Long id)
Removes an instance ofEntryPointEntity
from the persistent store.void
remove(Collection<? extends EntryPointEntity> entities)
Removes a collection ofEntryPointEntity
from the persistent store.com.soffid.iam.api.AccessTree
toAccessTree(EntryPointEntity entity)
Transforms toAccessTree
objectvoid
toAccessTree(EntryPointEntity source, com.soffid.iam.api.AccessTree target)
Copy data toAccessTree
objectList<com.soffid.iam.api.AccessTree>
toAccessTreeList(Collection<EntryPointEntity> entities)
Transforms toAccessTree
listes.caib.seycon.ng.comu.PuntEntrada
toPuntEntrada(EntryPointEntity entity)
Transforms toPuntEntrada
objectvoid
toPuntEntrada(EntryPointEntity source, es.caib.seycon.ng.comu.PuntEntrada target)
Copy data toPuntEntrada
objectList<es.caib.seycon.ng.comu.PuntEntrada>
toPuntEntradaList(Collection<EntryPointEntity> entities)
Transforms toPuntEntrada
listvoid
update(EntryPointEntity entity)
Updates an instance ofEntryPointEntity
at the persistent store.void
update(Collection<? extends EntryPointEntity> entities)
Updates a collection ofEntryPointEntity
in 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 toAccessTree
object
-
toAccessTree
com.soffid.iam.api.AccessTree toAccessTree(EntryPointEntity entity)
Transforms toAccessTree
object
-
toAccessTreeList
List<com.soffid.iam.api.AccessTree> toAccessTreeList(Collection<EntryPointEntity> entities)
Transforms toAccessTree
list
-
accessTreeToEntity
void accessTreeToEntity(com.soffid.iam.api.AccessTree source, EntryPointEntity target, boolean copyIfNull)
Copy data fromAccessTree
object
-
accessTreeToEntity
EntryPointEntity accessTreeToEntity(com.soffid.iam.api.AccessTree instance)
Transforms fromAccessTree
object
-
accessTreeToEntityList
List<EntryPointEntity> accessTreeToEntityList(Collection<com.soffid.iam.api.AccessTree> instances)
Transforms fromAccessTree
list
-
toPuntEntrada
void toPuntEntrada(EntryPointEntity source, es.caib.seycon.ng.comu.PuntEntrada target)
Copy data toPuntEntrada
object
-
toPuntEntrada
es.caib.seycon.ng.comu.PuntEntrada toPuntEntrada(EntryPointEntity entity)
Transforms toPuntEntrada
object
-
toPuntEntradaList
List<es.caib.seycon.ng.comu.PuntEntrada> toPuntEntradaList(Collection<EntryPointEntity> entities)
Transforms toPuntEntrada
list
-
puntEntradaToEntity
void puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada source, EntryPointEntity target, boolean copyIfNull)
Copy data fromPuntEntrada
object
-
puntEntradaToEntity
EntryPointEntity puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada instance)
Transforms fromPuntEntrada
object
-
puntEntradaToEntityList
List<EntryPointEntity> puntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.PuntEntrada> instances)
Transforms fromPuntEntrada
list
-
newEntryPointEntity
EntryPointEntity newEntryPointEntity()
Creates an instance ofEntryPointEntity
.
-
create
void create(EntryPointEntity entity)
Adds an instance ofEntryPointEntity
to the persistent store.
-
update
void update(EntryPointEntity entity)
Updates an instance ofEntryPointEntity
at the persistent store.
-
remove
void remove(EntryPointEntity entity)
Removes an instance ofEntryPointEntity
from the persistent store.
-
load
EntryPointEntity load(Long id)
Loads an instance ofEntryPointEntity
from the persistent store.
-
loadAll
List<EntryPointEntity> loadAll()
Loads all instances ofEntryPointEntity
from the persistent store.
-
create
void create(Collection<? extends EntryPointEntity> entities)
Creates a collection ofEntryPointEntity
and adds it to the persistent store.
-
update
void update(Collection<? extends EntryPointEntity> entities)
Updates a collection ofEntryPointEntity
in the persistent store.
-
remove
void remove(Collection<? extends EntryPointEntity> entities)
Removes a collection ofEntryPointEntity
from the persistent store.
-
remove
void remove(Long id)
Removes an instance ofEntryPointEntity
from the persistent store.
-
query
List<EntryPointEntity> query(String query, Parameter[] parameters)
Query ofEntryPointEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<EntryPointEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-