com.trackstudio.app
Class UdfValue
java.lang.Object
com.trackstudio.app.UdfValue
public class UdfValue
- extends java.lang.Object
View for Udfval
А почему UDFValue не секурное целиком. Ведь в него же передаются Secured-компоненты?
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
UdfValue
public UdfValue(java.lang.String udfId)
UdfValue
public UdfValue(UDFCacheItem ud)
throws GranException
- Throws:
GranException
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.