com.engiweb.profilemanager.common.interfaces

Interface IUmeDirect

  • All Superinterfaces:
    common.direct.IDirect


    public interface IUmeDirect
    extends common.direct.IDirect
    The IUser interface allows a client to retrieve and manage all information about user objects
    Author:
    CrossIdeas developer group
    • Method Detail

      • createUME

        UserBean createUME(UserBean uB,
                           GroupBean groupBean,
                           UserBean masterBean,
                           com.engiweb.pm.dao.db.DAO dao)
                    throws com.engiweb.toolkit.common.BackendException
        Parameters:
        uB - UserBean
        groupBean - GroupBean Optional if null the master user's group is considered
        masterBean - UserBean the user to insert (mandatory)
        dao - DAO the connection dao
        Returns:
        UserBean UME user created
        Throws:
        com.engiweb.toolkit.common.BackendException - the backend exception