Package | Description |
---|---|
psdi.app.ticket |
The Ticket package contains Mbos related to Service Desk applications.
|
psdi.app.workorder |
The work order package includes Mbos related to work order planning, reporting and tracking.
|
Modifier and Type | Method and Description |
---|---|
void |
TicketRemote.clearLinearAssetFields(MultiAssetLocCIRemote malocMbo) |
void |
Ticket.clearLinearAssetFields(MultiAssetLocCIRemote malocMbo)
Clear all the linear asset fields in the passed MultiAssetLocCI object, which should be the one associated with
this ticket...
|
void |
TicketRemote.copyTicketFieldsToMultiAsset(MultiAssetLocCIRemote multiAssetMbo) |
void |
Ticket.copyTicketFieldsToMultiAsset(MultiAssetLocCIRemote multiAssetMbo)
Collect the fields that need to be copied from a ticket to its MultiAssetLocCI record.
|
void |
TicketRemote.setLinearAssetFieldsReadOnly(MultiAssetLocCIRemote malocMbo,
boolean readonlystate) |
void |
Ticket.setLinearAssetFieldsReadOnly(MultiAssetLocCIRemote malocMbo,
boolean readonlystate)
Set the linear asset fields as a group to ReadOnly or not for the related MultiAssetLocCI record.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiAssetLocCI
Mbo object to represent MultiAssetLocCI.
|
Modifier and Type | Method and Description |
---|---|
void |
WO.clearPrimaryLinearAssetFields(MultiAssetLocCIRemote multiAssetMbo)
Clear all the linear asset fields in the passed MultiAssetLocCI object; this should ordinarily be the primary one
associated with this wo...
|
void |
WO.copyWOFieldsToMultiAsset(MultiAssetLocCIRemote multiAssetMbo)
Collect the fields that need to be copied from a work order to its MultiAssetLocCI record.
|
void |
WO.setPrimaryLinearAssetFieldsReadOnly(MultiAssetLocCIRemote multiAssetMbo,
boolean readonlystate)
Set the linear asset fields as a group to ReadOnly or not for the passed MultiAssetLocCI record.
|