com.ptc.netmarkets.meeting
Class NmMeetingCommands

java.lang.Object
  extended bycom.ptc.netmarkets.meeting.NmMeetingCommands

public class NmMeetingCommands
extends Object



Supported API: false

Extendable: false


Nested Class Summary
static class NmMeetingCommands.Parameter
           
 
Field Summary
private static String CLASSNAME
           
static String LIST_DELIM
           
static String PROPS_OBJECT_NAME
           
private static String PV_SERVER_SESSION_ATTRIBUTE
           
private static String RESOURCE
           
static NmMeetingService service
          

Supported API: false
private static boolean VERBOSE
           
 
Constructor Summary
NmMeetingCommands()
           
 
Method Summary
static void addMinutes(NmCommandBean cb)
          

Supported API: false
private static String buildThumbNailHREF(NmOid nm_oid)
           
static void cancel(NmCommandBean cb)
          

Supported API: false
static void create(NmCommandBean cb)
          

Supported API: false
static void delete(NmCommandBean cb)
          

Supported API: false
static void endPVMeeting(javax.servlet.http.HttpServletRequest request)
          

Supported API: false
static MeetingCenterMeetingInfo get(NmCommandBean cb)
           
private static String getIDForPVServer(String server)
           
static void getParamsFromMeeting(NmCommandBean cb)
          

Supported API: false
private static ResourceBundle getResBundle()
           
static String getTextMinutes(NmCommandBean cb)
          

Supported API: false
private static String getThumbNailImage(NmOid nm_oid)
           
static void host(NmCommandBean cb)
          

Supported API: false
static void hostPVMeeting(NmCommandBean cb)
          

Supported API: false
static Boolean isProjectContext(NmCommandBean cb)
          

Supported API: false
static void join(NmCommandBean cb)
          

Supported API: false
private static void joinPVMeeting(NmCommandBean cb, String meetingOID, String passwd)
           
static NmHTMLTable list(NmCommandBean cb)
          

Supported API: false
static Object[] listPVMeetingSubjectItems(NmCommandBean cb)
          

Supported API: false
static NmNameValuePair[] searchParticipants(NmCommandBean cb)
          

Supported API: false
static NmNameValuePair[] searchSubjectItems(NmCommandBean cb)
          

Supported API: false
private static MeetingCenterMeetingInfo setInfo(NmCommandBean cb)
           
static void test(NmCommandBean cb)
           
static void update(NmCommandBean cb)
          

Supported API: false
static void updateStatus(NmCommandBean cb)
          

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

Supported API: false
static void viewSubjectItems(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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

service

public static final NmMeetingService service


Supported API: false


PROPS_OBJECT_NAME

public static final String PROPS_OBJECT_NAME
See Also:
Constant Field Values

LIST_DELIM

public static final String LIST_DELIM
See Also:
Constant Field Values

PV_SERVER_SESSION_ATTRIBUTE

private static final String PV_SERVER_SESSION_ATTRIBUTE
See Also:
Constant Field Values

VERBOSE

private static final boolean VERBOSE
See Also:
Constant Field Values
Constructor Detail

NmMeetingCommands

public NmMeetingCommands()
Method Detail

list

public static NmHTMLTable list(NmCommandBean cb)
                        throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmHTMLTable
Throws:
WTException

create

public static void create(NmCommandBean cb)
                   throws WTException,
                          WTPropertyVetoException


Supported API: false

Parameters:
cb -
Throws:
WTException
WTPropertyVetoException

delete

public static void delete(NmCommandBean cb)
                   throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

update

public static void update(NmCommandBean cb)
                   throws WTException,
                          WTPropertyVetoException


Supported API: false

Parameters:
cb -
Throws:
WTException
WTPropertyVetoException

host

public static void host(NmCommandBean cb)
                 throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

join

public static void join(NmCommandBean cb)
                 throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

cancel

public static void cancel(NmCommandBean cb)
                   throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

view

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


Supported API: false

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

addMinutes

public static void addMinutes(NmCommandBean cb)
                       throws WTException,
                              WTPropertyVetoException


Supported API: false

Parameters:
cb -
Throws:
WTException
WTPropertyVetoException

viewSubjectItems

public static void viewSubjectItems(NmCommandBean cb)


Supported API: false

Parameters:
cb -

searchParticipants

public static NmNameValuePair[] searchParticipants(NmCommandBean cb)
                                            throws WTException


Supported API: false

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

searchSubjectItems

public static NmNameValuePair[] searchSubjectItems(NmCommandBean cb)
                                            throws WTException


Supported API: false

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

getTextMinutes

public static String getTextMinutes(NmCommandBean cb)
                             throws WTException,
                                    WTPropertyVetoException


Supported API: false

Parameters:
cb -
Returns:
String
Throws:
WTException
WTPropertyVetoException

getParamsFromMeeting

public static void getParamsFromMeeting(NmCommandBean cb)
                                 throws WTException,
                                        WTPropertyVetoException


Supported API: false

Parameters:
cb -
Throws:
WTException
WTPropertyVetoException

isProjectContext

public static Boolean isProjectContext(NmCommandBean cb)
                                throws WTException


Supported API: false

Parameters:
cb -
Returns:
Boolean
Throws:
WTException

listPVMeetingSubjectItems

public static Object[] listPVMeetingSubjectItems(NmCommandBean cb)
                                          throws WTException


Supported API: false

Parameters:
cb -
Returns:
Object[]
Throws:
WTException

hostPVMeeting

public static void hostPVMeeting(NmCommandBean cb)
                          throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

endPVMeeting

public static void endPVMeeting(javax.servlet.http.HttpServletRequest request)
                         throws WTException


Supported API: false

Parameters:
request -
Throws:
WTException

updateStatus

public static void updateStatus(NmCommandBean cb)
                         throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

getResBundle

private static ResourceBundle getResBundle()
                                    throws WTException
Throws:
WTException

get

public static MeetingCenterMeetingInfo get(NmCommandBean cb)
                                    throws WTException,
                                           WTPropertyVetoException
Throws:
WTException
WTPropertyVetoException

test

public static void test(NmCommandBean cb)

setInfo

private static MeetingCenterMeetingInfo setInfo(NmCommandBean cb)
                                         throws WTException,
                                                WTPropertyVetoException
Throws:
WTException
WTPropertyVetoException

buildThumbNailHREF

private static String buildThumbNailHREF(NmOid nm_oid)

getThumbNailImage

private static String getThumbNailImage(NmOid nm_oid)

joinPVMeeting

private static void joinPVMeeting(NmCommandBean cb,
                                  String meetingOID,
                                  String passwd)
                           throws WTException
Throws:
WTException

getIDForPVServer

private static String getIDForPVServer(String server)
                                throws WTException
Throws:
WTException