Package com.saperion.ngc.util.property
Class PropertyHandler
- java.lang.Object
-
- com.saperion.ngc.util.property.PropertyHandler
-
@Deprecated public final class PropertyHandler extends java.lang.Object
Deprecated.Deprecated due to performance issues. UsePropertyToStringConverter
instead.Class that is responsible for property type conversion and comparison.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
compareTo(com.saperion.intf.SaPropertyValue other)
Deprecated.static PropertyHandler
getInstance(com.saperion.intf.SaPropertyValue prop)
Deprecated.Sets the property to use.java.lang.String[]
returnStringValues()
Deprecated.Converts the providedSaPropertyValue
object values to String array.
-
-
-
Method Detail
-
getInstance
public static PropertyHandler getInstance(com.saperion.intf.SaPropertyValue prop)
Deprecated.Sets the property to use.- Parameters:
prop
- property to use- Returns:
- PropertyConverter
-
returnStringValues
public java.lang.String[] returnStringValues() throws SystemException, AuthenticationException
Deprecated.Converts the providedSaPropertyValue
object values to String array. Used for UI representation.- Returns:
- Property values as String array.
- Throws:
AuthenticationException
- authentication exceptionSystemException
- system exception
-
compareTo
public int compareTo(com.saperion.intf.SaPropertyValue other)
Deprecated.- Parameters:
other
- Other property- Returns:
- -1 if first value < other property's value, 0 if first value = other property's value, 1 if first value > other property's value
-
-