t

dynamics.etl

LookupManagerImpl

trait LookupManagerImpl extends LookupManager

Create smart lookup functions that can take into acount caching, etc.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LookupManagerImpl
  2. LookupManager
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def makeOptionSetLookup(entity: Option[(String, String)] = None): LookupOption

    Create a lookup function for optionsets.

    Create a lookup function for optionsets. Global optionssets are used unless "entity" is provided.

    Definition Classes
    LookupManagerImplLookupManager
  2. def makeTextLookup(entityName: String, opts: TextLookupOptions): LookupText

    Create a lookup function for the specified entity suitable to use on a json payload.

    Create a lookup function for the specified entity suitable to use on a json payload. The default lookup strategy obtains the id.

    returns

    Pair with lhs, rhs. lhs may carry a "attribute@odata.bind" value and rhs may be "/entitySetName(id)".

    Definition Classes
    LookupManagerImplLookupManager