|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface to the portal column information, this includes a link to the category. The column information is portal/category specific.
| Method Summary | |
java.lang.String |
getCategoryName()
Get category name. |
int |
getColumnOrder()
Get column order. |
int |
getColumnWidth()
Get column width in percent. |
java.lang.String |
getPortalName()
Get portal name. |
void |
setColumnOrder(int aColumnOrder)
Set column order. |
void |
setColumnWidth(int aPercent)
Set column width in percent. |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
| Method Detail |
public java.lang.String getPortalName()
throws java.rmi.RemoteException
String the portal name.RemoteException - container exception.
public java.lang.String getCategoryName()
throws java.rmi.RemoteException
String the category name.RemoteException - container exception.
public int getColumnWidth()
throws java.rmi.RemoteException
int width in percent (100 based)RemoteException -
public void setColumnWidth(int aPercent)
throws java.rmi.RemoteException
aPercent - width in percent (100 based)RemoteException -
public int getColumnOrder()
throws java.rmi.RemoteException
int the order.RemoteException - container error.
public void setColumnOrder(int aColumnOrder)
throws java.rmi.RemoteException
aColumnOrder - the column order.RemoteException - container error.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||