Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obs.ejb.system.interfaces
Interface UGMgmt  view UGMgmt download UGMgmt.java

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface UGMgmt
extends javax.ejb.EJBObject


Method Summary
 com.obs.common.system.views.UserView createUser(com.obs.common.system.views.UserView userView, java.lang.String companyId)
           
 java.util.Collection getCompanyUsers(java.lang.String companyID)
           
 com.obs.common.system.views.UserView getUser(java.lang.String userID)
           
 com.obs.common.system.views.UserView getUser(java.lang.String username, java.lang.String companyID)
           
 com.obs.common.system.views.UserView setUserPassword(java.lang.String userID, java.lang.String password)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

createUser

public com.obs.common.system.views.UserView createUser(com.obs.common.system.views.UserView userView,
                                                       java.lang.String companyId)
                                                throws javax.ejb.CreateException,
                                                       java.rmi.RemoteException

setUserPassword

public com.obs.common.system.views.UserView setUserPassword(java.lang.String userID,
                                                            java.lang.String password)
                                                     throws com.obs.common.shared.exceptions.NoSuchObjectException,
                                                            java.rmi.RemoteException

getUser

public com.obs.common.system.views.UserView getUser(java.lang.String userID)
                                             throws com.obs.common.shared.exceptions.NoSuchObjectException,
                                                    java.rmi.RemoteException

getUser

public com.obs.common.system.views.UserView getUser(java.lang.String username,
                                                    java.lang.String companyID)
                                             throws com.obs.common.shared.exceptions.NoSuchObjectException,
                                                    java.rmi.RemoteException

getCompanyUsers

public java.util.Collection getCompanyUsers(java.lang.String companyID)
                                     throws com.obs.common.shared.exceptions.NoSuchObjectException,
                                            java.rmi.RemoteException