|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.bookmark.NmBookmarkCommands
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static boolean |
ENABLE_SEARCH
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private static boolean |
VERBOSE
|
Constructor Summary | |
NmBookmarkCommands()
|
Method Summary | |
static NmChangeModel[] |
add_to_hotlist(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
bookmarkIt(NmCommandBean cb)
Supported API: false |
static String |
buildName(WTObject wtobj)
Supported API: false |
static URL |
buildUrl(NmOid bkOid)
Supported API: false |
static NmChangeModel[] |
create(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
edit_bk(NmCommandBean cb)
Supported API: false |
static NmBookmark |
getBookmarkProperties(NmCommandBean cb)
Supported API: false |
NmChangeModel[] |
getChangeModel(NmCommandBean cb,
Bookmark b,
NmBookmark nb,
NmChangeModel[] nmcm,
NmOid parentOid)
Supported API: false |
static ArrayList |
getNBRowData(NmCommandBean cb,
NmBookmark nb)
Supported API: false |
static NmBookmark |
getNmBookmark(NmOid oid)
Supported API: false |
static NmOid |
getPostingId(ImportedBookmark importedBookmark)
Supported API: false |
static NmChangeModel[] |
import_bk(NmCommandBean cb)
Supported API: false |
static boolean |
isInNotebook(ImportedBookmark importedBookmark)
Supported API: false |
static NmBookmark |
populate(String name,
String s_url,
String desc)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(NmBookmarkCommands thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static void |
validateName(String name)
|
static String |
validateURL(String strURL)
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static final boolean VERBOSE
public static boolean ENABLE_SEARCH
Constructor Detail |
public NmBookmarkCommands()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(NmBookmarkCommands thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public static NmChangeModel[] create(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] edit_bk(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] import_bk(NmCommandBean cb) throws WTException
cb
-
WTException
public NmChangeModel[] getChangeModel(NmCommandBean cb, Bookmark b, NmBookmark nb, NmChangeModel[] nmcm, NmOid parentOid) throws WTException
cb
- b
- nb
- nmcm
- parentOid
-
WTException
public static ArrayList getNBRowData(NmCommandBean cb, NmBookmark nb) throws WTException
cb
- nb
-
WTException
public static NmChangeModel[] add_to_hotlist(NmCommandBean cb) throws WTException
cb
-
WTException
public static String buildName(WTObject wtobj) throws WTException
wtobj
-
WTException
public static URL buildUrl(NmOid bkOid) throws WTException
bkOid
-
WTException
public static NmBookmark getNmBookmark(NmOid oid) throws WTException
oid
-
WTException
public static NmBookmark getBookmarkProperties(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] bookmarkIt(NmCommandBean cb) throws WTException
cb
-
WTException
public static boolean isInNotebook(ImportedBookmark importedBookmark) throws WTException
importedBookmark
-
WTException
public static NmOid getPostingId(ImportedBookmark importedBookmark) throws WTException
importedBookmark
-
WTException
public static void validateName(String name) throws WTException
WTException
public static String validateURL(String strURL) throws WTException
WTException
public static NmBookmark populate(String name, String s_url, String desc) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |