it.eng.spagobi.qbe.tree.urlgenerator
Interface IQbeTreeUrlGenerator


public interface IQbeTreeUrlGenerator

The Interface IQbeTreeUrlGenerator.

Author:
Andrea Gioia (andrea.gioia@eng.it)

Method Summary
 java.lang.String getActionUrl(it.eng.qbe.model.structure.DataMartField field)
          Gets the action url.
 java.lang.String getActionUrlForCalculateField(java.lang.String calculatedFieldId, java.lang.String entityName, java.lang.String cFieldCompleteName)
          Gets the action url for calculate field.
 java.lang.String getResourceUrl(java.lang.String url)
          Gets the resource url.
 

Method Detail

getActionUrl

java.lang.String getActionUrl(it.eng.qbe.model.structure.DataMartField field)
Gets the action url.

Parameters:
field - the field
Returns:
the action url

getActionUrlForCalculateField

java.lang.String getActionUrlForCalculateField(java.lang.String calculatedFieldId,
                                               java.lang.String entityName,
                                               java.lang.String cFieldCompleteName)
Gets the action url for calculate field.

Parameters:
calculatedFieldId - the calculated field id
entityName - the entity name
cFieldCompleteName - the c field complete name
Returns:
the action url for calculate field

getResourceUrl

java.lang.String getResourceUrl(java.lang.String url)
Gets the resource url.

Parameters:
url - the url
Returns:
the resource url