com.trackstudio.view
Class UDFValueView

java.lang.Object
  extended by com.trackstudio.view.UDFValueView
Direct Known Subclasses:
UDFValueViewCSV, UDFValueViewEmailHTML, UDFValueViewEmailText, UDFValueViewHTML, UDFValueViewReport

public abstract class UDFValueView
extends java.lang.Object


Field Summary
protected  SecuredUDFValueBean udfValue
           
 
Constructor Summary
UDFValueView()
           
 
Method Summary
abstract  java.lang.String getCaption()
           
abstract  java.lang.String getValue(Secured o)
           
protected  java.lang.String listToString(java.util.Set va, java.lang.String div)
           
protected  java.lang.String urlUDFtoHTML(java.lang.String strValue)
           
protected  java.lang.String urlUDFToText(java.lang.String strValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

udfValue

protected SecuredUDFValueBean udfValue
Constructor Detail

UDFValueView

public UDFValueView()
Method Detail

getValue

public abstract java.lang.String getValue(Secured o)
                                   throws GranException
Throws:
GranException

listToString

protected java.lang.String listToString(java.util.Set va,
                                        java.lang.String div)

urlUDFtoHTML

protected java.lang.String urlUDFtoHTML(java.lang.String strValue)

urlUDFToText

protected java.lang.String urlUDFToText(java.lang.String strValue)

getCaption

public abstract java.lang.String getCaption()


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.