Uses of Class
fr.ifremer.allegro.referential.Status

Packages that use Status
fr.ifremer.allegro.administration.user   
fr.ifremer.allegro.referential   
fr.ifremer.allegro.referential.buyer   
fr.ifremer.allegro.referential.gear   
fr.ifremer.allegro.referential.location   
fr.ifremer.allegro.referential.metier   
fr.ifremer.allegro.referential.order   
fr.ifremer.allegro.referential.pmfm   
fr.ifremer.allegro.referential.spatial   
fr.ifremer.allegro.referential.taxon   
fr.ifremer.allegro.referential.transcribing   
fr.ifremer.allegro.referential.vessel   
 

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

Methods in fr.ifremer.allegro.administration.user that return Status
 Status Person.getStatus()
           
 Status Department.getStatus()
           
 Status ManagedDataType.getStatus()
          Deprecated.  
 Status DepartmentPrivilegeTransfert.getStatus()
           Code de l''??tat de l''objet (actif ou inactif)
 

Methods in fr.ifremer.allegro.administration.user with parameters of type Status
 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)
           
 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)
           
 ManagedDataType ManagedDataTypeDao.create(java.lang.Integer id, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.administration.user.ManagedDataType instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ManagedDataType ManagedDataTypeDaoBase.create(java.lang.Integer id, java.lang.String name, Status status)
           
 ManagedDataType ManagedDataTypeDao.create(java.lang.Integer id, java.lang.String name, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.administration.user.ManagedDataType instance from all attributes and properties and adds it to the persistent store.
 ManagedDataType ManagedDataTypeDaoBase.create(java.lang.Integer id, java.lang.String name, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object ManagedDataTypeDao.create(int transform, java.lang.Integer id, java.lang.String name, Status status)
           Does the same thing as ManagedDataTypeDao.create(java.lang.Integer,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object ManagedDataTypeDaoBase.create(int transform, java.lang.Integer id, java.lang.String name, Status status)
           
 java.lang.Object ManagedDataTypeDao.create(int transform, java.lang.Integer id, java.lang.String name, java.sql.Timestamp updateDate, Status status)
           Does the same thing as ManagedDataTypeDao.create(java.lang.Integer,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object ManagedDataTypeDaoBase.create(int transform, java.lang.Integer id, java.lang.String name, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object DepartmentDao.create(int transform, java.lang.String code, java.util.Date creationDate, java.lang.Boolean isLdap, java.lang.String name, Status status)
           Does the same thing as DepartmentDao.create(java.lang.String,java.util.Date,java.lang.Boolean,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object DepartmentDaoBase.create(int transform, java.lang.String code, java.util.Date creationDate, java.lang.Boolean isLdap, java.lang.String name, Status status)
           
 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)
           
 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)
           
 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.findDepartmentByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as DepartmentDao.findDepartmentByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentDaoBase.findDepartmentByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection DepartmentDao.findDepartmentByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as DepartmentDao.findDepartmentByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentDaoBase.findDepartmentByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection DepartmentDao.findDepartmentByStatus(int transform, Status status)
           Does the same thing as DepartmentDao.findDepartmentByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection DepartmentDaoBase.findDepartmentByStatus(int transform, Status status)
           
 java.util.Collection DepartmentDao.findDepartmentByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as DepartmentDao.findDepartmentByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentDaoBase.findDepartmentByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection DepartmentDao.findDepartmentByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as DepartmentDao.findDepartmentByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection DepartmentDaoBase.findDepartmentByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection DepartmentDao.findDepartmentByStatus(Status status)
           
 java.util.Collection DepartmentDaoBase.findDepartmentByStatus(Status status)
           
 java.util.Collection DepartmentDao.findDepartmentByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as DepartmentDao.findDepartmentByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentDaoBase.findDepartmentByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection DepartmentDao.findDepartmentByStatus(java.lang.String queryString, Status status)
           Does the same thing as DepartmentDao.findDepartmentByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection DepartmentDaoBase.findDepartmentByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(int transform, Status status)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByStatus(int transform, Status status)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(Status status)
           
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByStatus(Status status)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(java.lang.String queryString, Status status)
           Does the same thing as DepartmentPrivilegeTransfertDao.findDepartmentPrivilegeTransfertByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection DepartmentPrivilegeTransfertDaoBase.findDepartmentPrivilegeTransfertByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection ManagedDataTypeDao.findManagedDataTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as ManagedDataTypeDao.findManagedDataTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataTypeDaoBase.findManagedDataTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ManagedDataTypeDao.findManagedDataTypeByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as ManagedDataTypeDao.findManagedDataTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataTypeDaoBase.findManagedDataTypeByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection ManagedDataTypeDao.findManagedDataTypeByStatus(int transform, Status status)
           Does the same thing as ManagedDataTypeDao.findManagedDataTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection ManagedDataTypeDaoBase.findManagedDataTypeByStatus(int transform, Status status)
           
 java.util.Collection ManagedDataTypeDao.findManagedDataTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ManagedDataTypeDao.findManagedDataTypeByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataTypeDaoBase.findManagedDataTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ManagedDataTypeDao.findManagedDataTypeByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as ManagedDataTypeDao.findManagedDataTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection ManagedDataTypeDaoBase.findManagedDataTypeByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection ManagedDataTypeDao.findManagedDataTypeByStatus(Status status)
           
 java.util.Collection ManagedDataTypeDaoBase.findManagedDataTypeByStatus(Status status)
           
 java.util.Collection ManagedDataTypeDao.findManagedDataTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ManagedDataTypeDao.findManagedDataTypeByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataTypeDaoBase.findManagedDataTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ManagedDataTypeDao.findManagedDataTypeByStatus(java.lang.String queryString, Status status)
           Does the same thing as ManagedDataTypeDao.findManagedDataTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection ManagedDataTypeDaoBase.findManagedDataTypeByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection PersonDao.findPersonByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as PersonDao.findPersonByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findPersonByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PersonDaoBase.findPersonByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PersonDao.findPersonByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as PersonDao.findPersonByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findPersonByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection PersonDaoBase.findPersonByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection PersonDao.findPersonByStatus(int transform, Status status)
           Does the same thing as PersonDao.findPersonByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection UserDaoBase.findPersonByStatus(int transform, Status status)
           
 java.util.Collection PersonDaoBase.findPersonByStatus(int transform, Status status)
           
 java.util.Collection PersonDao.findPersonByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as PersonDao.findPersonByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findPersonByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PersonDaoBase.findPersonByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PersonDao.findPersonByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as PersonDao.findPersonByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection UserDaoBase.findPersonByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection PersonDaoBase.findPersonByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection PersonDao.findPersonByStatus(Status status)
           
 java.util.Collection UserDaoBase.findPersonByStatus(Status status)
           
 java.util.Collection PersonDaoBase.findPersonByStatus(Status status)
           
 java.util.Collection PersonDao.findPersonByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as PersonDao.findPersonByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findPersonByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PersonDaoBase.findPersonByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PersonDao.findPersonByStatus(java.lang.String queryString, Status status)
           Does the same thing as PersonDao.findPersonByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection UserDaoBase.findPersonByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection PersonDaoBase.findPersonByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection UserDao.findUserByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as UserDao.findUserByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findUserByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection UserDao.findUserByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as UserDao.findUserByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findUserByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection UserDao.findUserByStatus(int transform, Status status)
           Does the same thing as UserDao.findUserByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection UserDaoBase.findUserByStatus(int transform, Status status)
           
 java.util.Collection UserDao.findUserByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as UserDao.findUserByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findUserByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection UserDao.findUserByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as UserDao.findUserByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection UserDaoBase.findUserByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection UserDao.findUserByStatus(Status status)
           
 java.util.Collection UserDaoBase.findUserByStatus(Status status)
           
 java.util.Collection UserDao.findUserByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as UserDao.findUserByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UserDaoBase.findUserByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection UserDao.findUserByStatus(java.lang.String queryString, Status status)
           Does the same thing as UserDao.findUserByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection UserDaoBase.findUserByStatus(java.lang.String queryString, Status status)
           
static DepartmentPrivilegeTransfert DepartmentPrivilegeTransfert.Factory.newInstance(java.util.Date transfertDate, Status status)
          Constructs a new instance of DepartmentPrivilegeTransfert, taking all possible properties (except the identifier(s))as arguments.
static ManagedDataType ManagedDataType.Factory.newInstance(java.lang.String name, Status status)
          Constructs a new instance of ManagedDataType, 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.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 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.
static ManagedDataType ManagedDataType.Factory.newInstance(java.lang.String name, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of ManagedDataType, taking all possible properties (except the identifier(s))as arguments.
 void Person.setStatus(Status status)
           
 void Department.setStatus(Status status)
           
 void ManagedDataType.setStatus(Status status)
          Deprecated.  
 void DepartmentPrivilegeTransfert.setStatus(Status status)
           
 

Uses of Status in fr.ifremer.allegro.referential
 

Subclasses of Status in fr.ifremer.allegro.referential
 class StatusImpl
           
 

Methods in fr.ifremer.allegro.referential that return Status
 Status StatusDaoImpl.clusterStatusToEntity(ClusterStatus clusterStatus)
           
 Status StatusDao.clusterStatusToEntity(ClusterStatus clusterStatus)
          Converts an instance of type ClusterStatus to this DAO's entity.
 Status StatusDao.create(Status status)
          Creates an instance of fr.ifremer.allegro.referential.Status and adds it to the persistent store.
 Status StatusDaoBase.create(Status status)
           
 Status StatusDao.create(java.lang.String code, java.lang.String name)
           Creates a new fr.ifremer.allegro.referential.Status instance from all attributes and properties and adds it to the persistent store.
 Status StatusDaoBase.create(java.lang.String code, java.lang.String name)
           
 Status StatusDao.createFromClusterStatus(ClusterStatus clusterStatus)
           
 Status StatusDaoBase.createFromClusterStatus(ClusterStatus clusterStatus)
           
 Status StatusDao.findStatusByCode(java.lang.String code)
           
 Status StatusDaoBase.findStatusByCode(java.lang.String code)
           
 Status StatusDao.findStatusByCode(java.lang.String queryString, java.lang.String code)
           Does the same thing as StatusDao.findStatusByCode(java.lang.String) with an additional argument called queryString.
 Status StatusDaoBase.findStatusByCode(java.lang.String queryString, java.lang.String code)
           
 Status StatusDao.findStatusByNaturalId(java.lang.String code)
           
 Status StatusDaoBase.findStatusByNaturalId(java.lang.String code)
           
 Status StatusDao.findStatusByNaturalId(java.lang.String queryString, java.lang.String code)
           Does the same thing as StatusDao.findStatusByNaturalId(java.lang.String) with an additional argument called queryString.
 Status StatusDaoBase.findStatusByNaturalId(java.lang.String queryString, java.lang.String code)
           
 Status AnalysisInstrument.getStatus()
           
 Status NearbySpecificArea.getStatus()
           
 Status DepthGradient.getStatus()
           
 Status DistanceToCoastGradient.getStatus()
           
 Status NumericalPrecision.getStatus()
           
 Status PrecisionType.getStatus()
           
 Status SurveyQualification.getStatus()
           
 Status SaleType.getStatus()
           
 Status PhotoType.getStatus()
           
 Status VesselType.getStatus()
           
protected  Status StatusDaoImpl.handleCreateFromClusterStatus(ClusterStatus clusterStatus)
           
protected abstract  Status StatusDaoBase.handleCreateFromClusterStatus(ClusterStatus clusterStatus)
          Performs the core logic for StatusDaoBase.createFromClusterStatus(fr.ifremer.allegro.referential.generic.cluster.ClusterStatus)
 Status StatusDao.load(java.lang.String code)
          Loads an instance of fr.ifremer.allegro.referential.Status from the persistent store.
 Status StatusDaoBase.load(java.lang.String code)
           
static Status Status.Factory.newInstance()
          Constructs a new instance of Status.
static Status Status.Factory.newInstance(java.lang.String name)
          Constructs a new instance of Status, taking all possible properties (except the identifier(s))as arguments.
 Status StatusDaoImpl.remoteStatusFullVOToEntity(RemoteStatusFullVO remoteStatusFullVO)
           
 Status StatusDao.remoteStatusFullVOToEntity(RemoteStatusFullVO remoteStatusFullVO)
          Converts an instance of type RemoteStatusFullVO to this DAO's entity.
 Status StatusDaoImpl.remoteStatusNaturalIdToEntity(RemoteStatusNaturalId remoteStatusNaturalId)
           
 Status StatusDao.remoteStatusNaturalIdToEntity(RemoteStatusNaturalId remoteStatusNaturalId)
          Converts an instance of type RemoteStatusNaturalId to this DAO's entity.
protected  Status StatusDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential with parameters of type Status
 void StatusDaoImpl.clusterStatusToEntity(ClusterStatus source, Status target, boolean copyIfNull)
           
 void StatusDao.clusterStatusToEntity(ClusterStatus source, Status target, boolean copyIfNull)
          Copies the fields of ClusterStatus to the specified entity.
 void StatusDaoBase.clusterStatusToEntity(ClusterStatus source, Status target, boolean copyIfNull)
           
 SurveyQualification SurveyQualificationDao.create(java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.lang.Integer id, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.SurveyQualification instance from only required properties (attributes and association ends) and adds it to the persistent store.
 SurveyQualification SurveyQualificationDaoBase.create(java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.lang.Integer id, java.lang.String name, Status status)
           
 java.lang.Object SurveyQualificationDao.create(int transform, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.lang.Integer id, java.lang.String name, Status status)
           Does the same thing as SurveyQualificationDao.create(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Integer,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object SurveyQualificationDaoBase.create(int transform, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.lang.Integer id, java.lang.String name, Status status)
           
 SurveyQualification SurveyQualificationDao.create(java.lang.Integer id, java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.SurveyQualification instance from all attributes and properties and adds it to the persistent store.
 SurveyQualification SurveyQualificationDaoBase.create(java.lang.Integer id, java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object SurveyQualificationDao.create(int transform, java.lang.Integer id, java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.sql.Timestamp updateDate, Status status)
           Does the same thing as SurveyQualificationDao.create(java.lang.Integer,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object SurveyQualificationDaoBase.create(int transform, java.lang.Integer id, java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object StatusDao.create(int transform, Status status)
           Does the same thing as StatusDao.create(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object StatusDaoBase.create(int transform, Status status)
           
 java.lang.Object AnalysisInstrumentDao.create(int transform, java.lang.String name, Status status)
           Does the same thing as AnalysisInstrumentDao.create(java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object SaleTypeDao.create(int transform, java.lang.String name, Status status)
           Does the same thing as SaleTypeDao.create(java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object PrecisionTypeDao.create(int transform, java.lang.String name, Status status)
           Does the same thing as PrecisionTypeDao.create(java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object VesselTypeDao.create(int transform, java.lang.String name, Status status)
           Does the same thing as VesselTypeDao.create(java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object AnalysisInstrumentDaoBase.create(int transform, java.lang.String name, Status status)
           
 java.lang.Object PrecisionTypeDaoBase.create(int transform, java.lang.String name, Status status)
           
 java.lang.Object SaleTypeDaoBase.create(int transform, java.lang.String name, Status status)
           
 java.lang.Object VesselTypeDaoBase.create(int transform, java.lang.String name, Status status)
           
 java.lang.Object DepthGradientDao.create(int transform, java.lang.String description, java.lang.String name, java.lang.Short rankOrder, Status status)
           Does the same thing as DepthGradientDao.create(java.lang.String,java.lang.String,java.lang.Short,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object DistanceToCoastGradientDao.create(int transform, java.lang.String description, java.lang.String name, java.lang.Short rankOrder, Status status)
           Does the same thing as DistanceToCoastGradientDao.create(java.lang.String,java.lang.String,java.lang.Short,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object DepthGradientDaoBase.create(int transform, java.lang.String description, java.lang.String name, java.lang.Short rankOrder, Status status)
           
 java.lang.Object DistanceToCoastGradientDaoBase.create(int transform, java.lang.String description, java.lang.String name, java.lang.Short rankOrder, Status status)
           
 java.lang.Object DepthGradientDao.create(int transform, java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
           Does the same thing as DepthGradientDao.create(java.lang.String,java.lang.String,java.lang.Short,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object DistanceToCoastGradientDao.create(int transform, java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
           Does the same thing as DistanceToCoastGradientDao.create(java.lang.String,java.lang.String,java.lang.Short,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object DepthGradientDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object DistanceToCoastGradientDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object NearbySpecificAreaDao.create(int transform, java.lang.String description, java.lang.String name, Status status)
           Does the same thing as NearbySpecificAreaDao.create(java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object NumericalPrecisionDao.create(int transform, java.lang.String description, java.lang.String name, Status status)
           Does the same thing as NumericalPrecisionDao.create(java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object PhotoTypeDao.create(int transform, java.lang.String description, java.lang.String name, Status status)
           Does the same thing as PhotoTypeDao.create(java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object NearbySpecificAreaDaoBase.create(int transform, java.lang.String description, java.lang.String name, Status status)
           
 java.lang.Object NumericalPrecisionDaoBase.create(int transform, java.lang.String description, java.lang.String name, Status status)
           
 java.lang.Object PhotoTypeDaoBase.create(int transform, java.lang.String description, java.lang.String name, Status status)
           
 java.lang.Object AnalysisInstrumentDao.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           Does the same thing as AnalysisInstrumentDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object NearbySpecificAreaDao.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           Does the same thing as NearbySpecificAreaDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object NumericalPrecisionDao.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           Does the same thing as NumericalPrecisionDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object PhotoTypeDao.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           Does the same thing as PhotoTypeDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object AnalysisInstrumentDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object NearbySpecificAreaDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object NumericalPrecisionDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object PhotoTypeDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object PrecisionTypeDao.create(int transform, java.lang.String name, java.sql.Timestamp updateDate, Status status)
           Does the same thing as PrecisionTypeDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object VesselTypeDao.create(int transform, java.lang.String name, java.sql.Timestamp updateDate, Status status)
           Does the same thing as VesselTypeDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object PrecisionTypeDaoBase.create(int transform, java.lang.String name, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object VesselTypeDaoBase.create(int transform, java.lang.String name, java.sql.Timestamp updateDate, Status status)
           
 Status StatusDao.create(Status status)
          Creates an instance of fr.ifremer.allegro.referential.Status and adds it to the persistent store.
 Status StatusDaoBase.create(Status status)
           
 AnalysisInstrument AnalysisInstrumentDao.create(java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.AnalysisInstrument instance from only required properties (attributes and association ends) and adds it to the persistent store.
 SaleType SaleTypeDao.create(java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.SaleType instance from all attributes and properties and adds it to the persistent store.
 PrecisionType PrecisionTypeDao.create(java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.PrecisionType instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselType VesselTypeDao.create(java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.VesselType instance from only required properties (attributes and association ends) and adds it to the persistent store.
 AnalysisInstrument AnalysisInstrumentDaoBase.create(java.lang.String name, Status status)
           
 PrecisionType PrecisionTypeDaoBase.create(java.lang.String name, Status status)
           
 SaleType SaleTypeDaoBase.create(java.lang.String name, Status status)
           
 VesselType VesselTypeDaoBase.create(java.lang.String name, Status status)
           
 DepthGradient DepthGradientDao.create(java.lang.String description, java.lang.String name, java.lang.Short rankOrder, Status status)
           Creates a new fr.ifremer.allegro.referential.DepthGradient instance from only required properties (attributes and association ends) and adds it to the persistent store.
 DistanceToCoastGradient DistanceToCoastGradientDao.create(java.lang.String description, java.lang.String name, java.lang.Short rankOrder, Status status)
           Creates a new fr.ifremer.allegro.referential.DistanceToCoastGradient instance from only required properties (attributes and association ends) and adds it to the persistent store.
 DepthGradient DepthGradientDaoBase.create(java.lang.String description, java.lang.String name, java.lang.Short rankOrder, Status status)
           
 DistanceToCoastGradient DistanceToCoastGradientDaoBase.create(java.lang.String description, java.lang.String name, java.lang.Short rankOrder, Status status)
           
 DepthGradient DepthGradientDao.create(java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.DepthGradient instance from all attributes and properties and adds it to the persistent store.
 DistanceToCoastGradient DistanceToCoastGradientDao.create(java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.DistanceToCoastGradient instance from all attributes and properties and adds it to the persistent store.
 DepthGradient DepthGradientDaoBase.create(java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
           
 DistanceToCoastGradient DistanceToCoastGradientDaoBase.create(java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
           
 NearbySpecificArea NearbySpecificAreaDao.create(java.lang.String description, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.NearbySpecificArea instance from only required properties (attributes and association ends) and adds it to the persistent store.
 NumericalPrecision NumericalPrecisionDao.create(java.lang.String description, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.NumericalPrecision instance from only required properties (attributes and association ends) and adds it to the persistent store.
 PhotoType PhotoTypeDao.create(java.lang.String description, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.PhotoType instance from only required properties (attributes and association ends) and adds it to the persistent store.
 NearbySpecificArea NearbySpecificAreaDaoBase.create(java.lang.String description, java.lang.String name, Status status)
           
 NumericalPrecision NumericalPrecisionDaoBase.create(java.lang.String description, java.lang.String name, Status status)
           
 PhotoType PhotoTypeDaoBase.create(java.lang.String description, java.lang.String name, Status status)
           
 AnalysisInstrument AnalysisInstrumentDao.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.AnalysisInstrument instance from all attributes and properties and adds it to the persistent store.
 NearbySpecificArea NearbySpecificAreaDao.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.NearbySpecificArea instance from all attributes and properties and adds it to the persistent store.
 NumericalPrecision NumericalPrecisionDao.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.NumericalPrecision instance from all attributes and properties and adds it to the persistent store.
 PhotoType PhotoTypeDao.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.PhotoType instance from all attributes and properties and adds it to the persistent store.
 AnalysisInstrument AnalysisInstrumentDaoBase.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           
 NearbySpecificArea NearbySpecificAreaDaoBase.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           
 NumericalPrecision NumericalPrecisionDaoBase.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           
 PhotoType PhotoTypeDaoBase.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           
 PrecisionType PrecisionTypeDao.create(java.lang.String name, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.PrecisionType instance from all attributes and properties and adds it to the persistent store.
 VesselType VesselTypeDao.create(java.lang.String name, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.VesselType instance from all attributes and properties and adds it to the persistent store.
 PrecisionType PrecisionTypeDaoBase.create(java.lang.String name, java.sql.Timestamp updateDate, Status status)
           
 VesselType VesselTypeDaoBase.create(java.lang.String name, java.sql.Timestamp updateDate, Status status)
           
 java.util.Collection AnalysisInstrumentDao.findAnalysisInstrumentByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as AnalysisInstrumentDao.findAnalysisInstrumentByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection AnalysisInstrumentDaoBase.findAnalysisInstrumentByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection AnalysisInstrumentDao.findAnalysisInstrumentByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as AnalysisInstrumentDao.findAnalysisInstrumentByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection AnalysisInstrumentDaoBase.findAnalysisInstrumentByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection AnalysisInstrumentDao.findAnalysisInstrumentByStatus(int transform, Status status)
           Does the same thing as AnalysisInstrumentDao.findAnalysisInstrumentByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection AnalysisInstrumentDaoBase.findAnalysisInstrumentByStatus(int transform, Status status)
           
 java.util.Collection AnalysisInstrumentDao.findAnalysisInstrumentByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as AnalysisInstrumentDao.findAnalysisInstrumentByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection AnalysisInstrumentDaoBase.findAnalysisInstrumentByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection AnalysisInstrumentDao.findAnalysisInstrumentByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as AnalysisInstrumentDao.findAnalysisInstrumentByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection AnalysisInstrumentDaoBase.findAnalysisInstrumentByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection AnalysisInstrumentDao.findAnalysisInstrumentByStatus(Status status)
           
 java.util.Collection AnalysisInstrumentDaoBase.findAnalysisInstrumentByStatus(Status status)
           
 java.util.Collection AnalysisInstrumentDao.findAnalysisInstrumentByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as AnalysisInstrumentDao.findAnalysisInstrumentByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection AnalysisInstrumentDaoBase.findAnalysisInstrumentByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection AnalysisInstrumentDao.findAnalysisInstrumentByStatus(java.lang.String queryString, Status status)
           Does the same thing as AnalysisInstrumentDao.findAnalysisInstrumentByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection AnalysisInstrumentDaoBase.findAnalysisInstrumentByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection DepthGradientDao.findDepthGradientByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as DepthGradientDao.findDepthGradientByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepthGradientDaoBase.findDepthGradientByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection DepthGradientDao.findDepthGradientByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as DepthGradientDao.findDepthGradientByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepthGradientDaoBase.findDepthGradientByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection DepthGradientDao.findDepthGradientByStatus(int transform, Status status)
           Does the same thing as DepthGradientDao.findDepthGradientByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection DepthGradientDaoBase.findDepthGradientByStatus(int transform, Status status)
           
 java.util.Collection DepthGradientDao.findDepthGradientByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as DepthGradientDao.findDepthGradientByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepthGradientDaoBase.findDepthGradientByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection DepthGradientDao.findDepthGradientByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as DepthGradientDao.findDepthGradientByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection DepthGradientDaoBase.findDepthGradientByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection DepthGradientDao.findDepthGradientByStatus(Status status)
           
 java.util.Collection DepthGradientDaoBase.findDepthGradientByStatus(Status status)
           
 java.util.Collection DepthGradientDao.findDepthGradientByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as DepthGradientDao.findDepthGradientByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DepthGradientDaoBase.findDepthGradientByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection DepthGradientDao.findDepthGradientByStatus(java.lang.String queryString, Status status)
           Does the same thing as DepthGradientDao.findDepthGradientByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection DepthGradientDaoBase.findDepthGradientByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DistanceToCoastGradientDaoBase.findDistanceToCoastGradientByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DistanceToCoastGradientDaoBase.findDistanceToCoastGradientByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int transform, Status status)
           Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection DistanceToCoastGradientDaoBase.findDistanceToCoastGradientByStatus(int transform, Status status)
           
 java.util.Collection DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DistanceToCoastGradientDaoBase.findDistanceToCoastGradientByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection DistanceToCoastGradientDaoBase.findDistanceToCoastGradientByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(Status status)
           
 java.util.Collection DistanceToCoastGradientDaoBase.findDistanceToCoastGradientByStatus(Status status)
           
 java.util.Collection DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection DistanceToCoastGradientDaoBase.findDistanceToCoastGradientByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(java.lang.String queryString, Status status)
           Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection DistanceToCoastGradientDaoBase.findDistanceToCoastGradientByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection NearbySpecificAreaDaoBase.findNearbySpecificAreaByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection NearbySpecificAreaDaoBase.findNearbySpecificAreaByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int transform, Status status)
           Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection NearbySpecificAreaDaoBase.findNearbySpecificAreaByStatus(int transform, Status status)
           
 java.util.Collection NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection NearbySpecificAreaDaoBase.findNearbySpecificAreaByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection NearbySpecificAreaDaoBase.findNearbySpecificAreaByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection NearbySpecificAreaDao.findNearbySpecificAreaByStatus(Status status)
           
 java.util.Collection NearbySpecificAreaDaoBase.findNearbySpecificAreaByStatus(Status status)
           
 java.util.Collection NearbySpecificAreaDao.findNearbySpecificAreaByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection NearbySpecificAreaDaoBase.findNearbySpecificAreaByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection NearbySpecificAreaDao.findNearbySpecificAreaByStatus(java.lang.String queryString, Status status)
           Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection NearbySpecificAreaDaoBase.findNearbySpecificAreaByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection NumericalPrecisionDao.findNumericalPrecisionByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as NumericalPrecisionDao.findNumericalPrecisionByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection NumericalPrecisionDaoBase.findNumericalPrecisionByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection NumericalPrecisionDao.findNumericalPrecisionByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as NumericalPrecisionDao.findNumericalPrecisionByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection NumericalPrecisionDaoBase.findNumericalPrecisionByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection NumericalPrecisionDao.findNumericalPrecisionByStatus(int transform, Status status)
           Does the same thing as NumericalPrecisionDao.findNumericalPrecisionByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection NumericalPrecisionDaoBase.findNumericalPrecisionByStatus(int transform, Status status)
           
 java.util.Collection NumericalPrecisionDao.findNumericalPrecisionByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as NumericalPrecisionDao.findNumericalPrecisionByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection NumericalPrecisionDaoBase.findNumericalPrecisionByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection NumericalPrecisionDao.findNumericalPrecisionByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as NumericalPrecisionDao.findNumericalPrecisionByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection NumericalPrecisionDaoBase.findNumericalPrecisionByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection NumericalPrecisionDao.findNumericalPrecisionByStatus(Status status)
           
 java.util.Collection NumericalPrecisionDaoBase.findNumericalPrecisionByStatus(Status status)
           
 java.util.Collection NumericalPrecisionDao.findNumericalPrecisionByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as NumericalPrecisionDao.findNumericalPrecisionByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection NumericalPrecisionDaoBase.findNumericalPrecisionByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection NumericalPrecisionDao.findNumericalPrecisionByStatus(java.lang.String queryString, Status status)
           Does the same thing as NumericalPrecisionDao.findNumericalPrecisionByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection NumericalPrecisionDaoBase.findNumericalPrecisionByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection PhotoTypeDao.findPhotoTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as PhotoTypeDao.findPhotoTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PhotoTypeDaoBase.findPhotoTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PhotoTypeDao.findPhotoTypeByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as PhotoTypeDao.findPhotoTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PhotoTypeDaoBase.findPhotoTypeByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection PhotoTypeDao.findPhotoTypeByStatus(int transform, Status status)
           Does the same thing as PhotoTypeDao.findPhotoTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection PhotoTypeDaoBase.findPhotoTypeByStatus(int transform, Status status)
           
 java.util.Collection PhotoTypeDao.findPhotoTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as PhotoTypeDao.findPhotoTypeByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PhotoTypeDaoBase.findPhotoTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PhotoTypeDao.findPhotoTypeByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as PhotoTypeDao.findPhotoTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection PhotoTypeDaoBase.findPhotoTypeByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection PhotoTypeDao.findPhotoTypeByStatus(Status status)
           
 java.util.Collection PhotoTypeDaoBase.findPhotoTypeByStatus(Status status)
           
 java.util.Collection PhotoTypeDao.findPhotoTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as PhotoTypeDao.findPhotoTypeByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PhotoTypeDaoBase.findPhotoTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PhotoTypeDao.findPhotoTypeByStatus(java.lang.String queryString, Status status)
           Does the same thing as PhotoTypeDao.findPhotoTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection PhotoTypeDaoBase.findPhotoTypeByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection PrecisionTypeDao.findPrecisionTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as PrecisionTypeDao.findPrecisionTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PrecisionTypeDaoBase.findPrecisionTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PrecisionTypeDao.findPrecisionTypeByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as PrecisionTypeDao.findPrecisionTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PrecisionTypeDaoBase.findPrecisionTypeByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection PrecisionTypeDao.findPrecisionTypeByStatus(int transform, Status status)
           Does the same thing as PrecisionTypeDao.findPrecisionTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection PrecisionTypeDaoBase.findPrecisionTypeByStatus(int transform, Status status)
           
 java.util.Collection PrecisionTypeDao.findPrecisionTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as PrecisionTypeDao.findPrecisionTypeByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PrecisionTypeDaoBase.findPrecisionTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PrecisionTypeDao.findPrecisionTypeByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as PrecisionTypeDao.findPrecisionTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection PrecisionTypeDaoBase.findPrecisionTypeByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection PrecisionTypeDao.findPrecisionTypeByStatus(Status status)
           
 java.util.Collection PrecisionTypeDaoBase.findPrecisionTypeByStatus(Status status)
           
 java.util.Collection PrecisionTypeDao.findPrecisionTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as PrecisionTypeDao.findPrecisionTypeByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PrecisionTypeDaoBase.findPrecisionTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PrecisionTypeDao.findPrecisionTypeByStatus(java.lang.String queryString, Status status)
           Does the same thing as PrecisionTypeDao.findPrecisionTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection PrecisionTypeDaoBase.findPrecisionTypeByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection SaleTypeDao.findSaleTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as SaleTypeDao.findSaleTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleTypeDaoBase.findSaleTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection SaleTypeDao.findSaleTypeByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as SaleTypeDao.findSaleTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleTypeDaoBase.findSaleTypeByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection SaleTypeDao.findSaleTypeByStatus(int transform, Status status)
           Does the same thing as SaleTypeDao.findSaleTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection SaleTypeDaoBase.findSaleTypeByStatus(int transform, Status status)
           
 java.util.Collection SaleTypeDao.findSaleTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as SaleTypeDao.findSaleTypeByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleTypeDaoBase.findSaleTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection SaleTypeDao.findSaleTypeByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as SaleTypeDao.findSaleTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection SaleTypeDaoBase.findSaleTypeByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection SaleTypeDao.findSaleTypeByStatus(Status status)
           
 java.util.Collection SaleTypeDaoBase.findSaleTypeByStatus(Status status)
           
 java.util.Collection SaleTypeDao.findSaleTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as SaleTypeDao.findSaleTypeByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleTypeDaoBase.findSaleTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection SaleTypeDao.findSaleTypeByStatus(java.lang.String queryString, Status status)
           Does the same thing as SaleTypeDao.findSaleTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection SaleTypeDaoBase.findSaleTypeByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection SurveyQualificationDao.findSurveyQualificationByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SurveyQualificationDaoBase.findSurveyQualificationByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection SurveyQualificationDao.findSurveyQualificationByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SurveyQualificationDaoBase.findSurveyQualificationByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection SurveyQualificationDao.findSurveyQualificationByStatus(int transform, Status status)
           Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection SurveyQualificationDaoBase.findSurveyQualificationByStatus(int transform, Status status)
           
 java.util.Collection SurveyQualificationDao.findSurveyQualificationByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SurveyQualificationDaoBase.findSurveyQualificationByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection SurveyQualificationDao.findSurveyQualificationByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection SurveyQualificationDaoBase.findSurveyQualificationByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection SurveyQualificationDao.findSurveyQualificationByStatus(Status status)
           
 java.util.Collection SurveyQualificationDaoBase.findSurveyQualificationByStatus(Status status)
           
 java.util.Collection SurveyQualificationDao.findSurveyQualificationByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SurveyQualificationDaoBase.findSurveyQualificationByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection SurveyQualificationDao.findSurveyQualificationByStatus(java.lang.String queryString, Status status)
           Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection SurveyQualificationDaoBase.findSurveyQualificationByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection VesselTypeDao.findVesselTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as VesselTypeDao.findVesselTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselTypeDaoBase.findVesselTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselTypeDao.findVesselTypeByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as VesselTypeDao.findVesselTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselTypeDaoBase.findVesselTypeByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselTypeDao.findVesselTypeByStatus(int transform, Status status)
           Does the same thing as VesselTypeDao.findVesselTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection VesselTypeDaoBase.findVesselTypeByStatus(int transform, Status status)
           
 java.util.Collection VesselTypeDao.findVesselTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as VesselTypeDao.findVesselTypeByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselTypeDaoBase.findVesselTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselTypeDao.findVesselTypeByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as VesselTypeDao.findVesselTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection VesselTypeDaoBase.findVesselTypeByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection VesselTypeDao.findVesselTypeByStatus(Status status)
           
 java.util.Collection VesselTypeDaoBase.findVesselTypeByStatus(Status status)
           
 java.util.Collection VesselTypeDao.findVesselTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as VesselTypeDao.findVesselTypeByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselTypeDaoBase.findVesselTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselTypeDao.findVesselTypeByStatus(java.lang.String queryString, Status status)
           Does the same thing as VesselTypeDao.findVesselTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection VesselTypeDaoBase.findVesselTypeByStatus(java.lang.String queryString, Status status)
           
static SurveyQualification SurveyQualification.Factory.newInstance(java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, Status status)
          Constructs a new instance of SurveyQualification, taking all required and/or read-only properties as arguments.
static SurveyQualification SurveyQualification.Factory.newInstance(java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of SurveyQualification, taking all possible properties (except the identifier(s))as arguments.
static AnalysisInstrument AnalysisInstrument.Factory.newInstance(java.lang.String name, Status status)
          Constructs a new instance of AnalysisInstrument, taking all required and/or read-only properties as arguments.
static PrecisionType PrecisionType.Factory.newInstance(java.lang.String name, Status status)
          Constructs a new instance of PrecisionType, taking all required and/or read-only properties as arguments.
static SaleType SaleType.Factory.newInstance(java.lang.String name, Status status)
          Constructs a new instance of SaleType, taking all possible properties (except the identifier(s))as arguments.
static VesselType VesselType.Factory.newInstance(java.lang.String name, Status status)
          Constructs a new instance of VesselType, taking all required and/or read-only properties as arguments.
static DepthGradient DepthGradient.Factory.newInstance(java.lang.String name, java.lang.String description, java.lang.Short rankOrder, Status status)
          Constructs a new instance of DepthGradient, taking all required and/or read-only properties as arguments.
static DistanceToCoastGradient DistanceToCoastGradient.Factory.newInstance(java.lang.String name, java.lang.String description, java.lang.Short rankOrder, Status status)
          Constructs a new instance of DistanceToCoastGradient, taking all required and/or read-only properties as arguments.
static DepthGradient DepthGradient.Factory.newInstance(java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of DepthGradient, taking all possible properties (except the identifier(s))as arguments.
static DistanceToCoastGradient DistanceToCoastGradient.Factory.newInstance(java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of DistanceToCoastGradient, taking all possible properties (except the identifier(s))as arguments.
static NearbySpecificArea NearbySpecificArea.Factory.newInstance(java.lang.String name, java.lang.String description, Status status)
          Constructs a new instance of NearbySpecificArea, taking all required and/or read-only properties as arguments.
static NumericalPrecision NumericalPrecision.Factory.newInstance(java.lang.String name, java.lang.String description, Status status)
          Constructs a new instance of NumericalPrecision, taking all required and/or read-only properties as arguments.
static PhotoType PhotoType.Factory.newInstance(java.lang.String name, java.lang.String description, Status status)
          Constructs a new instance of PhotoType, taking all required and/or read-only properties as arguments.
static AnalysisInstrument AnalysisInstrument.Factory.newInstance(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of AnalysisInstrument, taking all possible properties (except the identifier(s))as arguments.
static NearbySpecificArea NearbySpecificArea.Factory.newInstance(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of NearbySpecificArea, taking all possible properties (except the identifier(s))as arguments.
static NumericalPrecision NumericalPrecision.Factory.newInstance(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of NumericalPrecision, taking all possible properties (except the identifier(s))as arguments.
static PhotoType PhotoType.Factory.newInstance(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of PhotoType, taking all possible properties (except the identifier(s))as arguments.
static PrecisionType PrecisionType.Factory.newInstance(java.lang.String name, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of PrecisionType, taking all possible properties (except the identifier(s))as arguments.
static VesselType VesselType.Factory.newInstance(java.lang.String name, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of VesselType, taking all possible properties (except the identifier(s))as arguments.
 void StatusDaoImpl.remoteStatusFullVOToEntity(RemoteStatusFullVO source, Status target, boolean copyIfNull)
           
 void StatusDao.remoteStatusFullVOToEntity(RemoteStatusFullVO source, Status target, boolean copyIfNull)
          Copies the fields of RemoteStatusFullVO to the specified entity.
 void StatusDaoBase.remoteStatusFullVOToEntity(RemoteStatusFullVO source, Status target, boolean copyIfNull)
           
 void StatusDaoImpl.remoteStatusNaturalIdToEntity(RemoteStatusNaturalId source, Status target, boolean copyIfNull)
           
 void StatusDao.remoteStatusNaturalIdToEntity(RemoteStatusNaturalId source, Status target, boolean copyIfNull)
          Copies the fields of RemoteStatusNaturalId to the specified entity.
 void StatusDaoBase.remoteStatusNaturalIdToEntity(RemoteStatusNaturalId source, Status target, boolean copyIfNull)
           
 void StatusDao.remove(Status status)
          Removes the instance of fr.ifremer.allegro.referential.Status from the persistent store.
 void StatusDaoBase.remove(Status status)
           
 void AnalysisInstrument.setStatus(Status status)
           
 void NearbySpecificArea.setStatus(Status status)
           
 void DepthGradient.setStatus(Status status)
           
 void DistanceToCoastGradient.setStatus(Status status)
           
 void NumericalPrecision.setStatus(Status status)
           
 void PrecisionType.setStatus(Status status)
           
 void SurveyQualification.setStatus(Status status)
           
 void SaleType.setStatus(Status status)
           
 void PhotoType.setStatus(Status status)
           
 void VesselType.setStatus(Status status)
           
 ClusterStatus StatusDaoImpl.toClusterStatus(Status entity)
           
 ClusterStatus StatusDao.toClusterStatus(Status entity)
          Converts this DAO's entity to an object of type ClusterStatus.
 ClusterStatus StatusDaoBase.toClusterStatus(Status entity)
           
 void StatusDaoImpl.toClusterStatus(Status source, ClusterStatus target)
           
 void StatusDao.toClusterStatus(Status source, ClusterStatus target)
          Copies the fields of the specified entity to the target value object.
 void StatusDaoBase.toClusterStatus(Status source, ClusterStatus target)
           
 RemoteStatusFullVO StatusDaoImpl.toRemoteStatusFullVO(Status entity)
           
 RemoteStatusFullVO StatusDao.toRemoteStatusFullVO(Status entity)
          Converts this DAO's entity to an object of type RemoteStatusFullVO.
 RemoteStatusFullVO StatusDaoBase.toRemoteStatusFullVO(Status entity)
           
 void StatusDaoImpl.toRemoteStatusFullVO(Status source, RemoteStatusFullVO target)
           
 void StatusDao.toRemoteStatusFullVO(Status source, RemoteStatusFullVO target)
          Copies the fields of the specified entity to the target value object.
 void StatusDaoBase.toRemoteStatusFullVO(Status source, RemoteStatusFullVO target)
           
 RemoteStatusNaturalId StatusDaoImpl.toRemoteStatusNaturalId(Status entity)
           
 RemoteStatusNaturalId StatusDao.toRemoteStatusNaturalId(Status entity)
          Converts this DAO's entity to an object of type RemoteStatusNaturalId.
 RemoteStatusNaturalId StatusDaoBase.toRemoteStatusNaturalId(Status entity)
           
 void StatusDaoImpl.toRemoteStatusNaturalId(Status source, RemoteStatusNaturalId target)
           
 void StatusDao.toRemoteStatusNaturalId(Status source, RemoteStatusNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void StatusDaoBase.toRemoteStatusNaturalId(Status source, RemoteStatusNaturalId target)
           
protected  java.lang.Object StatusDaoBase.transformEntity(int transform, Status 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.referential.StatusDao, please note that the StatusDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void StatusDao.update(Status status)
          Updates the status instance in the persistent store.
 void StatusDaoBase.update(Status status)
           
 

Uses of Status in fr.ifremer.allegro.referential.buyer
 

Methods in fr.ifremer.allegro.referential.buyer that return Status
 Status Buyer.getStatus()
           
 

Methods in fr.ifremer.allegro.referential.buyer with parameters of type Status
 java.lang.Object BuyerDao.create(int transform, Status status)
           Does the same thing as BuyerDao.create(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object BuyerDaoBase.create(int transform, Status status)
           
 java.lang.Object BuyerDao.create(int transform, java.lang.String registrationCode, java.lang.String name, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate, Status status)
           Does the same thing as BuyerDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object BuyerDaoBase.create(int transform, java.lang.String registrationCode, java.lang.String name, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate, Status status)
           
 Buyer BuyerDao.create(Status status)
           Creates a new fr.ifremer.allegro.referential.buyer.Buyer instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Buyer BuyerDaoBase.create(Status status)
           
 Buyer BuyerDao.create(java.lang.String registrationCode, java.lang.String name, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.buyer.Buyer instance from all attributes and properties and adds it to the persistent store.
 Buyer BuyerDaoBase.create(java.lang.String registrationCode, java.lang.String name, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate, Status status)
           
 java.util.Collection BuyerDao.findBuyerByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as BuyerDao.findBuyerByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection BuyerDaoBase.findBuyerByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection BuyerDao.findBuyerByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as BuyerDao.findBuyerByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection BuyerDaoBase.findBuyerByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection BuyerDao.findBuyerByStatus(int transform, Status status)
           Does the same thing as BuyerDao.findBuyerByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection BuyerDaoBase.findBuyerByStatus(int transform, Status status)
           
 java.util.Collection BuyerDao.findBuyerByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as BuyerDao.findBuyerByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection BuyerDaoBase.findBuyerByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection BuyerDao.findBuyerByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as BuyerDao.findBuyerByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection BuyerDaoBase.findBuyerByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection BuyerDao.findBuyerByStatus(Status status)
           
 java.util.Collection BuyerDaoBase.findBuyerByStatus(Status status)
           
 java.util.Collection BuyerDao.findBuyerByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as BuyerDao.findBuyerByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection BuyerDaoBase.findBuyerByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection BuyerDao.findBuyerByStatus(java.lang.String queryString, Status status)
           Does the same thing as BuyerDao.findBuyerByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection BuyerDaoBase.findBuyerByStatus(java.lang.String queryString, Status status)
           
static Buyer Buyer.Factory.newInstance(Status status)
          Constructs a new instance of Buyer, taking all required and/or read-only properties as arguments.
static Buyer Buyer.Factory.newInstance(java.lang.String registrationCode, java.lang.String name, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of Buyer, taking all possible properties (except the identifier(s))as arguments.
 void Buyer.setStatus(Status status)
           
 

Uses of Status in fr.ifremer.allegro.referential.gear
 

Methods in fr.ifremer.allegro.referential.gear that return Status
 Status Gear.getStatus()
           
 

Methods in fr.ifremer.allegro.referential.gear with parameters of type Status
 Gear GearDao.create(GearClassification gearClassification, java.lang.String label, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.gear.Gear instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Gear FishingGearDao.create(GearClassification gearClassification, java.lang.String label, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.gear.FishingGear instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Gear GearDaoBase.create(GearClassification gearClassification, java.lang.String label, java.lang.String name, Status status)
           
 FishingGear FishingGearDaoBase.create(GearClassification gearClassification, java.lang.String label, java.lang.String name, Status status)
           
 java.lang.Object GearDao.create(int transform, GearClassification gearClassification, java.lang.String label, java.lang.String name, Status status)
           Does the same thing as GearDao.create(fr.ifremer.allegro.referential.gear.GearClassification,java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object FishingGearDao.create(int transform, GearClassification gearClassification, java.lang.String label, java.lang.String name, Status status)
           Does the same thing as FishingGearDao.create(fr.ifremer.allegro.referential.gear.GearClassification,java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object GearDaoBase.create(int transform, GearClassification gearClassification, java.lang.String label, java.lang.String name, Status status)
           
 java.lang.Object FishingGearDaoBase.create(int transform, GearClassification gearClassification, java.lang.String label, java.lang.String name, Status status)
           
 java.lang.Object GearDao.create(int transform, java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, GearClassification gearClassification, java.util.Collection childGears, Gear parentGear, Status status, java.util.Collection associatedGears)
           Does the same thing as GearDao.create(java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.gear.GearClassification,java.util.Collection,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.Status,java.util.Collection) with an additional flag called transform.
 java.lang.Object GearDaoBase.create(int transform, java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, GearClassification gearClassification, java.util.Collection childGears, Gear parentGear, Status status, java.util.Collection associatedGears)
           
 java.lang.Object FishingGearDao.create(int transform, java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, GearClassification gearClassification, java.util.Collection childGears, Gear parentGear, Status status, java.util.Collection associatedGears, java.lang.Boolean isActive, java.lang.Boolean isTowed)
           Does the same thing as FishingGearDao.create(java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.gear.GearClassification,java.util.Collection,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.Status,java.util.Collection,java.lang.Boolean,java.lang.Boolean) with an additional flag called transform.
 java.lang.Object FishingGearDaoBase.create(int transform, java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, GearClassification gearClassification, java.util.Collection childGears, Gear parentGear, Status status, java.util.Collection associatedGears, java.lang.Boolean isActive, java.lang.Boolean isTowed)
           
 Gear GearDao.create(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, GearClassification gearClassification, java.util.Collection childGears, Gear parentGear, Status status, java.util.Collection associatedGears)
           Creates a new fr.ifremer.allegro.referential.gear.Gear instance from all attributes and properties and adds it to the persistent store.
 Gear GearDaoBase.create(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, GearClassification gearClassification, java.util.Collection childGears, Gear parentGear, Status status, java.util.Collection associatedGears)
           
 Gear FishingGearDao.create(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, GearClassification gearClassification, java.util.Collection childGears, Gear parentGear, Status status, java.util.Collection associatedGears, java.lang.Boolean isActive, java.lang.Boolean isTowed)
           Creates a new fr.ifremer.allegro.referential.gear.FishingGear instance from all attributes and properties and adds it to the persistent store.
 FishingGear FishingGearDaoBase.create(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, GearClassification gearClassification, java.util.Collection childGears, Gear parentGear, Status status, java.util.Collection associatedGears, java.lang.Boolean isActive, java.lang.Boolean isTowed)
           
 java.util.Collection FishingGearDao.findFishingGearByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as FishingGearDao.findFishingGearByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingGearDaoBase.findFishingGearByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingGearDao.findFishingGearByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as FishingGearDao.findFishingGearByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingGearDaoBase.findFishingGearByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingGearDao.findFishingGearByStatus(int transform, Status status)
           Does the same thing as FishingGearDao.findFishingGearByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection FishingGearDaoBase.findFishingGearByStatus(int transform, Status status)
           
 java.util.Collection FishingGearDao.findFishingGearByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as FishingGearDao.findFishingGearByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingGearDaoBase.findFishingGearByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingGearDao.findFishingGearByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as FishingGearDao.findFishingGearByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection FishingGearDaoBase.findFishingGearByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection FishingGearDao.findFishingGearByStatus(Status status)
           
 java.util.Collection FishingGearDaoBase.findFishingGearByStatus(Status status)
           
 java.util.Collection FishingGearDao.findFishingGearByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as FishingGearDao.findFishingGearByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingGearDaoBase.findFishingGearByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingGearDao.findFishingGearByStatus(java.lang.String queryString, Status status)
           Does the same thing as FishingGearDao.findFishingGearByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection FishingGearDaoBase.findFishingGearByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection GearDao.findGearByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as GearDao.findGearByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearDaoBase.findGearByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingGearDaoBase.findGearByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection GearDao.findGearByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as GearDao.findGearByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearDaoBase.findGearByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingGearDaoBase.findGearByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection GearDao.findGearByStatus(int transform, Status status)
           Does the same thing as GearDao.findGearByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection GearDaoBase.findGearByStatus(int transform, Status status)
           
 java.util.Collection FishingGearDaoBase.findGearByStatus(int transform, Status status)
           
 java.util.Collection GearDao.findGearByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as GearDao.findGearByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearDaoBase.findGearByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingGearDaoBase.findGearByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection GearDao.findGearByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as GearDao.findGearByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection GearDaoBase.findGearByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection FishingGearDaoBase.findGearByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection GearDao.findGearByStatus(Status status)
           
 java.util.Collection GearDaoBase.findGearByStatus(Status status)
           
 java.util.Collection FishingGearDaoBase.findGearByStatus(Status status)
           
 java.util.Collection GearDao.findGearByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as GearDao.findGearByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearDaoBase.findGearByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingGearDaoBase.findGearByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection GearDao.findGearByStatus(java.lang.String queryString, Status status)
           Does the same thing as GearDao.findGearByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection GearDaoBase.findGearByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection FishingGearDaoBase.findGearByStatus(java.lang.String queryString, Status status)
           
static Gear Gear.Factory.newInstance(java.lang.String label, java.lang.String name, GearClassification gearClassification, Status status)
          Constructs a new instance of Gear, taking all required and/or read-only properties as arguments.
static FishingGear FishingGear.Factory.newInstance(java.lang.String label, java.lang.String name, GearClassification gearClassification, Status status)
          Constructs a new instance of FishingGear, taking all required and/or read-only properties as arguments.
static Gear Gear.Factory.newInstance(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, GearClassification gearClassification, java.util.Collection childGears, Gear parentGear, Status status, java.util.Collection associatedGears)
          Constructs a new instance of Gear, taking all possible properties (except the identifier(s))as arguments.
static FishingGear FishingGear.Factory.newInstance(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, GearClassification gearClassification, java.util.Collection childGears, Gear parentGear, Status status, java.util.Collection associatedGears, java.lang.Boolean isActive, java.lang.Boolean isTowed)
          Constructs a new instance of FishingGear, taking all possible properties (except the identifier(s))as arguments.
 void Gear.setStatus(Status status)
           
 

Uses of Status in fr.ifremer.allegro.referential.location
 

Methods in fr.ifremer.allegro.referential.location that return Status
 Status Location.getStatus()
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type Status
 java.lang.Object LocationDao.create(int transform, LocationClassification locationClassification, LocationLevel locationLevel, java.lang.String name, Status status)
           Does the same thing as LocationDao.create(fr.ifremer.allegro.referential.location.LocationClassification,fr.ifremer.allegro.referential.location.LocationLevel,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object LocationDaoBase.create(int transform, LocationClassification locationClassification, LocationLevel locationLevel, java.lang.String name, Status status)
           
 java.lang.Object LocationDao.create(int transform, java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, LocationLevel locationLevel, LocationClassification locationClassification, Status status, java.util.Collection locationAreas, java.util.Collection locationLines, java.util.Collection locationPoints)
           Does the same thing as LocationDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.location.LocationLevel,fr.ifremer.allegro.referential.location.LocationClassification,fr.ifremer.allegro.referential.Status,java.util.Collection,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object LocationDaoBase.create(int transform, java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, LocationLevel locationLevel, LocationClassification locationClassification, Status status, java.util.Collection locationAreas, java.util.Collection locationLines, java.util.Collection locationPoints)
           
 Location LocationDao.create(LocationClassification locationClassification, LocationLevel locationLevel, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.location.Location instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Location LocationDaoBase.create(LocationClassification locationClassification, LocationLevel locationLevel, java.lang.String name, Status status)
           
 Location LocationDao.create(java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, LocationLevel locationLevel, LocationClassification locationClassification, Status status, java.util.Collection locationAreas, java.util.Collection locationLines, java.util.Collection locationPoints)
           Creates a new fr.ifremer.allegro.referential.location.Location instance from all attributes and properties and adds it to the persistent store.
 Location LocationDaoBase.create(java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, LocationLevel locationLevel, LocationClassification locationClassification, Status status, java.util.Collection locationAreas, java.util.Collection locationLines, java.util.Collection locationPoints)
           
 java.util.Collection LocationDao.findLocationByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as LocationDao.findLocationByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LocationDaoBase.findLocationByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection LocationDao.findLocationByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as LocationDao.findLocationByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LocationDaoBase.findLocationByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection LocationDao.findLocationByStatus(int transform, Status status)
           Does the same thing as LocationDao.findLocationByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection LocationDaoBase.findLocationByStatus(int transform, Status status)
           
 java.util.Collection LocationDao.findLocationByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as LocationDao.findLocationByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LocationDaoBase.findLocationByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection LocationDao.findLocationByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as LocationDao.findLocationByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection LocationDaoBase.findLocationByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection LocationDao.findLocationByStatus(Status status)
           
 java.util.Collection LocationDaoBase.findLocationByStatus(Status status)
           
 java.util.Collection LocationDao.findLocationByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as LocationDao.findLocationByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LocationDaoBase.findLocationByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection LocationDao.findLocationByStatus(java.lang.String queryString, Status status)
           Does the same thing as LocationDao.findLocationByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection LocationDaoBase.findLocationByStatus(java.lang.String queryString, Status status)
           
static Location Location.Factory.newInstance(java.lang.String name, LocationLevel locationLevel, LocationClassification locationClassification, Status status)
          Constructs a new instance of Location, taking all required and/or read-only properties as arguments.
static Location Location.Factory.newInstance(java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, LocationLevel locationLevel, LocationClassification locationClassification, Status status, java.util.Collection locationAreas, java.util.Collection locationLines, java.util.Collection locationPoints)
          Constructs a new instance of Location, taking all possible properties (except the identifier(s))as arguments.
 void Location.setStatus(Status status)
           
 

Uses of Status in fr.ifremer.allegro.referential.metier
 

Methods in fr.ifremer.allegro.referential.metier that return Status
 Status Metier.getStatus()
           
 

Methods in fr.ifremer.allegro.referential.metier with parameters of type Status
 java.lang.Object MetierDao.create(int transform, java.lang.String name, Status status)
           Does the same thing as MetierDao.create(java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object MetierDaoBase.create(int transform, java.lang.String name, Status status)
           
 java.lang.Object FishingMetierDao.create(int transform, java.lang.String name, Status status, TaxonGroup taxonGroup)
           Does the same thing as FishingMetierDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.lang.Object FishingMetierDaoBase.create(int transform, java.lang.String name, Status status, TaxonGroup taxonGroup)
           
 java.lang.Object MetierDao.create(int transform, java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           Does the same thing as MetierDao.create(java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object MetierDaoBase.create(int transform, java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object FishingMetierDao.create(int transform, java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status, TaxonGroup taxonGroup, Gear gear)
           Does the same thing as FishingMetierDao.create(java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.lang.Object FishingMetierDaoBase.create(int transform, java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status, TaxonGroup taxonGroup, Gear gear)
           
 Metier MetierDao.create(java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.metier.Metier instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Metier MetierDaoBase.create(java.lang.String name, Status status)
           
 Metier FishingMetierDao.create(java.lang.String name, Status status, TaxonGroup taxonGroup)
           Creates a new fr.ifremer.allegro.referential.metier.FishingMetier instance from only required properties (attributes and association ends) and adds it to the persistent store.
 FishingMetier FishingMetierDaoBase.create(java.lang.String name, Status status, TaxonGroup taxonGroup)
           
 Metier MetierDao.create(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.metier.Metier instance from all attributes and properties and adds it to the persistent store.
 Metier MetierDaoBase.create(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           
 Metier FishingMetierDao.create(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status, TaxonGroup taxonGroup, Gear gear)
           Creates a new fr.ifremer.allegro.referential.metier.FishingMetier instance from all attributes and properties and adds it to the persistent store.
 FishingMetier FishingMetierDaoBase.create(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status, TaxonGroup taxonGroup, Gear gear)
           
 java.util.Collection FishingMetierDao.findFishingMetierByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as FishingMetierDao.findFishingMetierByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingMetierDaoBase.findFishingMetierByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingMetierDao.findFishingMetierByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as FishingMetierDao.findFishingMetierByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingMetierDaoBase.findFishingMetierByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingMetierDao.findFishingMetierByStatus(int transform, Status status)
           Does the same thing as FishingMetierDao.findFishingMetierByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection FishingMetierDaoBase.findFishingMetierByStatus(int transform, Status status)
           
 java.util.Collection FishingMetierDao.findFishingMetierByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as FishingMetierDao.findFishingMetierByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingMetierDaoBase.findFishingMetierByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingMetierDao.findFishingMetierByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as FishingMetierDao.findFishingMetierByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection FishingMetierDaoBase.findFishingMetierByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection FishingMetierDao.findFishingMetierByStatus(Status status)
           
 java.util.Collection FishingMetierDaoBase.findFishingMetierByStatus(Status status)
           
 java.util.Collection FishingMetierDao.findFishingMetierByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as FishingMetierDao.findFishingMetierByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingMetierDaoBase.findFishingMetierByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingMetierDao.findFishingMetierByStatus(java.lang.String queryString, Status status)
           Does the same thing as FishingMetierDao.findFishingMetierByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection FishingMetierDaoBase.findFishingMetierByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection MetierDao.findMetierByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as MetierDao.findMetierByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MetierDaoBase.findMetierByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingMetierDaoBase.findMetierByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection MetierDao.findMetierByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as MetierDao.findMetierByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MetierDaoBase.findMetierByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingMetierDaoBase.findMetierByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection MetierDao.findMetierByStatus(int transform, Status status)
           Does the same thing as MetierDao.findMetierByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection MetierDaoBase.findMetierByStatus(int transform, Status status)
           
 java.util.Collection FishingMetierDaoBase.findMetierByStatus(int transform, Status status)
           
 java.util.Collection MetierDao.findMetierByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as MetierDao.findMetierByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MetierDaoBase.findMetierByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingMetierDaoBase.findMetierByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection MetierDao.findMetierByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as MetierDao.findMetierByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection MetierDaoBase.findMetierByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection FishingMetierDaoBase.findMetierByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection MetierDao.findMetierByStatus(Status status)
           
 java.util.Collection MetierDaoBase.findMetierByStatus(Status status)
           
 java.util.Collection FishingMetierDaoBase.findMetierByStatus(Status status)
           
 java.util.Collection MetierDao.findMetierByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as MetierDao.findMetierByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MetierDaoBase.findMetierByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingMetierDaoBase.findMetierByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection MetierDao.findMetierByStatus(java.lang.String queryString, Status status)
           Does the same thing as MetierDao.findMetierByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection MetierDaoBase.findMetierByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection FishingMetierDaoBase.findMetierByStatus(java.lang.String queryString, Status status)
           
static Metier Metier.Factory.newInstance(java.lang.String name, Status status)
          Constructs a new instance of Metier, taking all required and/or read-only properties as arguments.
static FishingMetier FishingMetier.Factory.newInstance(java.lang.String name, Status status)
          Constructs a new instance of FishingMetier, taking all required and/or read-only properties as arguments.
static Metier Metier.Factory.newInstance(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of Metier, taking all possible properties (except the identifier(s))as arguments.
static FishingMetier FishingMetier.Factory.newInstance(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status, TaxonGroup taxonGroup, Gear gear)
          Constructs a new instance of FishingMetier, taking all possible properties (except the identifier(s))as arguments.
 void Metier.setStatus(Status status)
           
 

Uses of Status in fr.ifremer.allegro.referential.order
 

Methods in fr.ifremer.allegro.referential.order that return Status
 Status OrderType.getStatus()
           
 

Methods in fr.ifremer.allegro.referential.order with parameters of type Status
 java.lang.Object OrderTypeDao.create(int transform, java.lang.String name, ObjectType objectType, Status status)
           Does the same thing as OrderTypeDao.create(java.lang.String,fr.ifremer.allegro.referential.ObjectType,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object OrderTypeDaoBase.create(int transform, java.lang.String name, ObjectType objectType, Status status)
           
 java.lang.Object OrderTypeDao.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection orderItems, Status status, ObjectType objectType)
           Does the same thing as OrderTypeDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.ObjectType) with an additional flag called transform.
 java.lang.Object OrderTypeDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection orderItems, Status status, ObjectType objectType)
           
 OrderType OrderTypeDao.create(java.lang.String name, ObjectType objectType, Status status)
           Creates a new fr.ifremer.allegro.referential.order.OrderType instance from only required properties (attributes and association ends) and adds it to the persistent store.
 OrderType OrderTypeDaoBase.create(java.lang.String name, ObjectType objectType, Status status)
           
 OrderType OrderTypeDao.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection orderItems, Status status, ObjectType objectType)
           Creates a new fr.ifremer.allegro.referential.order.OrderType instance from all attributes and properties and adds it to the persistent store.
 OrderType OrderTypeDaoBase.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection orderItems, Status status, ObjectType objectType)
           
 java.util.Collection OrderTypeDao.findOrderTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as OrderTypeDao.findOrderTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection OrderTypeDaoBase.findOrderTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection OrderTypeDao.findOrderTypeByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as OrderTypeDao.findOrderTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection OrderTypeDaoBase.findOrderTypeByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection OrderTypeDao.findOrderTypeByStatus(int transform, Status status)
           Does the same thing as OrderTypeDao.findOrderTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection OrderTypeDaoBase.findOrderTypeByStatus(int transform, Status status)
           
 java.util.Collection OrderTypeDao.findOrderTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as OrderTypeDao.findOrderTypeByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection OrderTypeDaoBase.findOrderTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection OrderTypeDao.findOrderTypeByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as OrderTypeDao.findOrderTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection OrderTypeDaoBase.findOrderTypeByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection OrderTypeDao.findOrderTypeByStatus(Status status)
           
 java.util.Collection OrderTypeDaoBase.findOrderTypeByStatus(Status status)
           
 java.util.Collection OrderTypeDao.findOrderTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as OrderTypeDao.findOrderTypeByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection OrderTypeDaoBase.findOrderTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection OrderTypeDao.findOrderTypeByStatus(java.lang.String queryString, Status status)
           Does the same thing as OrderTypeDao.findOrderTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection OrderTypeDaoBase.findOrderTypeByStatus(java.lang.String queryString, Status status)
           
static OrderType OrderType.Factory.newInstance(java.lang.String name, Status status, ObjectType objectType)
          Constructs a new instance of OrderType, taking all required and/or read-only properties as arguments.
static OrderType OrderType.Factory.newInstance(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection orderItems, Status status, ObjectType objectType)
          Constructs a new instance of OrderType, taking all possible properties (except the identifier(s))as arguments.
 void OrderType.setStatus(Status status)
           
 

Uses of Status in fr.ifremer.allegro.referential.pmfm
 

Methods in fr.ifremer.allegro.referential.pmfm that return Status
 Status Pmfm.getStatus()
           
 Status Unit.getStatus()
           
 Status Method.getStatus()
           
 Status Parameter.getStatus()
           ??tat de l'objet (actif ou inactif)
 Status ParameterGroup.getStatus()
           
 Status QualitativeValue.getStatus()
           
 Status Matrix.getStatus()
           
 Status Fraction.getStatus()
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type Status
 Pmfm PmfmDao.create(AggregationLevel aggregationLevel, java.util.Date creationDate, Fraction fraction, Matrix matrix, Method method, Parameter parameter, Status status, Unit unit)
           Creates a new fr.ifremer.allegro.referential.pmfm.Pmfm instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Pmfm PmfmDaoBase.create(AggregationLevel aggregationLevel, java.util.Date creationDate, Fraction fraction, Matrix matrix, Method method, Parameter parameter, Status status, Unit unit)
           
 Matrix MatrixDao.create(java.util.Date creationDate, java.util.Collection fractions, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.Matrix instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Matrix MatrixDaoBase.create(java.util.Date creationDate, java.util.Collection fractions, java.lang.String name, Status status)
           
 Fraction FractionDao.create(java.util.Date creationDate, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.Fraction instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Fraction FractionDaoBase.create(java.util.Date creationDate, java.lang.String name, Status status)
           
 Unit UnitDao.create(java.util.Date creationDate, java.lang.String name, Status status, java.lang.String symbol)
           Creates a new fr.ifremer.allegro.referential.pmfm.Unit instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Unit UnitDaoBase.create(java.util.Date creationDate, java.lang.String name, Status status, java.lang.String symbol)
           
 Method MethodDao.create(java.util.Date creationDate, java.lang.String name, java.lang.String rank, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.Method instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Method MethodDaoBase.create(java.util.Date creationDate, java.lang.String name, java.lang.String rank, Status status)
           
 java.lang.Object PmfmDao.create(int transform, AggregationLevel aggregationLevel, java.util.Date creationDate, Fraction fraction, Matrix matrix, Method method, Parameter parameter, Status status, Unit unit)
           Does the same thing as PmfmDao.create(fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.util.Date,fr.ifremer.allegro.referential.pmfm.Fraction,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.Unit) with an additional flag called transform.
 java.lang.Object PmfmDaoBase.create(int transform, AggregationLevel aggregationLevel, java.util.Date creationDate, Fraction fraction, Matrix matrix, Method method, Parameter parameter, Status status, Unit unit)
           
 java.lang.Object MatrixDao.create(int transform, java.util.Date creationDate, java.util.Collection fractions, java.lang.String name, Status status)
           Does the same thing as MatrixDao.create(java.util.Date,java.util.Collection,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object MatrixDaoBase.create(int transform, java.util.Date creationDate, java.util.Collection fractions, java.lang.String name, Status status)
           
 java.lang.Object FractionDao.create(int transform, java.util.Date creationDate, java.lang.String name, Status status)
           Does the same thing as FractionDao.create(java.util.Date,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object FractionDaoBase.create(int transform, java.util.Date creationDate, java.lang.String name, Status status)
           
 java.lang.Object UnitDao.create(int transform, java.util.Date creationDate, java.lang.String name, Status status, java.lang.String symbol)
           Does the same thing as UnitDao.create(java.util.Date,java.lang.String,fr.ifremer.allegro.referential.Status,java.lang.String) with an additional flag called transform.
 java.lang.Object UnitDaoBase.create(int transform, java.util.Date creationDate, java.lang.String name, Status status, java.lang.String symbol)
           
 java.lang.Object MethodDao.create(int transform, java.util.Date creationDate, java.lang.String name, java.lang.String rank, Status status)
           Does the same thing as MethodDao.create(java.util.Date,java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object MethodDaoBase.create(int transform, java.util.Date creationDate, java.lang.String name, java.lang.String rank, Status status)
           
 Pmfm PmfmDao.create(java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
           Creates a new fr.ifremer.allegro.referential.pmfm.Pmfm instance from all attributes and properties and adds it to the persistent store.
 Pmfm PmfmDaoBase.create(java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
           
 java.lang.Object PmfmDao.create(int transform, java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
           Does the same thing as PmfmDao.create(java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.pmfm.Fraction,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.lang.Object PmfmDaoBase.create(int transform, java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
           
 java.lang.Object ParameterDao.create(int transform, java.lang.String code, java.util.Date creationDate, java.lang.Boolean isCalculated, java.lang.Boolean isQualitative, java.lang.Boolean isTaxinomic, java.lang.String name, ParameterGroup parameterGroup, Status status)
           Does the same thing as ParameterDao.create(java.lang.String,java.util.Date,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.String,fr.ifremer.allegro.referential.pmfm.ParameterGroup,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object ParameterDaoBase.create(int transform, java.lang.String code, java.util.Date creationDate, java.lang.Boolean isCalculated, java.lang.Boolean isQualitative, java.lang.Boolean isTaxinomic, java.lang.String name, ParameterGroup parameterGroup, Status status)
           
 java.lang.Object QualitativeValueDao.create(int transform, java.lang.String name, Parameter parameter, Status status)
           Does the same thing as QualitativeValueDao.create(java.lang.String,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object QualitativeValueDaoBase.create(int transform, java.lang.String name, Parameter parameter, Status status)
           
 java.lang.Object ParameterGroupDao.create(int transform, java.lang.String name, Status status)
           Does the same thing as ParameterGroupDao.create(java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object ParameterGroupDaoBase.create(int transform, java.lang.String name, Status status)
           
 java.lang.Object MatrixDao.create(int transform, java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection fractions, Status status)
           Does the same thing as MatrixDao.create(java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object FractionDao.create(int transform, java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection matrixes, Status status)
           Does the same thing as FractionDao.create(java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object MatrixDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection fractions, Status status)
           
 java.lang.Object FractionDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection matrixes, Status status)
           
 java.lang.Object UnitDao.create(int transform, java.lang.String symbol, java.lang.String name, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           Does the same thing as UnitDao.create(java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object UnitDaoBase.create(int transform, java.lang.String symbol, java.lang.String name, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object QualitativeValueDao.create(int transform, java.lang.String name, java.lang.String description, Parameter parameter, Status status)
           Does the same thing as QualitativeValueDao.create(java.lang.String,java.lang.String,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object QualitativeValueDaoBase.create(int transform, java.lang.String name, java.lang.String description, Parameter parameter, Status status)
           
 java.lang.Object ParameterDao.create(int transform, java.lang.String code, java.lang.String name, java.lang.String description, java.lang.Boolean isQualitative, java.lang.Boolean isTaxinomic, java.lang.Boolean isCalculated, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection qualitativeValues, ParameterGroup parameterGroup, Status status)
           Does the same thing as ParameterDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.util.Date,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.pmfm.ParameterGroup,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object ParameterDaoBase.create(int transform, java.lang.String code, java.lang.String name, java.lang.String description, java.lang.Boolean isQualitative, java.lang.Boolean isTaxinomic, java.lang.Boolean isCalculated, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection qualitativeValues, ParameterGroup parameterGroup, Status status)
           
 java.lang.Object MethodDao.create(int transform, java.lang.String name, java.lang.String description, java.lang.String conditioning, java.lang.String preparation, java.lang.String conservation, java.lang.String reference, java.lang.String rank, java.lang.String handbookPath, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           Does the same thing as MethodDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object MethodDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.lang.String conditioning, java.lang.String preparation, java.lang.String conservation, java.lang.String reference, java.lang.String rank, java.lang.String handbookPath, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object ParameterGroupDao.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection childParameterGroups, ParameterGroup parentParameterGroup, Status status)
           Does the same thing as ParameterGroupDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.pmfm.ParameterGroup,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object ParameterGroupDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection childParameterGroups, ParameterGroup parentParameterGroup, Status status)
           
 Parameter ParameterDao.create(java.lang.String code, java.util.Date creationDate, java.lang.Boolean isCalculated, java.lang.Boolean isQualitative, java.lang.Boolean isTaxinomic, java.lang.String name, ParameterGroup parameterGroup, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.Parameter instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Parameter ParameterDaoBase.create(java.lang.String code, java.util.Date creationDate, java.lang.Boolean isCalculated, java.lang.Boolean isQualitative, java.lang.Boolean isTaxinomic, java.lang.String name, ParameterGroup parameterGroup, Status status)
           
 QualitativeValue QualitativeValueDao.create(java.lang.String name, Parameter parameter, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.QualitativeValue instance from only required properties (attributes and association ends) and adds it to the persistent store.
 QualitativeValue QualitativeValueDaoBase.create(java.lang.String name, Parameter parameter, Status status)
           
 ParameterGroup ParameterGroupDao.create(java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.ParameterGroup instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ParameterGroup ParameterGroupDaoBase.create(java.lang.String name, Status status)
           
 Matrix MatrixDao.create(java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection fractions, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.Matrix instance from all attributes and properties and adds it to the persistent store.
 Fraction FractionDao.create(java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection matrixes, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.Fraction instance from all attributes and properties and adds it to the persistent store.
 Matrix MatrixDaoBase.create(java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection fractions, Status status)
           
 Fraction FractionDaoBase.create(java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection matrixes, Status status)
           
 Unit UnitDao.create(java.lang.String symbol, java.lang.String name, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.Unit instance from all attributes and properties and adds it to the persistent store.
 Unit UnitDaoBase.create(java.lang.String symbol, java.lang.String name, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           
 QualitativeValue QualitativeValueDao.create(java.lang.String name, java.lang.String description, Parameter parameter, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.QualitativeValue instance from all attributes and properties and adds it to the persistent store.
 QualitativeValue QualitativeValueDaoBase.create(java.lang.String name, java.lang.String description, Parameter parameter, Status status)
           
 Parameter ParameterDao.create(java.lang.String code, java.lang.String name, java.lang.String description, java.lang.Boolean isQualitative, java.lang.Boolean isTaxinomic, java.lang.Boolean isCalculated, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection qualitativeValues, ParameterGroup parameterGroup, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.Parameter instance from all attributes and properties and adds it to the persistent store.
 Parameter ParameterDaoBase.create(java.lang.String code, java.lang.String name, java.lang.String description, java.lang.Boolean isQualitative, java.lang.Boolean isTaxinomic, java.lang.Boolean isCalculated, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection qualitativeValues, ParameterGroup parameterGroup, Status status)
           
 Method MethodDao.create(java.lang.String name, java.lang.String description, java.lang.String conditioning, java.lang.String preparation, java.lang.String conservation, java.lang.String reference, java.lang.String rank, java.lang.String handbookPath, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.Method instance from all attributes and properties and adds it to the persistent store.
 Method MethodDaoBase.create(java.lang.String name, java.lang.String description, java.lang.String conditioning, java.lang.String preparation, java.lang.String conservation, java.lang.String reference, java.lang.String rank, java.lang.String handbookPath, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           
 ParameterGroup ParameterGroupDao.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection childParameterGroups, ParameterGroup parentParameterGroup, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.ParameterGroup instance from all attributes and properties and adds it to the persistent store.
 ParameterGroup ParameterGroupDaoBase.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection childParameterGroups, ParameterGroup parentParameterGroup, Status status)
           
 java.util.Collection FractionDao.findFractionByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as FractionDao.findFractionByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FractionDaoBase.findFractionByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FractionDao.findFractionByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as FractionDao.findFractionByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FractionDaoBase.findFractionByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection FractionDao.findFractionByStatus(int transform, Status status)
           Does the same thing as FractionDao.findFractionByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection FractionDaoBase.findFractionByStatus(int transform, Status status)
           
 java.util.Collection FractionDao.findFractionByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as FractionDao.findFractionByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FractionDaoBase.findFractionByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FractionDao.findFractionByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as FractionDao.findFractionByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection FractionDaoBase.findFractionByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection FractionDao.findFractionByStatus(Status status)
           
 java.util.Collection FractionDaoBase.findFractionByStatus(Status status)
           
 java.util.Collection FractionDao.findFractionByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as FractionDao.findFractionByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FractionDaoBase.findFractionByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FractionDao.findFractionByStatus(java.lang.String queryString, Status status)
           Does the same thing as FractionDao.findFractionByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection FractionDaoBase.findFractionByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection MatrixDao.findMatrixByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as MatrixDao.findMatrixByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MatrixDaoBase.findMatrixByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection MatrixDao.findMatrixByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as MatrixDao.findMatrixByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MatrixDaoBase.findMatrixByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection MatrixDao.findMatrixByStatus(int transform, Status status)
           Does the same thing as MatrixDao.findMatrixByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection MatrixDaoBase.findMatrixByStatus(int transform, Status status)
           
 java.util.Collection MatrixDao.findMatrixByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as MatrixDao.findMatrixByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MatrixDaoBase.findMatrixByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection MatrixDao.findMatrixByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as MatrixDao.findMatrixByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection MatrixDaoBase.findMatrixByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection MatrixDao.findMatrixByStatus(Status status)
           
 java.util.Collection MatrixDaoBase.findMatrixByStatus(Status status)
           
 java.util.Collection MatrixDao.findMatrixByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as MatrixDao.findMatrixByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MatrixDaoBase.findMatrixByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection MatrixDao.findMatrixByStatus(java.lang.String queryString, Status status)
           Does the same thing as MatrixDao.findMatrixByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection MatrixDaoBase.findMatrixByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection MethodDao.findMethodByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as MethodDao.findMethodByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MethodDaoBase.findMethodByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection MethodDao.findMethodByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as MethodDao.findMethodByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MethodDaoBase.findMethodByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection MethodDao.findMethodByStatus(int transform, Status status)
           Does the same thing as MethodDao.findMethodByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection MethodDaoBase.findMethodByStatus(int transform, Status status)
           
 java.util.Collection MethodDao.findMethodByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as MethodDao.findMethodByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MethodDaoBase.findMethodByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection MethodDao.findMethodByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as MethodDao.findMethodByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection MethodDaoBase.findMethodByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection MethodDao.findMethodByStatus(Status status)
           
 java.util.Collection MethodDaoBase.findMethodByStatus(Status status)
           
 java.util.Collection MethodDao.findMethodByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as MethodDao.findMethodByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MethodDaoBase.findMethodByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection MethodDao.findMethodByStatus(java.lang.String queryString, Status status)
           Does the same thing as MethodDao.findMethodByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection MethodDaoBase.findMethodByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection ParameterDao.findParameterByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as ParameterDao.findParameterByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ParameterDaoBase.findParameterByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ParameterDao.findParameterByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as ParameterDao.findParameterByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ParameterDaoBase.findParameterByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection ParameterDao.findParameterByStatus(int transform, Status status)
           Does the same thing as ParameterDao.findParameterByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection ParameterDaoBase.findParameterByStatus(int transform, Status status)
           
 java.util.Collection ParameterDao.findParameterByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ParameterDao.findParameterByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ParameterDaoBase.findParameterByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ParameterDao.findParameterByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as ParameterDao.findParameterByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection ParameterDaoBase.findParameterByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection ParameterDao.findParameterByStatus(Status status)
           
 java.util.Collection ParameterDaoBase.findParameterByStatus(Status status)
           
 java.util.Collection ParameterDao.findParameterByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ParameterDao.findParameterByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ParameterDaoBase.findParameterByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ParameterDao.findParameterByStatus(java.lang.String queryString, Status status)
           Does the same thing as ParameterDao.findParameterByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection ParameterDaoBase.findParameterByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection ParameterGroupDao.findParameterGroupByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as ParameterGroupDao.findParameterGroupByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ParameterGroupDaoBase.findParameterGroupByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ParameterGroupDao.findParameterGroupByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as ParameterGroupDao.findParameterGroupByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ParameterGroupDaoBase.findParameterGroupByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection ParameterGroupDao.findParameterGroupByStatus(int transform, Status status)
           Does the same thing as ParameterGroupDao.findParameterGroupByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection ParameterGroupDaoBase.findParameterGroupByStatus(int transform, Status status)
           
 java.util.Collection ParameterGroupDao.findParameterGroupByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ParameterGroupDao.findParameterGroupByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ParameterGroupDaoBase.findParameterGroupByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ParameterGroupDao.findParameterGroupByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as ParameterGroupDao.findParameterGroupByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection ParameterGroupDaoBase.findParameterGroupByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection ParameterGroupDao.findParameterGroupByStatus(Status status)
           
 java.util.Collection ParameterGroupDaoBase.findParameterGroupByStatus(Status status)
           
 java.util.Collection ParameterGroupDao.findParameterGroupByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ParameterGroupDao.findParameterGroupByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ParameterGroupDaoBase.findParameterGroupByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ParameterGroupDao.findParameterGroupByStatus(java.lang.String queryString, Status status)
           Does the same thing as ParameterGroupDao.findParameterGroupByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection ParameterGroupDaoBase.findParameterGroupByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection PmfmDao.findPmfmByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as PmfmDao.findPmfmByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PmfmDaoBase.findPmfmByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PmfmDao.findPmfmByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as PmfmDao.findPmfmByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PmfmDaoBase.findPmfmByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection PmfmDao.findPmfmByStatus(int transform, Status status)
           Does the same thing as PmfmDao.findPmfmByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection PmfmDaoBase.findPmfmByStatus(int transform, Status status)
           
 java.util.Collection PmfmDao.findPmfmByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as PmfmDao.findPmfmByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PmfmDaoBase.findPmfmByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PmfmDao.findPmfmByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as PmfmDao.findPmfmByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection PmfmDaoBase.findPmfmByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection PmfmDao.findPmfmByStatus(Status status)
           
 java.util.Collection PmfmDaoBase.findPmfmByStatus(Status status)
           
 java.util.Collection PmfmDao.findPmfmByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as PmfmDao.findPmfmByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PmfmDaoBase.findPmfmByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PmfmDao.findPmfmByStatus(java.lang.String queryString, Status status)
           Does the same thing as PmfmDao.findPmfmByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection PmfmDaoBase.findPmfmByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection QualitativeValueDao.findQualitativeValueByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as QualitativeValueDao.findQualitativeValueByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QualitativeValueDaoBase.findQualitativeValueByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection QualitativeValueDao.findQualitativeValueByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as QualitativeValueDao.findQualitativeValueByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QualitativeValueDaoBase.findQualitativeValueByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection QualitativeValueDao.findQualitativeValueByStatus(int transform, Status status)
           Does the same thing as QualitativeValueDao.findQualitativeValueByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection QualitativeValueDaoBase.findQualitativeValueByStatus(int transform, Status status)
           
 java.util.Collection QualitativeValueDao.findQualitativeValueByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as QualitativeValueDao.findQualitativeValueByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QualitativeValueDaoBase.findQualitativeValueByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection QualitativeValueDao.findQualitativeValueByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as QualitativeValueDao.findQualitativeValueByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection QualitativeValueDaoBase.findQualitativeValueByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection QualitativeValueDao.findQualitativeValueByStatus(Status status)
           
 java.util.Collection QualitativeValueDaoBase.findQualitativeValueByStatus(Status status)
           
 java.util.Collection QualitativeValueDao.findQualitativeValueByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as QualitativeValueDao.findQualitativeValueByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QualitativeValueDaoBase.findQualitativeValueByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection QualitativeValueDao.findQualitativeValueByStatus(java.lang.String queryString, Status status)
           Does the same thing as QualitativeValueDao.findQualitativeValueByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection QualitativeValueDaoBase.findQualitativeValueByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection UnitDao.findUnitByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as UnitDao.findUnitByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UnitDaoBase.findUnitByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection UnitDao.findUnitByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as UnitDao.findUnitByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UnitDaoBase.findUnitByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection UnitDao.findUnitByStatus(int transform, Status status)
           Does the same thing as UnitDao.findUnitByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection UnitDaoBase.findUnitByStatus(int transform, Status status)
           
 java.util.Collection UnitDao.findUnitByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as UnitDao.findUnitByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UnitDaoBase.findUnitByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection UnitDao.findUnitByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as UnitDao.findUnitByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection UnitDaoBase.findUnitByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection UnitDao.findUnitByStatus(Status status)
           
 java.util.Collection UnitDaoBase.findUnitByStatus(Status status)
           
 java.util.Collection UnitDao.findUnitByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as UnitDao.findUnitByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection UnitDaoBase.findUnitByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection UnitDao.findUnitByStatus(java.lang.String queryString, Status status)
           Does the same thing as UnitDao.findUnitByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection UnitDaoBase.findUnitByStatus(java.lang.String queryString, Status status)
           
static Pmfm Pmfm.Factory.newInstance(java.util.Date creationDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, Status status, AggregationLevel aggregationLevel)
          Constructs a new instance of Pmfm, taking all required and/or read-only properties as arguments.
static Pmfm Pmfm.Factory.newInstance(java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
          Constructs a new instance of Pmfm, taking all possible properties (except the identifier(s))as arguments.
static Parameter Parameter.Factory.newInstance(java.lang.String name, java.lang.Boolean isQualitative, java.lang.Boolean isTaxinomic, java.lang.Boolean isCalculated, java.util.Date creationDate, ParameterGroup parameterGroup, Status status)
          Constructs a new instance of Parameter, taking all required and/or read-only properties as arguments.
static Matrix Matrix.Factory.newInstance(java.lang.String name, java.util.Date creationDate, java.util.Collection fractions, Status status)
          Constructs a new instance of Matrix, taking all required and/or read-only properties as arguments.
static Fraction Fraction.Factory.newInstance(java.lang.String name, java.util.Date creationDate, Status status)
          Constructs a new instance of Fraction, taking all required and/or read-only properties as arguments.
static QualitativeValue QualitativeValue.Factory.newInstance(java.lang.String name, Parameter parameter, Status status)
          Constructs a new instance of QualitativeValue, taking all required and/or read-only properties as arguments.
static ParameterGroup ParameterGroup.Factory.newInstance(java.lang.String name, Status status)
          Constructs a new instance of ParameterGroup, taking all required and/or read-only properties as arguments.
static Parameter Parameter.Factory.newInstance(java.lang.String name, java.lang.String description, java.lang.Boolean isQualitative, java.lang.Boolean isTaxinomic, java.lang.Boolean isCalculated, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection qualitativeValues, ParameterGroup parameterGroup, Status status)
          Constructs a new instance of Parameter, taking all possible properties (except the identifier(s))as arguments.
static Unit Unit.Factory.newInstance(java.lang.String symbol, java.lang.String name, java.util.Date creationDate, Status status)
          Constructs a new instance of Unit, taking all required and/or read-only properties as arguments.
static Method Method.Factory.newInstance(java.lang.String name, java.lang.String rank, java.util.Date creationDate, Status status)
          Constructs a new instance of Method, taking all required and/or read-only properties as arguments.
static Matrix Matrix.Factory.newInstance(java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection fractions, Status status)
          Constructs a new instance of Matrix, taking all possible properties (except the identifier(s))as arguments.
static Fraction Fraction.Factory.newInstance(java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection matrixes, Status status)
          Constructs a new instance of Fraction, taking all possible properties (except the identifier(s))as arguments.
static Unit Unit.Factory.newInstance(java.lang.String symbol, java.lang.String name, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of Unit, taking all possible properties (except the identifier(s))as arguments.
static QualitativeValue QualitativeValue.Factory.newInstance(java.lang.String name, java.lang.String description, Parameter parameter, Status status)
          Constructs a new instance of QualitativeValue, taking all possible properties (except the identifier(s))as arguments.
static Method Method.Factory.newInstance(java.lang.String name, java.lang.String description, java.lang.String conditioning, java.lang.String preparation, java.lang.String conservation, java.lang.String reference, java.lang.String rank, java.lang.String handbookPath, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of Method, taking all possible properties (except the identifier(s))as arguments.
static ParameterGroup ParameterGroup.Factory.newInstance(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection childParameterGroups, ParameterGroup parentParameterGroup, Status status)
          Constructs a new instance of ParameterGroup, taking all possible properties (except the identifier(s))as arguments.
 void Pmfm.setStatus(Status status)
           
 void Unit.setStatus(Status status)
           
 void Method.setStatus(Status status)
           
 void Parameter.setStatus(Status status)
           
 void ParameterGroup.setStatus(Status status)
           
 void QualitativeValue.setStatus(Status status)
           
 void Matrix.setStatus(Status status)
           
 void Fraction.setStatus(Status status)
           
 

Uses of Status in fr.ifremer.allegro.referential.spatial
 

Methods in fr.ifremer.allegro.referential.spatial that return Status
 Status SpatialItemType.getStatus()
           
 

Methods in fr.ifremer.allegro.referential.spatial with parameters of type Status
 java.lang.Object SpatialItemTypeDao.create(int transform, java.lang.String name, ObjectType objectType, Status status)
           Does the same thing as SpatialItemTypeDao.create(java.lang.String,fr.ifremer.allegro.referential.ObjectType,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object SpatialItemTypeDaoBase.create(int transform, java.lang.String name, ObjectType objectType, Status status)
           
 java.lang.Object SpatialItemTypeDao.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection spatialItems, Status status, ObjectType objectType)
           Does the same thing as SpatialItemTypeDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.ObjectType) with an additional flag called transform.
 java.lang.Object SpatialItemTypeDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection spatialItems, Status status, ObjectType objectType)
           
 SpatialItemType SpatialItemTypeDao.create(java.lang.String name, ObjectType objectType, Status status)
           Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemType instance from only required properties (attributes and association ends) and adds it to the persistent store.
 SpatialItemType SpatialItemTypeDaoBase.create(java.lang.String name, ObjectType objectType, Status status)
           
 SpatialItemType SpatialItemTypeDao.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection spatialItems, Status status, ObjectType objectType)
           Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemType instance from all attributes and properties and adds it to the persistent store.
 SpatialItemType SpatialItemTypeDaoBase.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection spatialItems, Status status, ObjectType objectType)
           
 java.util.Collection SpatialItemTypeDao.findSpatialItemTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as SpatialItemTypeDao.findSpatialItemTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SpatialItemTypeDaoBase.findSpatialItemTypeByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection SpatialItemTypeDao.findSpatialItemTypeByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as SpatialItemTypeDao.findSpatialItemTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SpatialItemTypeDaoBase.findSpatialItemTypeByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection SpatialItemTypeDao.findSpatialItemTypeByStatus(int transform, Status status)
           Does the same thing as SpatialItemTypeDao.findSpatialItemTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection SpatialItemTypeDaoBase.findSpatialItemTypeByStatus(int transform, Status status)
           
 java.util.Collection SpatialItemTypeDao.findSpatialItemTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as SpatialItemTypeDao.findSpatialItemTypeByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SpatialItemTypeDaoBase.findSpatialItemTypeByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection SpatialItemTypeDao.findSpatialItemTypeByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as SpatialItemTypeDao.findSpatialItemTypeByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection SpatialItemTypeDaoBase.findSpatialItemTypeByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection SpatialItemTypeDao.findSpatialItemTypeByStatus(Status status)
           
 java.util.Collection SpatialItemTypeDaoBase.findSpatialItemTypeByStatus(Status status)
           
 java.util.Collection SpatialItemTypeDao.findSpatialItemTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as SpatialItemTypeDao.findSpatialItemTypeByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SpatialItemTypeDaoBase.findSpatialItemTypeByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection SpatialItemTypeDao.findSpatialItemTypeByStatus(java.lang.String queryString, Status status)
           Does the same thing as SpatialItemTypeDao.findSpatialItemTypeByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection SpatialItemTypeDaoBase.findSpatialItemTypeByStatus(java.lang.String queryString, Status status)
           
static SpatialItemType SpatialItemType.Factory.newInstance(java.lang.String name, Status status, ObjectType objectType)
          Constructs a new instance of SpatialItemType, taking all required and/or read-only properties as arguments.
static SpatialItemType SpatialItemType.Factory.newInstance(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, java.util.Collection spatialItems, Status status, ObjectType objectType)
          Constructs a new instance of SpatialItemType, taking all possible properties (except the identifier(s))as arguments.
 void SpatialItemType.setStatus(Status status)
           
 

Uses of Status in fr.ifremer.allegro.referential.taxon
 

Methods in fr.ifremer.allegro.referential.taxon that return Status
 Status TaxonomicLevel.getStatus()
           
 Status Author.getStatus()
           
 Status Citation.getStatus()
           
 Status TaxonGroup.getStatus()
           
 Status ReferenceDocument.getStatus()
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type Status
 ReferenceDocument ReferenceDocumentDao.create(java.util.Collection authors, java.util.Date creationDate, java.lang.String reference, Status status)
           Creates a new fr.ifremer.allegro.referential.taxon.ReferenceDocument instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ReferenceDocument ReferenceDocumentDaoBase.create(java.util.Collection authors, java.util.Date creationDate, java.lang.String reference, Status status)
           
 TaxonGroup TaxonGroupDao.create(java.util.Date creationDate, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.lang.String name, Status status, TaxonGroupType taxonGroupType)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroup instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TaxonGroup TaxonGroupDaoBase.create(java.util.Date creationDate, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.lang.String name, Status status, TaxonGroupType taxonGroupType)
           
 Author AuthorDao.create(java.util.Date creationDate, Status status)
           Creates a new fr.ifremer.allegro.referential.taxon.Author instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Author AuthorDaoBase.create(java.util.Date creationDate, Status status)
           
 Citation CitationDao.create(java.util.Date creationDate, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.taxon.Citation instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Citation CitationDaoBase.create(java.util.Date creationDate, java.lang.String name, Status status)
           
 java.lang.Object ReferenceDocumentDao.create(int transform, java.util.Collection authors, java.util.Date creationDate, java.lang.String reference, Status status)
           Does the same thing as ReferenceDocumentDao.create(java.util.Collection,java.util.Date,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object ReferenceDocumentDaoBase.create(int transform, java.util.Collection authors, java.util.Date creationDate, java.lang.String reference, Status status)
           
 java.lang.Object TaxonGroupDao.create(int transform, java.util.Date creationDate, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.lang.String name, Status status, TaxonGroupType taxonGroupType)
           Does the same thing as TaxonGroupDao.create(java.util.Date,java.lang.Boolean,java.lang.Boolean,java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.taxon.TaxonGroupType) with an additional flag called transform.
 java.lang.Object TaxonGroupDaoBase.create(int transform, java.util.Date creationDate, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.lang.String name, Status status, TaxonGroupType taxonGroupType)
           
 java.lang.Object AuthorDao.create(int transform, java.util.Date creationDate, Status status)
           Does the same thing as AuthorDao.create(java.util.Date,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object AuthorDaoBase.create(int transform, java.util.Date creationDate, Status status)
           
 java.lang.Object CitationDao.create(int transform, java.util.Date creationDate, java.lang.String name, Status status)
           Does the same thing as CitationDao.create(java.util.Date,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object CitationDaoBase.create(int transform, java.util.Date creationDate, java.lang.String name, Status status)
           
 java.lang.Object ReferenceDocumentDao.create(int transform, java.lang.String reference, java.util.Date publicationDate, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection authors, java.util.Collection taxonInformationHistories, Status status)
           Does the same thing as ReferenceDocumentDao.create(java.lang.String,java.util.Date,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object ReferenceDocumentDaoBase.create(int transform, java.lang.String reference, java.util.Date publicationDate, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection authors, java.util.Collection taxonInformationHistories, Status status)
           
 java.lang.Object TaxonomicLevelDao.create(int transform, java.lang.String code, java.util.Date creationDate, java.lang.String name, java.lang.Integer rank, Status status)
           Does the same thing as TaxonomicLevelDao.create(java.lang.String,java.util.Date,java.lang.String,java.lang.Integer,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object TaxonomicLevelDaoBase.create(int transform, java.lang.String code, java.util.Date creationDate, java.lang.String name, java.lang.Integer rank, Status status)
           
 java.lang.Object CitationDao.create(int transform, java.lang.String name, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           Does the same thing as CitationDao.create(java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object CitationDaoBase.create(int transform, java.lang.String name, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           
 java.lang.Object TaxonomicLevelDao.create(int transform, java.lang.String code, java.lang.Integer rank, java.lang.String name, java.lang.String label, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection taxonNames, Status status)
           Does the same thing as TaxonomicLevelDao.create(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object TaxonomicLevelDaoBase.create(int transform, java.lang.String code, java.lang.Integer rank, java.lang.String name, java.lang.String label, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection taxonNames, Status status)
           
 java.lang.Object TaxonGroupDao.create(int transform, java.lang.String label, java.lang.String name, java.lang.String comments, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.util.Date creationDate, java.sql.Timestamp updateDate, TaxonGroupType taxonGroupType, Status status, java.util.Collection taxonGroupHistoricalRecords, java.util.Collection taxonGroupInformations, java.util.Collection childTaxonGroup, TaxonGroup parentTaxonGroup)
           Does the same thing as TaxonGroupDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.TaxonGroupType,fr.ifremer.allegro.referential.Status,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.lang.Object TaxonGroupDaoBase.create(int transform, java.lang.String label, java.lang.String name, java.lang.String comments, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.util.Date creationDate, java.sql.Timestamp updateDate, TaxonGroupType taxonGroupType, Status status, java.util.Collection taxonGroupHistoricalRecords, java.util.Collection taxonGroupInformations, java.util.Collection childTaxonGroup, TaxonGroup parentTaxonGroup)
           
 java.lang.Object AuthorDao.create(int transform, java.lang.String name, java.lang.String location, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status, java.util.Collection referenceDocuments)
           Does the same thing as AuthorDao.create(java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.Status,java.util.Collection) with an additional flag called transform.
 java.lang.Object AuthorDaoBase.create(int transform, java.lang.String name, java.lang.String location, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status, java.util.Collection referenceDocuments)
           
 ReferenceDocument ReferenceDocumentDao.create(java.lang.String reference, java.util.Date publicationDate, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection authors, java.util.Collection taxonInformationHistories, Status status)
           Creates a new fr.ifremer.allegro.referential.taxon.ReferenceDocument instance from all attributes and properties and adds it to the persistent store.
 ReferenceDocument ReferenceDocumentDaoBase.create(java.lang.String reference, java.util.Date publicationDate, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection authors, java.util.Collection taxonInformationHistories, Status status)
           
 TaxonomicLevel TaxonomicLevelDao.create(java.lang.String code, java.util.Date creationDate, java.lang.String name, java.lang.Integer rank, Status status)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonomicLevel instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TaxonomicLevel TaxonomicLevelDaoBase.create(java.lang.String code, java.util.Date creationDate, java.lang.String name, java.lang.Integer rank, Status status)
           
 Citation CitationDao.create(java.lang.String name, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.taxon.Citation instance from all attributes and properties and adds it to the persistent store.
 Citation CitationDaoBase.create(java.lang.String name, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           
 TaxonomicLevel TaxonomicLevelDao.create(java.lang.String code, java.lang.Integer rank, java.lang.String name, java.lang.String label, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection taxonNames, Status status)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonomicLevel instance from all attributes and properties and adds it to the persistent store.
 TaxonomicLevel TaxonomicLevelDaoBase.create(java.lang.String code, java.lang.Integer rank, java.lang.String name, java.lang.String label, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection taxonNames, Status status)
           
 TaxonGroup TaxonGroupDao.create(java.lang.String label, java.lang.String name, java.lang.String comments, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.util.Date creationDate, java.sql.Timestamp updateDate, TaxonGroupType taxonGroupType, Status status, java.util.Collection taxonGroupHistoricalRecords, java.util.Collection taxonGroupInformations, java.util.Collection childTaxonGroup, TaxonGroup parentTaxonGroup)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroup instance from all attributes and properties and adds it to the persistent store.
 TaxonGroup TaxonGroupDaoBase.create(java.lang.String label, java.lang.String name, java.lang.String comments, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.util.Date creationDate, java.sql.Timestamp updateDate, TaxonGroupType taxonGroupType, Status status, java.util.Collection taxonGroupHistoricalRecords, java.util.Collection taxonGroupInformations, java.util.Collection childTaxonGroup, TaxonGroup parentTaxonGroup)
           
 Author AuthorDao.create(java.lang.String name, java.lang.String location, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status, java.util.Collection referenceDocuments)
           Creates a new fr.ifremer.allegro.referential.taxon.Author instance from all attributes and properties and adds it to the persistent store.
 Author AuthorDaoBase.create(java.lang.String name, java.lang.String location, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status, java.util.Collection referenceDocuments)
           
 java.util.Collection AuthorDao.findAuthorByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as AuthorDao.findAuthorByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection AuthorDaoBase.findAuthorByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection AuthorDao.findAuthorByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as AuthorDao.findAuthorByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection AuthorDaoBase.findAuthorByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection AuthorDao.findAuthorByStatus(int transform, Status status)
           Does the same thing as AuthorDao.findAuthorByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection AuthorDaoBase.findAuthorByStatus(int transform, Status status)
           
 java.util.Collection AuthorDao.findAuthorByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as AuthorDao.findAuthorByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection AuthorDaoBase.findAuthorByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection AuthorDao.findAuthorByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as AuthorDao.findAuthorByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection AuthorDaoBase.findAuthorByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection AuthorDao.findAuthorByStatus(Status status)
           
 java.util.Collection AuthorDaoBase.findAuthorByStatus(Status status)
           
 java.util.Collection AuthorDao.findAuthorByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as AuthorDao.findAuthorByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection AuthorDaoBase.findAuthorByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection AuthorDao.findAuthorByStatus(java.lang.String queryString, Status status)
           Does the same thing as AuthorDao.findAuthorByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection AuthorDaoBase.findAuthorByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection CitationDao.findCitationByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as CitationDao.findCitationByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection CitationDaoBase.findCitationByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection CitationDao.findCitationByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as CitationDao.findCitationByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection CitationDaoBase.findCitationByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection CitationDao.findCitationByStatus(int transform, Status status)
           Does the same thing as CitationDao.findCitationByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection CitationDaoBase.findCitationByStatus(int transform, Status status)
           
 java.util.Collection CitationDao.findCitationByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as CitationDao.findCitationByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection CitationDaoBase.findCitationByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection CitationDao.findCitationByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as CitationDao.findCitationByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection CitationDaoBase.findCitationByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection CitationDao.findCitationByStatus(Status status)
           
 java.util.Collection CitationDaoBase.findCitationByStatus(Status status)
           
 java.util.Collection CitationDao.findCitationByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as CitationDao.findCitationByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection CitationDaoBase.findCitationByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection CitationDao.findCitationByStatus(java.lang.String queryString, Status status)
           Does the same thing as CitationDao.findCitationByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection CitationDaoBase.findCitationByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection ReferenceDocumentDao.findReferenceDocumentByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as ReferenceDocumentDao.findReferenceDocumentByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ReferenceDocumentDaoBase.findReferenceDocumentByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ReferenceDocumentDao.findReferenceDocumentByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as ReferenceDocumentDao.findReferenceDocumentByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ReferenceDocumentDaoBase.findReferenceDocumentByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection ReferenceDocumentDao.findReferenceDocumentByStatus(int transform, Status status)
           Does the same thing as ReferenceDocumentDao.findReferenceDocumentByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection ReferenceDocumentDaoBase.findReferenceDocumentByStatus(int transform, Status status)
           
 java.util.Collection ReferenceDocumentDao.findReferenceDocumentByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ReferenceDocumentDao.findReferenceDocumentByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ReferenceDocumentDaoBase.findReferenceDocumentByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ReferenceDocumentDao.findReferenceDocumentByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as ReferenceDocumentDao.findReferenceDocumentByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection ReferenceDocumentDaoBase.findReferenceDocumentByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection ReferenceDocumentDao.findReferenceDocumentByStatus(Status status)
           
 java.util.Collection ReferenceDocumentDaoBase.findReferenceDocumentByStatus(Status status)
           
 java.util.Collection ReferenceDocumentDao.findReferenceDocumentByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ReferenceDocumentDao.findReferenceDocumentByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ReferenceDocumentDaoBase.findReferenceDocumentByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ReferenceDocumentDao.findReferenceDocumentByStatus(java.lang.String queryString, Status status)
           Does the same thing as ReferenceDocumentDao.findReferenceDocumentByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection ReferenceDocumentDaoBase.findReferenceDocumentByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection TaxonGroupDao.findTaxonGroupByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as TaxonGroupDao.findTaxonGroupByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TaxonGroupDaoBase.findTaxonGroupByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection TaxonGroupDao.findTaxonGroupByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as TaxonGroupDao.findTaxonGroupByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TaxonGroupDaoBase.findTaxonGroupByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection TaxonGroupDao.findTaxonGroupByStatus(int transform, Status status)
           Does the same thing as TaxonGroupDao.findTaxonGroupByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection TaxonGroupDaoBase.findTaxonGroupByStatus(int transform, Status status)
           
 java.util.Collection TaxonGroupDao.findTaxonGroupByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as TaxonGroupDao.findTaxonGroupByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TaxonGroupDaoBase.findTaxonGroupByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection TaxonGroupDao.findTaxonGroupByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as TaxonGroupDao.findTaxonGroupByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection TaxonGroupDaoBase.findTaxonGroupByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection TaxonGroupDao.findTaxonGroupByStatus(Status status)
           
 java.util.Collection TaxonGroupDaoBase.findTaxonGroupByStatus(Status status)
           
 java.util.Collection TaxonGroupDao.findTaxonGroupByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as TaxonGroupDao.findTaxonGroupByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TaxonGroupDaoBase.findTaxonGroupByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection TaxonGroupDao.findTaxonGroupByStatus(java.lang.String queryString, Status status)
           Does the same thing as TaxonGroupDao.findTaxonGroupByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection TaxonGroupDaoBase.findTaxonGroupByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection TaxonomicLevelDao.findTaxonomicLevelByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as TaxonomicLevelDao.findTaxonomicLevelByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TaxonomicLevelDaoBase.findTaxonomicLevelByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection TaxonomicLevelDao.findTaxonomicLevelByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as TaxonomicLevelDao.findTaxonomicLevelByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TaxonomicLevelDaoBase.findTaxonomicLevelByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection TaxonomicLevelDao.findTaxonomicLevelByStatus(int transform, Status status)
           Does the same thing as TaxonomicLevelDao.findTaxonomicLevelByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection TaxonomicLevelDaoBase.findTaxonomicLevelByStatus(int transform, Status status)
           
 java.util.Collection TaxonomicLevelDao.findTaxonomicLevelByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as TaxonomicLevelDao.findTaxonomicLevelByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TaxonomicLevelDaoBase.findTaxonomicLevelByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection TaxonomicLevelDao.findTaxonomicLevelByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as TaxonomicLevelDao.findTaxonomicLevelByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection TaxonomicLevelDaoBase.findTaxonomicLevelByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection TaxonomicLevelDao.findTaxonomicLevelByStatus(Status status)
           
 java.util.Collection TaxonomicLevelDaoBase.findTaxonomicLevelByStatus(Status status)
           
 java.util.Collection TaxonomicLevelDao.findTaxonomicLevelByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as TaxonomicLevelDao.findTaxonomicLevelByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TaxonomicLevelDaoBase.findTaxonomicLevelByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection TaxonomicLevelDao.findTaxonomicLevelByStatus(java.lang.String queryString, Status status)
           Does the same thing as TaxonomicLevelDao.findTaxonomicLevelByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection TaxonomicLevelDaoBase.findTaxonomicLevelByStatus(java.lang.String queryString, Status status)
           
static Author Author.Factory.newInstance(java.util.Date creationDate, Status status)
          Constructs a new instance of Author, taking all required and/or read-only properties as arguments.
static TaxonomicLevel TaxonomicLevel.Factory.newInstance(java.lang.Integer rank, java.lang.String name, java.util.Date creationDate, Status status)
          Constructs a new instance of TaxonomicLevel, taking all required and/or read-only properties as arguments.
static TaxonomicLevel TaxonomicLevel.Factory.newInstance(java.lang.Integer rank, java.lang.String name, java.lang.String label, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection taxonNames, Status status)
          Constructs a new instance of TaxonomicLevel, taking all possible properties (except the identifier(s))as arguments.
static TaxonGroup TaxonGroup.Factory.newInstance(java.lang.String name, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.util.Date creationDate, TaxonGroupType taxonGroupType, Status status)
          Constructs a new instance of TaxonGroup, taking all required and/or read-only properties as arguments.
static ReferenceDocument ReferenceDocument.Factory.newInstance(java.lang.String reference, java.util.Date creationDate, java.util.Collection authors, Status status)
          Constructs a new instance of ReferenceDocument, taking all required and/or read-only properties as arguments.
static Citation Citation.Factory.newInstance(java.lang.String name, java.util.Date creationDate, Status status)
          Constructs a new instance of Citation, taking all required and/or read-only properties as arguments.
static ReferenceDocument ReferenceDocument.Factory.newInstance(java.lang.String reference, java.util.Date publicationDate, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection authors, java.util.Collection taxonInformationHistories, Status status)
          Constructs a new instance of ReferenceDocument, taking all possible properties (except the identifier(s))as arguments.
static Citation Citation.Factory.newInstance(java.lang.String name, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of Citation, taking all possible properties (except the identifier(s))as arguments.
static TaxonGroup TaxonGroup.Factory.newInstance(java.lang.String label, java.lang.String name, java.lang.String comments, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.util.Date creationDate, java.sql.Timestamp updateDate, TaxonGroupType taxonGroupType, Status status, java.util.Collection taxonGroupHistoricalRecords, java.util.Collection taxonGroupInformations, java.util.Collection childTaxonGroup, TaxonGroup parentTaxonGroup)
          Constructs a new instance of TaxonGroup, taking all possible properties (except the identifier(s))as arguments.
static Author Author.Factory.newInstance(java.lang.String name, java.lang.String location, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status, java.util.Collection referenceDocuments)
          Constructs a new instance of Author, taking all possible properties (except the identifier(s))as arguments.
 void TaxonomicLevel.setStatus(Status status)
           
 void Author.setStatus(Status status)
           
 void Citation.setStatus(Status status)
           
 void TaxonGroup.setStatus(Status status)
           
 void ReferenceDocument.setStatus(Status status)
           
 

Uses of Status in fr.ifremer.allegro.referential.transcribing
 

Methods in fr.ifremer.allegro.referential.transcribing that return Status
 Status TranscribingSystem.getStatus()
           
 

Methods in fr.ifremer.allegro.referential.transcribing with parameters of type Status
 java.lang.Object TranscribingSystemDao.create(int transform, java.lang.String name, Status status)
           Does the same thing as TranscribingSystemDao.create(java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object TranscribingSystemDaoBase.create(int transform, java.lang.String name, Status status)
           
 java.lang.Object TranscribingSystemDao.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           Does the same thing as TranscribingSystemDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object TranscribingSystemDaoBase.create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           
 TranscribingSystem TranscribingSystemDao.create(java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingSystem instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingSystem TranscribingSystemDaoBase.create(java.lang.String name, Status status)
           
 TranscribingSystem TranscribingSystemDao.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingSystem instance from all attributes and properties and adds it to the persistent store.
 TranscribingSystem TranscribingSystemDaoBase.create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
           
 java.util.Collection TranscribingSystemDao.findTranscribingSystemByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TranscribingSystemDaoBase.findTranscribingSystemByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection TranscribingSystemDao.findTranscribingSystemByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TranscribingSystemDaoBase.findTranscribingSystemByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection TranscribingSystemDao.findTranscribingSystemByStatus(int transform, Status status)
           Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection TranscribingSystemDaoBase.findTranscribingSystemByStatus(int transform, Status status)
           
 java.util.Collection TranscribingSystemDao.findTranscribingSystemByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TranscribingSystemDaoBase.findTranscribingSystemByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection TranscribingSystemDao.findTranscribingSystemByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection TranscribingSystemDaoBase.findTranscribingSystemByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection TranscribingSystemDao.findTranscribingSystemByStatus(Status status)
           
 java.util.Collection TranscribingSystemDaoBase.findTranscribingSystemByStatus(Status status)
           
 java.util.Collection TranscribingSystemDao.findTranscribingSystemByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TranscribingSystemDaoBase.findTranscribingSystemByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection TranscribingSystemDao.findTranscribingSystemByStatus(java.lang.String queryString, Status status)
           Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection TranscribingSystemDaoBase.findTranscribingSystemByStatus(java.lang.String queryString, Status status)
           
static TranscribingSystem TranscribingSystem.Factory.newInstance(java.lang.String name, Status status)
          Constructs a new instance of TranscribingSystem, taking all required and/or read-only properties as arguments.
static TranscribingSystem TranscribingSystem.Factory.newInstance(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of TranscribingSystem, taking all possible properties (except the identifier(s))as arguments.
 void TranscribingSystem.setStatus(Status status)
           
 

Uses of Status in fr.ifremer.allegro.referential.vessel
 

Methods in fr.ifremer.allegro.referential.vessel that return Status
 Status Vessel.getStatus()
           Etat du navire ?? la date actuelle du syst??me.
 

Methods in fr.ifremer.allegro.referential.vessel with parameters of type Status
 java.lang.Object FishingVesselDao.create(int transform, java.lang.String code, Status status, java.util.Collection vesselFeatures, VesselType vesselType)
           Does the same thing as FishingVesselDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,java.util.Collection,fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.lang.Object FishingVesselDaoBase.create(int transform, java.lang.String code, Status status, java.util.Collection vesselFeatures, VesselType vesselType)
           
 java.lang.Object ShellfishGathererDao.create(int transform, java.lang.String code, Status status, VesselType vesselType)
           Does the same thing as ShellfishGathererDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.lang.Object ScientificResearchVesselDao.create(int transform, java.lang.String code, Status status, VesselType vesselType)
           Does the same thing as ScientificResearchVesselDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.lang.Object PleasureBoatDao.create(int transform, java.lang.String code, Status status, VesselType vesselType)
           Does the same thing as PleasureBoatDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.lang.Object VesselGroupDao.create(int transform, java.lang.String code, Status status, VesselType vesselType)
           Does the same thing as VesselGroupDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.lang.Object ShellfishGathererDaoBase.create(int transform, java.lang.String code, Status status, VesselType vesselType)
           
 java.lang.Object ScientificResearchVesselDaoBase.create(int transform, java.lang.String code, Status status, VesselType vesselType)
           
 java.lang.Object PleasureBoatDaoBase.create(int transform, java.lang.String code, Status status, VesselType vesselType)
           
 java.lang.Object VesselGroupDaoBase.create(int transform, java.lang.String code, Status status, VesselType vesselType)
           
 java.lang.Object ShellfishGathererDao.create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           Does the same thing as ShellfishGathererDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.lang.Object ScientificResearchVesselDao.create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           Does the same thing as ScientificResearchVesselDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.lang.Object PleasureBoatDao.create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           Does the same thing as PleasureBoatDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.lang.Object VesselGroupDao.create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           Does the same thing as VesselGroupDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.lang.Object ShellfishGathererDaoBase.create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           
 java.lang.Object ScientificResearchVesselDaoBase.create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           
 java.lang.Object PleasureBoatDaoBase.create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           
 java.lang.Object VesselGroupDaoBase.create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           
 java.lang.Object FishingVesselDao.create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType, java.util.Collection vesselFeatures, java.util.Collection vesselMasterPeriods)
           Does the same thing as FishingVesselDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object FishingVesselDaoBase.create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType, java.util.Collection vesselFeatures, java.util.Collection vesselMasterPeriods)
           
 Vessel FishingVesselDao.create(java.lang.String code, Status status, java.util.Collection vesselFeatures, VesselType vesselType)
           Creates a new fr.ifremer.allegro.referential.vessel.FishingVessel instance from only required properties (attributes and association ends) and adds it to the persistent store.
 FishingVessel FishingVesselDaoBase.create(java.lang.String code, Status status, java.util.Collection vesselFeatures, VesselType vesselType)
           
 Vessel ShellfishGathererDao.create(java.lang.String code, Status status, VesselType vesselType)
           Creates a new fr.ifremer.allegro.referential.vessel.ShellfishGatherer instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Vessel ScientificResearchVesselDao.create(java.lang.String code, Status status, VesselType vesselType)
           Creates a new fr.ifremer.allegro.referential.vessel.ScientificResearchVessel instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Vessel PleasureBoatDao.create(java.lang.String code, Status status, VesselType vesselType)
           Creates a new fr.ifremer.allegro.referential.vessel.PleasureBoat instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Vessel VesselGroupDao.create(java.lang.String code, Status status, VesselType vesselType)
           Creates a new fr.ifremer.allegro.referential.vessel.VesselGroup instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ShellfishGatherer ShellfishGathererDaoBase.create(java.lang.String code, Status status, VesselType vesselType)
           
 ScientificResearchVessel ScientificResearchVesselDaoBase.create(java.lang.String code, Status status, VesselType vesselType)
           
 PleasureBoat PleasureBoatDaoBase.create(java.lang.String code, Status status, VesselType vesselType)
           
 VesselGroup VesselGroupDaoBase.create(java.lang.String code, Status status, VesselType vesselType)
           
 Vessel ShellfishGathererDao.create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           Creates a new fr.ifremer.allegro.referential.vessel.ShellfishGatherer instance from all attributes and properties and adds it to the persistent store.
 Vessel ScientificResearchVesselDao.create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           Creates a new fr.ifremer.allegro.referential.vessel.ScientificResearchVessel instance from all attributes and properties and adds it to the persistent store.
 Vessel PleasureBoatDao.create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           Creates a new fr.ifremer.allegro.referential.vessel.PleasureBoat instance from all attributes and properties and adds it to the persistent store.
 Vessel VesselGroupDao.create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           Creates a new fr.ifremer.allegro.referential.vessel.VesselGroup instance from all attributes and properties and adds it to the persistent store.
 ShellfishGatherer ShellfishGathererDaoBase.create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           
 ScientificResearchVessel ScientificResearchVesselDaoBase.create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           
 PleasureBoat PleasureBoatDaoBase.create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           
 VesselGroup VesselGroupDaoBase.create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           
 Vessel FishingVesselDao.create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType, java.util.Collection vesselFeatures, java.util.Collection vesselMasterPeriods)
           Creates a new fr.ifremer.allegro.referential.vessel.FishingVessel instance from all attributes and properties and adds it to the persistent store.
 FishingVessel FishingVesselDaoBase.create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType, java.util.Collection vesselFeatures, java.util.Collection vesselMasterPeriods)
           
 java.util.Collection FishingVesselDao.findFishingVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as FishingVesselDao.findFishingVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingVesselDaoBase.findFishingVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingVesselDao.findFishingVesselByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as FishingVesselDao.findFishingVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingVesselDaoBase.findFishingVesselByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingVesselDao.findFishingVesselByStatus(int transform, Status status)
           Does the same thing as FishingVesselDao.findFishingVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection FishingVesselDaoBase.findFishingVesselByStatus(int transform, Status status)
           
 java.util.Collection FishingVesselDao.findFishingVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as FishingVesselDao.findFishingVesselByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingVesselDaoBase.findFishingVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingVesselDao.findFishingVesselByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as FishingVesselDao.findFishingVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection FishingVesselDaoBase.findFishingVesselByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection FishingVesselDao.findFishingVesselByStatus(Status status)
           
 java.util.Collection FishingVesselDaoBase.findFishingVesselByStatus(Status status)
           
 java.util.Collection FishingVesselDao.findFishingVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as FishingVesselDao.findFishingVesselByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingVesselDaoBase.findFishingVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection FishingVesselDao.findFishingVesselByStatus(java.lang.String queryString, Status status)
           Does the same thing as FishingVesselDao.findFishingVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection FishingVesselDaoBase.findFishingVesselByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection PleasureBoatDao.findPleasureBoatByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PleasureBoatDaoBase.findPleasureBoatByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PleasureBoatDao.findPleasureBoatByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PleasureBoatDaoBase.findPleasureBoatByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection PleasureBoatDao.findPleasureBoatByStatus(int transform, Status status)
           Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection PleasureBoatDaoBase.findPleasureBoatByStatus(int transform, Status status)
           
 java.util.Collection PleasureBoatDao.findPleasureBoatByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PleasureBoatDaoBase.findPleasureBoatByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PleasureBoatDao.findPleasureBoatByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection PleasureBoatDaoBase.findPleasureBoatByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection PleasureBoatDao.findPleasureBoatByStatus(Status status)
           
 java.util.Collection PleasureBoatDaoBase.findPleasureBoatByStatus(Status status)
           
 java.util.Collection PleasureBoatDao.findPleasureBoatByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PleasureBoatDaoBase.findPleasureBoatByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PleasureBoatDao.findPleasureBoatByStatus(java.lang.String queryString, Status status)
           Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection PleasureBoatDaoBase.findPleasureBoatByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection ScientificResearchVesselDao.findScientificResearchVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ScientificResearchVesselDaoBase.findScientificResearchVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ScientificResearchVesselDao.findScientificResearchVesselByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ScientificResearchVesselDaoBase.findScientificResearchVesselByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection ScientificResearchVesselDao.findScientificResearchVesselByStatus(int transform, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection ScientificResearchVesselDaoBase.findScientificResearchVesselByStatus(int transform, Status status)
           
 java.util.Collection ScientificResearchVesselDao.findScientificResearchVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ScientificResearchVesselDaoBase.findScientificResearchVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ScientificResearchVesselDao.findScientificResearchVesselByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection ScientificResearchVesselDaoBase.findScientificResearchVesselByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection ScientificResearchVesselDao.findScientificResearchVesselByStatus(Status status)
           
 java.util.Collection ScientificResearchVesselDaoBase.findScientificResearchVesselByStatus(Status status)
           
 java.util.Collection ScientificResearchVesselDao.findScientificResearchVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ScientificResearchVesselDaoBase.findScientificResearchVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ScientificResearchVesselDao.findScientificResearchVesselByStatus(java.lang.String queryString, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection ScientificResearchVesselDaoBase.findScientificResearchVesselByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection ShellfishGathererDao.findShellfishGathererByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ShellfishGathererDaoBase.findShellfishGathererByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ShellfishGathererDao.findShellfishGathererByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ShellfishGathererDaoBase.findShellfishGathererByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection ShellfishGathererDao.findShellfishGathererByStatus(int transform, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection ShellfishGathererDaoBase.findShellfishGathererByStatus(int transform, Status status)
           
 java.util.Collection ShellfishGathererDao.findShellfishGathererByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ShellfishGathererDaoBase.findShellfishGathererByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ShellfishGathererDao.findShellfishGathererByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection ShellfishGathererDaoBase.findShellfishGathererByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection ShellfishGathererDao.findShellfishGathererByStatus(Status status)
           
 java.util.Collection ShellfishGathererDaoBase.findShellfishGathererByStatus(Status status)
           
 java.util.Collection ShellfishGathererDao.findShellfishGathererByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ShellfishGathererDaoBase.findShellfishGathererByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ShellfishGathererDao.findShellfishGathererByStatus(java.lang.String queryString, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection ShellfishGathererDaoBase.findShellfishGathererByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection VesselDao.findVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingVesselDaoBase.findVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselDaoBase.findVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ShellfishGathererDaoBase.findVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ScientificResearchVesselDaoBase.findVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PleasureBoatDaoBase.findVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselGroupDaoBase.findVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselDao.findVesselByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingVesselDaoBase.findVesselByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselDaoBase.findVesselByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection ShellfishGathererDaoBase.findVesselByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection ScientificResearchVesselDaoBase.findVesselByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection PleasureBoatDaoBase.findVesselByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselGroupDaoBase.findVesselByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselDao.findVesselByStatus(int transform, Status status)
           Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection FishingVesselDaoBase.findVesselByStatus(int transform, Status status)
           
 java.util.Collection VesselDaoBase.findVesselByStatus(int transform, Status status)
           
 java.util.Collection ShellfishGathererDaoBase.findVesselByStatus(int transform, Status status)
           
 java.util.Collection ScientificResearchVesselDaoBase.findVesselByStatus(int transform, Status status)
           
 java.util.Collection PleasureBoatDaoBase.findVesselByStatus(int transform, Status status)
           
 java.util.Collection VesselGroupDaoBase.findVesselByStatus(int transform, Status status)
           
 java.util.Collection VesselDao.findVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as VesselDao.findVesselByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingVesselDaoBase.findVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselDaoBase.findVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ShellfishGathererDaoBase.findVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ScientificResearchVesselDaoBase.findVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PleasureBoatDaoBase.findVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselGroupDaoBase.findVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselDao.findVesselByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection FishingVesselDaoBase.findVesselByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection VesselDaoBase.findVesselByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection ShellfishGathererDaoBase.findVesselByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection ScientificResearchVesselDaoBase.findVesselByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection PleasureBoatDaoBase.findVesselByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection VesselGroupDaoBase.findVesselByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection VesselDao.findVesselByStatus(Status status)
           
 java.util.Collection FishingVesselDaoBase.findVesselByStatus(Status status)
           
 java.util.Collection VesselDaoBase.findVesselByStatus(Status status)
           
 java.util.Collection ShellfishGathererDaoBase.findVesselByStatus(Status status)
           
 java.util.Collection ScientificResearchVesselDaoBase.findVesselByStatus(Status status)
           
 java.util.Collection PleasureBoatDaoBase.findVesselByStatus(Status status)
           
 java.util.Collection VesselGroupDaoBase.findVesselByStatus(Status status)
           
 java.util.Collection VesselDao.findVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as VesselDao.findVesselByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingVesselDaoBase.findVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselDaoBase.findVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ShellfishGathererDaoBase.findVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection ScientificResearchVesselDaoBase.findVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection PleasureBoatDaoBase.findVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselGroupDaoBase.findVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselDao.findVesselByStatus(java.lang.String queryString, Status status)
           Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection FishingVesselDaoBase.findVesselByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection VesselDaoBase.findVesselByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection ShellfishGathererDaoBase.findVesselByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection ScientificResearchVesselDaoBase.findVesselByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection PleasureBoatDaoBase.findVesselByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection VesselGroupDaoBase.findVesselByStatus(java.lang.String queryString, Status status)
           
 java.util.Collection VesselGroupDao.findVesselGroupByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as VesselGroupDao.findVesselGroupByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselGroupDaoBase.findVesselGroupByStatus(int transform, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselGroupDao.findVesselGroupByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as VesselGroupDao.findVesselGroupByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselGroupDaoBase.findVesselGroupByStatus(int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselGroupDao.findVesselGroupByStatus(int transform, Status status)
           Does the same thing as VesselGroupDao.findVesselGroupByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection VesselGroupDaoBase.findVesselGroupByStatus(int transform, Status status)
           
 java.util.Collection VesselGroupDao.findVesselGroupByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as VesselGroupDao.findVesselGroupByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselGroupDaoBase.findVesselGroupByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselGroupDao.findVesselGroupByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as VesselGroupDao.findVesselGroupByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection VesselGroupDaoBase.findVesselGroupByStatus(int transform, java.lang.String queryString, Status status)
           
 java.util.Collection VesselGroupDao.findVesselGroupByStatus(Status status)
           
 java.util.Collection VesselGroupDaoBase.findVesselGroupByStatus(Status status)
           
 java.util.Collection VesselGroupDao.findVesselGroupByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as VesselGroupDao.findVesselGroupByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselGroupDaoBase.findVesselGroupByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           
 java.util.Collection VesselGroupDao.findVesselGroupByStatus(java.lang.String queryString, Status status)
           Does the same thing as VesselGroupDao.findVesselGroupByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection VesselGroupDaoBase.findVesselGroupByStatus(java.lang.String queryString, Status status)
           
static FishingVessel FishingVessel.Factory.newInstance(Status status, VesselType vesselType)
          Constructs a new instance of FishingVessel, taking all required and/or read-only properties as arguments.
static ShellfishGatherer ShellfishGatherer.Factory.newInstance(Status status, VesselType vesselType)
          Constructs a new instance of ShellfishGatherer, taking all required and/or read-only properties as arguments.
static ScientificResearchVessel ScientificResearchVessel.Factory.newInstance(Status status, VesselType vesselType)
          Constructs a new instance of ScientificResearchVessel, taking all required and/or read-only properties as arguments.
static PleasureBoat PleasureBoat.Factory.newInstance(Status status, VesselType vesselType)
          Constructs a new instance of PleasureBoat, taking all required and/or read-only properties as arguments.
static VesselGroup VesselGroup.Factory.newInstance(Status status, VesselType vesselType)
          Constructs a new instance of VesselGroup, taking all required and/or read-only properties as arguments.
static ShellfishGatherer ShellfishGatherer.Factory.newInstance(java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
          Constructs a new instance of ShellfishGatherer, taking all possible properties (except the identifier(s))as arguments.
static ScientificResearchVessel ScientificResearchVessel.Factory.newInstance(java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
          Constructs a new instance of ScientificResearchVessel, taking all possible properties (except the identifier(s))as arguments.
static PleasureBoat PleasureBoat.Factory.newInstance(java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
          Constructs a new instance of PleasureBoat, taking all possible properties (except the identifier(s))as arguments.
static VesselGroup VesselGroup.Factory.newInstance(java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
          Constructs a new instance of VesselGroup, taking all possible properties (except the identifier(s))as arguments.
static FishingVessel FishingVessel.Factory.newInstance(java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType, java.util.Collection vesselFeatures, java.util.Collection vesselMasterPeriods)
          Constructs a new instance of FishingVessel, taking all possible properties (except the identifier(s))as arguments.
 void Vessel.setStatus(Status status)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.