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 classUserProcessEntityImplEntity UserProcessEntity implementationMethods in com.soffid.iam.model that return UserProcessEntity Modifier and Type Method Description UserProcessEntityUserProcessEntityDao. bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess instance)Transforms fromBpmUserProcessobjectUserProcessEntityUserProcessEntityDaoBase. bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess instance)Transforms fromBpmUserProcessobjectUserProcessEntityUserProcessEntityDaoImpl. bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess usuariWFProcess)UserProcessEntityUserProcessEntityDao. load(Long id)Loads an instance ofUserProcessEntityfrom the persistent store.UserProcessEntityUserProcessEntityDaoBase. load(Long id)Loads an instance ofUserProcessEntityfrom the persistent store.UserProcessEntityUserProcessEntityDao. newUserProcessEntity()Creates an instance ofUserProcessEntity.UserProcessEntityUserProcessEntityDaoBase. newUserProcessEntity()Creates an instance ofUserProcessEntity.UserProcessEntityUserProcessEntityDao. usuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess instance)Transforms fromUsuariWFProcessobjectUserProcessEntityUserProcessEntityDaoBase. usuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess instance)Transforms fromUsuariWFProcessobjectMethods 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 fromBpmUserProcesslistList<UserProcessEntity>UserProcessEntityDaoBase. bpmUserProcessToEntityList(Collection<com.soffid.iam.api.BpmUserProcess> instances)Transforms fromBpmUserProcesslistCollection<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 ofUserProcessEntityfrom the persistent store.List<UserProcessEntity>UserProcessEntityDaoBase. loadAll()Loads all instances ofUserProcessEntityfrom the persistent store.List<UserProcessEntity>UserProcessEntityDao. query(String query, Parameter[] parameters)Query ofUserProcessEntityfrom the persistent store.List<UserProcessEntity>UserProcessEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofUserProcessEntityfrom the persistent store.List<UserProcessEntity>UserProcessEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofUserProcessEntityfrom the persistent store.List<UserProcessEntity>UserProcessEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofUserProcessEntityfrom the persistent store.List<UserProcessEntity>UserProcessEntityDao. usuariWFProcessToEntityList(Collection<es.caib.seycon.ng.comu.UsuariWFProcess> instances)Transforms fromUsuariWFProcesslistList<UserProcessEntity>UserProcessEntityDaoBase. usuariWFProcessToEntityList(Collection<es.caib.seycon.ng.comu.UsuariWFProcess> instances)Transforms fromBpmUserProcesslistMethods in com.soffid.iam.model with parameters of type UserProcessEntity Modifier and Type Method Description voidUserProcessEntityDao. bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess source, UserProcessEntity target, boolean copyIfNull)Copy data fromBpmUserProcessobjectvoidUserProcessEntityDaoBase. bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess source, UserProcessEntity target, boolean copyIfNull)Copy data fromBpmUserProcessobjectvoidUserProcessEntityDaoImpl. bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess source, UserProcessEntity target, boolean copyIfNull)voidUserProcessEntityDao. create(UserProcessEntity entity)Adds an instance ofUserProcessEntityto the persistent store.voidUserProcessEntityDaoBase. create(UserProcessEntity entity)Adds an instance ofUserProcessEntityto the persistent store.voidUserProcessEntityDaoImpl. create(UserProcessEntity usuariWFProcessEntity)voidUserProcessEntityDao. remove(UserProcessEntity entity)Removes an instance ofUserProcessEntityfrom the persistent store.voidUserProcessEntityDaoBase. remove(UserProcessEntity entity)Removes an instance ofUserProcessEntityfrom the persistent store.voidUserProcessEntityDaoImpl. remove(UserProcessEntity usuariWFProcessEntity)com.soffid.iam.api.BpmUserProcessUserProcessEntityDao. toBpmUserProcess(UserProcessEntity entity)Transforms toBpmUserProcessobjectvoidUserProcessEntityDao. toBpmUserProcess(UserProcessEntity source, com.soffid.iam.api.BpmUserProcess target)Copy data toBpmUserProcessobjectcom.soffid.iam.api.BpmUserProcessUserProcessEntityDaoBase. toBpmUserProcess(UserProcessEntity entity)Transforms toBpmUserProcessobjectvoidUserProcessEntityDaoBase. toBpmUserProcess(UserProcessEntity source, com.soffid.iam.api.BpmUserProcess target)Copy data toBpmUserProcessobjectcom.soffid.iam.api.BpmUserProcessUserProcessEntityDaoImpl. toBpmUserProcess(UserProcessEntity entity)voidUserProcessEntityDaoImpl. toBpmUserProcess(UserProcessEntity source, com.soffid.iam.api.BpmUserProcess target)es.caib.seycon.ng.comu.UsuariWFProcessUserProcessEntityDao. toUsuariWFProcess(UserProcessEntity entity)Transforms toUsuariWFProcessobjectvoidUserProcessEntityDao. toUsuariWFProcess(UserProcessEntity source, es.caib.seycon.ng.comu.UsuariWFProcess target)Copy data toUsuariWFProcessobjectes.caib.seycon.ng.comu.UsuariWFProcessUserProcessEntityDaoBase. toUsuariWFProcess(UserProcessEntity entity)Transforms toBpmUserProcessobjectvoidUserProcessEntityDaoBase. toUsuariWFProcess(UserProcessEntity source, es.caib.seycon.ng.comu.UsuariWFProcess target)voidUserProcessEntityDao. update(UserProcessEntity entity)Updates an instance ofUserProcessEntityat the persistent store.voidUserProcessEntityDaoBase. update(UserProcessEntity entity)Updates an instance ofUserProcessEntityat the persistent store.voidUserProcessEntityDaoImpl. update(UserProcessEntity usuariWFProcessEntity)voidUserProcessEntityDao. usuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess source, UserProcessEntity target, boolean copyIfNull)Copy data fromUsuariWFProcessobjectvoidUserProcessEntityDaoBase. usuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess source, UserProcessEntity target, boolean copyIfNull)Copy data fromUsuariWFProcessobjectMethod parameters in com.soffid.iam.model with type arguments of type UserProcessEntity Modifier and Type Method Description voidUserProcessEntityDao. create(Collection<? extends UserProcessEntity> entities)Creates a collection ofUserProcessEntityand adds it to the persistent store.voidUserProcessEntityDaoBase. create(Collection<? extends UserProcessEntity> entities)Creates a collection ofUserProcessEntityand adds it to the persistent store.voidUserProcessEntityDao. remove(Collection<? extends UserProcessEntity> entities)Removes a collection ofUserProcessEntityfrom the persistent store.voidUserProcessEntityDaoBase. remove(Collection<? extends UserProcessEntity> entities)Removes a collection ofUserProcessEntityfrom the persistent store.List<com.soffid.iam.api.BpmUserProcess>UserProcessEntityDao. toBpmUserProcessList(Collection<UserProcessEntity> entities)Transforms toBpmUserProcesslistList<com.soffid.iam.api.BpmUserProcess>UserProcessEntityDaoBase. toBpmUserProcessList(Collection<UserProcessEntity> instances)Transforms toBpmUserProcesslistList<es.caib.seycon.ng.comu.UsuariWFProcess>UserProcessEntityDao. toUsuariWFProcessList(Collection<UserProcessEntity> entities)Transforms toUsuariWFProcesslistList<es.caib.seycon.ng.comu.UsuariWFProcess>UserProcessEntityDaoBase. toUsuariWFProcessList(Collection<UserProcessEntity> instances)Transforms toUsuariWFProcesslistvoidUserProcessEntityDao. update(Collection<? extends UserProcessEntity> entities)Updates a collection ofUserProcessEntityin the persistent store.voidUserProcessEntityDaoBase. update(Collection<? extends UserProcessEntity> entities)Updates a collection ofUserProcessEntityin the persistent store.
-