|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.notify.ObjectNotificationProcessor
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private String |
event
|
private ObjectIdentifier |
eventSourceId
|
static long |
EXTERNALIZATION_VERSION_UID
|
private static String |
FORUM_NOTIFICATION_ACTION
|
private String |
message
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private WTPrincipalReference |
ownerReference
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private static String |
STATE_CHANGE_EVENT
|
private String |
stateAttributeValue
|
private WTObject |
targetObject
|
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 | |
ObjectNotificationProcessor()
Supported API: false |
Method Summary | |
void |
event(Properties parameters,
Locale locale,
OutputStream os)
|
void |
forumNotification(Properties parameters,
Locale locale,
OutputStream os)
|
String |
getEvent()
Gets the value of the attribute: event. |
ObjectIdentifier |
getEventSourceId()
Gets the value of the attribute: eventSourceId. |
String |
getMessage()
Gets the value of the attribute: message. |
WTPrincipalReference |
getOwnerReference()
Gets the value of the attribute: ownerReference. |
String |
getStateAttributeValue()
Gets the value of the attribute: stateAttributeValue. |
WTObject |
getTarget()
|
void |
handleRequest(HTTPRequest request,
HTTPResponse response)
Supported API: false |
void |
messageBody(Properties parameters,
Locale locale,
OutputStream os)
|
void |
NmTargetObjectLink(Properties parameters,
Locale locale,
OutputStream os)
|
void |
pdmLinkTargetObjectLink(Properties parameters,
Locale locale,
OutputStream os)
|
void |
projectLinkAttributes(Properties params,
Locale locale,
OutputStream os)
|
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(ObjectNotificationProcessor thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setEvent(String a_Event)
Sets the value of the attribute: event. |
void |
setEventSourceId(ObjectIdentifier a_EventSourceId)
Sets the value of the attribute: eventSourceId. |
void |
setMessage(String a_Message)
Sets the value of the attribute: message. |
void |
setOwnerReference(WTPrincipalReference a_OwnerReference)
Sets the value of the attribute: ownerReference. |
void |
setStateAttributeValue(String a_StateAttributeValue)
Sets the value of the attribute: stateAttributeValue. |
void |
subscriber(Properties parameters,
Locale locale,
OutputStream os)
|
void |
subscriberForPlainTextOnly(Properties parameters,
Locale locale,
OutputStream os)
|
void |
target(Properties parameters,
Locale locale,
OutputStream os)
|
void |
targetObjectLink(Properties parameters,
Locale locale,
OutputStream os)
|
void |
unsubscribe(Properties parameters,
Locale locale,
OutputStream os)
|
void |
value(Properties parameters,
Locale locale,
OutputStream os)
|
void |
valueForPlainTextOnly(Properties parameters,
Locale locale,
OutputStream os)
|
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 ObjectIdentifier eventSourceId
private String event
private String message
private WTPrincipalReference ownerReference
private String stateAttributeValue
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private WTObject targetObject
private static final String STATE_CHANGE_EVENT
private static final String FORUM_NOTIFICATION_ACTION
Constructor Detail |
public ObjectNotificationProcessor()
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(ObjectNotificationProcessor 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 ObjectIdentifier getEventSourceId()
public void setEventSourceId(ObjectIdentifier a_EventSourceId)
a_EventSourceId
- public String getEvent()
public void setEvent(String a_Event)
a_Event
- public String getMessage()
public void setMessage(String a_Message)
a_Message
- public WTPrincipalReference getOwnerReference()
public void setOwnerReference(WTPrincipalReference a_OwnerReference)
a_OwnerReference
- public String getStateAttributeValue()
public void setStateAttributeValue(String a_StateAttributeValue)
a_StateAttributeValue
- public void handleRequest(HTTPRequest request, HTTPResponse response)
handleRequest
in interface TemplateProcessor
request
- response
- public WTObject getTarget()
public void targetObjectLink(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void pdmLinkTargetObjectLink(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void NmTargetObjectLink(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void target(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void event(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void value(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void valueForPlainTextOnly(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void subscriber(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void subscriberForPlainTextOnly(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void messageBody(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void unsubscribe(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void forumNotification(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void projectLinkAttributes(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 |