|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.document.utils.DetBIObjModHelper
public class DetBIObjModHelper
Constructor Summary | |
---|---|
DetBIObjModHelper(it.eng.spago.base.RequestContainer reqCont,
it.eng.spago.base.ResponseContainer respCont,
it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
Instantiates a new det bi obj mod helper. |
Method Summary | |
---|---|
static BIObject |
clone(BIObject obj)
Clone. |
static BIObjectParameter |
clone(BIObjectParameter biObjPar)
Clone. |
static BIObjectParameter |
createNewBIObjectParameter(java.lang.Integer objId)
Creates the new bi object parameter. |
void |
fillResponse(java.lang.String initialPath)
Fills the response SourceBean with some needed BI Objects information. |
static int |
findBIObjParId(java.lang.Object objParIdObj)
Find bi obj par id. |
BIObject |
recoverBIObjectDetails(java.lang.String mod)
Recover bi object details. |
BIObjectParameter |
recoverBIObjectParameterDetails(java.lang.Integer biobjIdInt)
Recover bi object parameter details. |
ObjTemplate |
recoverBIObjTemplateDetails()
Recover bi obj template details. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DetBIObjModHelper(it.eng.spago.base.RequestContainer reqCont, it.eng.spago.base.ResponseContainer respCont, it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
reqCont
- the req contrequest
- the requestresponse
- the responseMethod Detail |
---|
public BIObject recoverBIObjectDetails(java.lang.String mod) throws java.lang.Exception
mod
- the mod
java.lang.Exception
- the exceptionpublic ObjTemplate recoverBIObjTemplateDetails() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic BIObjectParameter recoverBIObjectParameterDetails(java.lang.Integer biobjIdInt)
biobjIdInt
- the biobj id int
public void fillResponse(java.lang.String initialPath)
initialPath
- the initial pathpublic static BIObjectParameter clone(BIObjectParameter biObjPar)
biObjPar
- the bi obj par
public static BIObject clone(BIObject obj)
obj
- the obj
public static BIObjectParameter createNewBIObjectParameter(java.lang.Integer objId) throws it.eng.spago.error.EMFUserError
objId
- the obj id
it.eng.spago.error.EMFUserError
- the EMF user errorpublic static int findBIObjParId(java.lang.Object objParIdObj)
objParIdObj
- the obj par id obj
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |