Package com.saperion.ngc.util.property
Class PropertyHandler
java.lang.Object
com.saperion.ngc.util.property.PropertyHandler
Deprecated.
Class that is responsible for property type conversion and comparison.
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(com.saperion.intf.SaPropertyValue other) Deprecated.static PropertyHandler
getInstance
(com.saperion.intf.SaPropertyValue prop) Deprecated.Sets the property to use.String[]
Deprecated.Converts the providedSaPropertyValue
object values to String array.
-
Method Details
-
getInstance
Deprecated.Sets the property to use.- Parameters:
prop
- property to use- Returns:
- PropertyConverter
-
returnStringValues
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
-
PropertyToStringConverter
instead.