|
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.SimpleStringEntityBean
|
+--com.beasys.portal.ejb.PortalDefinitionBean
|
+--com.beasys.portal.ejb.PortletDefinitionBean
The portlet definition EJB implementation.
| Field Summary | |
java.lang.String |
alternateFooterURL
The alternate footer url. |
java.lang.String |
alternateHeaderURL
The alternate header url. |
java.lang.String |
bannerURL
The banner url. |
int |
column
The column. |
boolean |
editable
Is it editable? |
java.lang.String |
editURL
The edit url. |
boolean |
floatable
The floatable flag. |
boolean |
help
Does it have help? |
java.lang.String |
helpURL
The help url. |
java.lang.String |
iconURL
The icon url. |
boolean |
loginRequired
Is login required? |
boolean |
mandatory
The mandatory flag. |
boolean |
maximizeable
The maximizeable flag. |
java.lang.String |
maximizedURL
The maximized url. |
boolean |
minimizeable
The minimizeable flag. |
boolean |
minimized
The minimized flag. |
boolean |
moveable
The moveable flag. |
int |
row
The row. |
boolean |
visible
The visible flag. |
| Fields inherited from class com.beasys.portal.ejb.PortalDefinitionBean |
contentColumnCount,
contentURL,
footerURL,
headerURL,
suspended,
suspendedURL |
| Fields inherited from class com.beasys.portal.ejb.SimpleStringEntityBean |
id |
| Fields inherited from class com.beasys.portal.ejb.BaseBean |
ctx,
isModified |
| Constructor Summary | |
PortletDefinitionBean()
|
|
| Method Summary | |
void |
ejbCreate(PortalDefinitionPK pk,
java.lang.String aContentURL)
Ejb create. |
void |
ejbPostCreate(PortalDefinitionPK pk,
java.lang.String aContentURL)
Ejb post create. |
java.lang.String |
getAlternateFooterURL()
Get alternate footer URL. |
java.lang.String |
getAlternateHeaderURL()
Get alternate header URL. |
java.lang.String |
getBannerURL()
Get banner URL. |
int |
getColumn()
Get the default column. |
java.lang.String |
getEditURL()
Get edit URL. |
java.lang.String |
getHelpURL()
Get help URL. |
java.lang.String |
getIconURL()
Get icon URL. |
java.lang.String |
getMaximizedURL()
Get maximized URL. |
int |
getRow()
Get the default row. |
boolean |
hasHelp()
Does the portlet have associated help? |
boolean |
isEditable()
Is it editable? |
boolean |
isFloatable()
Is it floatable? Can you detach it? |
boolean |
isLoginRequired()
Is login required? |
boolean |
isMandatory()
Is it mandatory? |
boolean |
isMaximizeable()
Is it maximizeable? |
boolean |
isMinimizeable()
Is it minimizeable? |
boolean |
isMinimized()
Is the portlet minimized? |
boolean |
isMoveable()
Is it moveable? |
boolean |
isVisible()
Is it visible? |
void |
setAlternateFooterURL(java.lang.String aURL)
Set alternate footer URL. |
void |
setAlternateHeaderURL(java.lang.String aURL)
Set alternate header URL. |
void |
setBannerURL(java.lang.String aURL)
Set banner URL. |
void |
setColumn(int aPos)
Set the default column. |
void |
setEditable(boolean aBool)
Set editable flag. |
void |
setEditURL(java.lang.String aURL)
Set edit URL. |
void |
setFloatable(boolean aBool)
Set the floatable flag. |
void |
setHelp(boolean aBool)
Does the portlet have associated help? |
void |
setHelpURL(java.lang.String aURL)
Set help URL. |
void |
setIconURL(java.lang.String aURL)
Set icon URL. |
void |
setLoginRequired(boolean aBool)
Set login required. |
void |
setMandatory(boolean aBool)
Set the mandatory flag. |
void |
setMaximizeable(boolean aBool)
Set the maximizeable flag. |
void |
setMaximizedURL(java.lang.String aURL)
Set maximized URL. |
void |
setMinimizeable(boolean aBool)
Set the minimizeable flag. |
void |
setMinimized(boolean aBool)
Set the minimized flag. |
void |
setMoveable(boolean aBool)
Set the moveable flag. |
void |
setRow(int aPos)
Set the default row. |
void |
setVisible(boolean aBool)
Set the visible flag. |
| Methods inherited from class com.beasys.portal.ejb.PortalDefinitionBean |
getContentColumnCount,
getContentURL,
getFooterURL,
getHeaderURL,
getName,
getSuspendedURL,
isSuspended,
setContentColumnCount,
setContentURL,
setFooterURL,
setHeaderURL,
setSuspended,
setSuspendedURL |
| Methods inherited from class com.beasys.portal.ejb.SimpleStringEntityBean |
ejbCreate,
ejbPostCreate,
getId,
setId |
| 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 maximizedURL
public boolean mandatory
public boolean moveable
public boolean minimizeable
public boolean maximizeable
public boolean floatable
public boolean visible
public int row
public int column
public java.lang.String bannerURL
public java.lang.String alternateHeaderURL
public java.lang.String alternateFooterURL
public java.lang.String helpURL
public java.lang.String iconURL
public boolean help
public boolean minimized
public java.lang.String editURL
public boolean editable
public boolean loginRequired
| Constructor Detail |
public PortletDefinitionBean()
| Method Detail |
public void ejbCreate(PortalDefinitionPK pk,
java.lang.String aContentURL)
throws javax.ejb.CreateException,
java.rmi.RemoteException
pk - the primary key.aContentURL - the content url.CreateException - creation error.RemoteException - container error.
public void ejbPostCreate(PortalDefinitionPK pk,
java.lang.String aContentURL)
throws javax.ejb.CreateException,
java.rmi.RemoteException
pk - the primary key.aContentURL - the content url.CreateException - error on creation.RemoteException - container error.public boolean isMandatory()
boolean yes/no.public void setMandatory(boolean aBool)
aBool - yes/no.public boolean isMoveable()
boolean yes/no.public void setMoveable(boolean aBool)
aBool - yes/no.public boolean isLoginRequired()
boolean yes/no.public void setLoginRequired(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 java.lang.String getMaximizedURL()
String the maximized url.public void setMaximizedURL(java.lang.String aURL)
aURL - the maximized url.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 java.lang.String getBannerURL()
String the url.public void setBannerURL(java.lang.String aURL)
aURL - the url.public java.lang.String getAlternateHeaderURL()
String the header url.public void setAlternateHeaderURL(java.lang.String aURL)
aURL - the header url.public java.lang.String getAlternateFooterURL()
String the footer url.public void setAlternateFooterURL(java.lang.String aURL)
aURL - the footer url.public java.lang.String getHelpURL()
String the help url.public void setHelpURL(java.lang.String aURL)
aURL - the help url.public void setHelp(boolean aBool)
aBool - yes/no.public boolean hasHelp()
boolean yes/no.public java.lang.String getIconURL()
String the icon url for the portlet.public void setIconURL(java.lang.String aURL)
aURL - the url.public void setMinimized(boolean aBool)
aBool - is it minimized.public boolean isMinimized()
boolean yes/no.public boolean isEditable()
boolean yes/no.public void setEditable(boolean aBool)
aBool - yes/no.public java.lang.String getEditURL()
String the edit url.public void setEditURL(java.lang.String aURL)
aURL - the edit url.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||