[Castore-commits] Facade.java 1.8 1.9
Céline BENOIT
cbenoit at adullact1.hosting.cri74.org
Mar 16 Mai 18:27:25 CEST 2006
Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/users
In directory adullact1:/tmp/cvs-serv14732/src/java/fr/emn/castor/users
Modified Files:
Facade.java
Log Message:
adaptation de certains commentaires
Index: Facade.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/users/Facade.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Facade.java 11 May 2006 13:36:52 -0000 1.8
--- Facade.java 16 May 2006 16:27:23 -0000 1.9
***************
*** 230,234 ****
* Method existsUser.
* @param login the login of the user
! * @return a string representing a "true" or "false" value
*/
public VraiFauxEnum existsUser(final String login) {
--- 230,234 ----
* Method existsUser.
* @param login the login of the user
! * @return VraiFauxEnum representing a VRAI or FAUX
*/
public VraiFauxEnum existsUser(final String login) {
***************
*** 278,281 ****
--- 278,285 ----
}
+ /**
+ *
+ * @see fr.emn.castor.users.IUser#isValidateur(java.lang.String)
+ */
public VraiFauxEnum isValidateur(String login)
throws AuthentificationException {
***************
*** 286,290 ****
}
! /** (non-Javadoc)
* @see fr.emn.castor.users.IUser#searchUser(java.lang.String)
*/
--- 290,294 ----
}
! /**
* @see fr.emn.castor.users.IUser#searchUser(java.lang.String)
*/
***************
*** 294,297 ****
--- 298,305 ----
}
+ /**
+ *
+ * @see fr.emn.castor.users.IUser#getInfosFromUser(java.lang.String)
+ */
public Map getInfosFromUser(String user)
throws AuthentificationException {
Plus d'informations sur la liste de diffusion Castore-commits