|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.meeting.actionitem.ActionItemNotificationProcessor
Supported API: false
Extendable: false
Field Summary | |
private static ResourceBundle |
_rb
|
private static String |
ACTIONITEM_PAGE_URL
|
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private static Locale |
locale
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
PROPERTY_PREFIX
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private ActionItem |
theActionItem
|
private ActionItemOperationType |
theActionItemOperationType
|
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 | |
ActionItemNotificationProcessor()
Supported API: false |
|
ActionItemNotificationProcessor(ActionItem item,
ActionItemOperationType opType)
Supported API: false |
Method Summary | |
ActionItem |
getActionItem()
Gets the object for the association that plays role: theActionItem. |
void |
handleRequest(HTTPRequest request,
HTTPResponse response)
Supported API: false |
void |
itemDescription(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
itemDueDate(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
itemMessageBody(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
itemName(Properties params,
Locale locale,
OutputStream os)
Supported API: false |
void |
itemOwner(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(ActionItemNotificationProcessor thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setActionItem(ActionItem a_ActionItem)
Sets the object for the association that plays role: theActionItem. |
private void |
theActionItemValidate(ActionItem a_ActionItem)
|
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 ActionItemOperationType theActionItemOperationType
private ActionItem theActionItem
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static final Locale locale
private static ResourceBundle _rb
private static final String PROPERTY_PREFIX
private static String ACTIONITEM_PAGE_URL
Constructor Detail |
public ActionItemNotificationProcessor()
public ActionItemNotificationProcessor(ActionItem item, ActionItemOperationType opType)
item
- opType
- 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(ActionItemNotificationProcessor 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 ActionItem getActionItem()
public void setActionItem(ActionItem a_ActionItem) throws WTPropertyVetoException
a_ActionItem
-
WTPropertyVetoException
private void theActionItemValidate(ActionItem a_ActionItem) throws WTPropertyVetoException
a_ActionItem
-
WTPropertyVetoException
public void handleRequest(HTTPRequest request, HTTPResponse response)
handleRequest
in interface TemplateProcessor
request
- response
- public void itemName(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void itemOwner(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void itemDueDate(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void itemDescription(Properties params, Locale locale, OutputStream os) throws WTException
params
- locale
- os
-
WTException
public void itemMessageBody(Properties params, Locale locale, OutputStream os)
params
- locale
- os
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |