Package com.ptc.qualitymanagement.nc.jws
Class WcNonconformanceIfc
java.lang.Object
com.ptc.jws.servlet.JaxWsWebService
com.ptc.qualitymanagement.nc.jws.WcNonconformanceIfc
Supported API: true
Extendable: true
- See Also:
-
Field Summary
Fields inherited from class com.ptc.jws.servlet.JaxWsWebService
$log, $logInternal, $wsc -
Method Summary
Modifier and TypeMethodDescriptioncreateEditNC(NcInfo ncInfo) Creates/Edits the nonconformance object.getNCStatus(String ncOid, String locale) Will return the state of the provided nonconformance in the given locale.Methods inherited from class com.ptc.jws.servlet.JaxWsWebService
getMessageContext, getServletRequest
-
Method Details
-
createEditNC
Creates/Edits the nonconformance object. TheNcInfocontains the various parameters required to create the bean.- Parameters:
ncInfoBean- - Input object containing the various parameters to create/edit the NC object.- Returns:
- NcStatus - Output detailing the result service invoked.
- Throws:
javax.xml.soap.SOAPException-
Supported API: true
-
getNCStatus
Will return the state of the provided nonconformance in the given locale.- Parameters:
ncOid- OID of the nonconformannce of which the status needs to be fetched.locale- - locale in which the status needs to be returned. If null - session locale is used otherwise the server locale would be used...- Returns:
- Throws:
javax.xml.soap.SOAPException-
Supported API: true
-