Package | Description |
---|---|
psdi.app.asset | |
psdi.app.asset.virtual | |
psdi.app.dpldasset.virtual | |
psdi.app.inventory |
The Inventory package includes MBOs related to Inventory Control.
|
psdi.app.location |
The Location package includes MBOs mostly related to operating locations. |
psdi.app.pm |
The PM package contains Mbos related to preventive
maintenance.
|
psdi.app.repairfacility.unittest | |
psdi.app.workorder |
The work order package includes Mbos related to work order planning, reporting and tracking.
|
psdi.plusc.app.asset |
Modifier and Type | Class and Description |
---|---|
class |
Asset
MBO object to represent Asset.
|
Modifier and Type | Method and Description |
---|---|
AssetRemote |
ModDowntimeHistRemote.getAssetMbo() |
AssetRemote |
ModDowntimeHist.getAssetMbo()
Get the assetMbo object.
|
AssetRemote |
DowntimeReport.getAssetMbo() |
Modifier and Type | Method and Description |
---|---|
void |
ModDowntimeHistRemote.setAssetMbo(AssetRemote asset) |
void |
ModDowntimeHist.setAssetMbo(AssetRemote asset)
Set the assetMbo object.
|
Modifier and Type | Method and Description |
---|---|
AssetRemote |
PromoteNodeRemote.getLinkedAsset()
Return the linked authorized asset or null if there's no such authorized asset As a side effect, it
will set fields from the deployed asset through setLinkedAsset()
|
AssetRemote |
PromoteNode.getLinkedAsset()
Gets and caches a reference to the asset linked through reconlinks.
|
AssetRemote |
PromoteNodeRemote.getLinkedParentAsset(boolean promoting)
Return the authorized asset linked to the deployed asset parent of this deployed asset or null if
there's no such authorized asset or no parent As a side effect, it will set fields from the deployed
asset through setLinkedParentAsset()
|
AssetRemote |
PromoteNode.getLinkedParentAsset(boolean promoting)
Gets and caches linked parent asset through reconlinks.
|
Modifier and Type | Method and Description |
---|---|
void |
PromoteNodeRemote.setLinkedAsset(AssetRemote assetMbo) |
void |
PromoteNode.setLinkedAsset(AssetRemote assetMbo)
Set asset reference and related field values and flags.
|
void |
PromoteNodeRemote.setLinkedParentAsset(AssetRemote assetMbo) |
void |
PromoteNode.setLinkedParentAsset(AssetRemote assetMbo)
Sets linked parent asset and associated field values and flags.
|
Modifier and Type | Method and Description |
---|---|
double |
InventoryRemote.getDefaultIssueCost(AssetRemote assetRemote) |
double |
Inventory.getDefaultIssueCost(AssetRemote assetRemote)
getDefaultIssueCost(1)
If user has chosen to call this method (by passing in an AssetRemote,
they user has chosen to get the proper issue cost for item which is rotating asset.
|
double |
Inventory.getDefaultIssueCost(AssetRemote assetRemote,
java.lang.String conditionCode)
getDefaultIssueCost(1,2)
If user has chosen to call this method (by passing in an AssetRemote,
they user has chosen to get the proper issue cost for item which is rotating asset.
|
Modifier and Type | Method and Description |
---|---|
AssetRemote |
LocationRemote.getAssociatedAsset()
Returns the asset associated with this location, if and only if there is
only one.
|
AssetRemote |
Location.getAssociatedAsset()
Returns the asset associated with this location, if and only if there is only one.
|
Modifier and Type | Method and Description |
---|---|
AssetRemote |
PM.getAsset()
Get related asset mbo
|
Modifier and Type | Method and Description |
---|---|
PMSetRemote |
PMServiceRemote.genPMsFromMasterAsset(AssetRemote myAssetMbo)
Given an asset mbo, generate PMs from master PMs.
|
PMSetRemote |
PMService.genPMsFromMasterAsset(AssetRemote myAssetMbo)
Method to generate PMs from master PMs for a given asset.
|
Modifier and Type | Method and Description |
---|---|
static AssetRemote |
RepFacilityTestUtil.createRandomAsset(UserInfo userInfo)
Creates a new asset record, choosing randomly the value for
ASSET.ASSETNUM
|
static AssetRemote |
RepFacilityTestUtil.createRandomAsset(UserInfo userInfo,
MboSetRemote assetSet)
Creates a new asset record, choosing randomly the value for ASSET.ASSETNUM
|
Modifier and Type | Method and Description |
---|---|
AssetRemote |
WO.getAsset()
get the related asset mbo
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
PlusCDueDate.getAssetDueDate(AssetRemote mboRemote)
Gets the Due Date for a Asset mbo
|