- select(BooleanExpression<Depot>) - Static method in class ordertracker.Depot
-
- select() - Static method in class ordertracker.Depot
-
- select(BooleanExpression<Order>) - Static method in class ordertracker.Order
-
- select() - Static method in class ordertracker.Order
-
- select(BooleanExpression<SystemEvent>) - Static method in class ordertracker.SystemEvent
-
- select() - Static method in class ordertracker.SystemEvent
-
- Send() - Constructor for class ordertracker.Order.Events.Send
-
Constructor.
- senderEmail - Static variable in class ordertracker.Order.Attribute
-
- senderEmail(String) - Method in class ordertracker.Order.Events.Create.Builder
-
- sendSignalsInQueue() - Static method in class ordertracker.Context
-
- setAttempts(Integer) - Method in class ordertracker.Order
-
Sets attempts to the given value.
- setAttempts_(Integer) - Method in class ordertracker.Order
-
Sets the attribute to the given value and returns this
(enables method chaining).
- setBehaviourFactory(Depot.BehaviourFactory) - Static method in class ordertracker.Depot
-
Sets the BehaviourFactory for all instances of
this class.
- setBehaviourFactory(Class<? extends Depot.Behaviour>) - Static method in class ordertracker.Depot
-
Sets the BehaviourFactory for all instances of
this class using the given Behaviour class as the base.
- setBehaviourFactory(Order.BehaviourFactory) - Static method in class ordertracker.Order
-
Sets the BehaviourFactory for all instances of
this class.
- setBehaviourFactory(Class<? extends Order.Behaviour>) - Static method in class ordertracker.Order
-
Sets the BehaviourFactory for all instances of
this class using the given Behaviour class as the base.
- setBehaviourFactory(SystemEvent.BehaviourFactory) - Static method in class ordertracker.SystemEvent
-
Sets the BehaviourFactory for all instances of
this class.
- setBehaviourFactory(Class<? extends SystemEvent.Behaviour>) - Static method in class ordertracker.SystemEvent
-
Sets the BehaviourFactory for all instances of
this class using the given Behaviour class as the base.
- setComment(String) - Method in class ordertracker.Order
-
Sets comment to the given value.
- setComment_(String) - Method in class ordertracker.Order
-
Sets the attribute to the given value and returns this
(enables method chaining).
- setDepot_R1(Depot) - Method in class ordertracker.Order
-
Setter.
- setDescription(String) - Method in class ordertracker.Order
-
Sets description to the given value.
- setDescription_(String) - Method in class ordertracker.Order
-
Sets the attribute to the given value and returns this
(enables method chaining).
- setDestinationEmail(String) - Method in class ordertracker.Order
-
Sets destinationEmail to the given value.
- setDestinationEmail_(String) - Method in class ordertracker.Order
-
Sets the attribute to the given value and returns this
(enables method chaining).
- setEntityActorListenerFactory(SignalProcessorListenerFactory) - Static method in class ordertracker.Context
-
- setEntityManagerFactory(EntityManagerFactory, String) - Static method in class ordertracker.Context
-
- setEntityManagerFactory(EntityManagerFactory, int) - Static method in class ordertracker.Context
-
- setFromAddress(String) - Method in class ordertracker.Order
-
Sets fromAddress to the given value.
- setFromAddress_(String) - Method in class ordertracker.Order
-
Sets the attribute to the given value and returns this
(enables method chaining).
- setId(String) - Method in class ordertracker.Depot
-
- setId(String) - Method in class ordertracker.Order
-
- setId(String) - Method in class ordertracker.SystemEvent
-
- setId_(String) - Method in class ordertracker.Depot
-
- setId_(String) - Method in class ordertracker.Order
-
- setId_(String) - Method in class ordertracker.SystemEvent
-
- setLatitude(Double) - Method in class ordertracker.Depot
-
Sets latitude to the given value.
- setLatitude_(Double) - Method in class ordertracker.Depot
-
Sets the attribute to the given value and returns this
(enables method chaining).
- setLongitude(Double) - Method in class ordertracker.Depot
-
Sets longitude to the given value.
- setLongitude_(Double) - Method in class ordertracker.Depot
-
Sets the attribute to the given value and returns this
(enables method chaining).
- setMaxAttempts(Integer) - Method in class ordertracker.Order
-
Sets maxAttempts to the given value.
- setMaxAttempts_(Integer) - Method in class ordertracker.Order
-
Sets the attribute to the given value and returns this
(enables method chaining).
- setName(String) - Method in class ordertracker.Depot
-
Sets name to the given value.
- setName_(String) - Method in class ordertracker.Depot
-
Sets the attribute to the given value and returns this
(enables method chaining).
- setOrder_R1(Set<Order>) - Method in class ordertracker.Depot
-
Setter.
- setSenderEmail(String) - Method in class ordertracker.Order
-
Sets senderEmail to the given value.
- setSenderEmail_(String) - Method in class ordertracker.Order
-
Sets the attribute to the given value and returns this
(enables method chaining).
- setState(String) - Method in class ordertracker.Depot
-
For internal use only by the state machine but is persisted by the jpa provider.
- setState(Depot.State) - Method in class ordertracker.Depot
-
Sets the current state.
- setState(String) - Method in class ordertracker.Order
-
For internal use only by the state machine but is persisted by the jpa provider.
- setState(Order.State) - Method in class ordertracker.Order
-
Sets the current state.
- setState(String) - Method in class ordertracker.SystemEvent
-
For internal use only by the state machine but is persisted by the jpa provider.
- setState(SystemEvent.State) - Method in class ordertracker.SystemEvent
-
Sets the current state.
- setStatus(String) - Method in class ordertracker.Order
-
Sets status to the given value.
- setStatus_(String) - Method in class ordertracker.Order
-
Sets the attribute to the given value and returns this
(enables method chaining).
- setToAddress(String) - Method in class ordertracker.Order
-
Sets toAddress to the given value.
- setToAddress_(String) - Method in class ordertracker.Order
-
Sets the attribute to the given value and returns this
(enables method chaining).
- shutdown() - Static method in class ordertracker.App
-
- signal(Event<Depot>) - Method in class ordertracker.Depot
-
Asychronously queues the given signal against this entity for processing.
- signal(Event<Depot>, Duration) - Method in class ordertracker.Depot
-
Asychronously queues the given signal against this entity for processing
after the delay specified.
- signal(Event<Depot>, long) - Method in class ordertracker.Depot
-
Asychronously queues the given signal against this entity for processing
at the epoch time in ms specified.
- signal(Event<Order>) - Method in class ordertracker.Order
-
Asychronously queues the given signal against this entity for processing.
- signal(Event<Order>, Duration) - Method in class ordertracker.Order
-
Asychronously queues the given signal against this entity for processing
after the delay specified.
- signal(Event<Order>, long) - Method in class ordertracker.Order
-
Asychronously queues the given signal against this entity for processing
at the epoch time in ms specified.
- signal(Event<SystemEvent>) - Method in class ordertracker.SystemEvent
-
Asychronously queues the given signal against this entity for processing.
- signal(Event<SystemEvent>, Duration) - Method in class ordertracker.SystemEvent
-
Asychronously queues the given signal against this entity for processing
after the delay specified.
- signal(Event<SystemEvent>, long) - Method in class ordertracker.SystemEvent
-
Asychronously queues the given signal against this entity for processing
at the epoch time in ms specified.
- signatureKey - Static variable in class ordertracker.Depot.Events.Create
-
- signatureKey() - Method in class ordertracker.Depot.Events.Create
-
- signatureKey - Static variable in class ordertracker.Order.Events.ArrivedDepot
-
- signatureKey() - Method in class ordertracker.Order.Events.ArrivedDepot
-
- signatureKey - Static variable in class ordertracker.Order.Events.ArrivedFinalDepot
-
- signatureKey() - Method in class ordertracker.Order.Events.ArrivedFinalDepot
-
- signatureKey - Static variable in class ordertracker.Order.Events.Assign
-
- signatureKey() - Method in class ordertracker.Order.Events.Assign
-
- signatureKey - Static variable in class ordertracker.Order.Events.CouldNotDeliver
-
- signatureKey() - Method in class ordertracker.Order.Events.CouldNotDeliver
-
- signatureKey - Static variable in class ordertracker.Order.Events.Create
-
- signatureKey() - Method in class ordertracker.Order.Events.Create
-
- signatureKey - Static variable in class ordertracker.Order.Events.DeliverAgain
-
- signatureKey() - Method in class ordertracker.Order.Events.DeliverAgain
-
- signatureKey - Static variable in class ordertracker.Order.Events.Delivered
-
- signatureKey() - Method in class ordertracker.Order.Events.Delivered
-
- signatureKey - Static variable in class ordertracker.Order.Events.DeliveredByPickup
-
- signatureKey() - Method in class ordertracker.Order.Events.DeliveredByPickup
-
- signatureKey - Static variable in class ordertracker.Order.Events.Delivering
-
- signatureKey() - Method in class ordertracker.Order.Events.Delivering
-
- signatureKey - Static variable in class ordertracker.Order.Events.DeliveryFailed
-
- signatureKey() - Method in class ordertracker.Order.Events.DeliveryFailed
-
- signatureKey - Static variable in class ordertracker.Order.Events.NoMoreAttempts
-
- signatureKey() - Method in class ordertracker.Order.Events.NoMoreAttempts
-
- signatureKey - Static variable in class ordertracker.Order.Events.PickedUp
-
- signatureKey() - Method in class ordertracker.Order.Events.PickedUp
-
- signatureKey - Static variable in class ordertracker.Order.Events.ReturnToSender
-
- signatureKey() - Method in class ordertracker.Order.Events.ReturnToSender
-
- signatureKey - Static variable in class ordertracker.Order.Events.Send
-
- signatureKey() - Method in class ordertracker.Order.Events.Send
-
- signatureKey - Static variable in class ordertracker.SystemEvent.Events.Create
-
- signatureKey() - Method in class ordertracker.SystemEvent.Events.Create
-
- signatureKey - Static variable in class ordertracker.SystemEvent.Events.NewEvent
-
- signatureKey() - Method in class ordertracker.SystemEvent.Events.NewEvent
-
- startup() - Static method in class ordertracker.App
-
- status - Static variable in class ordertracker.Order.Attribute
-
- stop() - Static method in class ordertracker.Context
-
- SystemEvent - Class in ordertracker
-
- SystemEvent() - Constructor for class ordertracker.SystemEvent
-
No argument constructor required by JPA.
- SystemEvent(String) - Constructor for class ordertracker.SystemEvent
-
Constructor using id.
- SystemEvent.Attribute - Class in ordertracker
-
- SystemEvent.Behaviour - Interface in ordertracker
-
On entry procedures for this entity.
- SystemEvent.BehaviourFactory - Interface in ordertracker
-
A factory that creates behaviour for a given entity.
- SystemEvent.Events - Class in ordertracker
-
Event declarations.
- SystemEvent.Events.Create - Class in ordertracker
-
Event implementation for event 'Create'
- SystemEvent.Events.Create.Builder - Class in ordertracker
-
- SystemEvent.Events.NewEvent - Class in ordertracker
-
Event implementation for event 'New Event'
- SystemEvent.Events.NewEvent.Builder - Class in ordertracker
-
- SystemEvent.State - Enum in ordertracker
-
The list of all states from the state machine for this entity.
- SystemEventBehaviour - Class in ordertracker
-
- SystemEventBehaviour(SystemEvent) - Constructor for class ordertracker.SystemEventBehaviour
-