[Castore-commits] UserProxy.java 1.1.2.2 1.1.2.3 Facade.java 1.1.2.1 1.1.2.2

Stéphane Bouchet sbouchet at adullact1.hosting.cri74.org
Mar 7 Mar 10:06:57 CET 2006


Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/users
In directory adullact1:/tmp/cvs-serv17766/src/java/fr/emn/castor/users

Modified Files:
      Tag: v1_1_branch
	UserProxy.java Facade.java 
Log Message:
Mise en page

Index: UserProxy.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/users/UserProxy.java,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** UserProxy.java	7 Feb 2006 15:46:35 -0000	1.1.2.2
--- UserProxy.java	7 Mar 2006 09:06:54 -0000	1.1.2.3
***************
*** 65,69 ****
       *
       */
!     public UserProxy (final String userOnLine) {
          if (this.userFac == null) {
              this.userFac = Facade.getInstance();
--- 65,69 ----
       *
       */
!     public UserProxy(final String userOnLine) {
          if (this.userFac == null) {
              this.userFac = Facade.getInstance();

Index: Facade.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/users/Facade.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** Facade.java	24 Nov 2005 14:30:24 -0000	1.1.2.1
--- Facade.java	7 Mar 2006 09:06:54 -0000	1.1.2.2
***************
*** 272,276 ****
      }
  
!     public String isValidateur(String login) throws AuthentificationException {
          if (this.theAuthentificationFactory.isValidateur(login)) {
              return Constants.TRUE;
--- 272,277 ----
      }
  
!     public String isValidateur(String login)
!             throws AuthentificationException {
          if (this.theAuthentificationFactory.isValidateur(login)) {
              return Constants.TRUE;
***************
*** 279,287 ****
      }
  
!     public Iterator searchUser(String query) throws AuthentificationException {
          return this.theAuthentificationFactory.searchUser(query).iterator();
      }
  
!     public Map getInfosFromUser(String user) throws AuthentificationException {
          return this.theAuthentificationFactory.getInfosFromUser(user);
      }
--- 280,290 ----
      }
  
!     public Iterator searchUser(String query)
!             throws AuthentificationException {
          return this.theAuthentificationFactory.searchUser(query).iterator();
      }
  
!     public Map getInfosFromUser(String user)
!             throws AuthentificationException {
          return this.theAuthentificationFactory.getInfosFromUser(user);
      }




Plus d'informations sur la liste de diffusion Castore-commits