Class EventTriggerReturnConverter

java.lang.Object
com.appiancorp.kougar.mapper.returns.AbstractReturnConverter
com.appiancorp.suiteapi.process.events.EventTriggerReturnConverter
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

public class EventTriggerReturnConverter extends com.appiancorp.kougar.mapper.returns.AbstractReturnConverter implements com.appiancorp.kougar.mapper.returns.FromDictionary, com.appiancorp.kougar.mapper.returns.FromNull
Deprecated.
Return converter for converting data from the database format to an EventTrigger object. Used when data is returned from a database API method.
  • 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 c_, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_)
    Deprecated.
    Converts null to an EventTrigger object.
    convert(Class targetClass_, List l_, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_)
    Deprecated.
    Converts the database-format data to an EventTrigger object.
    Deprecated.
    Gets the class that it can convert to (EventTrigger).

    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

    • EventTriggerReturnConverter

      public EventTriggerReturnConverter()
      Deprecated.
  • Method Details

    • convert

      public Object convert(Class c_, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_) throws com.appiancorp.kougar.mapper.exceptions.ReturnException
      Deprecated.
      Converts null to an EventTrigger object. This method always returns null.
      Specified by:
      convert in interface com.appiancorp.kougar.mapper.returns.FromNull
      Parameters:
      c_ - the class to convert to
      m_ - the return conversion map
      Returns:
      null
      Throws:
      com.appiancorp.kougar.mapper.exceptions.ReturnException - if anything goes wrong
    • convert

      public Object convert(Class targetClass_, List l_, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_) throws com.appiancorp.kougar.mapper.exceptions.ReturnException
      Deprecated.
      Converts the database-format data to an EventTrigger object.
      Specified by:
      convert in interface com.appiancorp.kougar.mapper.returns.FromDictionary
      Parameters:
      targetClass_ - the class to convert to
      l_ - the data in database format
      m_ - the return conversion map
      Returns:
      the new EventTrigger object
      Throws:
      com.appiancorp.kougar.mapper.exceptions.ReturnException - if the type is null or anything goes wrong
    • getConversionClass

      public Class getConversionClass()
      Deprecated.
      Gets the class that it can convert to (EventTrigger).
      Specified by:
      getConversionClass in interface com.appiancorp.kougar.mapper.Converter
      Returns:
      EventTrigger.class