Package | Description |
---|---|
ordertracker |
Modifier and Type | Field and Description |
---|---|
static StringExpressionField<Depot> |
Depot.Attribute.id |
static NumericExpressionField<Depot> |
Depot.Attribute.latitude |
static NumericExpressionField<Depot> |
Depot.Attribute.longitude |
static StringExpressionField<Depot> |
Depot.Attribute.name |
static StringExpressionField<Depot> |
Depot.Attribute.order_R1_id |
Modifier and Type | Method and Description |
---|---|
Depot |
Depot.cancelSignal(Event<Depot> event) |
Depot |
Depot.cancelSignal(String eventSignatureKey) |
static Depot |
Depot.create(CreationEvent<Depot> creationEvent)
Static creator method using CreationEvent.
|
static Depot |
Depot.create(javax.persistence.EntityManager em,
CreationEvent<Depot> event)
Static creator method associated with the creation transition to 'Created' via event 'Create'.
|
static Depot |
Depot.create(String id)
Static creator method using id.
|
Depot |
Depot.delete()
Same as this.remove()
|
Depot |
Depot.event(Event<Depot> event)
Synchronously runs the on entry procedure associated
with this event and also any signals to self that are
made during the procedure.
|
Depot |
Order.getDepot_R1()
Getter.
|
Depot |
Depot.load() |
Depot |
Depot.load(javax.persistence.EntityManager em)
Does a merge then a refresh and returns a new updated merged instance.
|
Depot |
Depot.merge(javax.persistence.EntityManager em)
Same as EntityManager.merge() except allows method chaining.
|
Depot |
Depot.persist()
Same as
persist(Context.em()) . |
Depot |
Depot.persist(javax.persistence.EntityManager em)
Same as EntityManager.persist() except allows method chaining.
|
Depot |
Depot.refresh(javax.persistence.EntityManager em)
Same as EntityManager.refresh() except inverted to facilitate method chaining.
|
Depot |
Depot.relateAcrossR1(Order order_R1)
ZERO_ONE Depot is last location of MANY Order
|
Depot |
Depot.remove()
Same as EntityManager.remove() except inverted to facilitate method chaining.
|
Depot |
Depot.remove(javax.persistence.EntityManager em)
Same as EntityManager.remove() except inverted to facilitate method chaining.
|
Depot |
Depot.setId_(String id) |
Depot |
Depot.setLatitude_(Double latitude)
Sets the attribute to the given value and returns this
(enables method chaining).
|
Depot |
Depot.setLongitude_(Double longitude)
Sets the attribute to the given value and returns this
(enables method chaining).
|
Depot |
Depot.setName_(String name)
Sets the attribute to the given value and returns this
(enables method chaining).
|
Depot |
Depot.signal(Event<Depot> event)
Asychronously queues the given signal against this entity for processing.
|
Depot |
Depot.signal(Event<Depot> event,
scala.concurrent.duration.Duration delay)
Asychronously queues the given signal against this entity for processing
after the delay specified.
|
Depot |
Depot.signal(Event<Depot> event,
long time)
Asychronously queues the given signal against this entity for processing
at the epoch time in ms specified.
|
Depot |
Depot.unrelateAcrossR1(Order order_R1)
ZERO_ONE Depot is last location of MANY Order
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<Depot> |
Depot.find(String id) |
static SelectBuilder<Depot> |
Depot.select() |
static SelectBuilder<Depot> |
Depot.select(BooleanExpression<Depot> where) |
Modifier and Type | Method and Description |
---|---|
Depot.Behaviour |
Depot.BehaviourFactory.create(Depot entity) |
Order |
Order.relateAcrossR1(Depot depot_R1)
MANY Order was last at ZERO_ONE Depot
|
void |
Order.setDepot_R1(Depot depot_R1)
Setter.
|
Order |
Order.unrelateAcrossR1(Depot depot_R1)
MANY Order was last at ZERO_ONE Depot
|
Modifier and Type | Method and Description |
---|---|
Depot |
Depot.cancelSignal(Event<Depot> event) |
static Depot |
Depot.create(CreationEvent<Depot> creationEvent)
Static creator method using CreationEvent.
|
static Depot |
Depot.create(javax.persistence.EntityManager em,
CreationEvent<Depot> event)
Static creator method associated with the creation transition to 'Created' via event 'Create'.
|
Depot |
Depot.event(Event<Depot> event)
Synchronously runs the on entry procedure associated
with this event and also any signals to self that are
made during the procedure.
|
static SelectBuilder<Depot> |
Depot.select(BooleanExpression<Depot> where) |
Depot |
Depot.signal(Event<Depot> event)
Asychronously queues the given signal against this entity for processing.
|
Depot |
Depot.signal(Event<Depot> event,
scala.concurrent.duration.Duration delay)
Asychronously queues the given signal against this entity for processing
after the delay specified.
|
Depot |
Depot.signal(Event<Depot> event,
long time)
Asychronously queues the given signal against this entity for processing
at the epoch time in ms specified.
|
Constructor and Description |
---|
DepotBehaviour(Depot self) |
Copyright © 2012–2022. All rights reserved.