public class PlusCAssetAliasFieldCommon
extends java.lang.Object
PlusCAssetAliasField
Constructor and Description |
---|
PlusCAssetAliasFieldCommon() |
PlusCAssetAliasFieldCommon(PlusCAssetAliasField adapter) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias() |
MboSetRemote |
getList() |
MboSetRemote |
getList(boolean replaceAssetTableReferences) |
MboSetRemote |
getMboSet(java.lang.String where,
java.lang.String identifier) |
void |
setValueFromLookup(MboRemote sourceMbo) |
MboSetRemote |
smartFind(java.lang.String value,
boolean exact) |
public PlusCAssetAliasFieldCommon(PlusCAssetAliasField adapter)
public PlusCAssetAliasFieldCommon()
public MboSetRemote getList() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public MboSetRemote getList(boolean replaceAssetTableReferences) throws MXException, java.rmi.RemoteException
replaceAssetTableReferences
- Tells the method if any reference to asset table in the new where
clause must be changed to plustaliasview
MXException
java.rmi.RemoteException
public MboSetRemote getMboSet(java.lang.String where, java.lang.String identifier) throws MXException, java.rmi.RemoteException
where
- identifier
- MXException
java.rmi.RemoteException
public void setValueFromLookup(MboRemote sourceMbo) throws MXException, java.rmi.RemoteException
sourceMbo
- MXException
java.rmi.RemoteException
public MboSetRemote smartFind(java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
value
- exact
- MXException
java.rmi.RemoteException
public java.lang.String getAlias()