wt.projmgmt
Class ProjMgmtServiceFwd

java.lang.Object
  extended bywt.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

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
ProjMgmtServiceFwd()
           
 
Method Summary
 void emitEvent(String event_type, Object target, Object emitter)
          Emits a project management service event.
 void emitViewContentEvent(String target_ref_str)
          Emits a VIEW_CONTENTproject management service event.
private static Manager getManager()
           
 
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

ProjMgmtServiceFwd

public ProjMgmtServiceFwd()
Method Detail

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