Package com.soffid.iam.model
Interface SystemEntityDao
-
- All Known Implementing Classes:
SystemEntityDaoBase,SystemEntityDaoImpl
public interface SystemEntityDaoDAO for Entity SystemEntity- See Also:
es.caib.seycon.ng.model.DispatcherEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreate(SystemEntity entity)Adds an instance ofSystemEntityto the persistent store.voidcreate(Collection<? extends SystemEntity> entities)Creates a collection ofSystemEntityand adds it to the persistent store.SystemEntitydispatcherToEntity(es.caib.seycon.ng.comu.Dispatcher instance)Transforms fromDispatcherobjectvoiddispatcherToEntity(es.caib.seycon.ng.comu.Dispatcher source, SystemEntity target, boolean copyIfNull)Copy data fromDispatcherobjectList<SystemEntity>dispatcherToEntityList(Collection<es.caib.seycon.ng.comu.Dispatcher> instances)Transforms fromDispatcherlistList<SystemEntity>findActives()Operation findActivesList<SystemEntity>findActives(CriteriaSearchConfiguration criteria)CriteriaSearchConfiguration finderList<SystemEntity>findByFilter(CriteriaSearchConfiguration criteria, String name, String className, String url, String roleBased, String trusted, String active)CriteriaSearchConfiguration finderList<SystemEntity>findByFilter(String name, String className, String url, String roleBased, String trusted, String active)Operation findByFilterSystemEntityfindByName(CriteriaSearchConfiguration criteria, String name)CriteriaSearchConfiguration finderSystemEntityfindByName(String name)Operation findByNameCollection<SystemEntity>findByUsage(CriteriaSearchConfiguration criteria, String usage)CriteriaSearchConfiguration finderCollection<SystemEntity>findByUsage(String usage)Operation findByUsageCollection<SystemEntity>findServerTenants(CriteriaSearchConfiguration criteria, String server)CriteriaSearchConfiguration finderCollection<SystemEntity>findServerTenants(String server)Operation findServerTenantsCollection<SystemEntity>findServices(CriteriaSearchConfiguration criteria, String url, boolean t)CriteriaSearchConfiguration finderCollection<SystemEntity>findServices(String url, boolean t)Operation findServicesSystemEntityfindSoffidSystem()Operation findSoffidSystemSystemEntityfindSoffidSystem(CriteriaSearchConfiguration criteria)CriteriaSearchConfiguration finderSystemEntityload(Long id)Loads an instance ofSystemEntityfrom the persistent store.List<SystemEntity>loadAll()Loads all instances ofSystemEntityfrom the persistent store.SystemEntitynewSystemEntity()Creates an instance ofSystemEntity.List<SystemEntity>query(String query, Parameter[] parameters)Query ofSystemEntityfrom the persistent store.List<SystemEntity>query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofSystemEntityfrom the persistent store.voidremove(SystemEntity entity)Removes an instance ofSystemEntityfrom the persistent store.voidremove(Long id)Removes an instance ofSystemEntityfrom the persistent store.voidremove(Collection<? extends SystemEntity> entities)Removes a collection ofSystemEntityfrom the persistent store.SystemEntitysystemToEntity(com.soffid.iam.api.System instance)Transforms fromSystemobjectvoidsystemToEntity(com.soffid.iam.api.System source, SystemEntity target, boolean copyIfNull)Copy data fromSystemobjectList<SystemEntity>systemToEntityList(Collection<com.soffid.iam.api.System> instances)Transforms fromSystemlistes.caib.seycon.ng.comu.DispatchertoDispatcher(SystemEntity entity)Transforms toDispatcherobjectvoidtoDispatcher(SystemEntity source, es.caib.seycon.ng.comu.Dispatcher target)Copy data toDispatcherobjectList<es.caib.seycon.ng.comu.Dispatcher>toDispatcherList(Collection<SystemEntity> entities)Transforms toDispatcherlistcom.soffid.iam.api.SystemtoSystem(SystemEntity entity)Transforms toSystemobjectvoidtoSystem(SystemEntity source, com.soffid.iam.api.System target)Copy data toSystemobjectList<com.soffid.iam.api.System>toSystemList(Collection<SystemEntity> entities)Transforms toSystemlistvoidupdate(SystemEntity entity)Updates an instance ofSystemEntityat the persistent store.voidupdate(Collection<? extends SystemEntity> entities)Updates a collection ofSystemEntityin the persistent store.
-
-
-
Method Detail
-
findByName
SystemEntity findByName(String name)
Operation findByName- Parameters:
name-- Returns:
-
findByName
SystemEntity findByName(CriteriaSearchConfiguration criteria, String name)
CriteriaSearchConfiguration finder
-
findSoffidSystem
SystemEntity findSoffidSystem()
Operation findSoffidSystem- Returns:
-
findSoffidSystem
SystemEntity findSoffidSystem(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration finder
-
findByUsage
Collection<SystemEntity> findByUsage(String usage)
Operation findByUsage- Parameters:
usage-- Returns:
-
findByUsage
Collection<SystemEntity> findByUsage(CriteriaSearchConfiguration criteria, String usage)
CriteriaSearchConfiguration finder
-
findServerTenants
Collection<SystemEntity> findServerTenants(String server)
Operation findServerTenants- Parameters:
server-- Returns:
-
findServerTenants
Collection<SystemEntity> findServerTenants(CriteriaSearchConfiguration criteria, String server)
CriteriaSearchConfiguration finder
-
findServices
Collection<SystemEntity> findServices(String url, boolean t)
Operation findServices- Parameters:
url-t-- Returns:
-
findServices
Collection<SystemEntity> findServices(CriteriaSearchConfiguration criteria, String url, boolean t)
CriteriaSearchConfiguration finder
-
findActives
List<SystemEntity> findActives()
Operation findActives- Returns:
-
findActives
List<SystemEntity> findActives(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration finder
-
findByFilter
List<SystemEntity> findByFilter(String name, String className, String url, String roleBased, String trusted, String active)
Operation findByFilter- Parameters:
name-className-url-roleBased-trusted-active-- Returns:
-
findByFilter
List<SystemEntity> findByFilter(CriteriaSearchConfiguration criteria, String name, String className, String url, String roleBased, String trusted, String active)
CriteriaSearchConfiguration finder
-
toSystem
void toSystem(SystemEntity source, com.soffid.iam.api.System target)
Copy data toSystemobject
-
toSystem
com.soffid.iam.api.System toSystem(SystemEntity entity)
Transforms toSystemobject
-
toSystemList
List<com.soffid.iam.api.System> toSystemList(Collection<SystemEntity> entities)
Transforms toSystemlist
-
systemToEntity
void systemToEntity(com.soffid.iam.api.System source, SystemEntity target, boolean copyIfNull)Copy data fromSystemobject
-
systemToEntity
SystemEntity systemToEntity(com.soffid.iam.api.System instance)
Transforms fromSystemobject
-
systemToEntityList
List<SystemEntity> systemToEntityList(Collection<com.soffid.iam.api.System> instances)
Transforms fromSystemlist
-
toDispatcher
void toDispatcher(SystemEntity source, es.caib.seycon.ng.comu.Dispatcher target)
Copy data toDispatcherobject
-
toDispatcher
es.caib.seycon.ng.comu.Dispatcher toDispatcher(SystemEntity entity)
Transforms toDispatcherobject
-
toDispatcherList
List<es.caib.seycon.ng.comu.Dispatcher> toDispatcherList(Collection<SystemEntity> entities)
Transforms toDispatcherlist
-
dispatcherToEntity
void dispatcherToEntity(es.caib.seycon.ng.comu.Dispatcher source, SystemEntity target, boolean copyIfNull)Copy data fromDispatcherobject
-
dispatcherToEntity
SystemEntity dispatcherToEntity(es.caib.seycon.ng.comu.Dispatcher instance)
Transforms fromDispatcherobject
-
dispatcherToEntityList
List<SystemEntity> dispatcherToEntityList(Collection<es.caib.seycon.ng.comu.Dispatcher> instances)
Transforms fromDispatcherlist
-
newSystemEntity
SystemEntity newSystemEntity()
Creates an instance ofSystemEntity.
-
create
void create(SystemEntity entity)
Adds an instance ofSystemEntityto the persistent store.
-
update
void update(SystemEntity entity)
Updates an instance ofSystemEntityat the persistent store.
-
remove
void remove(SystemEntity entity)
Removes an instance ofSystemEntityfrom the persistent store.
-
load
SystemEntity load(Long id)
Loads an instance ofSystemEntityfrom the persistent store.
-
loadAll
List<SystemEntity> loadAll()
Loads all instances ofSystemEntityfrom the persistent store.
-
create
void create(Collection<? extends SystemEntity> entities)
Creates a collection ofSystemEntityand adds it to the persistent store.
-
update
void update(Collection<? extends SystemEntity> entities)
Updates a collection ofSystemEntityin the persistent store.
-
remove
void remove(Collection<? extends SystemEntity> entities)
Removes a collection ofSystemEntityfrom the persistent store.
-
remove
void remove(Long id)
Removes an instance ofSystemEntityfrom the persistent store.
-
query
List<SystemEntity> query(String query, Parameter[] parameters)
Query ofSystemEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<SystemEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSystemEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-