|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.sasserver._rprxRemoteBookmarkManagerV2Client
public class _rprxRemoteBookmarkManagerV2Client
Field Summary |
---|
Fields inherited from interface com.sas.sasserver.BookmarkManagerInterface |
---|
contextClasspath, INVALID_PASSWORD, NEW_USER, VALIDATED |
Constructor Summary | |
---|---|
_rprxRemoteBookmarkManagerV2Client()
|
Method Summary | |
---|---|
com.sas.collection.hlist.HListInterface |
_getBookmarkData(com.sas.collection.hlist.HListInterface p1)
|
com.sas.collection.hlist.HListInterface |
_getBookmarks(long p1,
java.lang.String p2)
|
com.sas.collection.hlist.HListInterface |
_getBookmarks(long p1,
java.lang.String p2,
java.lang.String p3)
|
java.lang.Class |
_getDelegateClass()
Return the class of the delegate or null if none |
java.lang.String[] |
_getMessage()
|
com.sas.collection.hlist.HListInterface |
_getPublicBookmarks(long p1,
java.lang.String p2)
|
com.sas.collection.hlist.HListInterface |
_getUsers(long p1,
boolean p2)
|
void |
_RemoteConstructor()
|
void |
_RemoteObject_getInstance()
Gets an existing instance of the object |
void |
_RemoteObject_newInstance()
Creates a new instance of the object |
int |
_RemoteObject_version()
|
long |
_setBookmarks(java.lang.String p1,
long p2,
java.lang.String p3,
java.lang.String p4,
com.sas.collection.hlist.HListInterface p5)
|
void |
_setRemoteHandle(java.lang.Object o)
|
long |
_validateUser(java.lang.String p1,
java.lang.String p2)
|
java.lang.Object |
getBookmarkData(java.lang.Object p1)
A list (has an eis entry name) passed in to get the real application list |
java.lang.Object |
getBookmarks(long p1,
java.lang.String p2)
Get the list of bookmarks and folders (public only) for a given document and username |
java.lang.Object |
getBookmarks(long p1,
java.lang.String p2,
java.lang.String p3)
Get the list of bookmarks and folders (public and private) for a given document and username only if the password is valid |
com.sas.collection.hlist.HListInterface |
getPublicBookmarks(long p1,
java.lang.String p2)
Get the list of bookmarks and folders (public only) for a given document and username |
java.lang.String[] |
getUsers(long p1,
boolean p2)
Get all the users who have registered bookmarks for a given document. |
void |
newRemoteObject()
|
void |
setBookmarks(java.lang.String p1,
long p2,
java.lang.String p3,
java.lang.String p4,
java.lang.Object p5)
Set the bookmarks for a given user. |
void |
stop()
|
int |
validateUser(java.lang.String p1,
java.lang.String p2)
Validate the password for a given username. |
Constructor Detail |
---|
public _rprxRemoteBookmarkManagerV2Client()
Method Detail |
---|
public void stop()
stop
in class com.sas.rmi.RMIBaseClient
public void _setRemoteHandle(java.lang.Object o)
public void _RemoteObject_getInstance() throws java.lang.Exception
RMIBaseClient
_RemoteObject_getInstance
in class com.sas.rmi.RMIBaseClient
java.lang.Exception
- If some type of exception occurspublic void _RemoteObject_newInstance() throws java.lang.Exception
RMIBaseClient
_RemoteObject_newInstance
in class com.sas.rmi.RMIBaseClient
java.lang.Exception
- If some type of exception occurspublic int _RemoteObject_version()
_RemoteObject_version
in interface com.sas.rmi.RocfRemoteObject
_RemoteObject_version
in class com.sas.rmi.RemoteBaseClient
public java.lang.Class _getDelegateClass()
DelegationModelInterface
_getDelegateClass
in interface com.sas.rmi.DelegationModelInterface
_getDelegateClass
in class com.sas.rmi.RemoteBaseClient
public void _RemoteConstructor() throws java.lang.Exception, java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
public void newRemoteObject() throws java.lang.Exception
java.lang.Exception
public com.sas.collection.hlist.HListInterface getPublicBookmarks(long p1, java.lang.String p2)
BookmarkManagerV2Interface
getPublicBookmarks
in interface BookmarkManagerV2Interface
p1
- of the document associated with the bookmark
public java.lang.Object getBookmarks(long p1, java.lang.String p2) throws BookmarkException
BookmarkManagerInterface
getBookmarks
in interface BookmarkManagerInterface
p1
- of the document associated with the bookmarkp2
- of the user for the document
BookmarkException
- if unable to get list of bookmarks from serverpublic java.lang.Object getBookmarks(long p1, java.lang.String p2, java.lang.String p3) throws BookmarkException
BookmarkManagerInterface
getBookmarks
in interface BookmarkManagerInterface
p1
- of the document associated with the bookmarkp2
- of the user for the documentp3
- for the user
BookmarkException
- if the password is invalid for the userNamepublic void setBookmarks(java.lang.String p1, long p2, java.lang.String p3, java.lang.String p4, java.lang.Object p5) throws BookmarkException
BookmarkManagerInterface
setBookmarks
in interface BookmarkManagerInterface
p1
- associated with the bookmarkp2
- associated with the bookmarkp3
- of the user for the documentp4
- for the user
BookmarkException
public java.lang.String[] getUsers(long p1, boolean p2) throws BookmarkException
BookmarkManagerInterface
getUsers
in interface BookmarkManagerInterface
p1
- for the users listp2
- the users registered for a given document. If false, only
return those users who have registered "public" bookmarks.
BookmarkException
public int validateUser(java.lang.String p1, java.lang.String p2) throws BookmarkException
BookmarkManagerInterface
validateUser
in interface BookmarkManagerInterface
p1
- to validate the password for.p2
- to validate for a given username.
BookmarkException
- if error validating userpublic java.lang.Object getBookmarkData(java.lang.Object p1) throws BookmarkException
BookmarkManagerInterface
getBookmarkData
in interface BookmarkManagerInterface
BookmarkException
public com.sas.collection.hlist.HListInterface _getBookmarks(long p1, java.lang.String p2)
_getBookmarks
in interface RemoteBookmarkManagerInterface
public com.sas.collection.hlist.HListInterface _getBookmarks(long p1, java.lang.String p2, java.lang.String p3)
_getBookmarks
in interface RemoteBookmarkManagerInterface
public long _setBookmarks(java.lang.String p1, long p2, java.lang.String p3, java.lang.String p4, com.sas.collection.hlist.HListInterface p5)
_setBookmarks
in interface RemoteBookmarkManagerInterface
public com.sas.collection.hlist.HListInterface _getUsers(long p1, boolean p2)
_getUsers
in interface RemoteBookmarkManagerInterface
public long _validateUser(java.lang.String p1, java.lang.String p2)
_validateUser
in interface RemoteBookmarkManagerInterface
public java.lang.String[] _getMessage()
_getMessage
in interface RemoteBookmarkManagerInterface
public com.sas.collection.hlist.HListInterface _getBookmarkData(com.sas.collection.hlist.HListInterface p1)
_getBookmarkData
in interface RemoteBookmarkManagerInterface
public com.sas.collection.hlist.HListInterface _getPublicBookmarks(long p1, java.lang.String p2)
_getPublicBookmarks
in interface RemoteBookmarkManagerV2Interface
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |