com.parsec.ejbs.authenticator
Class AuthenticatedByEJB

java.lang.Object
  |
  +--com.parsec.ejbs.authenticator.AuthenticatedByEJB
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public class AuthenticatedByEJB
extends java.lang.Object
implements javax.ejb.EntityBean

See Also:
Serialized Form

Constructor Summary
AuthenticatedByEJB()
           
 
Method Summary
 void ejbActivate()
           
 java.lang.String ejbCreate(java.lang.String customerId, java.lang.String authenticatorId, java.util.Date authenticateDate)
           
 java.lang.String ejbFindByPrimaryKey(java.lang.String primaryKey)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(java.lang.String customerId, java.lang.String authenticatorId, java.util.Date authenticateDate)
           
 void ejbRemove()
           
 void ejbStore()
           
 java.util.Date getAuthenticateDate()
           
 java.lang.String getAuthenticatorId()
           
 java.lang.String getCustomerId()
           
 void setAuthenticateDate(java.util.Date a)
           
 void setAuthenticatorId(java.lang.String a)
           
 void setCustomerId(java.lang.String a)
           
 void setEntityContext(javax.ejb.EntityContext context)
           
 void unsetEntityContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatedByEJB

public AuthenticatedByEJB()
Method Detail

getCustomerId

public java.lang.String getCustomerId()

getAuthenticatorId

public java.lang.String getAuthenticatorId()

getAuthenticateDate

public java.util.Date getAuthenticateDate()

setCustomerId

public void setCustomerId(java.lang.String a)

setAuthenticatorId

public void setAuthenticatorId(java.lang.String a)

setAuthenticateDate

public void setAuthenticateDate(java.util.Date a)

ejbCreate

public java.lang.String ejbCreate(java.lang.String customerId,
                                  java.lang.String authenticatorId,
                                  java.util.Date authenticateDate)
                           throws javax.ejb.CreateException

ejbFindByPrimaryKey

public java.lang.String ejbFindByPrimaryKey(java.lang.String primaryKey)
                                     throws javax.ejb.FinderException

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface javax.ejb.EntityBean

setEntityContext

public void setEntityContext(javax.ejb.EntityContext context)
Specified by:
setEntityContext in interface javax.ejb.EntityBean

unsetEntityContext

public void unsetEntityContext()
Specified by:
unsetEntityContext in interface javax.ejb.EntityBean

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.EntityBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.EntityBean

ejbLoad

public void ejbLoad()
Specified by:
ejbLoad in interface javax.ejb.EntityBean

ejbStore

public void ejbStore()
Specified by:
ejbStore in interface javax.ejb.EntityBean

ejbPostCreate

public void ejbPostCreate(java.lang.String customerId,
                          java.lang.String authenticatorId,
                          java.util.Date authenticateDate)