|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The PortletDefinition EJB interface.
| Method Summary | |
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 row. |
boolean |
hasHelp()
Does the portlet have associated help? |
boolean |
isEditable()
Is it editable? |
boolean |
isFloatable()
Is it floatable? |
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 flag. |
void |
setMandatory(boolean aBool)
Set the mandatory flag. |
void |
setMaximizeable(boolean aBool)
Set the maximizeable flag. |
void |
setMaximizedURL(java.lang.String aURL)
Set maximized the URL. |
void |
setMinimizeable(boolean aBool)
Set the minimizeable flag. |
void |
setMinimized(boolean aBool)
Set the minimized flag. |
void |
setMoveable(boolean aBool)
Set the moveable bit. |
void |
setRow(int aPos)
Set row. |
void |
setVisible(boolean aBool)
Set the visible flag. |
| Methods inherited from interface com.beasys.portal.ejb.PortalDefinition |
getContentColumnCount,
getContentURL,
getFooterURL,
getHeaderURL,
getName,
getSuspendedURL,
isSuspended,
setContentColumnCount,
setContentURL,
setFooterURL,
setHeaderURL,
setSuspended,
setSuspendedURL |
| Methods inherited from interface com.beasys.portal.ejb.SimpleStringEJBObject |
getId |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
| Method Detail |
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 isLoginRequired()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
public void setLoginRequired(boolean aBool)
throws java.rmi.RemoteException
aBool - yes/no.RemoteException - container error.
public boolean isMinimizeable()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
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 java.lang.String getMaximizedURL()
throws java.rmi.RemoteException
String the url.RemoteException - container error.
public void setMaximizedURL(java.lang.String aURL)
throws java.rmi.RemoteException
aURL - the url.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 java.lang.String getBannerURL()
throws java.rmi.RemoteException
String the url.RemoteException - container error.
public void setBannerURL(java.lang.String aURL)
throws java.rmi.RemoteException
aURL - the url.RemoteException - container error.
public java.lang.String getAlternateHeaderURL()
throws java.rmi.RemoteException
String the header url.RemoteException - container error.
public void setAlternateHeaderURL(java.lang.String aURL)
throws java.rmi.RemoteException
aURL - the header url.RemoteException - container error.
public java.lang.String getAlternateFooterURL()
throws java.rmi.RemoteException
String the footer url.RemoteException - container error.
public void setAlternateFooterURL(java.lang.String aURL)
throws java.rmi.RemoteException
aURL - the footer url.RemoteException - container error.
public java.lang.String getHelpURL()
throws java.rmi.RemoteException
String the help url.RemoteException - container error.
public void setHelpURL(java.lang.String aURL)
throws java.rmi.RemoteException
aURL - the help url.RemoteException - container error.
public void setHelp(boolean aBool)
throws java.rmi.RemoteException
aBool - yes/no.RemoteException - container error.
public boolean hasHelp()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
public java.lang.String getIconURL()
throws java.rmi.RemoteException
String the icon url for the portlet.RemoteException - container error.
public void setIconURL(java.lang.String aURL)
throws java.rmi.RemoteException
aURL - the url.RemoteException - container error.
public void setMinimized(boolean aBool)
throws java.rmi.RemoteException
aBool - is it minimized.RemoteException - container error.
public boolean isMinimized()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
public boolean isEditable()
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 java.lang.String getEditURL()
throws java.rmi.RemoteException
String the edit url.RemoteException - container error.
public void setEditURL(java.lang.String aURL)
throws java.rmi.RemoteException
aURL - the edit url.RemoteException - container error.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||