public class MboSetRetainMboPositionData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| MboSetRetainMboPositionData() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addRelatedData(java.lang.String relationName,
              MboSetRetainMboPositionData retainState)Adds the position data based on the relationship name. | 
| int | getCurrentRow()Returns the current row. | 
| static MboSetRetainMboPositionData | getMboSetRetainState(MboSetRemote mboSetRemote)Returns the position data for the Business Object based on where it is in the
 Business Object graph/hierarchy. | 
| java.lang.Long | getMboUID()Returns the mbo UID. | 
| MboSetRetainMboPositionData | getRelatedData(java.lang.String relationName)Returns position data stored for a child based on the relationship name. | 
| java.util.Iterator<java.lang.String> | getRelations()Returns all relations that have the data stored. | 
| static MboSetRetainMboPositionResult | positionState(MboSetRemote mboSetRemote)Returns the position result based on the position data associated with the Business Object. | 
| void | reset()Resets the data. | 
| void | setCurrentRow(int currentRow)Sets the current row. | 
| void | setMboUID(java.lang.Long mboUID)Sets the mbo UID. | 
public void reset()
public void setMboUID(java.lang.Long mboUID)
mboUID - unique id associated with a mbo.public java.lang.Long getMboUID()
public void setCurrentRow(int currentRow)
currentRow - public int getCurrentRow()
public MboSetRetainMboPositionData getRelatedData(java.lang.String relationName)
relationName - relationship namepublic java.util.Iterator<java.lang.String> getRelations()
public void addRelatedData(java.lang.String relationName,
                           MboSetRetainMboPositionData retainState)
relationName - relationship nameretainState - positon data associated with the relationship name.public static MboSetRetainMboPositionData getMboSetRetainState(MboSetRemote mboSetRemote) throws MXException, java.rmi.RemoteException
mboSetRemote - MXExceptionjava.rmi.RemoteExceptionpublic static MboSetRetainMboPositionResult positionState(MboSetRemote mboSetRemote) throws MXException, java.rmi.RemoteException
mboSetRemote - Business Object set that needs to have the position set.MXExceptionjava.rmi.RemoteException