it.eng.spagobi.services.content.service
Class ContentServiceImplSupplier
java.lang.Object
it.eng.spagobi.services.content.service.ContentServiceImplSupplier
public class ContentServiceImplSupplier
- extends java.lang.Object
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 |
ContentServiceImplSupplier
public ContentServiceImplSupplier()
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 userdocument
- 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 userdocument
- 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