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 | |
psdi.plusc.app.jobplan | |
psdi.plusc.app.pluscds | |
psdi.plusc.webclient.beans.asset |
Modifier and Type | Class and Description |
---|---|
class |
Asset
MBO object to represent Asset.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Asset.blindCopyFromMboToMbo(AssetRemote mbo)
Copies all the information for each of the fields into the passed mbo.
|
void |
DepHistory.configureAsset(AssetRemote asset)
set the Asset owner on the history
|
void |
DepHistoryRemote.configureAsset(AssetRemote asset) |
void |
DepHistory.configurePreviousAsset(AssetRemote asset)
set the Previous Asset owner on the history
|
void |
DepHistoryRemote.configurePreviousAsset(AssetRemote asset) |
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,
AssetRemote previousAsset,
java.lang.String historyType) |
DepHistoryRemote |
Depreciation.createDepreciationHistory(AssetRemote asset,
java.lang.String historyType)
Create a historic for depreciation and each depreciation schedule definition
|
DepHistoryRemote |
DepreciationRemote.createDepreciationHistory(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.generateDepreciationScheduleAndHistory(AssetRemote asset,
java.lang.String historyType) |
void |
Depreciation.moveAssetDepreciationData(AssetRemote asset) |
void |
DepreciationRemote.moveAssetDepreciationData(AssetRemote asset)
On Move/Swap Asset also move Depreciation Data.
|
void |
DepHistory.moveSwapAssetData(AssetRemote asset,
boolean isSameOrg,
java.lang.String newSite,
java.lang.String oldSite) |
void |
DepHistoryRemote.moveSwapAssetData(AssetRemote asset,
boolean isSameOrg,
java.lang.String newSite,
java.lang.String oldSite) |
void |
Depreciation.removeDepreciation(AssetRemote asset) |
void |
DepreciationRemote.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 | Field and Description |
---|---|
protected AssetRemote |
PromoteNode.asset |
protected AssetRemote |
PromoteNode.parentAsset |
Modifier and Type | Method and Description |
---|---|
AssetRemote |
PromoteNode.getLinkedAsset()
Gets and caches a reference to the asset linked through reconlinks.
|
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.getLinkedParentAsset(boolean promoting)
Gets and caches linked parent asset 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()
|
Modifier and Type | Method and Description |
---|---|
void |
PromoteNode.setLinkedAsset(AssetRemote assetMbo)
Set asset reference and related field values and flags.
|
void |
PromoteNodeRemote.setLinkedAsset(AssetRemote assetMbo) |
void |
PromoteNode.setLinkedParentAsset(AssetRemote assetMbo)
Sets linked parent asset and associated field values and flags.
|
void |
PromoteNodeRemote.setLinkedParentAsset(AssetRemote assetMbo) |
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 |
Location.getAssociatedAsset()
Returns the asset associated with this location, if and only if there is only one.
|
AssetRemote |
LocationRemote.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
|
Modifier and Type | Method and Description |
---|---|
protected AssetRemote |
PlusCFldJpDatasheetAssetnum.getAsset()
Returns the asset associated with this jp data sheet.
|
Modifier and Type | Method and Description |
---|---|
protected AssetRemote |
PlusCFldWODSAssetNum.getAsset()
Returns the asset associated with this jp data sheet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PlusCViewDataSheetBean.refreshTableData(AssetRemote asset,
java.lang.String dsBeanName,
java.lang.String instrBeanName,
java.lang.String pointBeanName,
java.lang.String funcCheckBeanName,
java.lang.String dynCheckBeanName,
boolean isLoop) |