com.trackstudio.app
Class UdfValue

java.lang.Object
  extended by com.trackstudio.app.UdfValue

public class UdfValue
extends java.lang.Object

View for Udfval А почему UDFValue не секурное целиком. Ведь в него же передаются Secured-компоненты?


Field Summary
static int DATE
           
static int FLOAT
           
static int INTEGER
           
static int LIST
           
static int MEMO
           
static int MULTILIST
           
static int STRING
           
static int TASK
           
static int URL
           
static int USER
           
 
Constructor Summary
UdfValue(java.lang.String udfId)
           
UdfValue(UDFCacheItem ud)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Checks equality by UDF
 java.lang.String findListByValue(java.lang.Object t)
           
 Customizer getCustomizer(java.lang.String timezone, java.lang.String locale, java.lang.String sortcolumn, boolean disabled)
           
 java.util.Calendar getDat(java.lang.Object calculated)
           
 java.util.Calendar getDat4SOAP()
           
 java.lang.Object getList(Secured o)
           
 java.lang.String getListId()
           
 java.lang.String getListVal()
           
 java.lang.Double getNum(java.lang.Object calculated)
           
 java.lang.Double getNum4SOAP()
           
 java.lang.String getStr(java.lang.Object calculated)
           
 java.lang.String getStr4SOAP()
           
 java.lang.String getTaskId()
           
 java.lang.String getUdfCaption()
           
 java.lang.String getUdfCaptionEx()
           
 java.lang.String getUdfId()
           
 java.lang.Integer getUdfOrder()
           
 java.lang.Integer getUdfType()
           
 java.lang.String getUserId()
           
 java.lang.Object getValue(Secured o)
           
 java.util.Map getValueSet()
           
 boolean hasScript()
           
 boolean isHtmlview()
           
 boolean isRequired()
           
 boolean isUdfHasLookupScript()
           
 void setValue(UdfvalCacheItem val)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING

public static final int STRING
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

DATE

public static final int DATE
See Also:
Constant Field Values

LIST

public static final int LIST
See Also:
Constant Field Values

MULTILIST

public static final int MULTILIST
See Also:
Constant Field Values

TASK

public static final int TASK
See Also:
Constant Field Values

USER

public static final int USER
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

MEMO

public static final int MEMO
See Also:
Constant Field Values

URL

public static final int URL
See Also:
Constant Field Values
Constructor Detail

UdfValue

public UdfValue(java.lang.String udfId)

UdfValue

public UdfValue(UDFCacheItem ud)
         throws GranException
Throws:
GranException
Method Detail

getStr4SOAP

public java.lang.String getStr4SOAP()

getNum4SOAP

public java.lang.Double getNum4SOAP()

getDat4SOAP

public java.util.Calendar getDat4SOAP()

getTaskId

public java.lang.String getTaskId()

getUserId

public java.lang.String getUserId()

setValue

public void setValue(UdfvalCacheItem val)

getUdfId

public java.lang.String getUdfId()

getUdfType

public java.lang.Integer getUdfType()

getUdfCaption

public java.lang.String getUdfCaption()

getUdfCaptionEx

public java.lang.String getUdfCaptionEx()

getUdfOrder

public java.lang.Integer getUdfOrder()

hasScript

public boolean hasScript()

isUdfHasLookupScript

public boolean isUdfHasLookupScript()

isRequired

public boolean isRequired()

isHtmlview

public boolean isHtmlview()

getValueSet

public java.util.Map getValueSet()

getValue

public java.lang.Object getValue(Secured o)
                          throws GranException
Parameters:
o -
Returns:
Can return null
Throws:
GranException

getStr

public java.lang.String getStr(java.lang.Object calculated)

getNum

public java.lang.Double getNum(java.lang.Object calculated)

getDat

public java.util.Calendar getDat(java.lang.Object calculated)

getList

public java.lang.Object getList(Secured o)
                         throws GranException
Throws:
GranException

findListByValue

public java.lang.String findListByValue(java.lang.Object t)
                                 throws GranException
Throws:
GranException

getCustomizer

public Customizer getCustomizer(java.lang.String timezone,
                                java.lang.String locale,
                                java.lang.String sortcolumn,
                                boolean disabled)
                         throws GranException
Throws:
GranException

equals

public boolean equals(java.lang.Object obj)
Checks equality by UDF

Overrides:
equals in class java.lang.Object
Parameters:
obj - another UDFValue object
Returns:
true if this UDFValue has same UDF as param

getListId

public java.lang.String getListId()

getListVal

public java.lang.String getListVal()


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