Class AssigneeReturnConverter

java.lang.Object
com.appiancorp.kougar.mapper.returns.AbstractReturnConverter
com.appiancorp.suiteapi.process.AssigneeReturnConverter
All Implemented Interfaces:
com.appiancorp.kougar.mapper.Converter, com.appiancorp.kougar.mapper.returns.FromDictionary, com.appiancorp.kougar.mapper.returns.FromNull, com.appiancorp.kougar.mapper.returns.ReturnConverter

@Deprecated public class AssigneeReturnConverter extends com.appiancorp.kougar.mapper.returns.AbstractReturnConverter implements com.appiancorp.kougar.mapper.returns.FromNull, com.appiancorp.kougar.mapper.returns.FromDictionary
Deprecated.
Return converter for Assignment.Assignee.
  • Field Summary

    Fields inherited from interface com.appiancorp.kougar.mapper.Converter

    NULL_DOUBLE, NULL_INT, NULL_INTEGER, NULL_INTEGER_LONG, NULL_STRING
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(Class d, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m)
    Deprecated.
    convert method if no list is provided
    convert(Class d_, List l_, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_)
    Deprecated.
    convert method if list is provided
    Deprecated.
    provides the Converter with the conversion class type

    Methods inherited from class com.appiancorp.kougar.mapper.returns.AbstractReturnConverter

    convert, findInList, getClassFromString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AssigneeReturnConverter

      public AssigneeReturnConverter()
      Deprecated.
  • Method Details

    • getConversionClass

      public Class getConversionClass()
      Deprecated.
      provides the Converter with the conversion class type
      Specified by:
      getConversionClass in interface com.appiancorp.kougar.mapper.Converter
    • convert

      public Object convert(Class d, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m)
      Deprecated.
      convert method if no list is provided
      Specified by:
      convert in interface com.appiancorp.kougar.mapper.returns.FromNull
    • convert

      public Object convert(Class d_, List l_, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_) throws com.appiancorp.kougar.mapper.exceptions.ReturnException
      Deprecated.
      convert method if list is provided
      Specified by:
      convert in interface com.appiancorp.kougar.mapper.returns.FromDictionary
      Throws:
      com.appiancorp.kougar.mapper.exceptions.ReturnException