|
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.DefaultPortal
Default implementation of the Portal interface.
| Constructor Summary | |
DefaultPortal()
|
|
| Method Summary | |
int |
getContentColumnCount()
Get content column count, how many displayable columns. |
java.lang.String |
getContentURL()
Get content URL. |
java.lang.String |
getEditURL()
Get edit 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()
If suspended for maintenance, what URL should it go to. |
boolean |
isEditable()
Is this portal editable. |
boolean |
isSuspended()
Is the portal suspended for maintenance. |
void |
setContentColumnCount(int aCount)
Set content column count. |
void |
setContentURL(java.lang.String aURL)
Set content URL. |
void |
setEditable(boolean aBool)
Set the editable state of the portal. |
void |
setEditURL(java.lang.String aURL)
Set edit URL. |
void |
setFooterURL(java.lang.String aURL)
Set footer URL. |
void |
setHeaderURL(java.lang.String aURL)
Set header URL. |
void |
setName(java.lang.String aName)
Set name. |
void |
setSuspended(boolean aBool)
Set the suspended state of the portal. |
void |
setSuspendedURL(java.lang.String aURL)
Set the suspended URL. |
java.lang.String |
toString()
The string representation of the portal object. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public DefaultPortal()
| Method Detail |
public java.lang.String getName()
String the name.public void setName(java.lang.String aName)
aName - the name.public boolean isEditable()
boolean true if it is.public void setEditable(boolean aBool)
aBool - can it be edited.public java.lang.String getHeaderURL()
String the header url.public void setHeaderURL(java.lang.String aURL)
aURL - the header url.public java.lang.String getFooterURL()
String the footer url.public void setFooterURL(java.lang.String aURL)
aURL - the footer url.public java.lang.String getContentURL()
String the content url.public void setContentURL(java.lang.String aURL)
aURL - the content url.public java.lang.String getEditURL()
String the edit url.public void setEditURL(java.lang.String aURL)
aURL - the edit url.public int getContentColumnCount()
int the column count.public void setContentColumnCount(int aCount)
aCount - the column count.public boolean isSuspended()
boolean true if it is suspended.public void setSuspended(boolean aBool)
aBool - the state.public java.lang.String getSuspendedURL()
String the suspended url.public void setSuspendedURL(java.lang.String aURL)
aURL - the suspended url.public java.lang.String toString()
String the string rep.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||