Uses of Class
com.bankframe.ei.ldap.LDAPEntityBeanPK

Packages that use LDAPEntityBeanPK
com.bankframe.ei.ldap   
com.bankframe.services.sessionmgmt.ldap.session   
 

Uses of LDAPEntityBeanPK in com.bankframe.ei.ldap
 

Methods in com.bankframe.ei.ldap that return LDAPEntityBeanPK
 LDAPEntityBeanPK LDAPEntityBean.ldapCreate()
          This method initialises the bean, create the entry on the ldap server and create a primary key instance
 

Uses of LDAPEntityBeanPK in com.bankframe.services.sessionmgmt.ldap.session
 

Methods in com.bankframe.services.sessionmgmt.ldap.session that return LDAPEntityBeanPK
 LDAPEntityBeanPK LDAPBankFrameSessionBean.ejbCreate(java.lang.String sessionId, java.lang.String userId)
          EJB Creation method for the EJB bean
 LDAPEntityBeanPK LDAPBankFrameSessionBean.ejbFindByPrimaryKey(LDAPEntityBeanPK primaryKey)
          Refreshes the Entity Bean from the LDAP server using the specified primary Key
 

Methods in com.bankframe.services.sessionmgmt.ldap.session with parameters of type LDAPEntityBeanPK
 LDAPBankFrameSession LDAPBankFrameSessionHome.findByPrimaryKey(LDAPEntityBeanPK primaryKey)
          findByPrimaryKey method for EJB bean
 LDAPEntityBeanPK LDAPBankFrameSessionBean.ejbFindByPrimaryKey(LDAPEntityBeanPK primaryKey)
          Refreshes the Entity Bean from the LDAP server using the specified primary Key
 



Copyright © 2005, 2007, Oracle. All rights reserved.