|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The UserPersonalization EJB interface.
Method Summary | |
java.lang.String |
getCategoryName()
Get category name. |
int |
getColumn()
Get column. |
java.lang.String |
getGroupId()
Get group id. |
java.lang.String |
getPortalName()
Get portal name. |
java.lang.String |
getPortletName()
Get portlet name. |
int |
getRow()
Get row. |
java.lang.String |
getUserId()
Get user id. |
boolean |
isMinimized()
Is it minimized? |
boolean |
isVisible()
Is it visible? |
void |
setColumn(int aPos)
Set column. |
void |
setMinimized(boolean aBool)
Set the minimized flag. |
void |
setRow(int aPos)
Set row. |
void |
setVisible(boolean aBoolean)
Set the visible flag. |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
Method Detail |
public java.lang.String getPortalName() throws java.rmi.RemoteException
String
the portal name.RemoteException
- public java.lang.String getCategoryName() throws java.rmi.RemoteException
String
the category name.RemoteException
- public java.lang.String getPortletName() throws java.rmi.RemoteException
String
the portlet name.RemoteException
- public java.lang.String getGroupId() throws java.rmi.RemoteException
String
the group id.RemoteException
- public java.lang.String getUserId() throws java.rmi.RemoteException
String
the user id.RemoteException
- public boolean isVisible() throws java.rmi.RemoteException
boolean
yes/no.RemoteException
- public void setVisible(boolean aBoolean) throws java.rmi.RemoteException
aBoolean
- yes/no.RemoteException
- public int getRow() throws java.rmi.RemoteException
int
the row.RemoteException
- public void setRow(int aPos) throws java.rmi.RemoteException
aPos
- the row.RemoteException
- public int getColumn() throws java.rmi.RemoteException
int
the column.RemoteException
- public void setColumn(int aPos) throws java.rmi.RemoteException
aPos
- the column.RemoteException
- public void setMinimized(boolean aBool) throws java.rmi.RemoteException
aBool
- yes/no.RemoteException
- public boolean isMinimized() throws java.rmi.RemoteException
boolean
yes/no.RemoteException
-
|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |