com.qintsoft.joria.runtimeapi
Interface JoriaTemplate


public interface JoriaTemplate

Interface to a template for generating a report. Use this template to generate a report from the template. JoriaTemplate objects are returned by a JoriaRuntime object.

Copyright: Copyright (c) Qint Software GmbH 2001

Company: Qint Software GmbH (www.qintsoft.com)

//trdone


Method Summary
 java.lang.String forType()
          Get the name of the declared class of the template.
 java.lang.String getAccessName()
          The name of the root
 java.lang.String getDescription()
          The description of the template
 java.lang.String getName()
          The name of the template
 java.lang.String getPhysicalRootTypeName()
          The name of the name of the type that is used in the underlying data store.
 java.lang.String getRootClassName()
          The name of the root type (class or view)
 

Method Detail

forType

java.lang.String forType()
Get the name of the declared class of the template. This determines which fields are available to design the template.

Returns:
the declared class name for the template.

getAccessName

java.lang.String getAccessName()
The name of the root

Returns:
the name of the root

getDescription

java.lang.String getDescription()
The description of the template

Returns:
the description of the template

getName

java.lang.String getName()
The name of the template

Returns:
the name of the template

getPhysicalRootTypeName

java.lang.String getPhysicalRootTypeName()
The name of the name of the type that is used in the underlying data store. (Java bean container or database)

Returns:
the name of the physical type (Java, C++ or SQL table) that the root refers to. Null if there is none

getRootClassName

java.lang.String getRootClassName()
The name of the root type (class or view)

Returns:
the name of the class the root refers to