|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.drivers.jasperreport.JasperReportDriver
public class JasperReportDriver
Driver Implementation (IEngineDriver Interface) for Jasper Report Engine.
Constructor Summary | |
---|---|
JasperReportDriver()
|
Method Summary | |
---|---|
it.eng.spagobi.drivers.EngineURL |
getEditDocumentTemplateBuildUrl(java.lang.Object biobject)
Function not implemented. |
it.eng.spagobi.drivers.EngineURL |
getNewDocumentTemplateBuildUrl(java.lang.Object biobject)
Function not implemented. |
java.util.Map |
getParameterMap(java.lang.Object biobject,
it.eng.spago.security.IEngUserProfile profile,
java.lang.String roleName)
Returns a map of parameters which will be send in the request to the engine application. |
java.util.Map |
getParameterMap(java.lang.Object object,
java.lang.Object subObject,
it.eng.spago.security.IEngUserProfile profile,
java.lang.String roleName)
Returns a map of parameters which will be send in the request to the engine application. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JasperReportDriver()
Method Detail |
---|
public java.util.Map getParameterMap(java.lang.Object biobject, it.eng.spago.security.IEngUserProfile profile, java.lang.String roleName)
getParameterMap
in interface it.eng.spagobi.drivers.IEngineDriver
biObject
- Object to executeprofile
- Profile of the userroleName
- the name of the execution role
public java.util.Map getParameterMap(java.lang.Object object, java.lang.Object subObject, it.eng.spago.security.IEngUserProfile profile, java.lang.String roleName)
getParameterMap
in interface it.eng.spagobi.drivers.IEngineDriver
biObject
- Object container of the subObjectsubObject
- SubObject to executeprofile
- Profile of the userroleName
- the name of the execution role
public it.eng.spagobi.drivers.EngineURL getEditDocumentTemplateBuildUrl(java.lang.Object biobject) throws it.eng.spagobi.drivers.exceptions.InvalidOperationRequest
getEditDocumentTemplateBuildUrl
in interface it.eng.spagobi.drivers.IEngineDriver
biobject
- The BIOBject to edit
it.eng.spagobi.drivers.exceptions.InvalidOperationRequest
public it.eng.spagobi.drivers.EngineURL getNewDocumentTemplateBuildUrl(java.lang.Object biobject) throws it.eng.spagobi.drivers.exceptions.InvalidOperationRequest
getNewDocumentTemplateBuildUrl
in interface it.eng.spagobi.drivers.IEngineDriver
biobject
- The BIOBject to edit
it.eng.spagobi.drivers.exceptions.InvalidOperationRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |