com.bankframe.services.accesscontrol.ejb.group
Interface EJBGroup

All Superinterfaces:
EEntityRemote, javax.ejb.EJBObject, java.rmi.Remote

public interface EJBGroup
extends EEntityRemote

This interface is an extension of javax.ejb.EJBHome


Method Summary
 java.lang.String getGroupId()
          This method gets the groupID.
 java.lang.String getGroupName()
          This method gets the name of the group.
 DataPacket toDataPacket()
          This method returns the group details in datapacket format.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getGroupId

public java.lang.String getGroupId()
                            throws java.rmi.RemoteException
This method gets the groupID.

Returns:
the group id
Throws:
java.rmi.RemoteException

getGroupName

public java.lang.String getGroupName()
                              throws java.rmi.RemoteException
This method gets the name of the group.

Returns:
the name of the group
Throws:
java.rmi.RemoteException

toDataPacket

public DataPacket toDataPacket()
                        throws java.rmi.RemoteException
This method returns the group details in datapacket format.

Specified by:
toDataPacket in interface EEntityRemote
Returns:
a DataPacket containing the group details
Throws:
java.rmi.RemoteException


Copyright © 2005 Siebel Systems, Inc. All rights reserved.