Package com.soffid.iam.model
Interface UserProcessEntityDao
-
- All Known Implementing Classes:
UserProcessEntityDaoBase,UserProcessEntityDaoImpl
public interface UserProcessEntityDaoDAO for Entity UserProcessEntity- See Also:
es.caib.seycon.ng.model.UsuariWFProcessEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserProcessEntitybpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess instance)Transforms fromBpmUserProcessobjectvoidbpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess source, UserProcessEntity target, boolean copyIfNull)Copy data fromBpmUserProcessobjectList<UserProcessEntity>bpmUserProcessToEntityList(Collection<com.soffid.iam.api.BpmUserProcess> instances)Transforms fromBpmUserProcesslistvoidcreate(UserProcessEntity entity)Adds an instance ofUserProcessEntityto the persistent store.voidcreate(Collection<? extends UserProcessEntity> entities)Creates a collection ofUserProcessEntityand adds it to the persistent store.Collection<UserProcessEntity>findByProcessId(CriteriaSearchConfiguration criteria, Long processId)CriteriaSearchConfiguration finderCollection<UserProcessEntity>findByProcessId(Long processId)Operation findByProcessIdCollection<UserProcessEntity>findByUserName(CriteriaSearchConfiguration criteria, String userName)CriteriaSearchConfiguration finderCollection<UserProcessEntity>findByUserName(String userName)Operation findByUserNameCollection<UserProcessEntity>findByUserNationalId(CriteriaSearchConfiguration criteria, String nationalId)CriteriaSearchConfiguration finderCollection<UserProcessEntity>findByUserNationalId(String nationalId)Operation findByUserNationalIdUserProcessEntityload(Long id)Loads an instance ofUserProcessEntityfrom the persistent store.List<UserProcessEntity>loadAll()Loads all instances ofUserProcessEntityfrom the persistent store.UserProcessEntitynewUserProcessEntity()Creates an instance ofUserProcessEntity.List<UserProcessEntity>query(String query, Parameter[] parameters)Query ofUserProcessEntityfrom the persistent store.List<UserProcessEntity>query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofUserProcessEntityfrom the persistent store.voidremove(UserProcessEntity entity)Removes an instance ofUserProcessEntityfrom the persistent store.voidremove(Long id)Removes an instance ofUserProcessEntityfrom the persistent store.voidremove(Collection<? extends UserProcessEntity> entities)Removes a collection ofUserProcessEntityfrom the persistent store.com.soffid.iam.api.BpmUserProcesstoBpmUserProcess(UserProcessEntity entity)Transforms toBpmUserProcessobjectvoidtoBpmUserProcess(UserProcessEntity source, com.soffid.iam.api.BpmUserProcess target)Copy data toBpmUserProcessobjectList<com.soffid.iam.api.BpmUserProcess>toBpmUserProcessList(Collection<UserProcessEntity> entities)Transforms toBpmUserProcesslistes.caib.seycon.ng.comu.UsuariWFProcesstoUsuariWFProcess(UserProcessEntity entity)Transforms toUsuariWFProcessobjectvoidtoUsuariWFProcess(UserProcessEntity source, es.caib.seycon.ng.comu.UsuariWFProcess target)Copy data toUsuariWFProcessobjectList<es.caib.seycon.ng.comu.UsuariWFProcess>toUsuariWFProcessList(Collection<UserProcessEntity> entities)Transforms toUsuariWFProcesslistvoidupdate(UserProcessEntity entity)Updates an instance ofUserProcessEntityat the persistent store.voidupdate(Collection<? extends UserProcessEntity> entities)Updates a collection ofUserProcessEntityin the persistent store.UserProcessEntityusuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess instance)Transforms fromUsuariWFProcessobjectvoidusuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess source, UserProcessEntity target, boolean copyIfNull)Copy data fromUsuariWFProcessobjectList<UserProcessEntity>usuariWFProcessToEntityList(Collection<es.caib.seycon.ng.comu.UsuariWFProcess> instances)Transforms fromUsuariWFProcesslist
-
-
-
Method Detail
-
findByUserName
Collection<UserProcessEntity> findByUserName(String userName)
Operation findByUserName- Parameters:
userName-- Returns:
-
findByUserName
Collection<UserProcessEntity> findByUserName(CriteriaSearchConfiguration criteria, String userName)
CriteriaSearchConfiguration finder
-
findByProcessId
Collection<UserProcessEntity> findByProcessId(Long processId)
Operation findByProcessId- Parameters:
processId-- Returns:
-
findByProcessId
Collection<UserProcessEntity> findByProcessId(CriteriaSearchConfiguration criteria, Long processId)
CriteriaSearchConfiguration finder
-
findByUserNationalId
Collection<UserProcessEntity> findByUserNationalId(String nationalId)
Operation findByUserNationalId- Parameters:
nationalId-- Returns:
-
findByUserNationalId
Collection<UserProcessEntity> findByUserNationalId(CriteriaSearchConfiguration criteria, String nationalId)
CriteriaSearchConfiguration finder
-
toBpmUserProcess
void toBpmUserProcess(UserProcessEntity source, com.soffid.iam.api.BpmUserProcess target)
Copy data toBpmUserProcessobject
-
toBpmUserProcess
com.soffid.iam.api.BpmUserProcess toBpmUserProcess(UserProcessEntity entity)
Transforms toBpmUserProcessobject
-
toBpmUserProcessList
List<com.soffid.iam.api.BpmUserProcess> toBpmUserProcessList(Collection<UserProcessEntity> entities)
Transforms toBpmUserProcesslist
-
bpmUserProcessToEntity
void bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess source, UserProcessEntity target, boolean copyIfNull)Copy data fromBpmUserProcessobject
-
bpmUserProcessToEntity
UserProcessEntity bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess instance)
Transforms fromBpmUserProcessobject
-
bpmUserProcessToEntityList
List<UserProcessEntity> bpmUserProcessToEntityList(Collection<com.soffid.iam.api.BpmUserProcess> instances)
Transforms fromBpmUserProcesslist
-
toUsuariWFProcess
void toUsuariWFProcess(UserProcessEntity source, es.caib.seycon.ng.comu.UsuariWFProcess target)
Copy data toUsuariWFProcessobject
-
toUsuariWFProcess
es.caib.seycon.ng.comu.UsuariWFProcess toUsuariWFProcess(UserProcessEntity entity)
Transforms toUsuariWFProcessobject
-
toUsuariWFProcessList
List<es.caib.seycon.ng.comu.UsuariWFProcess> toUsuariWFProcessList(Collection<UserProcessEntity> entities)
Transforms toUsuariWFProcesslist
-
usuariWFProcessToEntity
void usuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess source, UserProcessEntity target, boolean copyIfNull)Copy data fromUsuariWFProcessobject
-
usuariWFProcessToEntity
UserProcessEntity usuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess instance)
Transforms fromUsuariWFProcessobject
-
usuariWFProcessToEntityList
List<UserProcessEntity> usuariWFProcessToEntityList(Collection<es.caib.seycon.ng.comu.UsuariWFProcess> instances)
Transforms fromUsuariWFProcesslist
-
newUserProcessEntity
UserProcessEntity newUserProcessEntity()
Creates an instance ofUserProcessEntity.
-
create
void create(UserProcessEntity entity)
Adds an instance ofUserProcessEntityto the persistent store.
-
update
void update(UserProcessEntity entity)
Updates an instance ofUserProcessEntityat the persistent store.
-
remove
void remove(UserProcessEntity entity)
Removes an instance ofUserProcessEntityfrom the persistent store.
-
load
UserProcessEntity load(Long id)
Loads an instance ofUserProcessEntityfrom the persistent store.
-
loadAll
List<UserProcessEntity> loadAll()
Loads all instances ofUserProcessEntityfrom the persistent store.
-
create
void create(Collection<? extends UserProcessEntity> entities)
Creates a collection ofUserProcessEntityand adds it to the persistent store.
-
update
void update(Collection<? extends UserProcessEntity> entities)
Updates a collection ofUserProcessEntityin the persistent store.
-
remove
void remove(Collection<? extends UserProcessEntity> entities)
Removes a collection ofUserProcessEntityfrom the persistent store.
-
remove
void remove(Long id)
Removes an instance ofUserProcessEntityfrom the persistent store.
-
query
List<UserProcessEntity> query(String query, Parameter[] parameters)
Query ofUserProcessEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<UserProcessEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofUserProcessEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-