com.livis.livingtalks.ejb
Class Convenience

java.lang.Object
  |
  +--com.livis.livingtalks.ejb.Convenience

public class Convenience
extends java.lang.Object


Constructor Summary
Convenience()
           
 
Method Summary
 java.util.Collection getDanglingAuthorKeys(ManageEJB mgr)
           
 java.util.Collection getDanglingBlockKeys(ManageEJB mgr)
           
 java.util.Collection getDanglingTalkKeys(ManageEJB mgr)
           
 java.util.Collection getPermittedTypeKeys(ManageEJB mgr, java.lang.String user)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Convenience

public Convenience()
Method Detail

getPermittedTypeKeys

public java.util.Collection getPermittedTypeKeys(ManageEJB mgr,
                                                 java.lang.String user)

getDanglingAuthorKeys

public java.util.Collection getDanglingAuthorKeys(ManageEJB mgr)

getDanglingTalkKeys

public java.util.Collection getDanglingTalkKeys(ManageEJB mgr)

getDanglingBlockKeys

public java.util.Collection getDanglingBlockKeys(ManageEJB mgr)