com.engiweb.profilemanager.common.interfaces

Interface IExternalMappingDirect

  • All Superinterfaces:
    common.direct.IDirect


    public interface IExternalMappingDirect
    extends common.direct.IDirect
    The IUserErc interface allows a client to retrieve and manage all information about the UserErc table.
    • 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
      com.engiweb.pm.entity.BeanList<ExternalMappingBean> findAttributes(ExternalMappingBean externalMappingBean, int searchType, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao)
      Finds the external mapping values.
      • Methods inherited from interface common.direct.IDirect

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

      • findAttributes

        com.engiweb.pm.entity.BeanList<ExternalMappingBean> findAttributes(ExternalMappingBean externalMappingBean,
                                                                           int searchType,
                                                                           com.engiweb.pm.entity.Paging paging,
                                                                           com.engiweb.pm.dao.db.DAO connDao)
                                                                    throws com.engiweb.toolkit.common.BackendException
        Finds the external mapping values.
        Parameters:
        externalMappingBean - Filter bean.
        searchType - Indicates the type of values to return (See IExternalMappingServices for the possible values).
        paging - Number of elements to return.
        connDao - Connection DAO.
        Returns:
        List of ExternalMappingBean
        Throws:
        com.engiweb.toolkit.common.BackendException