|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.uwgm.proesrv.cache.ProeServiceRequestCache
Base class for Request Data Cache implementations
Field Summary | |
protected RequestContext |
context
request context |
protected List |
infoElements
Collections for Warning InfoElements |
protected com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest |
uwgmRequest
UWGM request |
Constructor Summary | |
ProeServiceRequestCache(ProeServiceRequest proeRequest)
constructor (call in subclass constructors) |
Method Summary | |
protected void |
addWarning(InfoElement warning)
adds Warning InfoElement |
InfoElement[] |
getMessages()
Deprecated. |
protected void |
reportMessage(InfoElement message)
adds Warning/Info InfoElement |
abstract void |
validate()
validates request cache |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest uwgmRequest
protected RequestContext context
protected List infoElements
Constructor Detail |
public ProeServiceRequestCache(ProeServiceRequest proeRequest)
proeRequest
- ProeServiceRequestMethod Detail |
protected void addWarning(InfoElement warning)
warning
- InfoElementprotected void reportMessage(InfoElement message)
public InfoElement[] getMessages()
public abstract void validate() throws RequestValidationException, UwgmErrorException
subclasses should overwrite this and have validation logic inside
RequestValidationException
UwgmErrorException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |