public final class PlusCToolKitTOServer
extends java.lang.Object
Constructor and Description |
---|
PlusCToolKitTOServer() |
Modifier and Type | Method and Description |
---|---|
static void |
copyValues(MboRemote mboSource,
PlusCMboRemote objectTO)
Copy values from mboSource to objectTO.
|
static PlusCMboRemote |
createTO(MboRemote mboSource,
java.lang.Class objectType)
Creates the to.
|
static void |
setMboValues(MboRemote target,
PlusCMboRemote source)
Copy all changed attributes in source (retrieved through getChangedFields) to target.
|
public static PlusCMboRemote createTO(MboRemote mboSource, java.lang.Class objectType) throws java.rmi.RemoteException, java.lang.Exception
mboSource
- The MboRemote to get the information fromobjectType
- tThe Class object which will be created and populated
with information of mboSource
NOTE: That class MUST be a javabeanjava.rmi.RemoteException
- the remote exceptionjava.lang.Exception
- the exceptionpublic static void copyValues(MboRemote mboSource, PlusCMboRemote objectTO) throws java.lang.Exception
mboSource
- the mbo sourceobjectTO
- the object tojava.lang.Exception
- the exceptionpublic static void setMboValues(MboRemote target, PlusCMboRemote source) throws java.lang.Exception
target
- the targetsource
- the sourcejava.lang.Exception
- the exception