fr.ifremer.allegro.administration.user
Class User.Factory

java.lang.Object
  extended by fr.ifremer.allegro.administration.user.User.Factory
Enclosing class:
User

public static final class User.Factory
extends java.lang.Object

Constructs new instances of User.


Constructor Summary
User.Factory()
           
 
Method Summary
static User newInstance()
          Constructs a new instance of User.
static User newInstance(java.lang.String lastname, java.lang.String firstname, java.util.Date creationDate, Status status, Department department)
          Constructs a new instance of User, taking all required and/or read-only properties as arguments.
static User newInstance(java.lang.String lastname, java.lang.String firstname, java.lang.String address, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection program2Persons, Status status, Department department, java.util.Collection ageReaderQualifications, java.lang.String username, java.lang.String usernameExtranet, java.lang.String employeeNumber, java.lang.String email, java.util.Collection profils)
          Constructs a new instance of User, taking all possible properties (except the identifier(s))as arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User.Factory

public User.Factory()
Method Detail

newInstance

public static User newInstance()
Constructs a new instance of User.


newInstance

public static User newInstance(java.lang.String lastname,
                               java.lang.String firstname,
                               java.util.Date creationDate,
                               Status status,
                               Department department)
Constructs a new instance of User, taking all required and/or read-only properties as arguments.


newInstance

public static User newInstance(java.lang.String lastname,
                               java.lang.String firstname,
                               java.lang.String address,
                               java.util.Date creationDate,
                               java.sql.Timestamp updateDate,
                               java.util.Collection program2Persons,
                               Status status,
                               Department department,
                               java.util.Collection ageReaderQualifications,
                               java.lang.String username,
                               java.lang.String usernameExtranet,
                               java.lang.String employeeNumber,
                               java.lang.String email,
                               java.util.Collection profils)
Constructs a new instance of User, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.