|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.sasserver._rprxRemoteDesignTimeBookmarkManagerV2
public class _rprxRemoteDesignTimeBookmarkManagerV2
| Field Summary |
|---|
| Fields inherited from interface com.sas.sasserver.BookmarkManagerInterface |
|---|
contextClasspath, INVALID_PASSWORD, NEW_USER, VALIDATED |
| Constructor Summary | |
|---|---|
_rprxRemoteDesignTimeBookmarkManagerV2()
|
|
| 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.String[] |
_getMessage()
|
com.sas.collection.hlist.HListInterface |
_getPublicBookmarks(long p1,
java.lang.String p2)
|
com.sas.collection.hlist.HListInterface |
_getUsers(long p1,
boolean p2)
|
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)
|
long |
_validateUser(java.lang.String p1,
java.lang.String p2)
|
java.lang.Object |
clone()
Returns a clone of the original design time component called upon |
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 |
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. |
int |
validateUser(java.lang.String p1,
java.lang.String p2)
Validate the password for a given username. |
| Methods inherited from interface com.sas.ViewInterface |
|---|
attachModel, detachModel, getModelInterface, getRequiredInterfaces, getViewInterfaceSupportInfo, refresh, removeInterfaceTraps, setModelInterface, setRequiredInterfaces, setViewInterfaceSupportInfo, supportsRequiredInterfaces, trapInterfaceEvents |
| Methods inherited from interface com.sas.ModelInterface |
|---|
attachView, detachView |
| Methods inherited from interface com.sas.LinkPropertiesInterface |
|---|
addLink, getLinkInfo, isLinked, queryLinks, queryLinks, removeAllLinks, removeLink, setLinkInfo |
| Constructor Detail |
|---|
public _rprxRemoteDesignTimeBookmarkManagerV2()
| Method Detail |
|---|
public int _RemoteObject_version()
_RemoteObject_version in interface com.sas.rmi.RocfRemoteObject_RemoteObject_version in class com.sas.rmi.RemoteBaseClient
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
RemoteDesignTimeBaseClient
clone in interface com.sas.PublicClonableclone in class com.sas.rmi.RemoteDesignTimeBaseClientjava.lang.CloneNotSupportedException - if the model attached to the component being cloned
will not allow the clone to attach.
public com.sas.collection.hlist.HListInterface getPublicBookmarks(long p1,
java.lang.String p2)
BookmarkManagerV2Interface
getPublicBookmarks in interface BookmarkManagerV2Interfacep1 - of the document associated with the bookmark
public java.lang.Object getBookmarks(long p1,
java.lang.String p2)
throws BookmarkException
BookmarkManagerInterface
getBookmarks in interface BookmarkManagerInterfacep1 - of the document associated with the bookmarkp2 - of the user for the document
BookmarkException - if unable to get list of bookmarks from server
public java.lang.Object getBookmarks(long p1,
java.lang.String p2,
java.lang.String p3)
throws BookmarkException
BookmarkManagerInterface
getBookmarks in interface BookmarkManagerInterfacep1 - of the document associated with the bookmarkp2 - of the user for the documentp3 - for the user
BookmarkException - if the password is invalid for the userName
public 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 BookmarkManagerInterfacep1 - 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 BookmarkManagerInterfacep1 - 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 BookmarkManagerInterfacep1 - to validate the password for.p2 - to validate for a given username.
BookmarkException - if error validating user
public java.lang.Object getBookmarkData(java.lang.Object p1)
throws BookmarkException
BookmarkManagerInterface
getBookmarkData in interface BookmarkManagerInterfaceBookmarkException
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 RemoteBookmarkManagerInterfacepublic java.lang.String[] _getMessage()
_getMessage in interface RemoteBookmarkManagerInterfacepublic 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 | |||||||||||||