Uses of Class
com.soffid.iam.model.UserProcessEntity
-
Packages that use UserProcessEntity Package Description com.soffid.iam.model -
-
Uses of UserProcessEntity in com.soffid.iam.model
Subclasses of UserProcessEntity in com.soffid.iam.model Modifier and Type Class Description class
UserProcessEntityImpl
Entity UserProcessEntity implementationMethods in com.soffid.iam.model that return UserProcessEntity Modifier and Type Method Description UserProcessEntity
UserProcessEntityDao. bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess instance)
Transforms fromBpmUserProcess
objectUserProcessEntity
UserProcessEntityDaoBase. bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess instance)
Transforms fromBpmUserProcess
objectUserProcessEntity
UserProcessEntityDaoImpl. bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess usuariWFProcess)
UserProcessEntity
UserProcessEntityDao. load(Long id)
Loads an instance ofUserProcessEntity
from the persistent store.UserProcessEntity
UserProcessEntityDaoBase. load(Long id)
Loads an instance ofUserProcessEntity
from the persistent store.UserProcessEntity
UserProcessEntityDao. newUserProcessEntity()
Creates an instance ofUserProcessEntity
.UserProcessEntity
UserProcessEntityDaoBase. newUserProcessEntity()
Creates an instance ofUserProcessEntity
.UserProcessEntity
UserProcessEntityDao. usuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess instance)
Transforms fromUsuariWFProcess
objectUserProcessEntity
UserProcessEntityDaoBase. usuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess instance)
Transforms fromUsuariWFProcess
objectMethods in com.soffid.iam.model that return types with arguments of type UserProcessEntity Modifier and Type Method Description List<UserProcessEntity>
UserProcessEntityDao. bpmUserProcessToEntityList(Collection<com.soffid.iam.api.BpmUserProcess> instances)
Transforms fromBpmUserProcess
listList<UserProcessEntity>
UserProcessEntityDaoBase. bpmUserProcessToEntityList(Collection<com.soffid.iam.api.BpmUserProcess> instances)
Transforms fromBpmUserProcess
listCollection<UserProcessEntity>
UserProcessEntityDao. findByProcessId(CriteriaSearchConfiguration criteria, Long processId)
CriteriaSearchConfiguration finderCollection<UserProcessEntity>
UserProcessEntityDao. findByProcessId(Long processId)
Operation findByProcessIdCollection<UserProcessEntity>
UserProcessEntityDaoBase. findByProcessId(CriteriaSearchConfiguration criteria, Long processId)
CriteriaSearchConfiguration implementationCollection<UserProcessEntity>
UserProcessEntityDaoBase. findByProcessId(Long processId)
Operation findByProcessIdCollection<UserProcessEntity>
UserProcessEntityDaoBase. findByProcessId(String queryString, CriteriaSearchConfiguration criteria, Long processId)
Internal implementationCollection<UserProcessEntity>
UserProcessEntityDao. findByUserName(CriteriaSearchConfiguration criteria, String userName)
CriteriaSearchConfiguration finderCollection<UserProcessEntity>
UserProcessEntityDao. findByUserName(String userName)
Operation findByUserNameCollection<UserProcessEntity>
UserProcessEntityDaoBase. findByUserName(CriteriaSearchConfiguration criteria, String userName)
CriteriaSearchConfiguration implementationCollection<UserProcessEntity>
UserProcessEntityDaoBase. findByUserName(String userName)
Operation findByUserNameCollection<UserProcessEntity>
UserProcessEntityDaoBase. findByUserName(String queryString, CriteriaSearchConfiguration criteria, String userName)
Internal implementationCollection<UserProcessEntity>
UserProcessEntityDao. findByUserNationalId(CriteriaSearchConfiguration criteria, String nationalId)
CriteriaSearchConfiguration finderCollection<UserProcessEntity>
UserProcessEntityDao. findByUserNationalId(String nationalId)
Operation findByUserNationalIdCollection<UserProcessEntity>
UserProcessEntityDaoBase. findByUserNationalId(CriteriaSearchConfiguration criteria, String nationalId)
CriteriaSearchConfiguration implementationCollection<UserProcessEntity>
UserProcessEntityDaoBase. findByUserNationalId(String nationalId)
Operation findByUserNationalIdCollection<UserProcessEntity>
UserProcessEntityDaoBase. findByUserNationalId(String queryString, CriteriaSearchConfiguration criteria, String nationalId)
Internal implementationList<UserProcessEntity>
UserProcessEntityDao. loadAll()
Loads all instances ofUserProcessEntity
from the persistent store.List<UserProcessEntity>
UserProcessEntityDaoBase. loadAll()
Loads all instances ofUserProcessEntity
from the persistent store.List<UserProcessEntity>
UserProcessEntityDao. query(String query, Parameter[] parameters)
Query ofUserProcessEntity
from the persistent store.List<UserProcessEntity>
UserProcessEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofUserProcessEntity
from the persistent store.List<UserProcessEntity>
UserProcessEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofUserProcessEntity
from the persistent store.List<UserProcessEntity>
UserProcessEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofUserProcessEntity
from the persistent store.List<UserProcessEntity>
UserProcessEntityDao. usuariWFProcessToEntityList(Collection<es.caib.seycon.ng.comu.UsuariWFProcess> instances)
Transforms fromUsuariWFProcess
listList<UserProcessEntity>
UserProcessEntityDaoBase. usuariWFProcessToEntityList(Collection<es.caib.seycon.ng.comu.UsuariWFProcess> instances)
Transforms fromBpmUserProcess
listMethods in com.soffid.iam.model with parameters of type UserProcessEntity Modifier and Type Method Description void
UserProcessEntityDao. bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess source, UserProcessEntity target, boolean copyIfNull)
Copy data fromBpmUserProcess
objectvoid
UserProcessEntityDaoBase. bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess source, UserProcessEntity target, boolean copyIfNull)
Copy data fromBpmUserProcess
objectvoid
UserProcessEntityDaoImpl. bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess source, UserProcessEntity target, boolean copyIfNull)
void
UserProcessEntityDao. create(UserProcessEntity entity)
Adds an instance ofUserProcessEntity
to the persistent store.void
UserProcessEntityDaoBase. create(UserProcessEntity entity)
Adds an instance ofUserProcessEntity
to the persistent store.void
UserProcessEntityDaoImpl. create(UserProcessEntity usuariWFProcessEntity)
void
UserProcessEntityDao. remove(UserProcessEntity entity)
Removes an instance ofUserProcessEntity
from the persistent store.void
UserProcessEntityDaoBase. remove(UserProcessEntity entity)
Removes an instance ofUserProcessEntity
from the persistent store.void
UserProcessEntityDaoImpl. remove(UserProcessEntity usuariWFProcessEntity)
com.soffid.iam.api.BpmUserProcess
UserProcessEntityDao. toBpmUserProcess(UserProcessEntity entity)
Transforms toBpmUserProcess
objectvoid
UserProcessEntityDao. toBpmUserProcess(UserProcessEntity source, com.soffid.iam.api.BpmUserProcess target)
Copy data toBpmUserProcess
objectcom.soffid.iam.api.BpmUserProcess
UserProcessEntityDaoBase. toBpmUserProcess(UserProcessEntity entity)
Transforms toBpmUserProcess
objectvoid
UserProcessEntityDaoBase. toBpmUserProcess(UserProcessEntity source, com.soffid.iam.api.BpmUserProcess target)
Copy data toBpmUserProcess
objectcom.soffid.iam.api.BpmUserProcess
UserProcessEntityDaoImpl. toBpmUserProcess(UserProcessEntity entity)
void
UserProcessEntityDaoImpl. toBpmUserProcess(UserProcessEntity source, com.soffid.iam.api.BpmUserProcess target)
es.caib.seycon.ng.comu.UsuariWFProcess
UserProcessEntityDao. toUsuariWFProcess(UserProcessEntity entity)
Transforms toUsuariWFProcess
objectvoid
UserProcessEntityDao. toUsuariWFProcess(UserProcessEntity source, es.caib.seycon.ng.comu.UsuariWFProcess target)
Copy data toUsuariWFProcess
objectes.caib.seycon.ng.comu.UsuariWFProcess
UserProcessEntityDaoBase. toUsuariWFProcess(UserProcessEntity entity)
Transforms toBpmUserProcess
objectvoid
UserProcessEntityDaoBase. toUsuariWFProcess(UserProcessEntity source, es.caib.seycon.ng.comu.UsuariWFProcess target)
void
UserProcessEntityDao. update(UserProcessEntity entity)
Updates an instance ofUserProcessEntity
at the persistent store.void
UserProcessEntityDaoBase. update(UserProcessEntity entity)
Updates an instance ofUserProcessEntity
at the persistent store.void
UserProcessEntityDaoImpl. update(UserProcessEntity usuariWFProcessEntity)
void
UserProcessEntityDao. usuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess source, UserProcessEntity target, boolean copyIfNull)
Copy data fromUsuariWFProcess
objectvoid
UserProcessEntityDaoBase. usuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess source, UserProcessEntity target, boolean copyIfNull)
Copy data fromUsuariWFProcess
objectMethod parameters in com.soffid.iam.model with type arguments of type UserProcessEntity Modifier and Type Method Description void
UserProcessEntityDao. create(Collection<? extends UserProcessEntity> entities)
Creates a collection ofUserProcessEntity
and adds it to the persistent store.void
UserProcessEntityDaoBase. create(Collection<? extends UserProcessEntity> entities)
Creates a collection ofUserProcessEntity
and adds it to the persistent store.void
UserProcessEntityDao. remove(Collection<? extends UserProcessEntity> entities)
Removes a collection ofUserProcessEntity
from the persistent store.void
UserProcessEntityDaoBase. remove(Collection<? extends UserProcessEntity> entities)
Removes a collection ofUserProcessEntity
from the persistent store.List<com.soffid.iam.api.BpmUserProcess>
UserProcessEntityDao. toBpmUserProcessList(Collection<UserProcessEntity> entities)
Transforms toBpmUserProcess
listList<com.soffid.iam.api.BpmUserProcess>
UserProcessEntityDaoBase. toBpmUserProcessList(Collection<UserProcessEntity> instances)
Transforms toBpmUserProcess
listList<es.caib.seycon.ng.comu.UsuariWFProcess>
UserProcessEntityDao. toUsuariWFProcessList(Collection<UserProcessEntity> entities)
Transforms toUsuariWFProcess
listList<es.caib.seycon.ng.comu.UsuariWFProcess>
UserProcessEntityDaoBase. toUsuariWFProcessList(Collection<UserProcessEntity> instances)
Transforms toUsuariWFProcess
listvoid
UserProcessEntityDao. update(Collection<? extends UserProcessEntity> entities)
Updates a collection ofUserProcessEntity
in the persistent store.void
UserProcessEntityDaoBase. update(Collection<? extends UserProcessEntity> entities)
Updates a collection ofUserProcessEntity
in the persistent store.
-