|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the Remote Interface of the SB_ViewUserInfo Bean
Method Summary | |
java.lang.String |
getComments(UserHome userHome,
java.lang.Integer userId)
Get the comment related to a specific user. |
java.lang.String |
getUserInfo(java.lang.Integer userId)
Get the information about a user. |
java.lang.String |
printComment(java.lang.String userName,
Comment comment)
Comment printed function |
java.lang.String |
printCommentFooter()
Comment footer printed function |
java.lang.String |
printCommentHeader()
Comment header printed function |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.String getComments(UserHome userHome, java.lang.Integer userId) throws java.rmi.RemoteException
userHome
- an UserHome
valueuserId
- a user idpublic java.lang.String getUserInfo(java.lang.Integer userId) throws java.rmi.RemoteException
userId
- a user idpublic java.lang.String printCommentHeader() throws java.rmi.RemoteException
public java.lang.String printComment(java.lang.String userName, Comment comment) throws java.rmi.RemoteException
userName
- the name of the user who is the subject of the commentscomment
- the comment to displaypublic java.lang.String printCommentFooter() throws java.rmi.RemoteException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |