java.lang.Object
com.obs.client.templates.EJBDelegateHelper
com.obs.client.system.delegates.UGMgmtDelegate
- All Implemented Interfaces:
- com.obs.client.templates.IEJBDelegate
- public class UGMgmtDelegate
- extends com.obs.client.templates.EJBDelegateHelper
- implements com.obs.client.templates.IEJBDelegate
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
remote
private com.obs.ejb.system.interfaces.UGMgmt remote
jndiREF
private java.lang.String jndiREF
UGMgmtDelegate
public UGMgmtDelegate()
throws com.obs.common.shared.exceptions.ServerContactException
UGMgmtDelegate
public UGMgmtDelegate(javax.naming.InitialContext ctx)
throws com.obs.common.shared.exceptions.ServerContactException
UGMgmtDelegate
public UGMgmtDelegate(java.util.Properties props)
throws com.obs.common.shared.exceptions.ServerContactException
createUser
public com.obs.common.system.views.UserView createUser(com.obs.common.system.views.UserView userView,
java.lang.String companyId)
throws com.obs.common.shared.exceptions.ServerContactException
setUserPassword
public com.obs.common.system.views.UserView setUserPassword(java.lang.String userID,
java.lang.String password)
throws com.obs.common.shared.exceptions.ServerContactException,
com.obs.common.shared.exceptions.NoSuchObjectException
getUserByID
public com.obs.common.system.views.UserView getUserByID(java.lang.String userID)
throws com.obs.common.shared.exceptions.ServerContactException,
com.obs.common.shared.exceptions.NoSuchObjectException
getUserByUsername
public com.obs.common.system.views.UserView getUserByUsername(java.lang.String username,
java.lang.String companyID)
throws com.obs.common.shared.exceptions.ServerContactException,
com.obs.common.shared.exceptions.NoSuchObjectException
getCompanyUsers
public java.util.Collection getCompanyUsers(java.lang.String companyID)
throws com.obs.common.shared.exceptions.ServerContactException,
com.obs.common.shared.exceptions.NoSuchObjectException
init
private void init()
throws com.obs.common.shared.exceptions.ServerContactException
passivate
public void passivate()
throws com.obs.common.shared.exceptions.ServerContactException
- Specified by:
passivate in interface com.obs.client.templates.IEJBDelegate
activate
public void activate()
throws com.obs.common.shared.exceptions.ServerContactException
- Specified by:
activate in interface com.obs.client.templates.IEJBDelegate
destroy
public void destroy()
throws com.obs.common.shared.exceptions.ServerContactException
- Specified by:
destroy in interface com.obs.client.templates.IEJBDelegate