|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjParuse | |
---|---|
it.eng.spagobi.bo.dao | |
it.eng.spagobi.bo.dao.hibernate | |
it.eng.spagobi.services.modules |
Uses of ObjParuse in it.eng.spagobi.bo.dao |
---|
Methods in it.eng.spagobi.bo.dao that return ObjParuse | |
---|---|
ObjParuse |
IObjParuseDAO.loadObjParuse(java.lang.Integer objParId,
java.lang.Integer paruseId)
Loads all detail information for a ObjParuse identified by its objParId and its paruseId . |
Methods in it.eng.spagobi.bo.dao with parameters of type ObjParuse | |
---|---|
void |
IObjParuseDAO.eraseObjParuse(ObjParuse aObjParuse)
Implements the query to erase a ObjParuse. |
void |
IObjParuseDAO.insertObjParuse(ObjParuse aObjParuse)
Implements the query to insert a ObjParuse. |
void |
IObjParuseDAO.modifyObjParuse(ObjParuse aObjParuse)
Implements the query to modify a ObjParuse. |
Uses of ObjParuse in it.eng.spagobi.bo.dao.hibernate |
---|
Methods in it.eng.spagobi.bo.dao.hibernate that return ObjParuse | |
---|---|
ObjParuse |
ObjParuseDAOHibImpl.loadObjParuse(java.lang.Integer objParId,
java.lang.Integer paruseId)
|
ObjParuse |
ObjParuseDAOHibImpl.toObjParuse(SbiObjParuse aSbiObjParuse)
From the hibernate SbiObjParuse at input, gives the corrispondent ObjParuse object. |
Methods in it.eng.spagobi.bo.dao.hibernate with parameters of type ObjParuse | |
---|---|
void |
ObjParuseDAOHibImpl.eraseObjParuse(ObjParuse aObjParuse)
|
void |
ObjParuseDAOHibImpl.insertObjParuse(ObjParuse aObjParuse)
|
void |
ObjParuseDAOHibImpl.modifyObjParuse(ObjParuse aObjParuse)
|
Uses of ObjParuse in it.eng.spagobi.services.modules |
---|
Methods in it.eng.spagobi.services.modules that return ObjParuse | |
---|---|
private ObjParuse |
ListObjParuseModule.recoverObjParuseDetail(java.lang.Integer objParId,
java.lang.Integer paruseId,
it.eng.spago.base.SourceBean request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |