wt.graph.service
Class ObjectGraphServiceFwd

java.lang.Object
  extended bywt.graph.service.ObjectGraphServiceFwd
All Implemented Interfaces:
ObjectGraphService, RemoteAccess, Serializable

public class ObjectGraphServiceFwd
extends Object
implements RemoteAccess, ObjectGraphService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
ObjectGraphServiceFwd()
           
 
Method Summary
 ObjectGraph create(ObjectGraph graph)
          

Supported API: false
 ObjectGraph delete(ObjectGraph graph)
          

Supported API: false
private static Manager getManager()
           
 ObjectGraph retrieve(ObjectGraph graph)
          

Supported API: false
 ObjectGraph update(ObjectGraph graph)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

ObjectGraphServiceFwd

public ObjectGraphServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

create

public ObjectGraph create(ObjectGraph graph)
                   throws WTException,
                          WTPropertyVetoException,
                          ObjectGraphServiceException


Supported API: false

Specified by:
create in interface ObjectGraphService
Parameters:
graph -
Returns:
ObjectGraph
Throws:
WTException
WTPropertyVetoException
ObjectGraphServiceException

retrieve

public ObjectGraph retrieve(ObjectGraph graph)
                     throws WTException,
                            WTPropertyVetoException,
                            ObjectGraphServiceException


Supported API: false

Specified by:
retrieve in interface ObjectGraphService
Parameters:
graph -
Returns:
ObjectGraph
Throws:
WTException
WTPropertyVetoException
ObjectGraphServiceException

update

public ObjectGraph update(ObjectGraph graph)
                   throws WTException,
                          WTPropertyVetoException,
                          ObjectGraphServiceException


Supported API: false

Specified by:
update in interface ObjectGraphService
Parameters:
graph -
Returns:
ObjectGraph
Throws:
WTException
WTPropertyVetoException
ObjectGraphServiceException

delete

public ObjectGraph delete(ObjectGraph graph)
                   throws WTException,
                          WTPropertyVetoException,
                          ObjectGraphServiceException


Supported API: false

Specified by:
delete in interface ObjectGraphService
Parameters:
graph -
Returns:
ObjectGraph
Throws:
WTException
WTPropertyVetoException
ObjectGraphServiceException