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.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 |
---|---|
void |
DepHistoryRemote.configureAsset(AssetRemote asset) |
void |
DepHistory.configureAsset(AssetRemote asset)
set the Asset owner on the history
|
void |
DepHistoryRemote.configurePreviousAsset(AssetRemote asset) |
void |
DepHistory.configurePreviousAsset(AssetRemote asset)
set the Previous Asset owner on the history
|
DepHistoryRemote |
DepreciationRemote.createDepreciationHistory(AssetRemote asset,
AssetRemote previousAsset,
java.lang.String historyType) |
DepHistoryRemote |
Depreciation.createDepreciationHistory(AssetRemote asset,
AssetRemote previousAsset,
java.lang.String historyType)
Create a historic for depreciation and each depreciation schedule definition
|
DepHistoryRemote |
DepreciationRemote.createDepreciationHistory(AssetRemote asset,
java.lang.String historyType) |
DepHistoryRemote |
Depreciation.createDepreciationHistory(AssetRemote asset,
java.lang.String historyType)
Create a historic for depreciation and each depreciation schedule definition
|
void |
DepreciationRemote.generateDepreciationScheduleAndHistory(AssetRemote asset,
java.lang.String historyType) |
void |
Depreciation.generateDepreciationScheduleAndHistory(AssetRemote asset,
java.lang.String historyType)
Create a set of depreciation schedule periods for each depreciation schedule definition and save the historic
|
void |
DepreciationRemote.moveAssetDepreciationData(AssetRemote asset)
On Move/Swap Asset also move Depreciation Data.
|
void |
Depreciation.moveAssetDepreciationData(AssetRemote asset) |
void |
DepHistoryRemote.moveSwapAssetData(AssetRemote asset,
boolean isSameOrg,
java.lang.String newSite,
java.lang.String oldSite) |
void |
DepHistory.moveSwapAssetData(AssetRemote asset,
boolean isSameOrg,
java.lang.String newSite,
java.lang.String oldSite) |
void |
DepreciationRemote.removeDepreciation(AssetRemote asset) |
void |
Depreciation.removeDepreciation(AssetRemote 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 |
---|---|
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
|