|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The PortalDefinition interface.
| Method Summary | |
int |
getContentColumnCount()
Get content column count. |
java.lang.String |
getContentURL()
Get content URL. |
java.lang.String |
getFooterURL()
Get footer URL. |
java.lang.String |
getHeaderURL()
Get header URL. |
java.lang.String |
getName()
Get name. |
java.lang.String |
getSuspendedURL()
Get suspended URL. |
boolean |
isSuspended()
Is the portal suspended? (down for maintenance). |
void |
setContentColumnCount(int aCount)
Set content column count. |
void |
setContentURL(java.lang.String aURL)
Set content URL. |
void |
setFooterURL(java.lang.String aURL)
Set footer URL. |
void |
setHeaderURL(java.lang.String aURL)
Set header URL. |
void |
setSuspended(boolean aBool)
Set suspended state. |
void |
setSuspendedURL(java.lang.String aURL)
Set suspended/maintenance url. |
| 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 java.lang.String getName()
throws java.rmi.RemoteException
String the name.RemoteException - container error.
public java.lang.String getHeaderURL()
throws java.rmi.RemoteException
String the header URL.RemoteException - container error.
public void setHeaderURL(java.lang.String aURL)
throws java.rmi.RemoteException
aURL - the header url.RemoteException - container error.
public java.lang.String getFooterURL()
throws java.rmi.RemoteException
String the footer url.RemoteException - container error.
public void setFooterURL(java.lang.String aURL)
throws java.rmi.RemoteException
aURL - the footer url.RemoteException - container error.
public java.lang.String getContentURL()
throws java.rmi.RemoteException
String the content url.RemoteException - container error.
public void setContentURL(java.lang.String aURL)
throws java.rmi.RemoteException
aURL - the content url.RemoteException - container error.
public int getContentColumnCount()
throws java.rmi.RemoteException
int the count.RemoteException - container error.
public void setContentColumnCount(int aCount)
throws java.rmi.RemoteException
aCount - the count.RemoteException - container error.
public boolean isSuspended()
throws java.rmi.RemoteException
boolean yes/no.RemoteException - container error.
public void setSuspended(boolean aBool)
throws java.rmi.RemoteException
aBool - the state.RemoteException - container error.
public void setSuspendedURL(java.lang.String aURL)
throws java.rmi.RemoteException
aURL - the suspended url.RemoteException - container error.
public java.lang.String getSuspendedURL()
throws java.rmi.RemoteException
String the maintenance url.RemoteException - container error.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||