Packages

c

dynamics.apps.queries

MiscQueries

class MiscQueries extends AnyRef

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

Instance Constructors

  1. new MiscQueries(dynclient: DynamicsClient, m: MetadataCache, concurrency: Int = 4, verbosity: Int = 0)(implicit ec: ExecutionContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def entitiesFromConnections(fromEntityId: Id, toCodes: Traversable[Int] = Nil, toRoleIds: Traversable[Id] = Nil): IO[Seq[RelatedEntity]]
  7. def entitiesFromConnectionsUsingNames(fromEntityId: Id, toEntityNames: Traversable[String] = Nil, toRoleNames: Traversable[String] = Nil): IO[Seq[RelatedEntity]]

    Fetch entities (from record2) that match the specified record2 entity logical names and roles.

    Fetch entities (from record2) that match the specified record2 entity logical names and roles.

    returns

    record2 derived fat tuples (entity name, entity object type code, role name, role id, entity id)

    To do

    fromEntitySet is not technically needed for the query if we have an id

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def fetchEmailAddressFromId(id: Id): IO[UPN]

    Fetch email address from dynamics systemuser record.

  11. def fetchEmailableSystemuser(id: Id): IO[Option[SystemuserJS]]
  12. def fetchSystemuser(id: Id): IO[SystemuserJS]

    Fetch a system user by id.

  13. def fetchTeamSystemuserIds(teamId: Id): IO[Seq[String]]

    Given an entity id, find its owner.

    Given an entity id, find its owner. If the owner is a team, retrieve those systemusers. If errors occur along the way, ignore them and return Nil as appropriate.

  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAppMapping(): IO[Object]

    Get application uniquename -> id for creating URLs.

  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def systemusersFromConnections(entitySet: String, entityId: Id, record2roleids: Seq[String]): IO[Seq[SystemuserJS]]

    Return systemmusers that have systemuser connections to the specified entity.

    Return systemmusers that have systemuser connections to the specified entity. record1=entity, record2=sysemusers connected via he record2roleids list.

  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped