public class DynamicAssetUtil
extends java.lang.Object
Constructor and Description |
---|
DynamicAssetUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAssetNumFromEvent(WebClientEvent event)
Get the asset number the user selected from the menu popup in the Relationships table
Either Source Asset or Target Asset
|
static MboSetRemote |
getAssetRemoteForAssetNum(WebClientSession wcs,
java.lang.String assetNum)
Get an AssetRemote implementation for a given asset number, restricted to site id
|
static boolean |
isOwnerSelectActionMenu(WebClientEvent event)
Determine if the owner is from the "Select Actions" menu.
|
public static boolean isOwnerSelectActionMenu(WebClientEvent event)
event
- the current eventpublic static java.lang.String getAssetNumFromEvent(WebClientEvent event)
event
- the current eventpublic static MboSetRemote getAssetRemoteForAssetNum(WebClientSession wcs, java.lang.String assetNum) throws MXException, java.rmi.RemoteException
wcs
- the current sessionassetNum
- the asset number to populate the AssetRemote withMXException
java.rmi.RemoteException