com.ptc.netmarkets.bookmark
Class NmBookmarkServiceFwd

java.lang.Object
  extended bycom.ptc.netmarkets.bookmark.NmBookmarkServiceFwd
All Implemented Interfaces:
NmBookmarkService, RemoteAccess, Serializable

public class NmBookmarkServiceFwd
extends Object
implements RemoteAccess, NmBookmarkService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
NmBookmarkServiceFwd()
           
 
Method Summary
 NmChangeModel[] add_to_hotlist(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] bookmarkIt(NmCommandBean cb, String href, String folder)
          

Supported API: false
 String buildName(WTObject wtobj)
          

Supported API: false
 URL buildUrl(NmOid bkOid)
          

Supported API: false
 NmChangeModel[] create(NmCommandBean cb, NmBookmark object, HashMap map)
          

Supported API: false
 NmChangeModel[] edit_bk(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmBookmark getBookmarkProperties(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] getChangeModel(NmCommandBean cb, Bookmark b, NmBookmark nb, NmChangeModel[] nmcm, NmOid parentOid)
          

Supported API: false
private static Manager getManager()
           
 ArrayList getNBRowData(NmCommandBean cb, NmBookmark nb, NmOid subjectOid)
          

Supported API: false
 NmBookmark getNmBookmark(NmOid oid)
          

Supported API: false
 NmOid getPostingId(ImportedBookmark importedBookmark)
          

Supported API: false
 NmChangeModel[] import_bk(NmCommandBean cb, HashMap map)
          

Supported API: false
 boolean isInNotebook(ImportedBookmark importedBookmark)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

NmBookmarkServiceFwd

public NmBookmarkServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

create

public NmChangeModel[] create(NmCommandBean cb,
                              NmBookmark object,
                              HashMap map)
                       throws WTException


Supported API: false

Specified by:
create in interface NmBookmarkService
Parameters:
cb -
object -
map -
Returns:
NmChangeModel[]
Throws:
WTException

bookmarkIt

public NmChangeModel[] bookmarkIt(NmCommandBean cb,
                                  String href,
                                  String folder)
                           throws WTException


Supported API: false

Specified by:
bookmarkIt in interface NmBookmarkService
Parameters:
cb -
href -
folder -
Returns:
NmChangeModel[]
Throws:
WTException

edit_bk

public NmChangeModel[] edit_bk(NmCommandBean cb,
                               HashMap map)
                        throws WTException


Supported API: false

Specified by:
edit_bk in interface NmBookmarkService
Parameters:
cb -
map -
Returns:
NmChangeModel[]
Throws:
WTException

import_bk

public NmChangeModel[] import_bk(NmCommandBean cb,
                                 HashMap map)
                          throws WTException


Supported API: false

Specified by:
import_bk in interface NmBookmarkService
Parameters:
cb -
map -
Returns:
NmChangeModel[]
Throws:
WTException

getNBRowData

public ArrayList getNBRowData(NmCommandBean cb,
                              NmBookmark nb,
                              NmOid subjectOid)
                       throws WTException


Supported API: false

Specified by:
getNBRowData in interface NmBookmarkService
Parameters:
cb -
nb -
subjectOid -
Returns:
ArrayList
Throws:
WTException

getChangeModel

public NmChangeModel[] getChangeModel(NmCommandBean cb,
                                      Bookmark b,
                                      NmBookmark nb,
                                      NmChangeModel[] nmcm,
                                      NmOid parentOid)
                               throws WTException


Supported API: false

Specified by:
getChangeModel in interface NmBookmarkService
Parameters:
cb -
b -
nb -
nmcm -
parentOid -
Returns:
NmChangeModel[]
Throws:
WTException

add_to_hotlist

public NmChangeModel[] add_to_hotlist(NmCommandBean cb)
                               throws WTException


Supported API: false

Specified by:
add_to_hotlist in interface NmBookmarkService
Parameters:
cb -
Returns:
NmChangeModel[]
Throws:
WTException

buildName

public String buildName(WTObject wtobj)
                 throws WTException


Supported API: false

Specified by:
buildName in interface NmBookmarkService
Parameters:
wtobj -
Returns:
String
Throws:
WTException

buildUrl

public URL buildUrl(NmOid bkOid)
             throws WTException


Supported API: false

Specified by:
buildUrl in interface NmBookmarkService
Parameters:
bkOid -
Returns:
URL
Throws:
WTException

getNmBookmark

public NmBookmark getNmBookmark(NmOid oid)
                         throws WTException


Supported API: false

Specified by:
getNmBookmark in interface NmBookmarkService
Parameters:
oid -
Returns:
NmBookmark
Throws:
WTException

getBookmarkProperties

public NmBookmark getBookmarkProperties(NmCommandBean cb)
                                 throws WTException


Supported API: false

Specified by:
getBookmarkProperties in interface NmBookmarkService
Parameters:
cb -
Returns:
NmBookmark
Throws:
WTException

isInNotebook

public boolean isInNotebook(ImportedBookmark importedBookmark)
                     throws WTException


Supported API: false

Specified by:
isInNotebook in interface NmBookmarkService
Parameters:
importedBookmark -
Returns:
boolean
Throws:
WTException

getPostingId

public NmOid getPostingId(ImportedBookmark importedBookmark)
                   throws WTException


Supported API: false

Specified by:
getPostingId in interface NmBookmarkService
Parameters:
importedBookmark -
Returns:
NmOid
Throws:
WTException