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.ObjectDeprecated.Deprecated due to performance issues. UsePropertyToStringConverterinstead.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 intcompareTo(com.saperion.intf.SaPropertyValue other)Deprecated.static PropertyHandlergetInstance(com.saperion.intf.SaPropertyValue prop)Deprecated.Sets the property to use.java.lang.String[]returnStringValues()Deprecated.Converts the providedSaPropertyValueobject 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, AuthenticationExceptionDeprecated.Converts the providedSaPropertyValueobject 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
-
-