|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.uwgm.proesrv.cache.RequestCacheAdapter
com.ptc.windchill.uwgm.proesrv.cache.ContainerRequestCacheAdapter
RequestCacheAdapter for all ContainerRequestCache implementations
Field Summary | |
private static Log |
log
logging |
protected WTContainer |
wtContainer
|
Fields inherited from class com.ptc.windchill.uwgm.proesrv.cache.RequestCacheAdapter |
|
Constructor Summary | |
ContainerRequestCacheAdapter()
|
Method Summary | |
private ContainerType |
convertContainerType(com.ptc.windchill.uwgm.soap.uwgmdb.ContainerType uwgmContainerType)
converts container type |
WTContainer |
getContainer()
|
protected void |
validateContainer(RequestContext requestContext,
com.ptc.windchill.uwgm.soap.uwgmdb.Container uwgmDBContainer)
validates UWGM Container |
protected void |
validateRequestData(RequestContext requestContext,
com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest uwgmRequest)
validates UWGM ContainerRequest |
Methods inherited from class com.ptc.windchill.uwgm.proesrv.cache.RequestCacheAdapter |
checkCacheData, isValid, setValid, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected WTContainer wtContainer
private static Log log
Constructor Detail |
public ContainerRequestCacheAdapter()
Method Detail |
protected void validateRequestData(RequestContext requestContext, com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest uwgmRequest) throws RequestValidationException, UwgmErrorException
checks:
1. if a continer with given OID exisits 2. if user has autorization for container
validateRequestData
in class RequestCacheAdapter
requestContext
- RequestContextuwgmRequest
- UwgmRequest
RequestValidationException
WTException
UwgmErrorException
protected void validateContainer(RequestContext requestContext, com.ptc.windchill.uwgm.soap.uwgmdb.Container uwgmDBContainer) throws RequestValidationException, UwgmErrorException
checks:
1. if a continer with given OID exisits 2. if user has autorization for container
RequestValidationException
WTException
UwgmErrorException
public WTContainer getContainer()
getContainer
in interface ContainerRequestCache
private ContainerType convertContainerType(com.ptc.windchill.uwgm.soap.uwgmdb.ContainerType uwgmContainerType) throws UwgmErrorException
uwgmContainerType
- ContainerType
UwgmErrorException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |