Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.engiweb.profilemanager.common.bean.RepositoryBean

  • Packages that use RepositoryBean 
    Package Description
    com.engiweb.profilemanager.common.interfaces  
    • Uses of RepositoryBean in com.engiweb.profilemanager.common.interfaces

      Methods in com.engiweb.profilemanager.common.interfaces that return types with arguments of type RepositoryBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<RepositoryBean> IConfigurationDirect.findRepository(RepositoryBean repositoryBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns all repositories
      Methods in com.engiweb.profilemanager.common.interfaces with parameters of type RepositoryBean 
      Modifier and Type Method and Description
      void IExternalErcDirect.deleteExternalErc(java.lang.String key, java.lang.Object value, RepositoryBean repository, java.lang.String realm)
      Delete external erc.
      void IConfigurationDirect.deleteRepository(RepositoryBean repositoryBean, com.engiweb.pm.dao.db.DAO dao)
      Deletes a repository
      void IConfiguration.deleteRepository(RepositoryBean repositoryBean, java.lang.String token, java.lang.String realm)
      Deletes a repository
      void IConfigurationDirect.deleteSelectedUserData(com.engiweb.pm.entity.BeanList<ExternalMappingBean> blExternalMapping, RepositoryBean repositoryBean, com.engiweb.pm.dao.db.DAO dao)
      Deletes a list of externalmapping froma repository
      void IConfiguration.deleteSelectedUserData(com.engiweb.pm.entity.BeanList<ExternalMappingBean> blExternalMapping, RepositoryBean repositoryBean, java.lang.String token, java.lang.String realm)
      Deletes a list of externalmapping froma repository
      com.engiweb.pm.entity.BeanList<UsrErcBean> IExternalErcDirect.findExternalErc(UsrErcBean userErcBean, RepositoryBean repository, com.engiweb.pm.entity.Paging paging, java.lang.String realm, com.engiweb.pm.dao.db.DAO connDao) 
      com.engiweb.pm.entity.BeanList<UsrErcBean> IExternalErcDirect.findExternalErc(UsrErcBean userErcBean, RepositoryBean repository, java.util.Set<java.lang.Long> groupIds, boolean inHier, com.engiweb.pm.entity.Paging paging, java.lang.String realm, com.engiweb.pm.dao.db.DAO connDao) 
      com.engiweb.pm.entity.BeanList<RepositoryBean> IConfigurationDirect.findRepository(RepositoryBean repositoryBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns all repositories
      com.engiweb.pm.entity.BeanList IConfiguration.findRepository(RepositoryBean repositoryBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Returns all repositories
      com.engiweb.pm.entity.BeanList<PropertyBean> IConfigurationDirect.findRepositoryAttributes(RepositoryBean repositoryBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns properties of a repository
      com.engiweb.pm.entity.BeanList<PropertyBean> IConfiguration.findRepositoryAttributes(RepositoryBean repositoryBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Returns properties of a repository
      java.util.List<UserExtInfoBean> IExternalErcDirect.findSelectedUserData(RepositoryBean repository, java.lang.String realm)
      Find selected user data.
      com.engiweb.pm.entity.BeanList<ExternalMappingBean> IConfigurationDirect.getAllUserData(RepositoryBean repositoryBean, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of ExternalMappingBean filtered by a passed RepositoryBean object
      com.engiweb.pm.entity.BeanList<ExternalMappingBean> IConfiguration.getAllUserData(RepositoryBean repositoryBean, java.lang.String token, java.lang.String realm)
      Returns a list of ExternalMappingBean filtered by a passed RepositoryBean object
      com.engiweb.pm.entity.BeanList<ExternalMappingBean> IConfigurationDirect.getSelectedUserData(ExternalMappingBean externalMappingBean, RepositoryBean repositoryBean, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of ExternalMappingBean filtered by a passed RepositoryBean object.
      com.engiweb.pm.entity.BeanList IConfiguration.getSelectedUserData(ExternalMappingBean externalMappingBean, RepositoryBean repositoryBean, java.lang.String token, java.lang.String realm)
      Returns a list of ExternalMappingBean filtered by a passed RepositoryBean object and a passed ExternalMappingBean object
      com.engiweb.pm.entity.BeanList<ExternalMappingBean> IConfigurationDirect.getSelectedUserData(RepositoryBean repositoryBean, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of ExternalMappingBean filtered by a passed RepositoryBean object
      com.engiweb.pm.entity.BeanList IConfiguration.getSelectedUserData(RepositoryBean repositoryBean, java.lang.String token, java.lang.String realm)
      Returns a list of ExternalMappingBean filtered by a passed RepositoryBean object
      UserExtInfoBean IExternalErcDirect.insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm)
      Insert a list of external erc.
      UserExtInfoBean IExternalErcDirect.insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm, long sourceType, long sourceID, java.lang.String sourceName) 
      void IConfigurationDirect.insertRepository(com.engiweb.pm.entity.BeanList<PropertyBean> propertyBeanList, RepositoryBean repositoryBean, com.engiweb.pm.dao.db.DAO dao)
      Insert repository.
      void IConfiguration.insertRepository(com.engiweb.pm.entity.BeanList<PropertyBean> propertyBeanList, RepositoryBean repositoryBean, java.lang.String token, java.lang.String realm) 
      void IConfigurationDirect.insertSelectedUserData(com.engiweb.pm.entity.BeanList<ExternalMappingBean> blExternalMapping, RepositoryBean repositoryBean, com.engiweb.pm.dao.db.DAO dao)
      Adds a list of externalmapping to a repository
      void IConfiguration.insertSelectedUserData(com.engiweb.pm.entity.BeanList<ExternalMappingBean> blExternalMapping, RepositoryBean repositoryBean, java.lang.String token, java.lang.String realm)
      Adds a list of externalmapping to a repository
      java.util.HashMap<java.lang.String,java.lang.Object> IExternalErcDirect.loadExternalErc(UserExtInfoBean idUserExtInfoBean, RepositoryBean repository, java.lang.String realm)
      Load external erc.
      void IConfigurationDirect.modifySelectedUserData(com.engiweb.pm.entity.BeanList<ExternalMappingBean> blExternalMapping, RepositoryBean repositoryBean, com.engiweb.pm.dao.db.DAO dao)
      Updates a list of externalmapping of a repository
      void IConfiguration.modifySelectedUserData(com.engiweb.pm.entity.BeanList<ExternalMappingBean> blExternalMapping, RepositoryBean repositoryBean, java.lang.String token, java.lang.String realm)
      Updates a list of externalmapping of a repository
      void IExternalErcDirect.updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm)
      Update external erc.
      void IExternalErc.updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm)
      Update external erc.
      void IExternalErcDirect.updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm, long sourceType, long sourceID, java.lang.String sourceName, java.lang.String lasModUser) 
      void IConfigurationDirect.updateRepository(com.engiweb.pm.entity.BeanList<PropertyBean> propertyBean, RepositoryBean repositoryBean, com.engiweb.pm.dao.db.DAO dao)
      Updates a list of properties of a repository.
      void IConfiguration.updateRepository(com.engiweb.pm.entity.BeanList<PropertyBean> propertyBean, RepositoryBean repositoryBean, java.lang.String token, java.lang.String realm)
      Updates a list of properties of a repository.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes