it.eng.spagobi.services.content.service
Class ContentServiceImplSupplier

java.lang.Object
  extended by it.eng.spagobi.services.content.service.ContentServiceImplSupplier

public class ContentServiceImplSupplier
extends java.lang.Object


Constructor Summary
ContentServiceImplSupplier()
           
 
Method Summary
 it.eng.spagobi.services.content.bo.Content readTemplate(java.lang.String user, java.lang.String document, java.util.HashMap parameters)
          Read template.
 it.eng.spagobi.services.content.bo.Content readTemplateByLabel(java.lang.String user, java.lang.String label, java.util.HashMap parameters)
          Read template by label.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentServiceImplSupplier

public ContentServiceImplSupplier()
Method Detail

readTemplate

public it.eng.spagobi.services.content.bo.Content readTemplate(java.lang.String user,
                                                               java.lang.String document,
                                                               java.util.HashMap parameters)
                                                        throws it.eng.spagobi.services.security.exceptions.SecurityException,
                                                               it.eng.spago.error.EMFUserError,
                                                               it.eng.spago.error.EMFInternalError
Read template.

Parameters:
user - the user
document - the document
Returns:
the content
Throws:
it.eng.spagobi.services.security.exceptions.SecurityException - the security exception
it.eng.spago.error.EMFUserError - the EMF user error
it.eng.spago.error.EMFInternalError - the EMF internal error

readTemplateByLabel

public it.eng.spagobi.services.content.bo.Content readTemplateByLabel(java.lang.String user,
                                                                      java.lang.String label,
                                                                      java.util.HashMap parameters)
                                                               throws it.eng.spagobi.services.security.exceptions.SecurityException,
                                                                      it.eng.spago.error.EMFUserError,
                                                                      it.eng.spago.error.EMFInternalError
Read template by label.

Parameters:
user - the user
document - the document
Returns:
the content
Throws:
it.eng.spagobi.services.security.exceptions.SecurityException - the security exception
it.eng.spago.error.EMFUserError - the EMF user error
it.eng.spago.error.EMFInternalError - the EMF internal error