com.beasys.portal.ejb
Class GroupPersonalizationBean
java.lang.Object
|
+--com.beasys.portal.ejb.BaseBean
|
+--com.beasys.portal.ejb.PortalPersonalizationBean
|
+--com.beasys.portal.ejb.GroupPersonalizationBean
- public class GroupPersonalizationBean
- extends PortalPersonalizationBean
The group personalization ejb implementation.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
groupId
The group id/name. |
Fields inherited from class com.beasys.portal.ejb.PortalPersonalizationBean |
available,
categoryName,
column,
editable,
floatable,
mandatory,
maximizeable,
minimizeable,
minimized,
moveable,
portalName,
portletName,
row,
visible |
Methods inherited from class com.beasys.portal.ejb.PortalPersonalizationBean |
ejbCreate,
ejbPostCreate,
getCategoryName,
getColumn,
getPortalName,
getPortletName,
getRow,
isAvailable,
isEditable,
isFloatable,
isMandatory,
isMaximizeable,
isMinimizeable,
isMinimized,
isMoveable,
isVisible,
setAvailable,
setColumn,
setEditable,
setFloatable,
setMandatory,
setMaximizeable,
setMinimizeable,
setMinimized,
setMoveable,
setRow,
setVisible |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
groupId
public java.lang.String groupId
- The group id/name.
GroupPersonalizationBean
public GroupPersonalizationBean()
ejbCreate
public void ejbCreate(GroupPersonalizationPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Create the EJB.
- Parameters:
pk
- the primary key.- Throws:
CreateException
- error creating the object.RemoteException
- container error.
ejbPostCreate
public void ejbPostCreate(GroupPersonalizationPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Ejb post create. ignored.
- Parameters:
pk
- the primary key.- Throws:
CreateException
- error creating the object.RemoteException
- container error.
getGroupId
public java.lang.String getGroupId()
- Get group id.
- Returns:
String
the group id.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved