public class WebDataOMHelper extends Object
| Constructor and Description |
|---|
WebDataOMHelper()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DataCellDrillBack> |
convertToDataCellDrillBack(List<DrillBackURL> drillBackUrls)
Converts Webservices Stub objects to List of Domain object model.
|
static MODTYPE |
convertToServerModType(WebCellModType webModType)
Converts Web(Domain) Modified type object to Web services Modified type object.
|
static WebCellModType |
convertToWebCellModType(MODTYPE modType)
Converts Web services Modified type object to Web(Domain) Modified type object.
|
static List<WebCellTextInfo> |
convertToWebCellTextInfo(List<CellTextAndAttachmentInfo> cellAttachList)
API to convert the web service proxy Cell text object to Cell text domain object.
|
public static List<WebCellTextInfo> convertToWebCellTextInfo(List<CellTextAndAttachmentInfo> cellAttachList)
cellAttachList - thrift object for Cell textpublic static WebCellModType convertToWebCellModType(MODTYPE modType)
modType - Web services Proxy object for Modified typepublic static MODTYPE convertToServerModType(WebCellModType webModType)
webModType - Web(domain) object for Modified typepublic static List<DataCellDrillBack> convertToDataCellDrillBack(List<DrillBackURL> drillBackUrls) throws Exception
drillBackUrls - Exception - Exception on errorCopyright 2007, 2026, Oracle. All rights reserved.