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
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      UserBean createUME(UserBean uB, UserBean masterBean, com.engiweb.pm.dao.db.DAO dao)
      create UME for a specified master user
      • Methods inherited from interface common.direct.IDirect

        checkAB, deleteAB, insertAB, modifyAB, openDAO, openDAO
    • Method Detail

      • createUME

        UserBean createUME(UserBean uB,
                           UserBean masterBean,
                           com.engiweb.pm.dao.db.DAO dao)
                    throws com.engiweb.toolkit.common.BackendException
        create UME for a specified master user
        Parameters:
        uB - UserBean if null no filter is applied, otherwise the passed object is used as filter
        masterBean - UserBean the user to insert (mandatory). The userType name is a mandatory field.
        dao - DAO the connection dao
        Returns:
        UserBean
        Throws:
        com.engiweb.toolkit.common.BackendException - the backend exception