Package | Description |
---|---|
com.ibm.tivoli.maximo.amcrew.app.unittest | |
com.ibm.tivoli.maximo.srvad.app.common | |
psdi.app.asset | |
psdi.app.po.virtual |
Modifier and Type | Method and Description |
---|---|
static Asset |
AMCrewUnitTestLibrary.createAsset(java.lang.String assetName) |
Modifier and Type | Method and Description |
---|---|
static AMCrew |
AMCrewUnitTestLibrary.addAssetToAMCrewViaNewRow(AMCrew amcrew,
java.lang.String toolseq,
Asset asset,
java.util.Date effectiveDate,
java.util.Date enddate,
boolean addToolRequirement,
boolean commit) |
static AMCrew |
AMCrewUnitTestLibrary.addAssetToAMCrewViaUnrestricted(AMCrew amcrew,
java.lang.String toolseq,
Asset asset,
java.util.Date effectiveDate,
java.util.Date enddate) |
Modifier and Type | Method and Description |
---|---|
static int |
SACommonWOSR.promptSAReplaceWithAssets(UserInfo userInfo,
Asset asset,
AddressableMbo addrmbo) |
Modifier and Type | Method and Description |
---|---|
Asset |
Asset.createAssetToBeMoved()
When moving an asset across sites, creates the destination site asset or
gets the already-existing destination site asset record that represents
the asset that is returning to the site via the current ASSET to destination site
asset relationship
AssetSetRemote.MOVEDASSET . |
protected Asset |
Asset.setAssetLocationNull(java.lang.String oldSiteId)
Sets the asset and its children locations to null
|
Modifier and Type | Method and Description |
---|---|
protected void |
Asset.copyAssetClassVariables(Asset tempAsset)
Copy the class variables from current asset to the passed in asset
|
void |
AssetSet.moveSingleAsset(Asset asset)
initiates an Asset move by calling the appropriate Asset methods
depending on whether or not the destination location is an inventory type
location and whether or not the asset being moved is rotating or not.
|
void |
AssetSetRemote.moveSingleAsset(Asset asset) |
Constructor and Description |
---|
MoveDetails(Asset owner) |
Modifier and Type | Method and Description |
---|---|
boolean |
ReceiptInputSet.diHasFinancialTransactions(MatRecTrans mrt,
Asset asset)
This method determines if the asset has any records related to it in the MATRECTRANS,
MATUSETRANS and ASSETTRANS tables.
|