|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.beasys.portal.ejb.BaseBean
|
+--com.beasys.portal.ejb.PortalPersonalizationBean
The EJB implementation of the PortalPersonalization.
| Field Summary | |
boolean |
available
Is the portlet available? |
java.lang.String |
categoryName
The category name. |
int |
column
What is the column of the portlet? |
boolean |
editable
Is the portlet editable? |
boolean |
floatable
Is the portlet floatable? |
boolean |
mandatory
Is the portlet mandatory? |
boolean |
maximizeable
Is the portlet maximizeable? |
boolean |
minimizeable
Is the portlet minimizeable? |
boolean |
minimized
Is the porlet minimized? |
boolean |
moveable
Is the portlet moveable? |
java.lang.String |
portalName
The portal name. |
java.lang.String |
portletName
The portlet name. |
int |
row
What is the row of the portlet? |
boolean |
visible
Is the portlet visible? |
| Fields inherited from class com.beasys.portal.ejb.BaseBean |
ctx,
isModified |
| Constructor Summary | |
PortalPersonalizationBean()
|
|
| Method Summary | |
void |
ejbCreate(PortalPersonalizationPK pk)
Ejb create. |
void |
ejbPostCreate(PortalPersonalizationPK pk)
Ejb post create. |
java.lang.String |
getCategoryName()
Get category name. |
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 the portlet 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 available. |
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 class com.beasys.portal.ejb.BaseBean |
ejbActivate,
ejbLoad,
ejbPassivate,
ejbRemove,
ejbStore,
isModified,
setEntityContext,
unsetEntityContext |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public java.lang.String portalName
public java.lang.String categoryName
public java.lang.String portletName
public boolean available
public boolean mandatory
public boolean editable
public boolean moveable
public boolean minimizeable
public boolean maximizeable
public boolean floatable
public boolean visible
public int row
public int column
public boolean minimized
| Constructor Detail |
public PortalPersonalizationBean()
| Method Detail |
public void ejbCreate(PortalPersonalizationPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
pk - the primary key.CreateException - error on create.RemoteException - container error.
public void ejbPostCreate(PortalPersonalizationPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
pk - the primary key.CreateException - error on create.RemoteException - container error.public java.lang.String getPortalName()
String the portal.public java.lang.String getCategoryName()
String the category.public java.lang.String getPortletName()
String the portlet name.public boolean isAvailable()
boolean yes/no.public void setAvailable(boolean aBool)
aBool - yes/no.public boolean isMandatory()
boolean yes/no.public void setMandatory(boolean aBool)
aBool - yes/no.public boolean isMoveable()
booleanpublic void setMoveable(boolean aBool)
aBool - yes/no.public boolean isMinimizeable()
boolean yes/no.public void setMinimizeable(boolean aBool)
aBool - yes/no.public boolean isMaximizeable()
boolean yes/no.public void setMaximizeable(boolean aBool)
aBool - yes/no.public boolean isFloatable()
boolean yes/no.public void setFloatable(boolean aBool)
aBool - yes/no.public boolean isVisible()
boolean yes/no.public void setVisible(boolean aBool)
aBool - yes/no.public int getRow()
int the row.public void setRow(int aPos)
aPos - the row.public int getColumn()
int the column.public void setColumn(int aPos)
aPos - the column.public void setMinimized(boolean aBool)
aBool - yes/no.public boolean isMinimized()
boolean yes/no.public void setEditable(boolean aBool)
aBool - yes/no.public boolean isEditable()
boolean
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||