com.atomizesoftware.spin.extensibility

ExtensionPointKey

object ExtensionPointKey extends Enumeration

Enumerates all available extension point keys

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtensionPointKey
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ExtensionPointKey = Value

  2. class Val extends Value with Serializable

    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. abstract class Value extends Ordered[Value] with Serializable

    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable

    Definition Classes
    Enumeration

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 Value(i: Int, name: String): Value

    Attributes
    protected
    Definition Classes
    Enumeration
  5. final def Value(name: String): Value

    Attributes
    protected
    Definition Classes
    Enumeration
  6. final def Value(i: Int): Value

    Attributes
    protected
    Definition Classes
    Enumeration
  7. final def Value: Value

    Attributes
    protected
    Definition Classes
    Enumeration
  8. object ValueSet extends Serializable

    Definition Classes
    Enumeration
  9. final def apply(x: Int): Value

    Definition Classes
    Enumeration
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val cargoManager_afterInsert: Value

  12. val cargoManager_afterUpdate: Value

  13. val cargoManager_beforeInsert: Value

  14. val cargoManager_beforeUpdate: Value

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val companyManager_afterInsert: Value

  17. val companyManager_afterUpdate: Value

  18. val companyManager_beforeInsert: Value

  19. val companyManager_beforeUpdate: Value

  20. val containerManager_afterInsert: Value

  21. val containerManager_afterUpdate: Value

  22. val containerManager_beforeInsert: Value

  23. val containerManager_beforeUpdate: Value

  24. val customerManager_afterContractInsert: Value

  25. val customerManager_afterContractUpdate: Value

  26. val customerManager_afterCustomerInsert: Value

  27. val customerManager_afterCustomerUpdate: Value

  28. val customerManager_afterPriceInsert: Value

  29. val customerManager_afterPriceUpdate: Value

  30. val customerManager_beforeContractInsert: Value

  31. val customerManager_beforeContractUpdate: Value

  32. val customerManager_beforeCustomerInsert: Value

  33. val customerManager_beforeCustomerUpdate: Value

  34. val customerManager_beforePriceInsert: Value

  35. val customerManager_beforePriceUpdate: Value

  36. val documentManager_afterInsert: Value

  37. val documentManager_afterUpdate: Value

  38. val documentManager_beforeInsert: Value

  39. val documentManager_beforeUpdate: Value

  40. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  42. val equipmentManager_afterInsert: Value

  43. val equipmentManager_afterUpdate: Value

  44. val equipmentManager_beforeInsert: Value

  45. val equipmentManager_beforeUpdate: Value

  46. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  48. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  49. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  50. final def maxId: Int

    Definition Classes
    Enumeration
  51. val movementManager_afterInsert: Value

  52. val movementManager_afterUpdate: Value

  53. val movementManager_beforeInsert: Value

  54. val movementManager_beforeUpdate: Value

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

    Definition Classes
    AnyRef
  56. var nextId: Int

    Attributes
    protected
    Definition Classes
    Enumeration
  57. var nextName: Iterator[String]

    Attributes
    protected
    Definition Classes
    Enumeration
  58. final def notify(): Unit

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

    Definition Classes
    AnyRef
  60. val orderManager_afterInsert: Value

  61. val orderManager_afterUpdate: Value

  62. val orderManager_beforeInsert: Value

  63. val orderManager_beforeUpdate: Value

  64. def readResolve(): AnyRef

    Attributes
    protected
    Definition Classes
    Enumeration
  65. val reportManager_afterRender: Value

  66. val reportManager_beforeRender: Value

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

    Definition Classes
    AnyRef
  68. val testExecutionPoint_after: Value

  69. val testExecutionPoint_before: Value

  70. val testExecutionPoint_httpResponse: Value

  71. def toString(): String

    Definition Classes
    Enumeration → AnyRef → Any
  72. def values: ValueSet

    Definition Classes
    Enumeration
  73. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def withName(s: String): Value

    Definition Classes
    Enumeration

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped