|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.meeting.MeetingNotificationProcessor
Supported API: false
Extendable: false
Field Summary | |
private static ResourceBundle |
_rb
|
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private static String |
HTML_FONT
|
private static Locale |
locale
|
private ObjectReference |
meetingReference
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private Meeting |
theMeeting
|
private MeetingOperationType |
theMeetingOperationType
|
private WTPrincipalReference |
theWTPrincipalReference
|
Fields inherited from interface wt.templateutil.processor.ContextTranslator |
CONTEXT_LIST_IN, CONTEXT_LIST_OUT |
Fields inherited from interface wt.templateutil.processor.ContextHolder |
CONTEXT_ACTION, CONTEXT_CLASS_NAME, CONTEXT_OBJ, CONTEXT_PROPERTIES, FORM_DATA, QUERY_DATA, RESPONSE_EXCEPTIONS, RESPONSE_FOOTERS, RESPONSE_HEADERS, RESPONSE_MESSAGES, RESPONSE_STRING, STATUS |
Constructor Summary | |
MeetingNotificationProcessor()
Supported API: false |
|
MeetingNotificationProcessor(ObjectReference a_meetingRef,
MeetingOperationType opType)
Supported API: false |
|
MeetingNotificationProcessor(ObjectReference a_meetingRef,
MeetingOperationType opType,
WTPrincipalReference user)
Supported API: false |
Method Summary | |
private String |
getEndTime(String startTime,
long duration)
|
Meeting |
getMeeting()
Supported API: false |
ObjectReference |
getMeetingReference()
Gets the object for the association that plays role: meetingReference. |
WTPrincipalReference |
getWTPrincipalReference()
Gets the object for the association that plays role: theWTPrincipalReference. |
void |
handleRequest(HTTPRequest request,
HTTPResponse response)
Supported API: false |
void |
meetingAgenda(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
meetingCallInformation(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
meetingDate(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
meetingInvitees(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
meetingLocation(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
meetingMessageBody(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
meetingName(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
meetingPasswd(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
meetingReferences(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
private void |
meetingReferenceValidate(ObjectReference a_MeetingReference)
|
void |
meetingTeleconferenceInformation(Properties params,
Locale locale,
OutputStream os)
|
void |
meetingTime(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
meetingType(Properties params,
Locale locale,
OutputStream os)
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(MeetingNotificationProcessor thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setMeetingReference(ObjectReference a_MeetingReference)
Sets the object for the association that plays role: meetingReference. |
void |
setWTPrincipalReference(WTPrincipalReference a_WTPrincipalReference)
Sets the object for the association that plays role: theWTPrincipalReference. |
private void |
theWTPrincipalReferenceValidate(WTPrincipalReference a_WTPrincipalReference)
|
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 MeetingOperationType theMeetingOperationType
private ObjectReference meetingReference
private WTPrincipalReference theWTPrincipalReference
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private Meeting theMeeting
private static final Locale locale
private static ResourceBundle _rb
private static final String HTML_FONT
Constructor Detail |
public MeetingNotificationProcessor()
public MeetingNotificationProcessor(ObjectReference a_meetingRef, MeetingOperationType opType)
a_meetingRef
- opType
- public MeetingNotificationProcessor(ObjectReference a_meetingRef, MeetingOperationType opType, WTPrincipalReference user)
a_meetingRef
- opType
- user
- Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class BasicTemplateProcessor
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class BasicTemplateProcessor
input
-
IOException
ClassNotFoundException
protected boolean readVersion(MeetingNotificationProcessor 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 ObjectReference getMeetingReference()
public void setMeetingReference(ObjectReference a_MeetingReference) throws WTPropertyVetoException
a_MeetingReference
-
WTPropertyVetoException
private void meetingReferenceValidate(ObjectReference a_MeetingReference) throws WTPropertyVetoException
a_MeetingReference
-
WTPropertyVetoException
public WTPrincipalReference getWTPrincipalReference()
public void setWTPrincipalReference(WTPrincipalReference a_WTPrincipalReference) throws WTPropertyVetoException
a_WTPrincipalReference
-
WTPropertyVetoException
private void theWTPrincipalReferenceValidate(WTPrincipalReference a_WTPrincipalReference) throws WTPropertyVetoException
a_WTPrincipalReference
-
WTPropertyVetoException
public void handleRequest(HTTPRequest request, HTTPResponse response)
handleRequest
in interface TemplateProcessor
request
- response
- public void meetingName(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void meetingDate(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void meetingTime(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void meetingPasswd(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void meetingAgenda(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void meetingCallInformation(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void meetingInvitees(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void meetingReferences(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void meetingMessageBody(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void meetingLocation(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void meetingType(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public Meeting getMeeting()
private String getEndTime(String startTime, long duration) throws WTException
WTException
public void meetingTeleconferenceInformation(Properties params, Locale locale, OutputStream os) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |