Package | Description |
---|---|
com.ibm.tivoli.maximo.srvad.app | |
com.ibm.tivoli.maximo.srvad.app.common | |
com.ibm.tivoli.maximo.srvad.app.ticket | |
com.ibm.tivoli.maximo.srvad.app.wo | |
psdi.app.asset | |
psdi.app.location |
The Location package includes MBOs mostly related to operating locations. |
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 | Interface and Description |
---|---|
interface |
ServiceAddressRemote |
Modifier and Type | Class and Description |
---|---|
class |
ServiceAddress
ServiceAddress MBO code for FSM
|
Modifier and Type | Method and Description |
---|---|
ServiceAddressRemote |
ServiceAddressSet.createSAfromAddressableMbo(AddressableMbo addressable)
(non-Javadoc)
|
ServiceAddressRemote |
ServiceAddressSetRemote.createSAfromAddressableMbo(AddressableMbo addressable)
Create a new
ServiceAddressRemote from a AddressableMbo |
void |
ServiceAddressSet.setAddressTempData(AddressableMbo addressable)
(non-Javadoc)
|
void |
ServiceAddressSetRemote.setAddressTempData(AddressableMbo addressable)
Generate a fake
ServiceAddress to get the next autokey value from addresscode
attribute. |
Modifier and Type | Interface and Description |
---|---|
interface |
CommonWOSRRemote |
Modifier and Type | Class and Description |
---|---|
class |
CommonWOSR
This is a common MBO to share the logic to ServiceAddress tables (WOSERVICEADDRESS, TKSERVICEADDRESS).
|
Modifier and Type | Method and Description |
---|---|
static int |
SACommonWOSR.promptSAReplacement(UserInfo userInfo,
AddressableMbo addressable,
AddressableMbo targetMbo,
java.lang.String msgGroup,
java.lang.String msgKey,
java.lang.String inputId) |
static int |
SACommonWOSR.promptSAReplaceWithAssets(UserInfo userInfo,
Asset asset,
AddressableMbo addrmbo) |
static int |
SACommonWOSR.promptSAReplaceWithLocation(UserInfo userInfo,
Location location,
AddressableMbo mbo) |
Modifier and Type | Interface and Description |
---|---|
interface |
TKServiceAddressRemote |
Modifier and Type | Class and Description |
---|---|
class |
TKServiceAddress |
Modifier and Type | Interface and Description |
---|---|
interface |
WOServiceAddressRemote
MBORemote for WOServiceAddress.
|
Modifier and Type | Class and Description |
---|---|
class |
WOServiceAddress
MBO implementing the ServiceAddress for a Workorder.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AssetRemote
Remote Interface to the Asset object.
|
Modifier and Type | Class and Description |
---|---|
class |
Asset
MBO object to represent Asset.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LocationRemote
Remote Interface to the Location object.
|
Modifier and Type | Class and Description |
---|---|
class |
Location
MBO to represent Locations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IncidentRemote
Remote Interface to the Incident object.
|
interface |
ProblemRemote
Remote Interface to the Problem object.
|
interface |
SRRemote
Remote Interface to the SR object.
|
interface |
TicketRemote
Remote interface to the Ticket object.
|
Modifier and Type | Class and Description |
---|---|
class |
Incident
The MBO to represent a Incident.
|
class |
Problem
The MBO to represent a problem.
|
class |
SR
The MBO to represent a SR.
|
class |
Ticket
MBO to represent a Ticket.pro
See the Ticket package description for details.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WOActivityRemote
Remote interface to the WOActivity object.
|
interface |
WOChangeRemote
Remote interface to the WO object.
|
interface |
WOReleaseRemote
Remote interface to the WORelease object.
|
interface |
WORemote
Remote interface to the WO object.
|
Modifier and Type | Class and Description |
---|---|
class |
WO
MBO to represent Work Order object.
|
class |
WOActivity
MBO to represent the Activity object.
|
class |
WOChange
MBO to represent the Release object.
|
class |
WORelease
MBO to represent the Release object.
|