gran.app
Class UdfValue
java.lang.Object
gran.app.UdfValue
- All Implemented Interfaces:
- java.lang.Comparable
- public class UdfValue
- extends java.lang.Object
- implements java.lang.Comparable
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(Udfval val)
UdfValue
public UdfValue(java.util.ArrayList val)
UdfValue
public UdfValue(Udf ud)
getValueSet
public java.util.Map getValueSet()
getUdfvalue
public Udfval getUdfvalue()
getValue
public java.lang.Object getValue(Secured o)
throws GranException
- Parameters:
o -
- Returns:
- Can return null
- Throws:
GranException
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
getUdf
public Udf getUdf()
getInput
public java.lang.String getInput(Secured o,
boolean required,
java.lang.String contextPath,
java.lang.String schemePath)
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 o)
- Checks equality by UDF
- Parameters:
o - another UDFValue object
- Returns:
- true if this UDFValue has same UDF as param
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo in interface java.lang.Comparable
Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.