wt.graph.service
Class ObjectGraphServiceFwd
java.lang.Object
wt.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER
static final boolean SERVER
FC_RESOURCE
private static final String FC_RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
ObjectGraphServiceFwd
public ObjectGraphServiceFwd()
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