com.ptc.netmarkets.meeting
Interface NmMeetingService

All Known Implementing Classes:
NmMeetingServiceFwd, StandardNmMeetingService

public interface NmMeetingService



Supported API: false

Extendable: false


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
 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
 

Method Detail

list

public NmHTMLTable list(NmCommandBean cdb)
                 throws WTException


Supported API: false

Parameters:
cdb -
Returns:
NmHTMLTable
Throws:
WTException

create

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


Supported API: false

Parameters:
cb -
info -
Throws:
WTException
WTPropertyVetoException

update

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


Supported API: false

Parameters:
cb -
info -
Throws:
WTPropertyVetoException
WTException

cancel

public void cancel(NmCommandBean cb)
            throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

view

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


Supported API: false

Parameters:
cb -
Returns:
NmHTMLTable[]
Throws:
WTPropertyVetoException
WTException

addMinutes

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


Supported API: false

Parameters:
cb -
minutes -
Throws:
WTPropertyVetoException
WTException

searchParticipants

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


Supported API: false

Parameters:
cb -
sType -
sPattern -
Returns:
NmNameValuePair[]
Throws:
WTException

searchSubjectItems

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


Supported API: false

Parameters:
cb -
sType -
sPattern -
Returns:
NmNameValuePair[]
Throws:
WTException

getProject

public Project2 getProject(NmCommandBean cb)
                    throws WTException


Supported API: false

Parameters:
cb -
Returns:
Project2
Throws:
WTException

getTextMinutes

public MeetingCenterMeetingInfo getTextMinutes(NmCommandBean cb)
                                        throws WTException,
                                               WTPropertyVetoException


Supported API: false

Parameters:
cb -
Returns:
MeetingCenterMeetingInfo
Throws:
WTException
WTPropertyVetoException

getParamsFromMeeting

public Hashtable getParamsFromMeeting(NmCommandBean cb)
                               throws WTException,
                                      WTPropertyVetoException


Supported API: false

Parameters:
cb -
Returns:
Hashtable
Throws:
WTException
WTPropertyVetoException

getMeetingProperties

public NmMeeting getMeetingProperties(NmCommandBean cb)
                               throws WTException,
                                      WTPropertyVetoException


Supported API: false

Parameters:
cb -
Returns:
NmMeeting
Throws:
WTException
WTPropertyVetoException

getMeetingInfo

public MeetingCenterMeetingInfo getMeetingInfo(NmCommandBean cb)
                                        throws WTException


Supported API: false

Parameters:
cb -
Returns:
MeetingCenterMeetingInfo
Throws:
WTException

listPVMeetingSubjectItems

public Object[] listPVMeetingSubjectItems(String meetingOID)
                                   throws WTException


Supported API: false

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

Parameters:
bean -
p -
type -
name -
newWindow -
Returns:
String
Throws:
WTException