|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgressThread | |
---|---|
it.eng.spagobi.tools.massiveExport.dao |
Uses of ProgressThread in it.eng.spagobi.tools.massiveExport.dao |
---|
Methods in it.eng.spagobi.tools.massiveExport.dao that return ProgressThread | |
---|---|
ProgressThread |
IProgressThreadDAO.loadActiveProgressThreadByUserIdAndFuncCd(java.lang.String userId,
java.lang.String functCd)
|
ProgressThread |
ProgressThreadDAOImpl.loadActiveProgressThreadByUserIdAndFuncCd(java.lang.String userId,
java.lang.String functCd)
|
ProgressThread |
IProgressThreadDAO.loadProgressThreadById(java.lang.Integer progressThreadId)
|
ProgressThread |
ProgressThreadDAOImpl.loadProgressThreadById(java.lang.Integer progressThreadId)
|
ProgressThread |
ProgressThreadDAOImpl.toProgressThread(SbiProgressThread sbiPT)
|
Methods in it.eng.spagobi.tools.massiveExport.dao that return types with arguments of type ProgressThread | |
---|---|
java.util.List<ProgressThread> |
IProgressThreadDAO.loadActiveProgressThreadsByUserId(java.lang.String userId)
|
java.util.List<ProgressThread> |
ProgressThreadDAOImpl.loadActiveProgressThreadsByUserId(java.lang.String userId)
|
java.util.List<ProgressThread> |
IProgressThreadDAO.loadNotClosedProgressThreadsByUserId(java.lang.String userId)
|
java.util.List<ProgressThread> |
ProgressThreadDAOImpl.loadNotClosedProgressThreadsByUserId(java.lang.String userId)
|
Methods in it.eng.spagobi.tools.massiveExport.dao with parameters of type ProgressThread | |
---|---|
java.lang.Integer |
IProgressThreadDAO.insertProgressThread(ProgressThread progThread)
|
java.lang.Integer |
ProgressThreadDAOImpl.insertProgressThread(ProgressThread progThread)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |