wt.projmgmt
Class ProjMgmtServiceFwd
java.lang.Object
wt.projmgmt.ProjMgmtServiceFwd
- All Implemented Interfaces:
- ProjMgmtService, RemoteAccess, Serializable
- public class ProjMgmtServiceFwd
- extends Object
- implements RemoteAccess, ProjMgmtService, 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
ProjMgmtServiceFwd
public ProjMgmtServiceFwd()
getManager
private static Manager getManager()
throws WTException
- Returns:
- Manager
- Throws:
WTException
emitEvent
public void emitEvent(String event_type,
Object target,
Object emitter)
throws WTException
- Emits a project management service event. The event type, the source
object and the emitter object (service or class) are passed as arguments.
Supported API: false
- Specified by:
emitEvent
in interface ProjMgmtService
- Parameters:
event_type
- target
- emitter
-
- Throws:
WTException
emitViewContentEvent
public void emitViewContentEvent(String target_ref_str)
throws WTException
- Emits a VIEW_CONTENTproject management service event. A string representation
of the object reference is passed as argument. This method is primarily
used when viewing an object with ProductView.
Supported API: false
- Specified by:
emitViewContentEvent
in interface ProjMgmtService
- Parameters:
target_ref_str
-
- Throws:
WTException