|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The portal personalization EJB interface.
| Method Summary | |
int |
getColumn()
Get column. |
java.lang.String |
getPortalName()
Get portal name. |
java.lang.String |
getPortletName()
Get portlet name. |
int |
getRow()
Get row. |
boolean |
isAvailable()
Is the portlet available? |
boolean |
isEditable()
Is the portlet editable? |
boolean |
isFloatable()
Is the portlet floatable? |
boolean |
isMandatory()
Is it mandatory? |
boolean |
isMaximizeable()
Is the portlet maximizeable? |
boolean |
isMinimizeable()
Is the portlet minimizeable? |
boolean |
isMinimized()
Is the portlet minimized? |
boolean |
isMoveable()
Is the portlet moveable? |
boolean |
isVisible()
Is the portlet visible? |
void |
setAvailable(boolean aBool)
Set the portlet's availability. |
void |
setColumn(int aPos)
Set column. |
void |
setEditable(boolean aBool)
Set editable. |
void |
setFloatable(boolean aBool)
Set floatable. |
void |
setMandatory(boolean aBool)
Set mandatory. |
void |
setMaximizeable(boolean aBool)
Set maximizeable. |
void |
setMinimizeable(boolean aBool)
Set minimizeable. |
void |
setMinimized(boolean aBool)
Set minimized. |
void |
setMoveable(boolean aBool)
Set moveable. |
void |
setRow(int aPos)
Set row. |
void |
setVisible(boolean aBool)
Set visible. |
| 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 - container error.
public java.lang.String getPortletName()
throws java.rmi.RemoteException
String the portlet name.RemoteException - container error.
public boolean isAvailable()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
public void setAvailable(boolean aBool)
throws java.rmi.RemoteException
aBool - yes/no.RemoteException - container error.
public boolean isMandatory()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
public void setMandatory(boolean aBool)
throws java.rmi.RemoteException
aBool - yes/no.RemoteException - container error.
public boolean isMoveable()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
public void setMoveable(boolean aBool)
throws java.rmi.RemoteException
aBool - yes/no.RemoteException - container error.
public boolean isMinimizeable()
throws java.rmi.RemoteException
boolean yes/noRemoteException -
public void setMinimizeable(boolean aBool)
throws java.rmi.RemoteException
aBool - yes/no.RemoteException - container error.
public boolean isMaximizeable()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
public void setMaximizeable(boolean aBool)
throws java.rmi.RemoteException
aBool - yes/no.RemoteException - container error.
public boolean isFloatable()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
public void setFloatable(boolean aBool)
throws java.rmi.RemoteException
aBool - yes/no.RemoteException - container error.
public boolean isVisible()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
public void setVisible(boolean aBool)
throws java.rmi.RemoteException
aBool - yes/no.RemoteException - container error.
public int getRow()
throws java.rmi.RemoteException
int the row.RemoteException - container error.
public void setRow(int aPos)
throws java.rmi.RemoteException
aPos - the row.RemoteException - container error.
public int getColumn()
throws java.rmi.RemoteException
int the column.RemoteException - container error.
public void setColumn(int aPos)
throws java.rmi.RemoteException
aPos - the column.RemoteException - container error.
public void setMinimized(boolean aBool)
throws java.rmi.RemoteException
aBool - yes/no.RemoteException - container error.
public boolean isMinimized()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
public void setEditable(boolean aBool)
throws java.rmi.RemoteException
aBool - yes/no.RemoteException - container error.
public boolean isEditable()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||