edu.internet2.middleware.grouper.hibernate
Class HibernateHandlerBean

java.lang.Object
  extended by edu.internet2.middleware.grouper.hibernate.HibernateHandlerBean

public class HibernateHandlerBean
extends Object


Constructor Summary
HibernateHandlerBean()
           
 
Method Summary
 HibernateSession getHibernateSession()
          get grouper session
 boolean isCallerWillCreateAudit()
          if this is a new context, or using one that already existed
 boolean isNewContext()
          if this is a new context, or using one that already existed
 void setCallerWillCreateAudit(boolean callerWillAuditTransaction1)
          if this is a new context, or using one that already existed
 void setHibernateSession(HibernateSession hibernateSession1)
           
 void setNewContext(boolean newContext1)
          if this is a new context, or using one that already existed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateHandlerBean

public HibernateHandlerBean()
Method Detail

getHibernateSession

public HibernateSession getHibernateSession()
get grouper session

Returns:
grouper session

setHibernateSession

public void setHibernateSession(HibernateSession hibernateSession1)
Parameters:
hibernateSession1 -

isNewContext

public boolean isNewContext()
if this is a new context, or using one that already existed

Returns:
if new context

setNewContext

public void setNewContext(boolean newContext1)
if this is a new context, or using one that already existed

Parameters:
newContext1 -

isCallerWillCreateAudit

public boolean isCallerWillCreateAudit()
if this is a new context, or using one that already existed

Returns:
true if caller will audit transaction

setCallerWillCreateAudit

public void setCallerWillCreateAudit(boolean callerWillAuditTransaction1)
if this is a new context, or using one that already existed

Parameters:
callerWillAuditTransaction1 -