com.ptc.netmarkets.meeting
Class NmMeetingServiceFwd

java.lang.Object
  extended bycom.ptc.netmarkets.meeting.NmMeetingServiceFwd
All Implemented Interfaces:
NmMeetingService, RemoteAccess, Serializable

public class NmMeetingServiceFwd
extends Object
implements RemoteAccess, NmMeetingService, 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
NmMeetingServiceFwd()
           
 
Method Summary
 void addMinutes(NmCommandBean cb, String minutes)
          

Supported API: false
 void cancel(NmCommandBean cb)
          

Supported API: false
 void create(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 String getHREFForSubjectItem(NmURLFactoryBean bean, Persistable p, String type, String name, boolean newWindow)
          

Supported API: false
private static Manager getManager()
           
 MeetingCenterMeetingInfo getMeetingInfo(NmCommandBean cb)
          

Supported API: false
 NmMeeting getMeetingProperties(NmCommandBean cb)
          

Supported API: false
 Hashtable getParamsFromMeeting(NmCommandBean cb)
          

Supported API: false
 Project2 getProject(NmCommandBean cb)
          

Supported API: false
 MeetingCenterMeetingInfo getTextMinutes(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable list(NmCommandBean cdb)
          

Supported API: false
 Object[] listPVMeetingSubjectItems(String meetingOID)
          

Supported API: false
 NmNameValuePair[] searchParticipants(NmCommandBean cb, String sType, String sPattern)
          

Supported API: false
 NmNameValuePair[] searchSubjectItems(NmCommandBean cb, String sType, String sPattern)
          

Supported API: false
 void update(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 NmHTMLTable[] view(NmCommandBean cb)
          

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

NmMeetingServiceFwd

public NmMeetingServiceFwd()
Method Detail

getManager

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

list

public NmHTMLTable list(NmCommandBean cdb)
                 throws WTException


Supported API: false

Specified by:
list in interface NmMeetingService
Parameters:
cdb -
Returns:
NmHTMLTable
Throws:
WTException

create

public void create(NmCommandBean cb,
                   MeetingCenterMeetingInfo info)
            throws WTException,
                   WTPropertyVetoException


Supported API: false

Specified by:
create in interface NmMeetingService
Parameters:
cb -
info -
Throws:
WTException
WTPropertyVetoException

update

public void update(NmCommandBean cb,
                   MeetingCenterMeetingInfo info)
            throws WTPropertyVetoException,
                   WTException


Supported API: false

Specified by:
update in interface NmMeetingService
Parameters:
cb -
info -
Throws:
WTPropertyVetoException
WTException

cancel

public void cancel(NmCommandBean cb)
            throws WTException


Supported API: false

Specified by:
cancel in interface NmMeetingService
Parameters:
cb -
Throws:
WTException

view

public NmHTMLTable[] view(NmCommandBean cb)
                   throws WTPropertyVetoException,
                          WTException


Supported API: false

Specified by:
view in interface NmMeetingService
Parameters:
cb -
Returns:
NmHTMLTable[]
Throws:
WTPropertyVetoException
WTException

addMinutes

public void addMinutes(NmCommandBean cb,
                       String minutes)
                throws WTPropertyVetoException,
                       WTException


Supported API: false

Specified by:
addMinutes in interface NmMeetingService
Parameters:
cb -
minutes -
Throws:
WTPropertyVetoException
WTException

searchParticipants

public NmNameValuePair[] searchParticipants(NmCommandBean cb,
                                            String sType,
                                            String sPattern)
                                     throws WTException


Supported API: false

Specified by:
searchParticipants in interface NmMeetingService
Parameters:
cb -
sType -
sPattern -
Returns:
NmNameValuePair[]
Throws:
WTException

searchSubjectItems

public NmNameValuePair[] searchSubjectItems(NmCommandBean cb,
                                            String sType,
                                            String sPattern)
                                     throws WTException


Supported API: false

Specified by:
searchSubjectItems in interface NmMeetingService
Parameters:
cb -
sType -
sPattern -
Returns:
NmNameValuePair[]
Throws:
WTException

getProject

public Project2 getProject(NmCommandBean cb)
                    throws WTException


Supported API: false

Specified by:
getProject in interface NmMeetingService
Parameters:
cb -
Returns:
Project2
Throws:
WTException

getTextMinutes

public MeetingCenterMeetingInfo getTextMinutes(NmCommandBean cb)
                                        throws WTException,
                                               WTPropertyVetoException


Supported API: false

Specified by:
getTextMinutes in interface NmMeetingService
Parameters:
cb -
Returns:
MeetingCenterMeetingInfo
Throws:
WTException
WTPropertyVetoException

getParamsFromMeeting

public Hashtable getParamsFromMeeting(NmCommandBean cb)
                               throws WTException,
                                      WTPropertyVetoException


Supported API: false

Specified by:
getParamsFromMeeting in interface NmMeetingService
Parameters:
cb -
Returns:
Hashtable
Throws:
WTException
WTPropertyVetoException

getMeetingProperties

public NmMeeting getMeetingProperties(NmCommandBean cb)
                               throws WTException,
                                      WTPropertyVetoException


Supported API: false

Specified by:
getMeetingProperties in interface NmMeetingService
Parameters:
cb -
Returns:
NmMeeting
Throws:
WTException
WTPropertyVetoException

getMeetingInfo

public MeetingCenterMeetingInfo getMeetingInfo(NmCommandBean cb)
                                        throws WTException


Supported API: false

Specified by:
getMeetingInfo in interface NmMeetingService
Parameters:
cb -
Returns:
MeetingCenterMeetingInfo
Throws:
WTException

listPVMeetingSubjectItems

public Object[] listPVMeetingSubjectItems(String meetingOID)
                                   throws WTException


Supported API: false

Specified by:
listPVMeetingSubjectItems in interface NmMeetingService
Parameters:
meetingOID -
Returns:
Object[]
Throws:
WTException

getHREFForSubjectItem

public String getHREFForSubjectItem(NmURLFactoryBean bean,
                                    Persistable p,
                                    String type,
                                    String name,
                                    boolean newWindow)
                             throws WTException


Supported API: false

Specified by:
getHREFForSubjectItem in interface NmMeetingService
Parameters:
bean -
p -
type -
name -
newWindow -
Returns:
String
Throws:
WTException