Package com.soffid.iam.model
Interface SystemGroupEntityDao
-
- All Known Implementing Classes:
SystemGroupEntityDaoBase,SystemGroupEntityDaoImpl
public interface SystemGroupEntityDaoDAO for Entity SystemGroupEntity- See Also:
es.caib.seycon.ng.model.GrupDispatcherEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreate(SystemGroupEntity entity)Adds an instance ofSystemGroupEntityto the persistent store.voidcreate(Collection<? extends SystemGroupEntity> entities)Creates a collection ofSystemGroupEntityand adds it to the persistent store.Collection<SystemGroupEntity>findBySystem(CriteriaSearchConfiguration criteria, String systemName)CriteriaSearchConfiguration finderCollection<SystemGroupEntity>findBySystem(String systemName)Operation findBySystemSystemGroupEntitygrupDispatcherToEntity(es.caib.seycon.ng.comu.GrupDispatcher instance)Transforms fromGrupDispatcherobjectvoidgrupDispatcherToEntity(es.caib.seycon.ng.comu.GrupDispatcher source, SystemGroupEntity target, boolean copyIfNull)Copy data fromGrupDispatcherobjectList<SystemGroupEntity>grupDispatcherToEntityList(Collection<es.caib.seycon.ng.comu.GrupDispatcher> instances)Transforms fromGrupDispatcherlistSystemGroupEntityload(Long id)Loads an instance ofSystemGroupEntityfrom the persistent store.List<SystemGroupEntity>loadAll()Loads all instances ofSystemGroupEntityfrom the persistent store.SystemGroupEntitynewSystemGroupEntity()Creates an instance ofSystemGroupEntity.List<SystemGroupEntity>query(String query, Parameter[] parameters)Query ofSystemGroupEntityfrom the persistent store.List<SystemGroupEntity>query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofSystemGroupEntityfrom the persistent store.voidremove(SystemGroupEntity entity)Removes an instance ofSystemGroupEntityfrom the persistent store.voidremove(Long id)Removes an instance ofSystemGroupEntityfrom the persistent store.voidremove(Collection<? extends SystemGroupEntity> entities)Removes a collection ofSystemGroupEntityfrom the persistent store.SystemGroupEntitysystemGroupToEntity(com.soffid.iam.api.SystemGroup instance)Transforms fromSystemGroupobjectvoidsystemGroupToEntity(com.soffid.iam.api.SystemGroup source, SystemGroupEntity target, boolean copyIfNull)Copy data fromSystemGroupobjectList<SystemGroupEntity>systemGroupToEntityList(Collection<com.soffid.iam.api.SystemGroup> instances)Transforms fromSystemGrouplistes.caib.seycon.ng.comu.GrupDispatchertoGrupDispatcher(SystemGroupEntity entity)Transforms toGrupDispatcherobjectvoidtoGrupDispatcher(SystemGroupEntity source, es.caib.seycon.ng.comu.GrupDispatcher target)Copy data toGrupDispatcherobjectList<es.caib.seycon.ng.comu.GrupDispatcher>toGrupDispatcherList(Collection<SystemGroupEntity> entities)Transforms toGrupDispatcherlistcom.soffid.iam.api.SystemGrouptoSystemGroup(SystemGroupEntity entity)Transforms toSystemGroupobjectvoidtoSystemGroup(SystemGroupEntity source, com.soffid.iam.api.SystemGroup target)Copy data toSystemGroupobjectList<com.soffid.iam.api.SystemGroup>toSystemGroupList(Collection<SystemGroupEntity> entities)Transforms toSystemGrouplistvoidupdate(SystemGroupEntity entity)Updates an instance ofSystemGroupEntityat the persistent store.voidupdate(Collection<? extends SystemGroupEntity> entities)Updates a collection ofSystemGroupEntityin the persistent store.
-
-
-
Method Detail
-
findBySystem
Collection<SystemGroupEntity> findBySystem(String systemName)
Operation findBySystem- Parameters:
systemName-- Returns:
-
findBySystem
Collection<SystemGroupEntity> findBySystem(CriteriaSearchConfiguration criteria, String systemName)
CriteriaSearchConfiguration finder
-
toSystemGroup
void toSystemGroup(SystemGroupEntity source, com.soffid.iam.api.SystemGroup target)
Copy data toSystemGroupobject
-
toSystemGroup
com.soffid.iam.api.SystemGroup toSystemGroup(SystemGroupEntity entity)
Transforms toSystemGroupobject
-
toSystemGroupList
List<com.soffid.iam.api.SystemGroup> toSystemGroupList(Collection<SystemGroupEntity> entities)
Transforms toSystemGrouplist
-
systemGroupToEntity
void systemGroupToEntity(com.soffid.iam.api.SystemGroup source, SystemGroupEntity target, boolean copyIfNull)Copy data fromSystemGroupobject
-
systemGroupToEntity
SystemGroupEntity systemGroupToEntity(com.soffid.iam.api.SystemGroup instance)
Transforms fromSystemGroupobject
-
systemGroupToEntityList
List<SystemGroupEntity> systemGroupToEntityList(Collection<com.soffid.iam.api.SystemGroup> instances)
Transforms fromSystemGrouplist
-
toGrupDispatcher
void toGrupDispatcher(SystemGroupEntity source, es.caib.seycon.ng.comu.GrupDispatcher target)
Copy data toGrupDispatcherobject
-
toGrupDispatcher
es.caib.seycon.ng.comu.GrupDispatcher toGrupDispatcher(SystemGroupEntity entity)
Transforms toGrupDispatcherobject
-
toGrupDispatcherList
List<es.caib.seycon.ng.comu.GrupDispatcher> toGrupDispatcherList(Collection<SystemGroupEntity> entities)
Transforms toGrupDispatcherlist
-
grupDispatcherToEntity
void grupDispatcherToEntity(es.caib.seycon.ng.comu.GrupDispatcher source, SystemGroupEntity target, boolean copyIfNull)Copy data fromGrupDispatcherobject
-
grupDispatcherToEntity
SystemGroupEntity grupDispatcherToEntity(es.caib.seycon.ng.comu.GrupDispatcher instance)
Transforms fromGrupDispatcherobject
-
grupDispatcherToEntityList
List<SystemGroupEntity> grupDispatcherToEntityList(Collection<es.caib.seycon.ng.comu.GrupDispatcher> instances)
Transforms fromGrupDispatcherlist
-
newSystemGroupEntity
SystemGroupEntity newSystemGroupEntity()
Creates an instance ofSystemGroupEntity.
-
create
void create(SystemGroupEntity entity)
Adds an instance ofSystemGroupEntityto the persistent store.
-
update
void update(SystemGroupEntity entity)
Updates an instance ofSystemGroupEntityat the persistent store.
-
remove
void remove(SystemGroupEntity entity)
Removes an instance ofSystemGroupEntityfrom the persistent store.
-
load
SystemGroupEntity load(Long id)
Loads an instance ofSystemGroupEntityfrom the persistent store.
-
loadAll
List<SystemGroupEntity> loadAll()
Loads all instances ofSystemGroupEntityfrom the persistent store.
-
create
void create(Collection<? extends SystemGroupEntity> entities)
Creates a collection ofSystemGroupEntityand adds it to the persistent store.
-
update
void update(Collection<? extends SystemGroupEntity> entities)
Updates a collection ofSystemGroupEntityin the persistent store.
-
remove
void remove(Collection<? extends SystemGroupEntity> entities)
Removes a collection ofSystemGroupEntityfrom the persistent store.
-
remove
void remove(Long id)
Removes an instance ofSystemGroupEntityfrom the persistent store.
-
query
List<SystemGroupEntity> query(String query, Parameter[] parameters)
Query ofSystemGroupEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<SystemGroupEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSystemGroupEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-