Modifier and Type | Class and Description |
---|---|
class |
CachedDataManager<RequestType,ReplyType>
Simple Caching Data Manager that will cache it's request/reply for a given amount of time.
|
Modifier and Type | Method and Description |
---|---|
static <RequestType,ReplyType> |
SKDViewerApplet.fetchAndWait(SerializedDataManager<RequestType,ReplyType> manager,
RequestType request) |
Modifier and Type | Class and Description |
---|---|
class |
AppletActionSerializedDataManager
Serialized Data Manager for sending Applet Action requests to the server
|
Modifier and Type | Class and Description |
---|---|
class |
CapacityPlanningDataManager |
Modifier and Type | Class and Description |
---|---|
class |
SKDModelLoader
Gantt Model loader used to load Scenario Models
|
Modifier and Type | Class and Description |
---|---|
class |
AvailabilityDataManager
A composite
SerializedDataManager that combines the OtherResourcesDataManager and
the ItemDataManager into a single manager, and adds basic caching of the replies. |
class |
ItemDataManager
A
SerializedDataManager implementation that fetches ISKDAvailability data for use in the
OtherResourcesAvailabilityView that fetches the Item availability for a given workorder. |
class |
OtherResourcesDataManager
A
SerializedDataManager implementation that fetches ISKDAvailability data for use in the
OtherResourcesAvailabilityView . |
Modifier and Type | Class and Description |
---|---|
class |
FWMDataManager<Request,Response>
Base SerializedDataManager for Dispatch.
|
class |
FWMModelLoader
Gantt Model Loader for Dispatch
|