|
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
Implementation for the PortalDefinition EJB.
| Field Summary | |
int |
contentColumnCount
The number of columnns in the portal. |
java.lang.String |
contentURL
The content url. |
java.lang.String |
footerURL
The footer url. |
java.lang.String |
headerURL
The header url. |
boolean |
suspended
Is it suspended for maintenance. |
java.lang.String |
suspendedURL
The maintenance url. |
| Fields inherited from class com.beasys.portal.ejb.SimpleStringEntityBean |
id |
| Fields inherited from class com.beasys.portal.ejb.BaseBean |
ctx,
isModified |
| Constructor Summary | |
PortalDefinitionBean()
|
|
| Method Summary | |
void |
ejbCreate(PortalDefinitionPK pk,
java.lang.String aContentURL)
Ejb create. |
void |
ejbPostCreate(PortalDefinitionPK pk,
java.lang.String aContentURL)
Ejb post create. |
int |
getContentColumnCount()
Get the number of columns in the portal. |
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 it suspended for maintenance or whatever? |
void |
setContentColumnCount(int aCount)
Set the number of columns in the portal. |
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. |
void |
setSuspendedURL(java.lang.String aURL)
Set suspended URL. |
| 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 headerURL
public java.lang.String footerURL
public java.lang.String contentURL
public int contentColumnCount
public boolean suspended
public java.lang.String suspendedURL
| Constructor Detail |
public PortalDefinitionBean()
| 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. The bean can't be created without one.CreateException - error on create.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 create.RemoteException - container error.public java.lang.String getName()
String the portal name.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 int getContentColumnCount()
int the number of columns.public void setContentColumnCount(int aCount)
aCount - the count.public boolean isSuspended()
boolean yes/no.public void setSuspended(boolean aBool)
aBool - yes/no.public java.lang.String getSuspendedURL()
String the suspended url.public void setSuspendedURL(java.lang.String aURL)
aURL -
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||