|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.meeting.NmMeetingProperties
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Timestamp |
creationDate
|
private Timestamp |
dateTime
|
private String |
description
|
private String |
dialinInfo
|
private long |
duration
|
static long |
EXTERNALIZATION_VERSION_UID
|
private Object |
host
|
private Locale |
locale
|
private String |
location
|
private String |
meetingAgenda
|
private String |
meetingMinutes
|
private MeetingType |
meetingType
|
private String |
name
|
private long |
numPhoneLines
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private Object[] |
participants
|
private String |
phoneNumber
|
private boolean |
projectContext
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private MeetingStatus |
status
|
private Object[] |
subjectItems
|
Constructor Summary | |
NmMeetingProperties()
Supported API: false |
|
NmMeetingProperties(Meeting meeting,
boolean projectContext)
Supported API: false |
Method Summary | |
NmDate |
getCreationDate()
Supported API: false |
NmDate |
getDate()
Supported API: false |
String |
getDescription()
Supported API: false |
String |
getDialinInfo()
Supported API: false |
String |
getDuration()
Supported API: false |
Object |
getHost()
Supported API: false |
String |
getLocation()
Supported API: false |
String |
getMeetingAgenda()
Supported API: false |
String |
getMeetingMinutes()
Supported API: false |
MeetingType |
getMeetingType()
Supported API: false |
String |
getMeetingTypeName()
Supported API: false |
String |
getName()
Supported API: false |
private Object |
getNmUser(WTPrincipalReference userRef,
WTContainerRef containerRef)
|
private NmUser |
getNmUser(WTUser user)
|
String |
getNumPhoneLines()
Supported API: false |
Object[] |
getParticipants()
Supported API: false |
private Object[] |
getParticipants(Meeting meeting)
|
String |
getPhoneNumber()
Supported API: false |
String |
getStatus()
Supported API: false |
Object[] |
getSubjectItems()
Supported API: false |
private Object[] |
getSubjectItems(Meeting meeting)
|
NmDate |
getTime()
Supported API: false |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(NmMeetingProperties thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String name
private String description
private Object host
private Timestamp dateTime
private Timestamp creationDate
private long duration
private String phoneNumber
private long numPhoneLines
private String dialinInfo
private MeetingType meetingType
private Object[] participants
private Object[] subjectItems
private String meetingMinutes
private String meetingAgenda
private MeetingStatus status
private Locale locale
private boolean projectContext
private String location
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public NmMeetingProperties()
public NmMeetingProperties(Meeting meeting, boolean projectContext) throws WTException
meeting
- projectContext
-
WTException
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(NmMeetingProperties thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public String getName()
public String getDescription()
public Object getHost()
public NmDate getDate()
public NmDate getTime()
public NmDate getCreationDate()
public String getDuration()
public String getPhoneNumber()
public String getNumPhoneLines()
public String getDialinInfo()
public MeetingType getMeetingType()
public String getMeetingTypeName()
public Object[] getParticipants()
public Object[] getSubjectItems()
public String getMeetingMinutes()
public String getMeetingAgenda()
public String getStatus()
public String getLocation()
private NmUser getNmUser(WTUser user) throws WTException
WTException
private Object getNmUser(WTPrincipalReference userRef, WTContainerRef containerRef) throws WTException
WTException
private Object[] getParticipants(Meeting meeting) throws WTException
WTException
private Object[] getSubjectItems(Meeting meeting) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |