com.tactix4.t4openerp.connector.domain

DomainOperators

final class DomainOperators extends AnyRef

A class used to construct DomainTuples - used via the implicit in the Domain's companion object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DomainOperators
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DomainOperators(s: String)

    s

    the fieldName on which to apply the domain filter

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def =/=(n: OEType): DomainTuple

    Inequality

    Inequality

    n

    the value of inequality we are testing for

    returns

    a DomainTuple representing inequality

  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. def ===(n: OEType): DomainTuple

    Equality

    Equality

    n

    the value of equality we are testing for

    returns

    a DomainTuple representing equality

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def child_of(n: OEType): DomainTuple

    Child Of The child_of operator will look for records who are children or grand-children of a given record, according to the semantics of this model (i.

    Child Of The child_of operator will look for records who are children or grand-children of a given record, according to the semantics of this model (i.e following the relationship field named by self._parent_name, by default parent_id.

    n

    the parent of this

    returns

    a DomainTuple representing a test for a child_of relationship

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def gt(n: OEType): DomainTuple

    GreaterThan

    GreaterThan

    n

    the value which we are asserting is GreaterThan this

    returns

    a DomainTuple representing a GreaterThan domain filter

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def ilike(n: OEType): DomainTuple

    Case insensitive Like

    Case insensitive Like

    n

    the value which this is like

    returns

    a DomainTuple representing an SQLish like pattern match - case insensitive

  18. def in(n: OEType): DomainTuple

    In

    In

    n

    a list or tuple that the value of this should be in

    returns

    a DomainTuple representing a test for s being in n

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def like(n: OEType): DomainTuple

    Like

    Like

    n

    the value which this is like

    returns

    a DomainTuple representing an SQLish like pattern match

  21. def lt(n: OEType): DomainTuple

    LessThan

    LessThan

    n

    the value which we are asserting is LessThan this

    returns

    a DomainTuple representing a LessThan domain filter

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def not_in(n: OEType): DomainTuple

    Not In

    Not In

    n

    a list or tuple that the value of this should not be in

    returns

    a DomainTuple representing a test for s not being in n

  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def parent_left(n: OEType): DomainTuple

    parent left

    parent left

    n

    the subject being tested for being a child of this

    returns

    a DomainTuple representing a test for a parent_left relationship

    See also

    http://stackoverflow.com/questions/11861436/parent-left-and-parent-right-in-openerp

  27. def parent_right(n: OEType): DomainTuple

    parent right

    parent right

    n

    the subject being tested for being a child of this

    returns

    a DomainTuple representing a test for a parent_right relationship

    See also

    http://stackoverflow.com/questions/11861436/parent-left-and-parent-right-in-openerp

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped