public interface PlusCAssetAliasField
PlusCAssetAliasFieldCommon
Modifier and Type | Method and Description |
---|---|
MboSetRemote |
callSuper_getList()
The asset alias field implementation must call:
super.getList()
|
MboSetRemote |
callSuper_getMboSet(java.lang.String where,
java.lang.String identifier)
The asset alias field implementation must call:
super.getMboSet(where, identifier)
|
void |
callSuper_setRelationship(java.lang.String objectName,
java.lang.String whereClause)
The asset alias field implementation must call:
super.setRelationship(objectName, whereClause)
|
void |
callSuper_setValueFromLookup(MboRemote sourceMbo)
The asset alias field implementation must call:
super.setValueFromLookup(sourceMbo)
|
MboSetRemote |
callSuper_smartFind(java.lang.String value,
boolean exact)
The asset alias field implementation must call:
super.smartFind(value, exact)
|
MboValue |
getMboValue() |
java.lang.String |
getOriginalWhereClause()
Return the where clause originally defined for the field.
|
void |
setLookupKeyMapInOrder(java.lang.String[] targetKeys,
java.lang.String[] sourceKeys) |
void |
setRelationship(java.lang.String objectName,
java.lang.String whereClause) |
MboSetRemote |
smartFind(java.lang.String value,
boolean exact) |
MboValue getMboValue()
void setRelationship(java.lang.String objectName, java.lang.String whereClause)
void setLookupKeyMapInOrder(java.lang.String[] targetKeys, java.lang.String[] sourceKeys)
MboSetRemote smartFind(java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getOriginalWhereClause()
MboSetRemote callSuper_getList() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSetRemote callSuper_getMboSet(java.lang.String where, java.lang.String identifier) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void callSuper_setValueFromLookup(MboRemote sourceMbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void callSuper_setRelationship(java.lang.String objectName, java.lang.String whereClause)
MboSetRemote callSuper_smartFind(java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException