Uses of Class
fr.ifremer.allegro.administration.user.Department

Packages that use Department
fr.ifremer.allegro.administration.programStrategy   
fr.ifremer.allegro.administration.user   
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.data.measure.file   
fr.ifremer.allegro.data.measure.photo   
fr.ifremer.allegro.data.sample   
fr.ifremer.allegro.data.survey.activity   
fr.ifremer.allegro.data.survey.delaration   
fr.ifremer.allegro.data.survey.economy   
fr.ifremer.allegro.data.survey.fishingEffort   
fr.ifremer.allegro.data.survey.fishingTrip   
fr.ifremer.allegro.data.survey.landing   
fr.ifremer.allegro.data.survey.physicalGear   
fr.ifremer.allegro.data.survey.sale   
fr.ifremer.allegro.data.survey.scientificCruise   
fr.ifremer.allegro.data.transshipment   
fr.ifremer.allegro.data.vessel.feature.physical   
fr.ifremer.allegro.data.vessel.position   
fr.ifremer.allegro.technical.history   
 

Uses of Department in fr.ifremer.allegro.administration.programStrategy
 

Methods in fr.ifremer.allegro.administration.programStrategy that return Department
 Department Program2Department.getDepartment()
           Identifiant interne d''un service
 

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type Department
 Program2Department Program2DepartmentDao.create(Department department, Program program, ProgramPrivilege programPrivilege)
           Creates a new fr.ifremer.allegro.administration.programStrategy.Program2Department instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Program2Department Program2DepartmentDaoBase.create(Department department, Program program, ProgramPrivilege programPrivilege)
           
 java.lang.Object Program2DepartmentDao.create(int transform, Department department, Program program, ProgramPrivilege programPrivilege)
           Does the same thing as Program2DepartmentDao.create(fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege) with an additional flag called transform.
 java.lang.Object Program2DepartmentDaoBase.create(int transform, Department department, Program program, ProgramPrivilege programPrivilege)
           
 java.lang.Object Program2DepartmentDao.create(int transform, Program program, Location location, ProgramPrivilege programPrivilege, Department department)
           Does the same thing as Program2DepartmentDao.create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege,fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.lang.Object Program2DepartmentDaoBase.create(int transform, Program program, Location location, ProgramPrivilege programPrivilege, Department department)
           
 Program2Department Program2DepartmentDao.create(Program program, Location location, ProgramPrivilege programPrivilege, Department department)
           Creates a new fr.ifremer.allegro.administration.programStrategy.Program2Department instance from all attributes and properties and adds it to the persistent store.
 Program2Department Program2DepartmentDaoBase.create(Program program, Location location, ProgramPrivilege programPrivilege, Department department)
           
 java.util.Collection Program2DepartmentDao.findProgram2DepartmentByDepartment(Department department)
           
 java.util.Collection Program2DepartmentDaoBase.findProgram2DepartmentByDepartment(Department department)
           
 java.util.Collection Program2DepartmentDao.findProgram2DepartmentByDepartment(int transform, Department department)
           Does the same thing as Program2DepartmentDao.findProgram2DepartmentByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection Program2DepartmentDaoBase.findProgram2DepartmentByDepartment(int transform, Department department)
           
 java.util.Collection Program2DepartmentDao.findProgram2DepartmentByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as Program2DepartmentDao.findProgram2DepartmentByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection Program2DepartmentDaoBase.findProgram2DepartmentByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection Program2DepartmentDao.findProgram2DepartmentByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as Program2DepartmentDao.findProgram2DepartmentByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection Program2DepartmentDaoBase.findProgram2DepartmentByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection Program2DepartmentDao.findProgram2DepartmentByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as Program2DepartmentDao.findProgram2DepartmentByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection Program2DepartmentDaoBase.findProgram2DepartmentByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection Program2DepartmentDao.findProgram2DepartmentByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as Program2DepartmentDao.findProgram2DepartmentByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection Program2DepartmentDaoBase.findProgram2DepartmentByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection Program2DepartmentDao.findProgram2DepartmentByDepartment(java.lang.String queryString, Department department)
           Does the same thing as Program2DepartmentDao.findProgram2DepartmentByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection Program2DepartmentDaoBase.findProgram2DepartmentByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection Program2DepartmentDao.findProgram2DepartmentByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as Program2DepartmentDao.findProgram2DepartmentByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection Program2DepartmentDaoBase.findProgram2DepartmentByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
static Program2Department Program2Department.Factory.newInstance(Program program, Location location, ProgramPrivilege programPrivilege, Department department)
          Constructs a new instance of Program2Department, taking all possible properties (except the identifier(s))as arguments.
static Program2Department Program2Department.Factory.newInstance(Program program, ProgramPrivilege programPrivilege, Department department)
          Constructs a new instance of Program2Department, taking all required and/or read-only properties as arguments.
 void Program2Department.setDepartment(Department department)
           
 

Uses of Department in fr.ifremer.allegro.administration.user
 

Subclasses of Department in fr.ifremer.allegro.administration.user
 class DepartmentImpl
           
 

Methods in fr.ifremer.allegro.administration.user that return Department
 Department DepartmentDaoImpl.clusterDepartmentToEntity(ClusterDepartment clusterDepartment)
           
 Department DepartmentDao.clusterDepartmentToEntity(ClusterDepartment clusterDepartment)
          Converts an instance of type ClusterDepartment to this DAO's entity.
 Department DepartmentDao.create(Department department)
          Creates an instance of fr.ifremer.allegro.administration.user.Department and adds it to the persistent store.
 Department DepartmentDaoBase.create(Department department)
           
 Department DepartmentDao.create(java.lang.String code, java.util.Date creationDate, java.lang.Boolean isLdap, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.administration.user.Department instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Department DepartmentDaoBase.create(java.lang.String code, java.util.Date creationDate, java.lang.Boolean isLdap, java.lang.String name, Status status)
           
 Department DepartmentDao.create(java.lang.String code, java.lang.String name, java.lang.String email, java.lang.String address, java.lang.String phone, java.lang.Boolean isLdap, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection program2Departments, java.util.Collection departments, Department parentDepartment, Status status, java.util.Collection outputTransferts, java.util.Collection inputTransferts)
           Creates a new fr.ifremer.allegro.administration.user.Department instance from all attributes and properties and adds it to the persistent store.
 Department DepartmentDaoBase.create(java.lang.String code, java.lang.String name, java.lang.String email, java.lang.String address, java.lang.String phone, java.lang.Boolean isLdap, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection program2Departments, java.util.Collection departments, Department parentDepartment, Status status, java.util.Collection outputTransferts, java.util.Collection inputTransferts)
           
 Department DepartmentDao.createFromClusterDepartment(ClusterDepartment clusterDepartment)
           
 Department DepartmentDaoBase.createFromClusterDepartment(ClusterDepartment clusterDepartment)
           
 Department DepartmentDao.findDepartmentById(java.lang.Integer id)
           
 Department DepartmentDaoBase.findDepartmentById(java.lang.Integer id)
           
 Department DepartmentDao.findDepartmentById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as DepartmentDao.findDepartmentById(java.lang.Integer) with an additional argument called queryString.
 Department DepartmentDaoBase.findDepartmentById(java.lang.String queryString, java.lang.Integer id)
           
 Department DepartmentDao.findDepartmentByNaturalId(java.lang.String code)
           
 Department DepartmentDaoBase.findDepartmentByNaturalId(java.lang.String code)
           
 Department DepartmentDao.findDepartmentByNaturalId(java.lang.String queryString, java.lang.String code)
           Does the same thing as DepartmentDao.findDepartmentByNaturalId(java.lang.String) with an additional argument called queryString.
 Department DepartmentDaoBase.findDepartmentByNaturalId(java.lang.String queryString, java.lang.String code)
           
 Department Person.getDepartment()
           
 Department DepartmentPrivilegeTransfertPK.getFromDepartment()
           
 Department Department.getParentDepartment()
           
 Department DepartmentPrivilegeTransfertPK.getToDepartment()
           
protected  Department DepartmentDaoImpl.handleCreateFromClusterDepartment(ClusterDepartment clusterDepartment)
           
protected abstract  Department DepartmentDaoBase.handleCreateFromClusterDepartment(ClusterDepartment clusterDepartment)
          Performs the core logic for DepartmentDaoBase.createFromClusterDepartment(fr.ifremer.allegro.administration.user.generic.cluster.ClusterDepartment)
 Department DepartmentDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.administration.user.Department from the persistent store.
 Department DepartmentDaoBase.load(java.lang.Integer id)
           
static Department Department.Factory.newInstance()
          Constructs a new instance of Department.
static Department Department.Factory.newInstance(java.lang.String code, java.lang.String name, java.lang.Boolean isLdap, java.util.Date creationDate, Status status)
          Constructs a new instance of Department, taking all required and/or read-only properties as arguments.
static Department Department.Factory.newInstance(java.lang.String code, java.lang.String name, java.lang.String email, java.lang.String address, java.lang.String phone, java.lang.Boolean isLdap, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection program2Departments, java.util.Collection departments, Department parentDepartment, Status status, java.util.Collection outputTransferts, java.util.Collection inputTransferts)
          Constructs a new instance of Department, taking all possible properties (except the identifier(s))as arguments.
 Department DepartmentDaoImpl.remoteDepartmentFullVOToEntity(RemoteDepartmentFullVO remoteDepartmentFullVO)
           
 Department DepartmentDao.remoteDepartmentFullVOToEntity(RemoteDepartmentFullVO remoteDepartmentFullVO)
          Converts an instance of type RemoteDepartmentFullVO to this DAO's entity.
 Department DepartmentDaoImpl.remoteDepartmentNaturalIdToEntity(RemoteDepartmentNaturalId remoteDepartmentNaturalId)
           
 Department DepartmentDao.remoteDepartmentNaturalIdToEntity(RemoteDepartmentNaturalId remoteDepartmentNaturalId)
          Converts an instance of type RemoteDepartmentNaturalId to this DAO's entity.
protected  Department DepartmentDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.administration.user with parameters of type Department
 void DepartmentDaoImpl.clusterDepartmentToEntity(ClusterDepartment source, Department target, boolean copyIfNull)
           
 void DepartmentDao.clusterDepartmentToEntity(ClusterDepartment source, Department target, boolean copyIfNull)
          Copies the fields of ClusterDepartment to the specified entity.
 void DepartmentDaoBase.clusterDepartmentToEntity(ClusterDepartment source, Department target, boolean copyIfNull)
           
 DepartmentPrivilegeTransfert DepartmentPrivilegeTransfertDao.create(java.util.Date transfertDate, Department fromDepartment, Department toDepartment, Status status)
           Creates a new fr.ifremer.allegro.administration.user.DepartmentPrivilegeTransfert instance from all attributes and properties and adds it to the persistent store.
 DepartmentPrivilegeTransfert DepartmentPrivilegeTransfertDaoBase.create(java.util.Date transfertDate, Department fromDepartment, Department toDepartment, Status status)
           
 Person PersonDao.create(java.util.Date creationDate, Department department, java.lang.String firstname, java.lang.String lastname, Status status)
           Creates a new fr.ifremer.allegro.administration.user.Person instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Person PersonDaoBase.create(java.util.Date creationDate, Department department, java.lang.String firstname, java.lang.String lastname, Status status)
           
 Person UserDao.create(java.util.Date creationDate, Department department, java.lang.String firstname, java.lang.String lastname, Status status, java.lang.String username)
           Creates a new fr.ifremer.allegro.administration.user.User instance from only required properties (attributes and association ends) and adds it to the persistent store.
 User UserDaoBase.create(java.util.Date creationDate, Department department, java.lang.String firstname, java.lang.String lastname, Status status, java.lang.String username)
           
 Department DepartmentDao.create(Department department)
          Creates an instance of fr.ifremer.allegro.administration.user.Department and adds it to the persistent store.
 Department DepartmentDaoBase.create(Department department)
           
 java.lang.Object DepartmentPrivilegeTransfertDao.create(int transform, java.util.Date transfertDate, Department fromDepartment, Department toDepartment, Status status)
           Does the same thing as DepartmentPrivilegeTransfertDao.create(java.util.Date,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object DepartmentPrivilegeTransfertDaoBase.create(int transform, java.util.Date transfertDate, Department fromDepartment, Department toDepartment, Status status)
           
 java.lang.Object PersonDao.create(int transform, java.util.Date creationDate, Department department, java.lang.String firstname, java.lang.String lastname, Status status)
           Does the same thing as PersonDao.create(java.util.Date,fr.ifremer.allegro.administration.user.Department,java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object PersonDaoBase.create(int transform, java.util.Date creationDate, Department department, java.lang.String firstname, java.lang.String lastname, Status status)
           
 java.lang.Object UserDao.create(int transform, java.util.Date creationDate, Department department, java.lang.String firstname, java.lang.String lastname, Status status, java.lang.String username)
           Does the same thing as UserDao.create(java.util.Date,fr.ifremer.allegro.administration.user.Department,java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status,java.lang.String) with an additional flag called transform.
 java.lang.Object UserDaoBase.create(int transform, java.util.Date creationDate, Department department, java.lang.String firstname, java.lang.String lastname, Status status, java.lang.String username)
           
 java.lang.Object DepartmentDao.create(int transform, Department department)
           Does the same thing as DepartmentDao.create(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.lang.Object DepartmentDaoBase.create(int transform, Department department)
           
 java.lang.Object PersonDao.create(int transform, 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)
           Does the same thing as PersonDao.create(java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.administration.user.Department,java.util.Collection) with an additional flag called transform.
 java.lang.Object PersonDaoBase.create(int transform, 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.Object UserDao.create(int transform, 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)
           Does the same thing as UserDao.create(java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.administration.user.Department,java.util.Collection,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Collection) with an additional flag called transform.
 java.lang.Object UserDaoBase.create(int transform, 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)
           
 java.lang.Object DepartmentDao.create(int transform, java.lang.String code, java.lang.String name, java.lang.String email, java.lang.String address, java.lang.String phone, java.lang.Boolean isLdap, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection program2Departments, java.util.Collection departments, Department parentDepartment, Status status, java.util.Collection outputTransferts, java.util.Collection inputTransferts)
           Does the same thing as DepartmentDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.util.Date,java.sql.Timestamp,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.Status,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object DepartmentDaoBase.create(int transform, java.lang.String code, java.lang.String name, java.lang.String email, java.lang.String address, java.lang.String phone, java.lang.Boolean isLdap, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection program2Departments, java.util.Collection departments, Department parentDepartment, Status status, java.util.Collection outputTransferts, java.util.Collection inputTransferts)
           
 Person PersonDao.create(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)
           Creates a new fr.ifremer.allegro.administration.user.Person instance from all attributes and properties and adds it to the persistent store.
 Person PersonDaoBase.create(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)
           
 Person UserDao.create(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)
           Creates a new fr.ifremer.allegro.administration.user.User instance from all attributes and properties and adds it to the persistent store.
 User UserDaoBase.create(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)
           
 Department DepartmentDao.create(java.lang.String code, java.lang.String name, java.lang.String email, java.lang.String address, java.lang.String phone, java.lang.Boolean isLdap, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection program2Departments, java.util.Collection departments, Department parentDepartment, Status status, java.util.Collection outputTransferts, java.util.Collection inputTransferts)
           Creates a new fr.ifremer.allegro.administration.user.Department instance from all attributes and properties and adds it to the persistent store.
 Department DepartmentDaoBase.create(java.lang.String code, java.lang.String name, java.lang.String email, java.lang.String address, java.lang.String phone, java.lang.Boolean isLdap, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection program2Departments, java.util.Collection departments, Department parentDepartment, Status status, java.util.Collection outputTransferts, java.util.Collection inputTransferts)
           
 java.util.Collection DepartmentDao.findDepartmentByParentDepartment(Department parentDepartment)
           
 java.util.Collection DepartmentDaoBase.findDepartmentByParentDepartment(Department parentDepartment)
           
 java.util.Collection DepartmentDao.findDepartmentByParentDepartment(int transform, Department parentDepartment)
           Does the same thing as DepartmentDao.findDepartmentByParentDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection DepartmentDaoBase.findDepartmentByParentDepartment(int transform, Department parentDepartment)
           
 java.util.Collection DepartmentDao.findDepartmentByParentDepartment(int pageNumber, int pageSize, Department parentDepartment)
           Does the same thing as DepartmentDao.findDepartmentByParentDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentDaoBase.findDepartmentByParentDepartment(int pageNumber, int pageSize, Department parentDepartment)
           
 java.util.Collection DepartmentDao.findDepartmentByParentDepartment(int transform, int pageNumber, int pageSize, Department parentDepartment)
           Does the same thing as DepartmentDao.findDepartmentByParentDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentDaoBase.findDepartmentByParentDepartment(int transform, int pageNumber, int pageSize, Department parentDepartment)
           
 java.util.Collection DepartmentDao.findDepartmentByParentDepartment(int transform, java.lang.String queryString, Department parentDepartment)
           Does the same thing as DepartmentDao.findDepartmentByParentDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection DepartmentDaoBase.findDepartmentByParentDepartment(int transform, java.lang.String queryString, Department parentDepartment)
           
 java.util.Collection DepartmentDao.findDepartmentByParentDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department parentDepartment)
           Does the same thing as DepartmentDao.findDepartmentByParentDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentDaoBase.findDepartmentByParentDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department parentDepartment)
           
 java.util.Collection DepartmentDao.findDepartmentByParentDepartment(java.lang.String queryString, Department parentDepartment)
           Does the same thing as DepartmentDao.findDepartmentByParentDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection DepartmentDaoBase.findDepartmentByParentDepartment(java.lang.String queryString, Department parentDepartment)
           
 java.util.Collection DepartmentDao.findDepartmentByParentDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department parentDepartment)
           Does the same thing as DepartmentDao.findDepartmentByParentDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentDaoBase.findDepartmentByParentDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department parentDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(Department fromDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByFromDepartment(Department fromDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(int transform, Department fromDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByFromDepartment(int transform, Department fromDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(int pageNumber, int pageSize, Department fromDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByFromDepartment(int pageNumber, int pageSize, Department fromDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(int transform, int pageNumber, int pageSize, Department fromDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByFromDepartment(int transform, int pageNumber, int pageSize, Department fromDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(int transform, java.lang.String queryString, Department fromDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByFromDepartment(int transform, java.lang.String queryString, Department fromDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department fromDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByFromDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department fromDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(java.lang.String queryString, Department fromDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByFromDepartment(java.lang.String queryString, Department fromDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department fromDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByFromDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByFromDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department fromDepartment)
           
 DepartmentPrivilegeTransfert DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByIdentifiers(Department fromDepartment, Department toDepartment)
           
 DepartmentPrivilegeTransfert DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByIdentifiers(Department fromDepartment, Department toDepartment)
           
 java.lang.Object DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByIdentifiers(int transform, Department fromDepartment, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByIdentifiers(fr.ifremer.allegro.administration.user.Department, fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.lang.Object DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByIdentifiers(int transform, Department fromDepartment, Department toDepartment)
           
 java.lang.Object DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByIdentifiers(int transform, java.lang.String queryString, Department fromDepartment, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByIdentifiers(int, fr.ifremer.allegro.administration.user.Department, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.lang.Object DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByIdentifiers(int transform, java.lang.String queryString, Department fromDepartment, Department toDepartment)
           
 DepartmentPrivilegeTransfert DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByIdentifiers(java.lang.String queryString, Department fromDepartment, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByIdentifiers(fr.ifremer.allegro.administration.user.Department, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 DepartmentPrivilegeTransfert DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByIdentifiers(java.lang.String queryString, Department fromDepartment, Department toDepartment)
           
 DepartmentPrivilegeTransfert DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByNaturalId(Department fromDepartment, Department toDepartment)
           
 DepartmentPrivilegeTransfert DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByNaturalId(Department fromDepartment, Department toDepartment)
           
 java.lang.Object DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByNaturalId(int transform, Department fromDepartment, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByNaturalId(fr.ifremer.allegro.administration.user.Department, fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.lang.Object DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByNaturalId(int transform, Department fromDepartment, Department toDepartment)
           
 java.lang.Object DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByNaturalId(int transform, java.lang.String queryString, Department fromDepartment, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByNaturalId(int, fr.ifremer.allegro.administration.user.Department, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.lang.Object DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByNaturalId(int transform, java.lang.String queryString, Department fromDepartment, Department toDepartment)
           
 DepartmentPrivilegeTransfert DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByNaturalId(java.lang.String queryString, Department fromDepartment, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByNaturalId(fr.ifremer.allegro.administration.user.Department, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 DepartmentPrivilegeTransfert DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByNaturalId(java.lang.String queryString, Department fromDepartment, Department toDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(Department toDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByToDepartment(Department toDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(int transform, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByToDepartment(int transform, Department toDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(int pageNumber, int pageSize, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByToDepartment(int pageNumber, int pageSize, Department toDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(int transform, int pageNumber, int pageSize, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByToDepartment(int transform, int pageNumber, int pageSize, Department toDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(int transform, java.lang.String queryString, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByToDepartment(int transform, java.lang.String queryString, Department toDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByToDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department toDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(java.lang.String queryString, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByToDepartment(java.lang.String queryString, Department toDepartment)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByToDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByToDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department toDepartment)
           
 java.util.Collection PersonDao.findPersonByDepartment(Department department)
           
 java.util.Collection UserDaoBase.findPersonByDepartment(Department department)
           
 java.util.Collection PersonDaoBase.findPersonByDepartment(Department department)
           
 java.util.Collection PersonDao.findPersonByDepartment(int transform, Department department)
           Does the same thing as PersonDao.findPersonByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection UserDaoBase.findPersonByDepartment(int transform, Department department)
           
 java.util.Collection PersonDaoBase.findPersonByDepartment(int transform, Department department)
           
 java.util.Collection PersonDao.findPersonByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as PersonDao.findPersonByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findPersonByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection PersonDaoBase.findPersonByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection PersonDao.findPersonByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as PersonDao.findPersonByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findPersonByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection PersonDaoBase.findPersonByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection PersonDao.findPersonByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as PersonDao.findPersonByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection UserDaoBase.findPersonByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection PersonDaoBase.findPersonByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection PersonDao.findPersonByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as PersonDao.findPersonByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findPersonByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection PersonDaoBase.findPersonByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection PersonDao.findPersonByDepartment(java.lang.String queryString, Department department)
           Does the same thing as PersonDao.findPersonByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection UserDaoBase.findPersonByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection PersonDaoBase.findPersonByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection PersonDao.findPersonByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as PersonDao.findPersonByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findPersonByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection PersonDaoBase.findPersonByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection UserDao.findUserByDepartment(Department department)
           
 java.util.Collection UserDaoBase.findUserByDepartment(Department department)
           
 java.util.Collection UserDao.findUserByDepartment(int transform, Department department)
           Does the same thing as UserDao.findUserByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection UserDaoBase.findUserByDepartment(int transform, Department department)
           
 java.util.Collection UserDao.findUserByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as UserDao.findUserByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findUserByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection UserDao.findUserByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as UserDao.findUserByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findUserByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection UserDao.findUserByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as UserDao.findUserByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection UserDaoBase.findUserByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection UserDao.findUserByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as UserDao.findUserByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findUserByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection UserDao.findUserByDepartment(java.lang.String queryString, Department department)
           Does the same thing as UserDao.findUserByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection UserDaoBase.findUserByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection UserDao.findUserByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as UserDao.findUserByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findUserByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 DepartmentPrivilegeTransfert DepartmentPrivilegeTransfertDao.load(Department fromDepartment, Department toDepartment)
          Loads an instance of fr.ifremer.allegro.administration.user.DepartmentPrivilegeTransfert from the persistent store.
 DepartmentPrivilegeTransfert DepartmentPrivilegeTransfertDaoBase.load(Department fromDepartment, Department toDepartment)
           
 java.lang.Object DepartmentPrivilegeTransfertDao.load(int transform, Department fromDepartment, Department toDepartment)
           Does the same thing as DepartmentPrivilegeTransfertDao.load(fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.lang.Object DepartmentPrivilegeTransfertDaoBase.load(int transform, Department fromDepartment, Department toDepartment)
           
static User User.Factory.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 Person Person.Factory.newInstance(java.lang.String lastname, java.lang.String firstname, java.util.Date creationDate, Status status, Department department)
          Constructs a new instance of Person, taking all required and/or read-only properties as arguments.
static Person Person.Factory.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)
          Constructs a new instance of Person, taking all possible properties (except the identifier(s))as arguments.
static User User.Factory.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.
static Department Department.Factory.newInstance(java.lang.String code, java.lang.String name, java.lang.String email, java.lang.String address, java.lang.String phone, java.lang.Boolean isLdap, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection program2Departments, java.util.Collection departments, Department parentDepartment, Status status, java.util.Collection outputTransferts, java.util.Collection inputTransferts)
          Constructs a new instance of Department, taking all possible properties (except the identifier(s))as arguments.
 void DepartmentDaoImpl.remoteDepartmentFullVOToEntity(RemoteDepartmentFullVO source, Department target, boolean copyIfNull)
           
 void DepartmentDao.remoteDepartmentFullVOToEntity(RemoteDepartmentFullVO source, Department target, boolean copyIfNull)
          Copies the fields of RemoteDepartmentFullVO to the specified entity.
 void DepartmentDaoBase.remoteDepartmentFullVOToEntity(RemoteDepartmentFullVO source, Department target, boolean copyIfNull)
           
 void DepartmentDaoImpl.remoteDepartmentNaturalIdToEntity(RemoteDepartmentNaturalId source, Department target, boolean copyIfNull)
           
 void DepartmentDao.remoteDepartmentNaturalIdToEntity(RemoteDepartmentNaturalId source, Department target, boolean copyIfNull)
          Copies the fields of RemoteDepartmentNaturalId to the specified entity.
 void DepartmentDaoBase.remoteDepartmentNaturalIdToEntity(RemoteDepartmentNaturalId source, Department target, boolean copyIfNull)
           
 void DepartmentDao.remove(Department department)
          Removes the instance of fr.ifremer.allegro.administration.user.Department from the persistent store.
 void DepartmentDaoBase.remove(Department department)
           
 void DepartmentPrivilegeTransfertDao.remove(Department fromDepartment, Department toDepartment)
          Removes the instance of fr.ifremer.allegro.administration.user.DepartmentPrivilegeTransfert having the given identifiers from the persistent store.
 void DepartmentPrivilegeTransfertDaoBase.remove(Department fromDepartment, Department toDepartment)
           
 void Person.setDepartment(Department department)
           
 void DepartmentPrivilegeTransfertPK.setFromDepartment(Department fromDepartment)
           
 void Department.setParentDepartment(Department parentDepartment)
           
 void DepartmentPrivilegeTransfertPK.setToDepartment(Department toDepartment)
           
 ClusterDepartment DepartmentDaoImpl.toClusterDepartment(Department entity)
           
 ClusterDepartment DepartmentDao.toClusterDepartment(Department entity)
          Converts this DAO's entity to an object of type ClusterDepartment.
 ClusterDepartment DepartmentDaoBase.toClusterDepartment(Department entity)
           
 void DepartmentDaoImpl.toClusterDepartment(Department source, ClusterDepartment target)
           
 void DepartmentDao.toClusterDepartment(Department source, ClusterDepartment target)
          Copies the fields of the specified entity to the target value object.
 void DepartmentDaoBase.toClusterDepartment(Department source, ClusterDepartment target)
           
 RemoteDepartmentFullVO DepartmentDaoImpl.toRemoteDepartmentFullVO(Department entity)
           
 RemoteDepartmentFullVO DepartmentDao.toRemoteDepartmentFullVO(Department entity)
          Converts this DAO's entity to an object of type RemoteDepartmentFullVO.
 RemoteDepartmentFullVO DepartmentDaoBase.toRemoteDepartmentFullVO(Department entity)
           
 void DepartmentDaoImpl.toRemoteDepartmentFullVO(Department source, RemoteDepartmentFullVO target)
           
 void DepartmentDao.toRemoteDepartmentFullVO(Department source, RemoteDepartmentFullVO target)
          Copies the fields of the specified entity to the target value object.
 void DepartmentDaoBase.toRemoteDepartmentFullVO(Department source, RemoteDepartmentFullVO target)
           
 RemoteDepartmentNaturalId DepartmentDaoImpl.toRemoteDepartmentNaturalId(Department entity)
           
 RemoteDepartmentNaturalId DepartmentDao.toRemoteDepartmentNaturalId(Department entity)
          Converts this DAO's entity to an object of type RemoteDepartmentNaturalId.
 RemoteDepartmentNaturalId DepartmentDaoBase.toRemoteDepartmentNaturalId(Department entity)
           
 void DepartmentDaoImpl.toRemoteDepartmentNaturalId(Department source, RemoteDepartmentNaturalId target)
           
 void DepartmentDao.toRemoteDepartmentNaturalId(Department source, RemoteDepartmentNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void DepartmentDaoBase.toRemoteDepartmentNaturalId(Department source, RemoteDepartmentNaturalId target)
           
protected  java.lang.Object DepartmentDaoBase.transformEntity(int transform, Department entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.administration.user.DepartmentDao, please note that the DepartmentDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void DepartmentDao.update(Department department)
          Updates the department instance in the persistent store.
 void DepartmentDaoBase.update(Department department)
           
 

Uses of Department in fr.ifremer.allegro.data.measure
 

Methods in fr.ifremer.allegro.data.measure that return Department
 Department Measurement.getDepartment()
           Service effectuant l'analyse/la mesure.
 

Methods in fr.ifremer.allegro.data.measure with parameters of type Department
 Measurement SurveyMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, ActivityCalendar activityCalendar, PhysicalGearSurvey physicalGearSurvey, Landing landing, FishingTrip fishingTrip, Sale sale, EconomicalSurvey economicalSurvey)
           Creates a new fr.ifremer.allegro.data.measure.SurveyMeasurement instance from all attributes and properties and adds it to the persistent store.
 SurveyMeasurement SurveyMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, ActivityCalendar activityCalendar, PhysicalGearSurvey physicalGearSurvey, Landing landing, FishingTrip fishingTrip, Sale sale, EconomicalSurvey economicalSurvey)
           
 Measurement GearPhysicalMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearPhysicalFeatures gearPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.measure.GearPhysicalMeasurement instance from all attributes and properties and adds it to the persistent store.
 GearPhysicalMeasurement GearPhysicalMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearPhysicalFeatures gearPhysicalFeatures)
           
 Measurement GearUseMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearUseFeatures gearUseFeatures)
           Creates a new fr.ifremer.allegro.data.measure.GearUseMeasurement instance from all attributes and properties and adds it to the persistent store.
 GearUseMeasurement GearUseMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearUseFeatures gearUseFeatures)
           
 Measurement SortingMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
           Creates a new fr.ifremer.allegro.data.measure.SortingMeasurement instance from all attributes and properties and adds it to the persistent store.
 SortingMeasurement SortingMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
           
 Measurement LandingMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Landing landing)
           Creates a new fr.ifremer.allegro.data.measure.LandingMeasurement instance from all attributes and properties and adds it to the persistent store.
 LandingMeasurement LandingMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Landing landing)
           
 Measurement SaleMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Sale sale, ExpectedSale expectedSale)
           Creates a new fr.ifremer.allegro.data.measure.SaleMeasurement instance from all attributes and properties and adds it to the persistent store.
 SaleMeasurement SaleMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Sale sale, ExpectedSale expectedSale)
           
 Measurement QuantificationMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
           Creates a new fr.ifremer.allegro.data.measure.QuantificationMeasurement instance from all attributes and properties and adds it to the persistent store.
 QuantificationMeasurement QuantificationMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
           
 Measurement SampleMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
           Creates a new fr.ifremer.allegro.data.measure.SampleMeasurement instance from all attributes and properties and adds it to the persistent store.
 SampleMeasurement SampleMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
           
 Measurement VesselPhysicalMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement instance from all attributes and properties and adds it to the persistent store.
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 Measurement VesselPositionMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPosition vesselPosition)
           Creates a new fr.ifremer.allegro.data.measure.VesselPositionMeasurement instance from all attributes and properties and adds it to the persistent store.
 VesselPositionMeasurement VesselPositionMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPosition vesselPosition)
           
 Measurement VesselUseMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselUseFeatures vesselUseFeatures)
           Creates a new fr.ifremer.allegro.data.measure.VesselUseMeasurement instance from all attributes and properties and adds it to the persistent store.
 VesselUseMeasurement VesselUseMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselUseFeatures vesselUseFeatures)
           
 java.lang.Object SurveyMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, ActivityCalendar activityCalendar, PhysicalGearSurvey physicalGearSurvey, Landing landing, FishingTrip fishingTrip, Sale sale, EconomicalSurvey economicalSurvey)
           Does the same thing as SurveyMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional flag called transform.
 java.lang.Object SurveyMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, ActivityCalendar activityCalendar, PhysicalGearSurvey physicalGearSurvey, Landing landing, FishingTrip fishingTrip, Sale sale, EconomicalSurvey economicalSurvey)
           
 java.lang.Object GearPhysicalMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional flag called transform.
 java.lang.Object GearPhysicalMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.lang.Object GearUseMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearUseFeatures gearUseFeatures)
           Does the same thing as GearUseMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional flag called transform.
 java.lang.Object GearUseMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearUseFeatures gearUseFeatures)
           
 java.lang.Object SortingMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
           Does the same thing as SortingMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Integer,fr.ifremer.allegro.data.batch.SortingBatch,fr.ifremer.allegro.data.produce.Produce) with an additional flag called transform.
 java.lang.Object SortingMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
           
 java.lang.Object LandingMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Landing landing)
           Does the same thing as LandingMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.landing.Landing) with an additional flag called transform.
 java.lang.Object LandingMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Landing landing)
           
 java.lang.Object SaleMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Sale sale, ExpectedSale expectedSale)
           Does the same thing as SaleMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.sale.ExpectedSale) with an additional flag called transform.
 java.lang.Object SaleMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Sale sale, ExpectedSale expectedSale)
           
 java.lang.Object QuantificationMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
           Does the same thing as QuantificationMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.batch.Batch,fr.ifremer.allegro.data.produce.Produce) with an additional flag called transform.
 java.lang.Object QuantificationMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
           
 java.lang.Object SampleMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
           Does the same thing as SampleMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.sample.Sample) with an additional flag called transform.
 java.lang.Object SampleMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
           
 java.lang.Object VesselPhysicalMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.lang.Object VesselPhysicalMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.lang.Object VesselPositionMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPosition vesselPosition)
           Does the same thing as VesselPositionMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.position.VesselPosition) with an additional flag called transform.
 java.lang.Object VesselPositionMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPosition vesselPosition)
           
 java.lang.Object VesselUseMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselUseFeatures vesselUseFeatures)
           Does the same thing as VesselUseMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional flag called transform.
 java.lang.Object VesselUseMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselUseFeatures vesselUseFeatures)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(Department department)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByDepartment(Department department)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int transform, Department department)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByDepartment(Department department)
           
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByDepartment(Department department)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByDepartment(int transform, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByDepartment(Department department)
           
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByDepartment(Department department)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByDepartment(int transform, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection MeasurementDao.findMeasurementByDepartment(Department department)
           
 java.util.Collection MeasurementDaoBase.findMeasurementByDepartment(Department department)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByDepartment(Department department)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByDepartment(Department department)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByDepartment(Department department)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByDepartment(Department department)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByDepartment(Department department)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByDepartment(Department department)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByDepartment(Department department)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByDepartment(Department department)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByDepartment(Department department)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByDepartment(Department department)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByDepartment(Department department)
           
 java.util.Collection MeasurementDao.findMeasurementByDepartment(int transform, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection MeasurementDaoBase.findMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection MeasurementDao.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MeasurementDaoBase.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection MeasurementDao.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MeasurementDaoBase.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection MeasurementDao.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection MeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection MeasurementDao.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection MeasurementDao.findMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection MeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection MeasurementDao.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(Department department)
           
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByDepartment(Department department)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int transform, Department department)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByDepartment(Department department)
           
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByDepartment(Department department)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByDepartment(int transform, Department department)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByDepartment(Department department)
           
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByDepartment(Department department)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByDepartment(int transform, Department department)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByDepartment(Department department)
           
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByDepartment(Department department)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByDepartment(int transform, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SurveyMeasurementDao.findSurveyMeasurementByDepartment(Department department)
           
 java.util.Collection SurveyMeasurementDaoBase.findSurveyMeasurementByDepartment(Department department)
           
 java.util.Collection SurveyMeasurementDao.findSurveyMeasurementByDepartment(int transform, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection SurveyMeasurementDaoBase.findSurveyMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection SurveyMeasurementDao.findSurveyMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SurveyMeasurementDaoBase.findSurveyMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection SurveyMeasurementDao.findSurveyMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SurveyMeasurementDaoBase.findSurveyMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SurveyMeasurementDao.findSurveyMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection SurveyMeasurementDaoBase.findSurveyMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection SurveyMeasurementDao.findSurveyMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SurveyMeasurementDaoBase.findSurveyMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection SurveyMeasurementDao.findSurveyMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection SurveyMeasurementDaoBase.findSurveyMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection SurveyMeasurementDao.findSurveyMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SurveyMeasurementDaoBase.findSurveyMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(Department department)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByDepartment(Department department)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int transform, Department department)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(Department department)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByDepartment(Department department)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int transform, Department department)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(Department department)
           
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByDepartment(Department department)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int transform, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByDepartment(int transform, Department department)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
static SurveyMeasurement SurveyMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, ActivityCalendar activityCalendar, PhysicalGearSurvey physicalGearSurvey, Landing landing, FishingTrip fishingTrip, Sale sale, EconomicalSurvey economicalSurvey)
          Constructs a new instance of SurveyMeasurement, taking all possible properties (except the identifier(s))as arguments.
static GearPhysicalMeasurement GearPhysicalMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearPhysicalFeatures gearPhysicalFeatures)
          Constructs a new instance of GearPhysicalMeasurement, taking all possible properties (except the identifier(s))as arguments.
static GearUseMeasurement GearUseMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearUseFeatures gearUseFeatures)
          Constructs a new instance of GearUseMeasurement, taking all possible properties (except the identifier(s))as arguments.
static SortingMeasurement SortingMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
          Constructs a new instance of SortingMeasurement, taking all possible properties (except the identifier(s))as arguments.
static LandingMeasurement LandingMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Landing landing)
          Constructs a new instance of LandingMeasurement, taking all possible properties (except the identifier(s))as arguments.
static SaleMeasurement SaleMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Sale sale, ExpectedSale expectedSale)
          Constructs a new instance of SaleMeasurement, taking all possible properties (except the identifier(s))as arguments.
static QuantificationMeasurement QuantificationMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
          Constructs a new instance of QuantificationMeasurement, taking all possible properties (except the identifier(s))as arguments.
static SampleMeasurement SampleMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
          Constructs a new instance of SampleMeasurement, taking all possible properties (except the identifier(s))as arguments.
static VesselPhysicalMeasurement VesselPhysicalMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
          Constructs a new instance of VesselPhysicalMeasurement, taking all possible properties (except the identifier(s))as arguments.
static VesselPositionMeasurement VesselPositionMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPosition vesselPosition)
          Constructs a new instance of VesselPositionMeasurement, taking all possible properties (except the identifier(s))as arguments.
static VesselUseMeasurement VesselUseMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselUseFeatures vesselUseFeatures)
          Constructs a new instance of VesselUseMeasurement, taking all possible properties (except the identifier(s))as arguments.
 void Measurement.setDepartment(Department department)
           
 

Uses of Department in fr.ifremer.allegro.data.measure.file
 

Methods in fr.ifremer.allegro.data.measure.file that return Department
 Department MeasurementFile.getDepartment()
           D??partement saisisseur du fichier dans Allegro
 

Methods in fr.ifremer.allegro.data.measure.file with parameters of type Department
 MeasurementFile MeasurementFileDao.create(java.lang.Integer objectId, java.lang.String path, java.lang.String name, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, QualityFlag qualityFlag, ObjectType objectType, AnalysisInstrument analysisInstrument, Pmfm pmfm)
           Creates a new fr.ifremer.allegro.data.measure.file.MeasurementFile instance from all attributes and properties and adds it to the persistent store.
 MeasurementFile MeasurementFileDaoBase.create(java.lang.Integer objectId, java.lang.String path, java.lang.String name, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, QualityFlag qualityFlag, ObjectType objectType, AnalysisInstrument analysisInstrument, Pmfm pmfm)
           
 java.lang.Object MeasurementFileDao.create(int transform, java.lang.Integer objectId, java.lang.String path, java.lang.String name, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, QualityFlag qualityFlag, ObjectType objectType, AnalysisInstrument analysisInstrument, Pmfm pmfm)
           Does the same thing as MeasurementFileDao.create(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.ObjectType,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.lang.Object MeasurementFileDaoBase.create(int transform, java.lang.Integer objectId, java.lang.String path, java.lang.String name, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, QualityFlag qualityFlag, ObjectType objectType, AnalysisInstrument analysisInstrument, Pmfm pmfm)
           
 java.util.Collection MeasurementFileDao.findMeasurementFileByDepartment(Department department)
           
 java.util.Collection MeasurementFileDaoBase.findMeasurementFileByDepartment(Department department)
           
 java.util.Collection MeasurementFileDao.findMeasurementFileByDepartment(int transform, Department department)
           Does the same thing as MeasurementFileDao.findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection MeasurementFileDaoBase.findMeasurementFileByDepartment(int transform, Department department)
           
 java.util.Collection MeasurementFileDao.findMeasurementFileByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementFileDao.findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MeasurementFileDaoBase.findMeasurementFileByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection MeasurementFileDao.findMeasurementFileByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementFileDao.findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MeasurementFileDaoBase.findMeasurementFileByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection MeasurementFileDao.findMeasurementFileByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as MeasurementFileDao.findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection MeasurementFileDaoBase.findMeasurementFileByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection MeasurementFileDao.findMeasurementFileByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementFileDao.findMeasurementFileByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MeasurementFileDaoBase.findMeasurementFileByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection MeasurementFileDao.findMeasurementFileByDepartment(java.lang.String queryString, Department department)
           Does the same thing as MeasurementFileDao.findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection MeasurementFileDaoBase.findMeasurementFileByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection MeasurementFileDao.findMeasurementFileByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementFileDao.findMeasurementFileByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MeasurementFileDaoBase.findMeasurementFileByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
static MeasurementFile MeasurementFile.Factory.newInstance(java.lang.Integer objectId, java.lang.String path, java.lang.String name, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, QualityFlag qualityFlag, ObjectType objectType, AnalysisInstrument analysisInstrument, Pmfm pmfm)
          Constructs a new instance of MeasurementFile, taking all possible properties (except the identifier(s))as arguments.
 void MeasurementFile.setDepartment(Department department)
           
 

Uses of Department in fr.ifremer.allegro.data.measure.photo
 

Methods in fr.ifremer.allegro.data.measure.photo that return Department
 Department Photo.getDepartment()
           
 

Methods in fr.ifremer.allegro.data.measure.photo with parameters of type Department
 Photo PhotoDao.create(java.lang.Integer objectId, java.lang.String name, java.lang.String directionDescription, java.lang.String comments, java.lang.String path, java.util.Date photoDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, PhotoType photoType, ObjectType objectType, QualityFlag qualityFlag)
           Creates a new fr.ifremer.allegro.data.measure.photo.Photo instance from all attributes and properties and adds it to the persistent store.
 Photo PhotoDaoBase.create(java.lang.Integer objectId, java.lang.String name, java.lang.String directionDescription, java.lang.String comments, java.lang.String path, java.util.Date photoDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, PhotoType photoType, ObjectType objectType, QualityFlag qualityFlag)
           
 java.lang.Object PhotoDao.create(int transform, java.lang.Integer objectId, java.lang.String name, java.lang.String directionDescription, java.lang.String comments, java.lang.String path, java.util.Date photoDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, PhotoType photoType, ObjectType objectType, QualityFlag qualityFlag)
           Does the same thing as PhotoDao.create(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PhotoType,fr.ifremer.allegro.referential.ObjectType,fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.lang.Object PhotoDaoBase.create(int transform, java.lang.Integer objectId, java.lang.String name, java.lang.String directionDescription, java.lang.String comments, java.lang.String path, java.util.Date photoDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, PhotoType photoType, ObjectType objectType, QualityFlag qualityFlag)
           
 java.util.Collection PhotoDao.findPhotoByDepartment(Department department)
           
 java.util.Collection PhotoDaoBase.findPhotoByDepartment(Department department)
           
 java.util.Collection PhotoDao.findPhotoByDepartment(int transform, Department department)
           Does the same thing as PhotoDao.findPhotoByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection PhotoDaoBase.findPhotoByDepartment(int transform, Department department)
           
 java.util.Collection PhotoDao.findPhotoByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as PhotoDao.findPhotoByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PhotoDaoBase.findPhotoByDepartment(int pageNumber, int pageSize, Department department)
           
 java.util.Collection PhotoDao.findPhotoByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as PhotoDao.findPhotoByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PhotoDaoBase.findPhotoByDepartment(int transform, int pageNumber, int pageSize, Department department)
           
 java.util.Collection PhotoDao.findPhotoByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as PhotoDao.findPhotoByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection PhotoDaoBase.findPhotoByDepartment(int transform, java.lang.String queryString, Department department)
           
 java.util.Collection PhotoDao.findPhotoByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as PhotoDao.findPhotoByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PhotoDaoBase.findPhotoByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
 java.util.Collection PhotoDao.findPhotoByDepartment(java.lang.String queryString, Department department)
           Does the same thing as PhotoDao.findPhotoByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection PhotoDaoBase.findPhotoByDepartment(java.lang.String queryString, Department department)
           
 java.util.Collection PhotoDao.findPhotoByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as PhotoDao.findPhotoByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PhotoDaoBase.findPhotoByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           
static Photo Photo.Factory.newInstance(java.lang.Integer objectId, java.lang.String name, java.lang.String directionDescription, java.lang.String comments, java.lang.String path, java.util.Date photoDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, PhotoType photoType, ObjectType objectType, QualityFlag qualityFlag)
          Constructs a new instance of Photo, taking all possible properties (except the identifier(s))as arguments.
 void Photo.setDepartment(Department department)
           
 

Uses of Department in fr.ifremer.allegro.data.sample
 

Methods in fr.ifremer.allegro.data.sample that return Department
 Department Sample.getRecorderDepartment()
           
 

Methods in fr.ifremer.allegro.data.sample with parameters of type Department
 Sample SampleDao.create(java.util.Date creationDate, java.lang.String label, Matrix matrix, Program program, QualityFlag qualityFlag, Department recorderDepartment)
           Creates a new fr.ifremer.allegro.data.sample.Sample instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Sample SampleDaoBase.create(java.util.Date creationDate, java.lang.String label, Matrix matrix, Program program, QualityFlag qualityFlag, Department recorderDepartment)
           
 java.lang.Object SampleDao.create(int transform, java.util.Date creationDate, java.lang.String label, Matrix matrix, Program program, QualityFlag qualityFlag, Department recorderDepartment)
           Does the same thing as SampleDao.create(java.util.Date,java.lang.String,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.lang.Object SampleDaoBase.create(int transform, java.util.Date creationDate, java.lang.String label, Matrix matrix, Program program, QualityFlag qualityFlag, Department recorderDepartment)
           
 java.lang.Object SampleDao.create(int transform, java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
           Does the same thing as SampleDao.create(java.lang.String,java.util.Date,java.lang.Short,java.lang.Float,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.sample.Sample,java.util.Collection,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.data.batch.Batch,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.operation.FishingOperation,java.util.Collection) with an additional flag called transform.
 java.lang.Object SampleDaoBase.create(int transform, java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
           
 Sample SampleDao.create(java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
           Creates a new fr.ifremer.allegro.data.sample.Sample instance from all attributes and properties and adds it to the persistent store.
 Sample SampleDaoBase.create(java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
           
 java.util.Collection SampleDao.findSampleByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection SampleDaoBase.findSampleByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection SampleDao.findSampleByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as SampleDao.findSampleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection SampleDaoBase.findSampleByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection SampleDao.findSampleByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as SampleDao.findSampleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection SampleDao.findSampleByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as SampleDao.findSampleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection SampleDao.findSampleByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as SampleDao.findSampleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection SampleDaoBase.findSampleByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection SampleDao.findSampleByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as SampleDao.findSampleByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection SampleDao.findSampleByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as SampleDao.findSampleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection SampleDaoBase.findSampleByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection SampleDao.findSampleByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as SampleDao.findSampleByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static Sample Sample.Factory.newInstance(java.lang.String label, java.util.Date creationDate, Matrix matrix, Program program, Department recorderDepartment, QualityFlag qualityFlag)
          Constructs a new instance of Sample, taking all required and/or read-only properties as arguments.
static Sample Sample.Factory.newInstance(java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
          Constructs a new instance of Sample, taking all possible properties (except the identifier(s))as arguments.
 void Sample.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.data.survey.activity
 

Methods in fr.ifremer.allegro.data.survey.activity that return Department
 Department ActivityCalendar.getRecorderDepartment()
           Service saisisseur
 

Methods in fr.ifremer.allegro.data.survey.activity with parameters of type Department
 ActivityCalendar ActivityCalendarDao.create(java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
           Creates a new fr.ifremer.allegro.data.survey.activity.ActivityCalendar instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ActivityCalendar ActivityCalendarDaoBase.create(java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
           
 java.lang.Object ActivityCalendarDao.create(int transform, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
           Does the same thing as ActivityCalendarDao.create(java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel,java.lang.Integer) with an additional flag called transform.
 java.lang.Object ActivityCalendarDaoBase.create(int transform, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
           
 ActivityCalendar ActivityCalendarDao.create(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, FishingEffortCalendar fishingEffortCalendar, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection metierUseFeatures, java.util.Collection vesselUseFeatures)
           Creates a new fr.ifremer.allegro.data.survey.activity.ActivityCalendar instance from all attributes and properties and adds it to the persistent store.
 ActivityCalendar ActivityCalendarDaoBase.create(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, FishingEffortCalendar fishingEffortCalendar, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection metierUseFeatures, java.util.Collection vesselUseFeatures)
           
 java.lang.Object ActivityCalendarDao.create(int transform, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, FishingEffortCalendar fishingEffortCalendar, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection metierUseFeatures, java.util.Collection vesselUseFeatures)
           Does the same thing as ActivityCalendarDao.create(java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object ActivityCalendarDaoBase.create(int transform, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, FishingEffortCalendar fishingEffortCalendar, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection metierUseFeatures, java.util.Collection vesselUseFeatures)
           
 java.util.Collection ActivityCalendarDao.findActivityCalendarByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ActivityCalendarDaoBase.findActivityCalendarByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ActivityCalendarDao.findActivityCalendarByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection ActivityCalendarDaoBase.findActivityCalendarByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection ActivityCalendarDao.findActivityCalendarByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ActivityCalendarDaoBase.findActivityCalendarByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ActivityCalendarDao.findActivityCalendarByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ActivityCalendarDaoBase.findActivityCalendarByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ActivityCalendarDao.findActivityCalendarByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ActivityCalendarDaoBase.findActivityCalendarByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection ActivityCalendarDao.findActivityCalendarByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ActivityCalendarDaoBase.findActivityCalendarByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ActivityCalendarDao.findActivityCalendarByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ActivityCalendarDaoBase.findActivityCalendarByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection ActivityCalendarDao.findActivityCalendarByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ActivityCalendarDaoBase.findActivityCalendarByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static ActivityCalendar ActivityCalendar.Factory.newInstance(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.util.Date creationDate, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag)
          Constructs a new instance of ActivityCalendar, taking all required and/or read-only properties as arguments.
static ActivityCalendar ActivityCalendar.Factory.newInstance(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, FishingEffortCalendar fishingEffortCalendar, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection metierUseFeatures, java.util.Collection vesselUseFeatures)
          Constructs a new instance of ActivityCalendar, taking all possible properties (except the identifier(s))as arguments.
 void ActivityCalendar.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.data.survey.delaration
 

Methods in fr.ifremer.allegro.data.survey.delaration that return Department
 Department DeclaredDocumentReference.getRecorderDepartment()
           Service saisisseur
 

Methods in fr.ifremer.allegro.data.survey.delaration with parameters of type Department
 DeclaredDocumentReference DeclaredDocumentReferenceDao.create(java.util.Date creationDate, java.util.Date documentDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference instance from only required properties (attributes and association ends) and adds it to the persistent store.
 DeclaredDocumentReference DeclaredDocumentReferenceDaoBase.create(java.util.Date creationDate, java.util.Date documentDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           
 java.lang.Object DeclaredDocumentReferenceDao.create(int transform, java.util.Date creationDate, java.util.Date documentDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Does the same thing as DeclaredDocumentReferenceDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object DeclaredDocumentReferenceDaoBase.create(int transform, java.util.Date creationDate, java.util.Date documentDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           
 java.lang.Object DeclaredDocumentReferenceDao.create(int transform, java.lang.String reference, java.lang.String fileName, java.util.Date documentDate, java.lang.String otherDocumentReference, java.lang.String firstSheetNumber, java.lang.String lastSheetNumber, java.lang.Short sheetCount, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection childDeclareddocumentReferences, DeclaredDocumentReference parentDeclaredDocumentReference, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection fishingTrips, java.util.Collection sales)
           Does the same thing as DeclaredDocumentReferenceDao.create(java.lang.String,java.lang.String,java.util.Date,java.lang.String,java.lang.String,java.lang.String,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object DeclaredDocumentReferenceDaoBase.create(int transform, java.lang.String reference, java.lang.String fileName, java.util.Date documentDate, java.lang.String otherDocumentReference, java.lang.String firstSheetNumber, java.lang.String lastSheetNumber, java.lang.Short sheetCount, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection childDeclareddocumentReferences, DeclaredDocumentReference parentDeclaredDocumentReference, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection fishingTrips, java.util.Collection sales)
           
 DeclaredDocumentReference DeclaredDocumentReferenceDao.create(java.lang.String reference, java.lang.String fileName, java.util.Date documentDate, java.lang.String otherDocumentReference, java.lang.String firstSheetNumber, java.lang.String lastSheetNumber, java.lang.Short sheetCount, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection childDeclareddocumentReferences, DeclaredDocumentReference parentDeclaredDocumentReference, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection fishingTrips, java.util.Collection sales)
           Creates a new fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference instance from all attributes and properties and adds it to the persistent store.
 DeclaredDocumentReference DeclaredDocumentReferenceDaoBase.create(java.lang.String reference, java.lang.String fileName, java.util.Date documentDate, java.lang.String otherDocumentReference, java.lang.String firstSheetNumber, java.lang.String lastSheetNumber, java.lang.Short sheetCount, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection childDeclareddocumentReferences, DeclaredDocumentReference parentDeclaredDocumentReference, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection fishingTrips, java.util.Collection sales)
           
 java.util.Collection DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static DeclaredDocumentReference DeclaredDocumentReference.Factory.newInstance(java.util.Date documentDate, java.util.Date creationDate, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag)
          Constructs a new instance of DeclaredDocumentReference, taking all required and/or read-only properties as arguments.
static DeclaredDocumentReference DeclaredDocumentReference.Factory.newInstance(java.lang.String reference, java.lang.String fileName, java.util.Date documentDate, java.lang.String otherDocumentReference, java.lang.String firstSheetNumber, java.lang.String lastSheetNumber, java.lang.Short sheetCount, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection childDeclareddocumentReferences, DeclaredDocumentReference parentDeclaredDocumentReference, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection fishingTrips, java.util.Collection sales)
          Constructs a new instance of DeclaredDocumentReference, taking all possible properties (except the identifier(s))as arguments.
 void DeclaredDocumentReference.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.data.survey.economy
 

Methods in fr.ifremer.allegro.data.survey.economy that return Department
 Department EconomicalSurvey.getRecorderDepartment()
           
 

Methods in fr.ifremer.allegro.data.survey.economy with parameters of type Department
 EconomicalSurvey EconomicalSurveyDao.create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.lang.String synchronisationStatus)
           Creates a new fr.ifremer.allegro.data.survey.economy.EconomicalSurvey instance from only required properties (attributes and association ends) and adds it to the persistent store.
 EconomicalSurvey EconomicalSurveyDaoBase.create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.lang.String synchronisationStatus)
           
 java.lang.Object EconomicalSurveyDao.create(int transform, java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.lang.String synchronisationStatus)
           Does the same thing as EconomicalSurveyDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.lang.String) with an additional flag called transform.
 java.lang.Object EconomicalSurveyDaoBase.create(int transform, java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.lang.String synchronisationStatus)
           
 java.lang.Object EconomicalSurveyDao.create(int transform, java.lang.String synchronisationStatus, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, VesselOwner vesselOwner, Vessel vessel, QualityFlag qualityFlag, Program program, Department recorderDepartment, Person recorderPerson, java.util.Collection vesselUseFeatures)
           Does the same thing as EconomicalSurveyDao.create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.Person,java.util.Collection) with an additional flag called transform.
 java.lang.Object EconomicalSurveyDaoBase.create(int transform, java.lang.String synchronisationStatus, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, VesselOwner vesselOwner, Vessel vessel, QualityFlag qualityFlag, Program program, Department recorderDepartment, Person recorderPerson, java.util.Collection vesselUseFeatures)
           
 EconomicalSurvey EconomicalSurveyDao.create(java.lang.String synchronisationStatus, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, VesselOwner vesselOwner, Vessel vessel, QualityFlag qualityFlag, Program program, Department recorderDepartment, Person recorderPerson, java.util.Collection vesselUseFeatures)
           Creates a new fr.ifremer.allegro.data.survey.economy.EconomicalSurvey instance from all attributes and properties and adds it to the persistent store.
 EconomicalSurvey EconomicalSurveyDaoBase.create(java.lang.String synchronisationStatus, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, VesselOwner vesselOwner, Vessel vessel, QualityFlag qualityFlag, Program program, Department recorderDepartment, Person recorderPerson, java.util.Collection vesselUseFeatures)
           
 java.util.Collection EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static EconomicalSurvey EconomicalSurvey.Factory.newInstance(java.lang.String synchronisationStatus, java.util.Date creationDate, QualityFlag qualityFlag, Program program, Department recorderDepartment)
          Constructs a new instance of EconomicalSurvey, taking all required and/or read-only properties as arguments.
static EconomicalSurvey EconomicalSurvey.Factory.newInstance(java.lang.String synchronisationStatus, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, VesselOwner vesselOwner, Vessel vessel, QualityFlag qualityFlag, Program program, Department recorderDepartment, Person recorderPerson, java.util.Collection vesselUseFeatures)
          Constructs a new instance of EconomicalSurvey, taking all possible properties (except the identifier(s))as arguments.
 void EconomicalSurvey.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.data.survey.fishingEffort
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort that return Department
 Department FishingEffortCalendar.getRecorderDepartment()
           Service saisisseur
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort with parameters of type Department
 FishingEffortCalendar FishingEffortCalendarDao.create(ActivityCalendar activityCalendar, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, SurveyQualification surveyQualification, Vessel vessel, java.lang.Integer year)
           Creates a new fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar instance from only required properties (attributes and association ends) and adds it to the persistent store.
 FishingEffortCalendar FishingEffortCalendarDaoBase.create(ActivityCalendar activityCalendar, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, SurveyQualification surveyQualification, Vessel vessel, java.lang.Integer year)
           
 java.lang.Object FishingEffortCalendarDao.create(int transform, ActivityCalendar activityCalendar, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, SurveyQualification surveyQualification, Vessel vessel, java.lang.Integer year)
           Does the same thing as FishingEffortCalendarDao.create(fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,java.lang.Integer) with an additional flag called transform.
 java.lang.Object FishingEffortCalendarDaoBase.create(int transform, ActivityCalendar activityCalendar, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, SurveyQualification surveyQualification, Vessel vessel, java.lang.Integer year)
           
 FishingEffortCalendar FishingEffortCalendarDao.create(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, SurveyQualification surveyQualification, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, ActivityCalendar activityCalendar, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures)
           Creates a new fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar instance from all attributes and properties and adds it to the persistent store.
 FishingEffortCalendar FishingEffortCalendarDaoBase.create(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, SurveyQualification surveyQualification, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, ActivityCalendar activityCalendar, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures)
           
 java.lang.Object FishingEffortCalendarDao.create(int transform, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, SurveyQualification surveyQualification, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, ActivityCalendar activityCalendar, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures)
           Does the same thing as FishingEffortCalendarDao.create(java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object FishingEffortCalendarDaoBase.create(int transform, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, SurveyQualification surveyQualification, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, ActivityCalendar activityCalendar, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures)
           
 java.util.Collection FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static FishingEffortCalendar FishingEffortCalendar.Factory.newInstance(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.util.Date creationDate, SurveyQualification surveyQualification, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, ActivityCalendar activityCalendar)
          Constructs a new instance of FishingEffortCalendar, taking all required and/or read-only properties as arguments.
static FishingEffortCalendar FishingEffortCalendar.Factory.newInstance(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, SurveyQualification surveyQualification, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, ActivityCalendar activityCalendar, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures)
          Constructs a new instance of FishingEffortCalendar, taking all possible properties (except the identifier(s))as arguments.
 void FishingEffortCalendar.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.data.survey.fishingTrip
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip that return Department
 Department FishingTrip.getRecorderDepartment()
           Service saisisseur
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip with parameters of type Department
 FishingTrip ObservedFishingTripDao.create(java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ObservedFishingTrip ObservedFishingTripDaoBase.create(java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           
 FishingTrip FishingTripDao.create(java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip instance from only required properties (attributes and association ends) and adds it to the persistent store.
 FishingTrip FishingTripDaoBase.create(java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           
 FishingTrip FishingTripDao.create(java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson)
           Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip instance from all attributes and properties and adds it to the persistent store.
 FishingTrip FishingTripDaoBase.create(java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson)
           
 FishingTrip ObservedFishingTripDao.create(java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson, java.util.Collection observerPersons, java.util.Collection expectedSales)
           Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip instance from all attributes and properties and adds it to the persistent store.
 ObservedFishingTrip ObservedFishingTripDaoBase.create(java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson, java.util.Collection observerPersons, java.util.Collection expectedSales)
           
 java.lang.Object ObservedFishingTripDao.create(int transform, java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           Does the same thing as ObservedFishingTripDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object ObservedFishingTripDaoBase.create(int transform, java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           
 java.lang.Object FishingTripDao.create(int transform, java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           Does the same thing as FishingTripDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object FishingTripDaoBase.create(int transform, java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           
 java.lang.Object FishingTripDao.create(int transform, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson)
           Does the same thing as FishingTripDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.lang.Object FishingTripDaoBase.create(int transform, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson)
           
 java.lang.Object ObservedFishingTripDao.create(int transform, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson, java.util.Collection observerPersons, java.util.Collection expectedSales)
           Does the same thing as ObservedFishingTripDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object ObservedFishingTripDaoBase.create(int transform, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson, java.util.Collection observerPersons, java.util.Collection expectedSales)
           
 java.util.Collection FishingTripDao.findFishingTripByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ObservedFishingTripDaoBase.findFishingTripByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection FishingTripDaoBase.findFishingTripByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection FishingTripDao.findFishingTripByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as FishingTripDao.findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection ObservedFishingTripDaoBase.findFishingTripByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection FishingTripDaoBase.findFishingTripByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection FishingTripDao.findFishingTripByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as FishingTripDao.findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedFishingTripDaoBase.findFishingTripByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection FishingTripDaoBase.findFishingTripByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection FishingTripDao.findFishingTripByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as FishingTripDao.findFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedFishingTripDaoBase.findFishingTripByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection FishingTripDaoBase.findFishingTripByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection FishingTripDao.findFishingTripByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as FishingTripDao.findFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ObservedFishingTripDaoBase.findFishingTripByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection FishingTripDaoBase.findFishingTripByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection FishingTripDao.findFishingTripByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as FishingTripDao.findFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedFishingTripDaoBase.findFishingTripByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection FishingTripDaoBase.findFishingTripByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection FishingTripDao.findFishingTripByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as FishingTripDao.findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ObservedFishingTripDaoBase.findFishingTripByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection FishingTripDaoBase.findFishingTripByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection FishingTripDao.findFishingTripByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as FishingTripDao.findFishingTripByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedFishingTripDaoBase.findFishingTripByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection FishingTripDaoBase.findFishingTripByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ObservedFishingTripDaoBase.findObservedFishingTripByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection ObservedFishingTripDaoBase.findObservedFishingTripByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedFishingTripDaoBase.findObservedFishingTripByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedFishingTripDaoBase.findObservedFishingTripByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ObservedFishingTripDaoBase.findObservedFishingTripByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedFishingTripDaoBase.findObservedFishingTripByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ObservedFishingTripDaoBase.findObservedFishingTripByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedFishingTripDaoBase.findObservedFishingTripByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static ObservedFishingTrip ObservedFishingTrip.Factory.newInstance(java.util.Date departureDateTime, java.util.Date returnDateTime, java.util.Date creationDate, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, QualityFlag qualityFlag)
          Constructs a new instance of ObservedFishingTrip, taking all required and/or read-only properties as arguments.
static FishingTrip FishingTrip.Factory.newInstance(java.util.Date departureDateTime, java.util.Date returnDateTime, java.util.Date creationDate, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, QualityFlag qualityFlag)
          Constructs a new instance of FishingTrip, taking all required and/or read-only properties as arguments.
static FishingTrip FishingTrip.Factory.newInstance(java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson)
          Constructs a new instance of FishingTrip, taking all possible properties (except the identifier(s))as arguments.
static ObservedFishingTrip ObservedFishingTrip.Factory.newInstance(java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson, java.util.Collection observerPersons, java.util.Collection expectedSales)
          Constructs a new instance of ObservedFishingTrip, taking all possible properties (except the identifier(s))as arguments.
 void FishingTrip.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.data.survey.landing
 

Methods in fr.ifremer.allegro.data.survey.landing that return Department
 Department Landing.getRecorderDepartment()
           Service saisisseur.
 

Methods in fr.ifremer.allegro.data.survey.landing with parameters of type Department
 Landing ObservedLandingDao.create(java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ObservedLanding ObservedLandingDaoBase.create(java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           
 Landing LandingDao.create(java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.landing.Landing instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Landing LandingDaoBase.create(java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           
 Landing LandingDao.create(java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces)
           Creates a new fr.ifremer.allegro.data.survey.landing.Landing instance from all attributes and properties and adds it to the persistent store.
 Landing LandingDaoBase.create(java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces)
           
 Landing ObservedLandingDao.create(java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
           Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding instance from all attributes and properties and adds it to the persistent store.
 ObservedLanding ObservedLandingDaoBase.create(java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
           
 java.lang.Object ObservedLandingDao.create(int transform, java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Does the same thing as ObservedLandingDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object ObservedLandingDaoBase.create(int transform, java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           
 java.lang.Object LandingDao.create(int transform, java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Does the same thing as LandingDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object LandingDaoBase.create(int transform, java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           
 java.lang.Object LandingDao.create(int transform, java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces)
           Does the same thing as LandingDao.create(java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object LandingDaoBase.create(int transform, java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces)
           
 java.lang.Object ObservedLandingDao.create(int transform, java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
           Does the same thing as ObservedLandingDao.create(java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object ObservedLandingDaoBase.create(int transform, java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
           
 java.util.Collection LandingDao.findLandingByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection LandingDaoBase.findLandingByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ObservedLandingDaoBase.findLandingByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection LandingDao.findLandingByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as LandingDao.findLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection LandingDaoBase.findLandingByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDaoBase.findLandingByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection LandingDao.findLandingByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as LandingDao.findLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LandingDaoBase.findLandingByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDaoBase.findLandingByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection LandingDao.findLandingByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as LandingDao.findLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LandingDaoBase.findLandingByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDaoBase.findLandingByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection LandingDao.findLandingByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as LandingDao.findLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection LandingDaoBase.findLandingByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDaoBase.findLandingByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection LandingDao.findLandingByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as LandingDao.findLandingByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LandingDaoBase.findLandingByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDaoBase.findLandingByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection LandingDao.findLandingByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as LandingDao.findLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection LandingDaoBase.findLandingByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDaoBase.findLandingByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection LandingDao.findLandingByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as LandingDao.findLandingByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LandingDaoBase.findLandingByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDaoBase.findLandingByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDao.findObservedLandingByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ObservedLandingDaoBase.findObservedLandingByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ObservedLandingDao.findObservedLandingByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as ObservedLandingDao.findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection ObservedLandingDaoBase.findObservedLandingByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDao.findObservedLandingByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedLandingDao.findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedLandingDaoBase.findObservedLandingByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDao.findObservedLandingByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedLandingDao.findObservedLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedLandingDaoBase.findObservedLandingByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDao.findObservedLandingByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as ObservedLandingDao.findObservedLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ObservedLandingDaoBase.findObservedLandingByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDao.findObservedLandingByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedLandingDao.findObservedLandingByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedLandingDaoBase.findObservedLandingByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDao.findObservedLandingByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as ObservedLandingDao.findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ObservedLandingDaoBase.findObservedLandingByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection ObservedLandingDao.findObservedLandingByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedLandingDao.findObservedLandingByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedLandingDaoBase.findObservedLandingByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static Landing Landing.Factory.newInstance(java.util.Date landingDateTime, java.util.Date creationDate, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Location landingLocation)
          Constructs a new instance of Landing, taking all required and/or read-only properties as arguments.
static ObservedLanding ObservedLanding.Factory.newInstance(java.util.Date landingDateTime, java.util.Date creationDate, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Location landingLocation)
          Constructs a new instance of ObservedLanding, taking all required and/or read-only properties as arguments.
static Landing Landing.Factory.newInstance(java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces)
          Constructs a new instance of Landing, taking all possible properties (except the identifier(s))as arguments.
static ObservedLanding ObservedLanding.Factory.newInstance(java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
          Constructs a new instance of ObservedLanding, taking all possible properties (except the identifier(s))as arguments.
 void Landing.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.data.survey.physicalGear
 

Methods in fr.ifremer.allegro.data.survey.physicalGear that return Department
 Department PhysicalGearSurvey.getRecorderDepartment()
           
 

Methods in fr.ifremer.allegro.data.survey.physicalGear with parameters of type Department
 PhysicalGearSurvey PhysicalGearSurveyDao.create(java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
           Creates a new fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey instance from only required properties (attributes and association ends) and adds it to the persistent store.
 PhysicalGearSurvey PhysicalGearSurveyDaoBase.create(java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
           
 java.lang.Object PhysicalGearSurveyDao.create(int transform, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
           Does the same thing as PhysicalGearSurveyDao.create(java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel,java.lang.Integer) with an additional flag called transform.
 java.lang.Object PhysicalGearSurveyDaoBase.create(int transform, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
           
 PhysicalGearSurvey PhysicalGearSurveyDao.create(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection gearPhysicalFeatures, java.util.Collection vesselPhysicalFeatures, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey instance from all attributes and properties and adds it to the persistent store.
 PhysicalGearSurvey PhysicalGearSurveyDaoBase.create(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection gearPhysicalFeatures, java.util.Collection vesselPhysicalFeatures, Vessel vessel)
           
 java.lang.Object PhysicalGearSurveyDao.create(int transform, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection gearPhysicalFeatures, java.util.Collection vesselPhysicalFeatures, Vessel vessel)
           Does the same thing as PhysicalGearSurveyDao.create(java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object PhysicalGearSurveyDaoBase.create(int transform, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection gearPhysicalFeatures, java.util.Collection vesselPhysicalFeatures, Vessel vessel)
           
 java.util.Collection PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static PhysicalGearSurvey PhysicalGearSurvey.Factory.newInstance(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.util.Date creationDate, Program program, Department recorderDepartment, QualityFlag qualityFlag, Vessel vessel)
          Constructs a new instance of PhysicalGearSurvey, taking all required and/or read-only properties as arguments.
static PhysicalGearSurvey PhysicalGearSurvey.Factory.newInstance(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection gearPhysicalFeatures, java.util.Collection vesselPhysicalFeatures, Vessel vessel)
          Constructs a new instance of PhysicalGearSurvey, taking all possible properties (except the identifier(s))as arguments.
 void PhysicalGearSurvey.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.data.survey.sale
 

Methods in fr.ifremer.allegro.data.survey.sale that return Department
 Department Sale.getRecorderDepartment()
           
 

Methods in fr.ifremer.allegro.data.survey.sale with parameters of type Department
 Sale ObservedSaleDao.create(java.util.Date creationDate, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.sale.ObservedSale instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ObservedSale ObservedSaleDaoBase.create(java.util.Date creationDate, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
           
 Sale SaleDao.create(java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson)
           Creates a new fr.ifremer.allegro.data.survey.sale.Sale instance from all attributes and properties and adds it to the persistent store.
 Sale SaleDaoBase.create(java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson)
           
 Sale ObservedSaleDao.create(java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson, java.util.Collection observerPersons)
           Creates a new fr.ifremer.allegro.data.survey.sale.ObservedSale instance from all attributes and properties and adds it to the persistent store.
 ObservedSale ObservedSaleDaoBase.create(java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson, java.util.Collection observerPersons)
           
 Sale SaleDao.create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.sale.Sale instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Sale SaleDaoBase.create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
           
 java.lang.Object ObservedSaleDao.create(int transform, java.util.Date creationDate, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
           Does the same thing as ObservedSaleDao.create(java.util.Date,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.location.Location,java.util.Date,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object ObservedSaleDaoBase.create(int transform, java.util.Date creationDate, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
           
 java.lang.Object SaleDao.create(int transform, java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson)
           Does the same thing as SaleDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.lang.Object SaleDaoBase.create(int transform, java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson)
           
 java.lang.Object ObservedSaleDao.create(int transform, java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson, java.util.Collection observerPersons)
           Does the same thing as ObservedSaleDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection) with an additional flag called transform.
 java.lang.Object ObservedSaleDaoBase.create(int transform, java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson, java.util.Collection observerPersons)
           
 java.lang.Object SaleDao.create(int transform, java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
           Does the same thing as SaleDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.location.Location,java.util.Date,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object SaleDaoBase.create(int transform, java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
           
 java.util.Collection ObservedSaleDao.findObservedSaleByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ObservedSaleDaoBase.findObservedSaleByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ObservedSaleDao.findObservedSaleByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection ObservedSaleDaoBase.findObservedSaleByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection ObservedSaleDao.findObservedSaleByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedSaleDaoBase.findObservedSaleByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedSaleDao.findObservedSaleByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedSaleDaoBase.findObservedSaleByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedSaleDao.findObservedSaleByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ObservedSaleDaoBase.findObservedSaleByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection ObservedSaleDao.findObservedSaleByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedSaleDaoBase.findObservedSaleByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ObservedSaleDao.findObservedSaleByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ObservedSaleDaoBase.findObservedSaleByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection ObservedSaleDao.findObservedSaleByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedSaleDaoBase.findObservedSaleByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection SaleDao.findSaleByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ObservedSaleDaoBase.findSaleByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection SaleDaoBase.findSaleByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection SaleDao.findSaleByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as SaleDao.findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection ObservedSaleDaoBase.findSaleByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection SaleDaoBase.findSaleByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection SaleDao.findSaleByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as SaleDao.findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedSaleDaoBase.findSaleByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection SaleDaoBase.findSaleByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection SaleDao.findSaleByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as SaleDao.findSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedSaleDaoBase.findSaleByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection SaleDaoBase.findSaleByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection SaleDao.findSaleByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as SaleDao.findSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ObservedSaleDaoBase.findSaleByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection SaleDaoBase.findSaleByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection SaleDao.findSaleByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as SaleDao.findSaleByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedSaleDaoBase.findSaleByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection SaleDaoBase.findSaleByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection SaleDao.findSaleByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as SaleDao.findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ObservedSaleDaoBase.findSaleByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection SaleDaoBase.findSaleByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection SaleDao.findSaleByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as SaleDao.findSaleByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ObservedSaleDaoBase.findSaleByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection SaleDaoBase.findSaleByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static ObservedSale ObservedSale.Factory.newInstance(java.util.Date saleStartDate, java.util.Date creationDate, Location saleLocation, SaleType saleType, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag)
          Constructs a new instance of ObservedSale, taking all required and/or read-only properties as arguments.
static Sale Sale.Factory.newInstance(java.util.Date saleStartDate, java.util.Date creationDate, Location saleLocation, SaleType saleType, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag)
          Constructs a new instance of Sale, taking all required and/or read-only properties as arguments.
static Sale Sale.Factory.newInstance(java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson)
          Constructs a new instance of Sale, taking all possible properties (except the identifier(s))as arguments.
static ObservedSale ObservedSale.Factory.newInstance(java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson, java.util.Collection observerPersons)
          Constructs a new instance of ObservedSale, taking all possible properties (except the identifier(s))as arguments.
 void Sale.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.data.survey.scientificCruise
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise that return Department
 Department ScientificCruise.getRecorderDepartment()
           
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise with parameters of type Department
 ScientificCruise ScientificCruiseDao.create(java.util.Date creationDate, java.util.Date departureDateTime, Person managerPerson, java.lang.String name, Program program, Department recorderDepartment, ScientificResearchVessel scientificResearchVessel)
           Creates a new fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ScientificCruise ScientificCruiseDaoBase.create(java.util.Date creationDate, java.util.Date departureDateTime, Person managerPerson, java.lang.String name, Program program, Department recorderDepartment, ScientificResearchVessel scientificResearchVessel)
           
 java.lang.Object ScientificCruiseDao.create(int transform, java.util.Date creationDate, java.util.Date departureDateTime, Person managerPerson, java.lang.String name, Program program, Department recorderDepartment, ScientificResearchVessel scientificResearchVessel)
           Does the same thing as ScientificCruiseDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.administration.user.Person,java.lang.String,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) with an additional flag called transform.
 java.lang.Object ScientificCruiseDaoBase.create(int transform, java.util.Date creationDate, java.util.Date departureDateTime, Person managerPerson, java.lang.String name, Program program, Department recorderDepartment, ScientificResearchVessel scientificResearchVessel)
           
 java.lang.Object ScientificCruiseDao.create(int transform, java.lang.String name, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String reference, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, ScientificResearchVessel scientificResearchVessel, Department recorderDepartment, Program program, Person recorderPerson, java.util.Collection fishingTrips, Person managerPerson)
           Does the same thing as ScientificCruiseDao.create(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.ScientificResearchVessel,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Person,java.util.Collection,fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.lang.Object ScientificCruiseDaoBase.create(int transform, java.lang.String name, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String reference, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, ScientificResearchVessel scientificResearchVessel, Department recorderDepartment, Program program, Person recorderPerson, java.util.Collection fishingTrips, Person managerPerson)
           
 ScientificCruise ScientificCruiseDao.create(java.lang.String name, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String reference, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, ScientificResearchVessel scientificResearchVessel, Department recorderDepartment, Program program, Person recorderPerson, java.util.Collection fishingTrips, Person managerPerson)
           Creates a new fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise instance from all attributes and properties and adds it to the persistent store.
 ScientificCruise ScientificCruiseDaoBase.create(java.lang.String name, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String reference, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, ScientificResearchVessel scientificResearchVessel, Department recorderDepartment, Program program, Person recorderPerson, java.util.Collection fishingTrips, Person managerPerson)
           
 java.util.Collection ScientificCruiseDao.findScientificCruiseByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ScientificCruiseDaoBase.findScientificCruiseByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection ScientificCruiseDao.findScientificCruiseByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection ScientificCruiseDaoBase.findScientificCruiseByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection ScientificCruiseDao.findScientificCruiseByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ScientificCruiseDaoBase.findScientificCruiseByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ScientificCruiseDao.findScientificCruiseByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ScientificCruiseDaoBase.findScientificCruiseByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ScientificCruiseDao.findScientificCruiseByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ScientificCruiseDaoBase.findScientificCruiseByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection ScientificCruiseDao.findScientificCruiseByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ScientificCruiseDaoBase.findScientificCruiseByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection ScientificCruiseDao.findScientificCruiseByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection ScientificCruiseDaoBase.findScientificCruiseByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection ScientificCruiseDao.findScientificCruiseByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ScientificCruiseDaoBase.findScientificCruiseByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static ScientificCruise ScientificCruise.Factory.newInstance(java.lang.String name, java.util.Date departureDateTime, java.util.Date creationDate, ScientificResearchVessel scientificResearchVessel, Department recorderDepartment, Program program, Person managerPerson)
          Constructs a new instance of ScientificCruise, taking all required and/or read-only properties as arguments.
static ScientificCruise ScientificCruise.Factory.newInstance(java.lang.String name, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String reference, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, ScientificResearchVessel scientificResearchVessel, Department recorderDepartment, Program program, Person recorderPerson, java.util.Collection fishingTrips, Person managerPerson)
          Constructs a new instance of ScientificCruise, taking all possible properties (except the identifier(s))as arguments.
 void ScientificCruise.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.data.transshipment
 

Methods in fr.ifremer.allegro.data.transshipment that return Department
 Department Transshipment.getRecorderDepartment()
           
 

Methods in fr.ifremer.allegro.data.transshipment with parameters of type Department
 Transshipment TransshipmentDao.create(java.util.Date creationDate, Program program, Department recorderDepartment, SurveyQualification surveyQualification, Vessel toVessel, java.util.Date transshipmentDateTime)
           Creates a new fr.ifremer.allegro.data.transshipment.Transshipment instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Transshipment TransshipmentDaoBase.create(java.util.Date creationDate, Program program, Department recorderDepartment, SurveyQualification surveyQualification, Vessel toVessel, java.util.Date transshipmentDateTime)
           
 Transshipment TransshipmentDao.create(java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
           Creates a new fr.ifremer.allegro.data.transshipment.Transshipment instance from all attributes and properties and adds it to the persistent store.
 Transshipment TransshipmentDaoBase.create(java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
           
 java.lang.Object TransshipmentDao.create(int transform, java.util.Date creationDate, Program program, Department recorderDepartment, SurveyQualification surveyQualification, Vessel toVessel, java.util.Date transshipmentDateTime)
           Does the same thing as TransshipmentDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Date) with an additional flag called transform.
 java.lang.Object TransshipmentDaoBase.create(int transform, java.util.Date creationDate, Program program, Department recorderDepartment, SurveyQualification surveyQualification, Vessel toVessel, java.util.Date transshipmentDateTime)
           
 java.lang.Object TransshipmentDao.create(int transform, java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
           Does the same thing as TransshipmentDao.create(java.util.Date,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.SurveyQualification,java.util.Collection) with an additional flag called transform.
 java.lang.Object TransshipmentDaoBase.create(int transform, java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static Transshipment Transshipment.Factory.newInstance(java.util.Date transshipmentDateTime, java.util.Date creationDate, Vessel toVessel, Program program, Department recorderDepartment, SurveyQualification surveyQualification)
          Constructs a new instance of Transshipment, taking all required and/or read-only properties as arguments.
static Transshipment Transshipment.Factory.newInstance(java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
          Constructs a new instance of Transshipment, taking all possible properties (except the identifier(s))as arguments.
 void Transshipment.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.data.vessel.feature.physical
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical that return Department
 Department VesselPhysicalFeatures.getRecorderDepartment()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type Department
 PhysicalFeatures VesselPhysicalFeaturesDao.create(java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures instance from all attributes and properties and adds it to the persistent store.
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.create(java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
           
 PhysicalFeatures VesselPhysicalFeaturesDao.create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date startDate, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date startDate, Vessel vessel)
           
 java.lang.Object VesselPhysicalFeaturesDao.create(int transform, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
           Does the same thing as VesselPhysicalFeaturesDao.create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,java.util.Collection,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.lang.Object VesselPhysicalFeaturesDaoBase.create(int transform, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
           
 java.lang.Object VesselPhysicalFeaturesDao.create(int transform, java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date startDate, Vessel vessel)
           Does the same thing as VesselPhysicalFeaturesDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object VesselPhysicalFeaturesDaoBase.create(int transform, java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date startDate, Vessel vessel)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static VesselPhysicalFeatures VesselPhysicalFeatures.Factory.newInstance(java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
          Constructs a new instance of VesselPhysicalFeatures, taking all possible properties (except the identifier(s))as arguments.
static VesselPhysicalFeatures VesselPhysicalFeatures.Factory.newInstance(java.util.Date startDate, java.util.Date creationDate, Vessel vessel, QualityFlag qualityFlag, Program program, Department recorderDepartment)
          Constructs a new instance of VesselPhysicalFeatures, taking all required and/or read-only properties as arguments.
 void VesselPhysicalFeatures.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.data.vessel.position
 

Methods in fr.ifremer.allegro.data.vessel.position that return Department
 Department VesselPosition.getRecorderDepartment()
           
 

Methods in fr.ifremer.allegro.data.vessel.position with parameters of type Department
 VesselPosition VesselPositionDao.create(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, Vessel vessel, java.util.Collection vesselPositionMeasurements, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment)
           Creates a new fr.ifremer.allegro.data.vessel.position.VesselPosition instance from all attributes and properties and adds it to the persistent store.
 VesselPosition VesselPositionDaoBase.create(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, Vessel vessel, java.util.Collection vesselPositionMeasurements, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment)
           
 VesselPosition VesselExtendedPositionDao.create(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, Vessel vessel, java.util.Collection vesselPositionMeasurements, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment, java.lang.Integer course, java.lang.Float speed, java.lang.Boolean isFishing)
           Creates a new fr.ifremer.allegro.data.vessel.position.VesselExtendedPosition instance from all attributes and properties and adds it to the persistent store.
 VesselExtendedPosition VesselExtendedPositionDaoBase.create(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, Vessel vessel, java.util.Collection vesselPositionMeasurements, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment, java.lang.Integer course, java.lang.Float speed, java.lang.Boolean isFishing)
           
 VesselPosition VesselExtendedPositionDao.create(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, Operation operation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.vessel.position.VesselExtendedPosition instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselPosition VesselPositionDao.create(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, Operation operation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.vessel.position.VesselPosition instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselExtendedPosition VesselExtendedPositionDaoBase.create(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, Operation operation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           
 VesselPosition VesselPositionDaoBase.create(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, Operation operation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           
 java.lang.Object VesselPositionDao.create(int transform, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, Vessel vessel, java.util.Collection vesselPositionMeasurements, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment)
           Does the same thing as VesselPositionDao.create(java.util.Date,java.lang.Float,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.lang.Object VesselPositionDaoBase.create(int transform, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, Vessel vessel, java.util.Collection vesselPositionMeasurements, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment)
           
 java.lang.Object VesselExtendedPositionDao.create(int transform, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, Vessel vessel, java.util.Collection vesselPositionMeasurements, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment, java.lang.Integer course, java.lang.Float speed, java.lang.Boolean isFishing)
           Does the same thing as VesselExtendedPositionDao.create(java.util.Date,java.lang.Float,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.lang.Integer,java.lang.Float,java.lang.Boolean) with an additional flag called transform.
 java.lang.Object VesselExtendedPositionDaoBase.create(int transform, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, Vessel vessel, java.util.Collection vesselPositionMeasurements, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment, java.lang.Integer course, java.lang.Float speed, java.lang.Boolean isFishing)
           
 java.lang.Object VesselExtendedPositionDao.create(int transform, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, Operation operation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Does the same thing as VesselExtendedPositionDao.create(java.util.Date,java.lang.Float,java.lang.Float,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object VesselPositionDao.create(int transform, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, Operation operation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Does the same thing as VesselPositionDao.create(java.util.Date,java.lang.Float,java.lang.Float,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object VesselExtendedPositionDaoBase.create(int transform, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, Operation operation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           
 java.lang.Object VesselPositionDaoBase.create(int transform, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, Operation operation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           
 java.util.Collection VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection VesselExtendedPositionDaoBase.findVesselExtendedPositionByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselExtendedPositionByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselExtendedPositionByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselExtendedPositionByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselExtendedPositionByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselExtendedPositionByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselExtendedPositionByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselExtendedPositionDao.findVesselExtendedPositionByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselExtendedPositionByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselPositionDao.findVesselPositionByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection VesselExtendedPositionDaoBase.findVesselPositionByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection VesselPositionDaoBase.findVesselPositionByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection VesselPositionDao.findVesselPositionByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as VesselPositionDao.findVesselPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselPositionByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection VesselPositionDaoBase.findVesselPositionByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection VesselPositionDao.findVesselPositionByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselPositionDao.findVesselPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselPositionByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselPositionDaoBase.findVesselPositionByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselPositionDao.findVesselPositionByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselPositionDao.findVesselPositionByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselPositionByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselPositionDaoBase.findVesselPositionByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselPositionDao.findVesselPositionByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as VesselPositionDao.findVesselPositionByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselPositionByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection VesselPositionDaoBase.findVesselPositionByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection VesselPositionDao.findVesselPositionByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselPositionDao.findVesselPositionByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselPositionByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselPositionDaoBase.findVesselPositionByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselPositionDao.findVesselPositionByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as VesselPositionDao.findVesselPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselPositionByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection VesselPositionDaoBase.findVesselPositionByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection VesselPositionDao.findVesselPositionByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselPositionDao.findVesselPositionByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselExtendedPositionDaoBase.findVesselPositionByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection VesselPositionDaoBase.findVesselPositionByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static VesselPosition VesselPosition.Factory.newInstance(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, Vessel vessel, java.util.Collection vesselPositionMeasurements, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment)
          Constructs a new instance of VesselPosition, taking all possible properties (except the identifier(s))as arguments.
static VesselExtendedPosition VesselExtendedPosition.Factory.newInstance(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, Vessel vessel, java.util.Collection vesselPositionMeasurements, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment, java.lang.Integer course, java.lang.Float speed, java.lang.Boolean isFishing)
          Constructs a new instance of VesselExtendedPosition, taking all possible properties (except the identifier(s))as arguments.
static VesselExtendedPosition VesselExtendedPosition.Factory.newInstance(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, Vessel vessel, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment)
          Constructs a new instance of VesselExtendedPosition, taking all required and/or read-only properties as arguments.
static VesselPosition VesselPosition.Factory.newInstance(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, Vessel vessel, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment)
          Constructs a new instance of VesselPosition, taking all required and/or read-only properties as arguments.
 void VesselPosition.setRecorderDepartment(Department recorderDepartment)
           
 

Uses of Department in fr.ifremer.allegro.technical.history
 

Methods in fr.ifremer.allegro.technical.history that return Department
 Department QualificationHistory.getRecorderDepartment()
           
 

Methods in fr.ifremer.allegro.technical.history with parameters of type Department
 QualificationHistory QualificationHistoryDao.create(java.lang.Integer objectId, java.lang.String comments, java.lang.Float numericalvalue, java.lang.String previousComments, java.sql.Timestamp updateDate, ObjectType objectType, QualitativeValue qualitativeValue, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, Person recorderPerson, Pmfm pmfm, QualityFlag qualityFlag, Gear gear, Metier metier, Department recorderDepartment)
           Creates a new fr.ifremer.allegro.technical.history.QualificationHistory instance from all attributes and properties and adds it to the persistent store.
 QualificationHistory QualificationHistoryDaoBase.create(java.lang.Integer objectId, java.lang.String comments, java.lang.Float numericalvalue, java.lang.String previousComments, java.sql.Timestamp updateDate, ObjectType objectType, QualitativeValue qualitativeValue, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, Person recorderPerson, Pmfm pmfm, QualityFlag qualityFlag, Gear gear, Metier metier, Department recorderDepartment)
           
 java.lang.Object QualificationHistoryDao.create(int transform, java.lang.Integer objectId, java.lang.String comments, java.lang.Float numericalvalue, java.lang.String previousComments, java.sql.Timestamp updateDate, ObjectType objectType, QualitativeValue qualitativeValue, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, Person recorderPerson, Pmfm pmfm, QualityFlag qualityFlag, Gear gear, Metier metier, Department recorderDepartment)
           Does the same thing as QualificationHistoryDao.create(java.lang.Integer,java.lang.String,java.lang.Float,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.ObjectType,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.Metier,fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.lang.Object QualificationHistoryDaoBase.create(int transform, java.lang.Integer objectId, java.lang.String comments, java.lang.Float numericalvalue, java.lang.String previousComments, java.sql.Timestamp updateDate, ObjectType objectType, QualitativeValue qualitativeValue, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, Person recorderPerson, Pmfm pmfm, QualityFlag qualityFlag, Gear gear, Metier metier, Department recorderDepartment)
           
 java.lang.Object QualificationHistoryDao.create(int transform, java.lang.String comments, java.lang.Integer objectId, ObjectType objectType, java.lang.String previousComments, Department recorderDepartment)
           Does the same thing as QualificationHistoryDao.create(java.lang.String,java.lang.Integer,fr.ifremer.allegro.referential.ObjectType,java.lang.String,fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.lang.Object QualificationHistoryDaoBase.create(int transform, java.lang.String comments, java.lang.Integer objectId, ObjectType objectType, java.lang.String previousComments, Department recorderDepartment)
           
 QualificationHistory QualificationHistoryDao.create(java.lang.String comments, java.lang.Integer objectId, ObjectType objectType, java.lang.String previousComments, Department recorderDepartment)
           Creates a new fr.ifremer.allegro.technical.history.QualificationHistory instance from only required properties (attributes and association ends) and adds it to the persistent store.
 QualificationHistory QualificationHistoryDaoBase.create(java.lang.String comments, java.lang.Integer objectId, ObjectType objectType, java.lang.String previousComments, Department recorderDepartment)
           
 java.util.Collection QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection QualificationHistoryDaoBase.findQualificationHistoryByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection QualificationHistoryDaoBase.findQualificationHistoryByRecorderDepartment(int transform, Department recorderDepartment)
           
 java.util.Collection QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QualificationHistoryDaoBase.findQualificationHistoryByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QualificationHistoryDaoBase.findQualificationHistoryByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection QualificationHistoryDaoBase.findQualificationHistoryByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QualificationHistoryDaoBase.findQualificationHistoryByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
 java.util.Collection QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection QualificationHistoryDaoBase.findQualificationHistoryByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           
 java.util.Collection QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QualificationHistoryDaoBase.findQualificationHistoryByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           
static QualificationHistory QualificationHistory.Factory.newInstance(java.lang.Integer objectId, java.lang.String comments, java.lang.Float numericalvalue, java.lang.String previousComments, java.sql.Timestamp updateDate, ObjectType objectType, QualitativeValue qualitativeValue, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, Person recorderPerson, Pmfm pmfm, QualityFlag qualityFlag, Gear gear, Metier metier, Department recorderDepartment)
          Constructs a new instance of QualificationHistory, taking all possible properties (except the identifier(s))as arguments.
static QualificationHistory QualificationHistory.Factory.newInstance(java.lang.Integer objectId, java.lang.String comments, java.lang.String previousComments, ObjectType objectType, Department recorderDepartment)
          Constructs a new instance of QualificationHistory, taking all required and/or read-only properties as arguments.
 void QualificationHistory.setRecorderDepartment(Department recorderDepartment)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.