|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Person in fr.ifremer.allegro.administration.programStrategy |
---|
Methods in fr.ifremer.allegro.administration.programStrategy that return Person | |
---|---|
Person |
Program2Person.getPerson()
Utilisateurs saisisseurs sur le programme. |
Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type Person | |
---|---|
java.lang.Object |
Program2PersonDao.create(int transform,
Person person,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as Program2PersonDao.create(fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege) with an
additional flag called transform . |
java.lang.Object |
Program2PersonDaoBase.create(int transform,
Person person,
Program program,
ProgramPrivilege programPrivilege)
|
java.lang.Object |
Program2PersonDao.create(int transform,
Program program,
Location location,
ProgramPrivilege programPrivilege,
Person person)
Does the same thing as Program2PersonDao.create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege,fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.lang.Object |
Program2PersonDaoBase.create(int transform,
Program program,
Location location,
ProgramPrivilege programPrivilege,
Person person)
|
Program2Person |
Program2PersonDao.create(Person person,
Program program,
ProgramPrivilege programPrivilege)
Creates a new fr.ifremer.allegro.administration.programStrategy.Program2Person
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program2Person |
Program2PersonDaoBase.create(Person person,
Program program,
ProgramPrivilege programPrivilege)
|
Program2Person |
Program2PersonDao.create(Program program,
Location location,
ProgramPrivilege programPrivilege,
Person person)
Creates a new fr.ifremer.allegro.administration.programStrategy.Program2Person
instance from all attributes and
properties and adds it to the persistent store. |
Program2Person |
Program2PersonDaoBase.create(Program program,
Location location,
ProgramPrivilege programPrivilege,
Person person)
|
java.util.Collection |
Program2PersonDao.findProgram2PersonByPerson(int transform,
int pageNumber,
int pageSize,
Person person)
Does the same thing as Program2PersonDao.findProgram2PersonByPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
Program2PersonDaoBase.findProgram2PersonByPerson(int transform,
int pageNumber,
int pageSize,
Person person)
|
java.util.Collection |
Program2PersonDao.findProgram2PersonByPerson(int pageNumber,
int pageSize,
Person person)
Does the same thing as Program2PersonDao.findProgram2PersonByPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
Program2PersonDaoBase.findProgram2PersonByPerson(int pageNumber,
int pageSize,
Person person)
|
java.util.Collection |
Program2PersonDao.findProgram2PersonByPerson(int transform,
Person person)
Does the same thing as Program2PersonDao.findProgram2PersonByPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
Program2PersonDaoBase.findProgram2PersonByPerson(int transform,
Person person)
|
java.util.Collection |
Program2PersonDao.findProgram2PersonByPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person person)
Does the same thing as Program2PersonDao.findProgram2PersonByPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
Program2PersonDaoBase.findProgram2PersonByPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person person)
|
java.util.Collection |
Program2PersonDao.findProgram2PersonByPerson(int transform,
java.lang.String queryString,
Person person)
Does the same thing as Program2PersonDao.findProgram2PersonByPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
Program2PersonDaoBase.findProgram2PersonByPerson(int transform,
java.lang.String queryString,
Person person)
|
java.util.Collection |
Program2PersonDao.findProgram2PersonByPerson(Person person)
|
java.util.Collection |
Program2PersonDaoBase.findProgram2PersonByPerson(Person person)
|
java.util.Collection |
Program2PersonDao.findProgram2PersonByPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person person)
Does the same thing as Program2PersonDao.findProgram2PersonByPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
Program2PersonDaoBase.findProgram2PersonByPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person person)
|
java.util.Collection |
Program2PersonDao.findProgram2PersonByPerson(java.lang.String queryString,
Person person)
Does the same thing as Program2PersonDao.findProgram2PersonByPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
Program2PersonDaoBase.findProgram2PersonByPerson(java.lang.String queryString,
Person person)
|
static Program2Person |
Program2Person.Factory.newInstance(Program program,
Location location,
ProgramPrivilege programPrivilege,
Person person)
Constructs a new instance of Program2Person , taking all possible properties
(except the identifier(s))as arguments. |
static Program2Person |
Program2Person.Factory.newInstance(Program program,
ProgramPrivilege programPrivilege,
Person person)
Constructs a new instance of Program2Person , taking all required and/or
read-only properties as arguments. |
void |
Program2Person.setPerson(Person person)
|
Uses of Person in fr.ifremer.allegro.administration.user |
---|
Subclasses of Person in fr.ifremer.allegro.administration.user | |
---|---|
class |
PersonImpl
|
class |
User
|
class |
UserImpl
|
Methods in fr.ifremer.allegro.administration.user that return Person | |
---|---|
Person |
PersonDaoImpl.clusterPersonToEntity(ClusterPerson clusterPerson)
|
Person |
PersonDao.clusterPersonToEntity(ClusterPerson clusterPerson)
Converts an instance of type ClusterPerson to this DAO's entity. |
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. |
Person |
PersonDao.create(Person person)
Creates an instance of fr.ifremer.allegro.administration.user.Person and adds it to the persistent store. |
Person |
PersonDaoBase.create(Person person)
|
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. |
Person |
UserDao.create(User user)
Creates an instance of fr.ifremer.allegro.administration.user.User and adds it to the persistent store. |
Person |
PersonDao.createFromClusterPerson(ClusterPerson clusterPerson)
|
Person |
PersonDaoBase.createFromClusterPerson(ClusterPerson clusterPerson)
|
Person |
PersonDao.findPersonById(java.lang.Integer id)
|
Person |
UserDaoBase.findPersonById(java.lang.Integer id)
|
Person |
PersonDaoBase.findPersonById(java.lang.Integer id)
|
Person |
PersonDao.findPersonById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PersonDao.findPersonById(java.lang.Integer) with an
additional argument called queryString . |
Person |
UserDaoBase.findPersonById(java.lang.String queryString,
java.lang.Integer id)
|
Person |
PersonDaoBase.findPersonById(java.lang.String queryString,
java.lang.Integer id)
|
Person |
PersonDao.findPersonByNaturalId(java.lang.Integer id)
|
Person |
UserDaoBase.findPersonByNaturalId(java.lang.Integer id)
|
Person |
PersonDaoBase.findPersonByNaturalId(java.lang.Integer id)
|
Person |
PersonDao.findPersonByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PersonDao.findPersonByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
Person |
UserDaoBase.findPersonByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
Person |
PersonDaoBase.findPersonByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
protected Person |
PersonDaoImpl.handleCreateFromClusterPerson(ClusterPerson clusterPerson)
|
protected abstract Person |
PersonDaoBase.handleCreateFromClusterPerson(ClusterPerson clusterPerson)
Performs the core logic for PersonDaoBase.createFromClusterPerson(fr.ifremer.allegro.administration.user.generic.cluster.ClusterPerson) |
Person |
UserDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.administration.user.User from the persistent store. |
Person |
PersonDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.administration.user.Person from the persistent store. |
Person |
PersonDaoBase.load(java.lang.Integer id)
|
static Person |
Person.Factory.newInstance()
Constructs a new instance of Person . |
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. |
Person |
PersonDaoImpl.remotePersonFullVOToEntity(RemotePersonFullVO remotePersonFullVO)
|
Person |
PersonDao.remotePersonFullVOToEntity(RemotePersonFullVO remotePersonFullVO)
Converts an instance of type RemotePersonFullVO to this DAO's entity. |
Person |
PersonDaoImpl.remotePersonNaturalIdToEntity(RemotePersonNaturalId remotePersonNaturalId)
|
Person |
PersonDao.remotePersonNaturalIdToEntity(RemotePersonNaturalId remotePersonNaturalId)
Converts an instance of type RemotePersonNaturalId to this DAO's entity. |
protected Person |
PersonDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.administration.user with parameters of type Person | |
---|---|
void |
PersonDaoImpl.clusterPersonToEntity(ClusterPerson source,
Person target,
boolean copyIfNull)
|
void |
PersonDao.clusterPersonToEntity(ClusterPerson source,
Person target,
boolean copyIfNull)
Copies the fields of ClusterPerson to the specified entity. |
void |
PersonDaoBase.clusterPersonToEntity(ClusterPerson source,
Person target,
boolean copyIfNull)
|
java.lang.Object |
PersonDao.create(int transform,
Person person)
Does the same thing as PersonDao.create(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.lang.Object |
PersonDaoBase.create(int transform,
Person person)
|
Person |
PersonDao.create(Person person)
Creates an instance of fr.ifremer.allegro.administration.user.Person and adds it to the persistent store. |
Person |
PersonDaoBase.create(Person person)
|
void |
PersonDaoImpl.remotePersonFullVOToEntity(RemotePersonFullVO source,
Person target,
boolean copyIfNull)
|
void |
PersonDao.remotePersonFullVOToEntity(RemotePersonFullVO source,
Person target,
boolean copyIfNull)
Copies the fields of RemotePersonFullVO to the specified entity. |
void |
PersonDaoBase.remotePersonFullVOToEntity(RemotePersonFullVO source,
Person target,
boolean copyIfNull)
|
void |
PersonDaoImpl.remotePersonNaturalIdToEntity(RemotePersonNaturalId source,
Person target,
boolean copyIfNull)
|
void |
PersonDao.remotePersonNaturalIdToEntity(RemotePersonNaturalId source,
Person target,
boolean copyIfNull)
Copies the fields of RemotePersonNaturalId to the specified entity. |
void |
PersonDaoBase.remotePersonNaturalIdToEntity(RemotePersonNaturalId source,
Person target,
boolean copyIfNull)
|
void |
PersonDao.remove(Person person)
Removes the instance of fr.ifremer.allegro.administration.user.Person from the persistent store. |
void |
PersonDaoBase.remove(Person person)
|
ClusterPerson |
PersonDaoImpl.toClusterPerson(Person entity)
|
ClusterPerson |
PersonDao.toClusterPerson(Person entity)
Converts this DAO's entity to an object of type ClusterPerson . |
ClusterPerson |
PersonDaoBase.toClusterPerson(Person entity)
|
void |
PersonDaoImpl.toClusterPerson(Person source,
ClusterPerson target)
|
void |
PersonDao.toClusterPerson(Person source,
ClusterPerson target)
Copies the fields of the specified entity to the target value object. |
void |
PersonDaoBase.toClusterPerson(Person source,
ClusterPerson target)
|
RemotePersonFullVO |
PersonDaoImpl.toRemotePersonFullVO(Person entity)
|
RemotePersonFullVO |
PersonDao.toRemotePersonFullVO(Person entity)
Converts this DAO's entity to an object of type RemotePersonFullVO . |
RemotePersonFullVO |
PersonDaoBase.toRemotePersonFullVO(Person entity)
|
void |
PersonDaoImpl.toRemotePersonFullVO(Person source,
RemotePersonFullVO target)
|
void |
PersonDao.toRemotePersonFullVO(Person source,
RemotePersonFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
PersonDaoBase.toRemotePersonFullVO(Person source,
RemotePersonFullVO target)
|
RemotePersonNaturalId |
PersonDaoImpl.toRemotePersonNaturalId(Person entity)
|
RemotePersonNaturalId |
PersonDao.toRemotePersonNaturalId(Person entity)
Converts this DAO's entity to an object of type RemotePersonNaturalId . |
RemotePersonNaturalId |
PersonDaoBase.toRemotePersonNaturalId(Person entity)
|
void |
PersonDaoImpl.toRemotePersonNaturalId(Person source,
RemotePersonNaturalId target)
|
void |
PersonDao.toRemotePersonNaturalId(Person source,
RemotePersonNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
PersonDaoBase.toRemotePersonNaturalId(Person source,
RemotePersonNaturalId target)
|
protected java.lang.Object |
PersonDaoBase.transformEntity(int transform,
Person entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.administration.user.PersonDao , please note
that the PersonDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PersonDao.update(Person person)
Updates the person instance in the persistent store. |
void |
PersonDaoBase.update(Person person)
|
Uses of Person in fr.ifremer.allegro.data.survey.activity |
---|
Methods in fr.ifremer.allegro.data.survey.activity that return Person | |
---|---|
Person |
ActivityCalendar.getRecorderPerson()
|
Methods in fr.ifremer.allegro.data.survey.activity with parameters of type Person | |
---|---|
ActivityCalendar |
ActivityCalendarDao.create(java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
FishingEffortCalendar fishingEffortCalendar,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection metierUseFeatures,
java.util.Collection vesselUseFeatures)
Creates a new fr.ifremer.allegro.data.survey.activity.ActivityCalendar
instance from all attributes and
properties and adds it to the persistent store. |
ActivityCalendar |
ActivityCalendarDaoBase.create(java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
FishingEffortCalendar fishingEffortCalendar,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection metierUseFeatures,
java.util.Collection vesselUseFeatures)
|
java.lang.Object |
ActivityCalendarDao.create(int transform,
java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
FishingEffortCalendar fishingEffortCalendar,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection metierUseFeatures,
java.util.Collection vesselUseFeatures)
Does the same thing as ActivityCalendarDao.create(java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
ActivityCalendarDaoBase.create(int transform,
java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
FishingEffortCalendar fishingEffortCalendar,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection metierUseFeatures,
java.util.Collection vesselUseFeatures)
|
java.util.Collection |
ActivityCalendarDao.findActivityCalendarByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ActivityCalendarDaoBase.findActivityCalendarByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ActivityCalendarDao.findActivityCalendarByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ActivityCalendarDaoBase.findActivityCalendarByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ActivityCalendarDao.findActivityCalendarByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
ActivityCalendarDaoBase.findActivityCalendarByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
ActivityCalendarDao.findActivityCalendarByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ActivityCalendarDaoBase.findActivityCalendarByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ActivityCalendarDao.findActivityCalendarByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ActivityCalendarDaoBase.findActivityCalendarByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
ActivityCalendarDao.findActivityCalendarByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ActivityCalendarDaoBase.findActivityCalendarByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ActivityCalendarDao.findActivityCalendarByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ActivityCalendarDaoBase.findActivityCalendarByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ActivityCalendarDao.findActivityCalendarByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as ActivityCalendarDao.findActivityCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ActivityCalendarDaoBase.findActivityCalendarByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
static ActivityCalendar |
ActivityCalendar.Factory.newInstance(java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
FishingEffortCalendar fishingEffortCalendar,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection metierUseFeatures,
java.util.Collection vesselUseFeatures)
Constructs a new instance of ActivityCalendar , taking all possible properties
(except the identifier(s))as arguments. |
void |
ActivityCalendar.setRecorderPerson(Person recorderPerson)
|
Uses of Person in fr.ifremer.allegro.data.survey.delaration |
---|
Methods in fr.ifremer.allegro.data.survey.delaration that return Person | |
---|---|
Person |
DeclaredDocumentReference.getRecorderPerson()
|
Methods in fr.ifremer.allegro.data.survey.delaration with parameters of type Person | |
---|---|
java.lang.Object |
DeclaredDocumentReferenceDao.create(int transform,
java.lang.String reference,
java.lang.String fileName,
java.util.Date documentDate,
java.lang.String otherDocumentReference,
java.lang.String firstSheetNumber,
java.lang.String lastSheetNumber,
java.lang.Short sheetCount,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection childDeclareddocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection fishingTrips,
java.util.Collection sales)
Does the same thing as DeclaredDocumentReferenceDao.create(java.lang.String,java.lang.String,java.util.Date,java.lang.String,java.lang.String,java.lang.String,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
DeclaredDocumentReferenceDaoBase.create(int transform,
java.lang.String reference,
java.lang.String fileName,
java.util.Date documentDate,
java.lang.String otherDocumentReference,
java.lang.String firstSheetNumber,
java.lang.String lastSheetNumber,
java.lang.Short sheetCount,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection childDeclareddocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection fishingTrips,
java.util.Collection sales)
|
DeclaredDocumentReference |
DeclaredDocumentReferenceDao.create(java.lang.String reference,
java.lang.String fileName,
java.util.Date documentDate,
java.lang.String otherDocumentReference,
java.lang.String firstSheetNumber,
java.lang.String lastSheetNumber,
java.lang.Short sheetCount,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection childDeclareddocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection fishingTrips,
java.util.Collection sales)
Creates a new fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference
instance from all attributes and
properties and adds it to the persistent store. |
DeclaredDocumentReference |
DeclaredDocumentReferenceDaoBase.create(java.lang.String reference,
java.lang.String fileName,
java.util.Date documentDate,
java.lang.String otherDocumentReference,
java.lang.String firstSheetNumber,
java.lang.String lastSheetNumber,
java.lang.Short sheetCount,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection childDeclareddocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection fishingTrips,
java.util.Collection sales)
|
java.util.Collection |
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
DeclaredDocumentReferenceDaoBase.findDeclaredDocumentReferenceByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
static DeclaredDocumentReference |
DeclaredDocumentReference.Factory.newInstance(java.lang.String reference,
java.lang.String fileName,
java.util.Date documentDate,
java.lang.String otherDocumentReference,
java.lang.String firstSheetNumber,
java.lang.String lastSheetNumber,
java.lang.Short sheetCount,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection childDeclareddocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection fishingTrips,
java.util.Collection sales)
Constructs a new instance of DeclaredDocumentReference , taking all possible properties
(except the identifier(s))as arguments. |
void |
DeclaredDocumentReference.setRecorderPerson(Person recorderPerson)
|
Uses of Person in fr.ifremer.allegro.data.survey.economy |
---|
Methods in fr.ifremer.allegro.data.survey.economy that return Person | |
---|---|
Person |
EconomicalSurvey.getRecorderPerson()
|
Methods in fr.ifremer.allegro.data.survey.economy with parameters of type Person | |
---|---|
java.lang.Object |
EconomicalSurveyDao.create(int transform,
java.lang.String synchronisationStatus,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
VesselOwner vesselOwner,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Department recorderDepartment,
Person recorderPerson,
java.util.Collection vesselUseFeatures)
Does the same thing as EconomicalSurveyDao.create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.Person,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
EconomicalSurveyDaoBase.create(int transform,
java.lang.String synchronisationStatus,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
VesselOwner vesselOwner,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Department recorderDepartment,
Person recorderPerson,
java.util.Collection vesselUseFeatures)
|
EconomicalSurvey |
EconomicalSurveyDao.create(java.lang.String synchronisationStatus,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
VesselOwner vesselOwner,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Department recorderDepartment,
Person recorderPerson,
java.util.Collection vesselUseFeatures)
Creates a new fr.ifremer.allegro.data.survey.economy.EconomicalSurvey
instance from all attributes and
properties and adds it to the persistent store. |
EconomicalSurvey |
EconomicalSurveyDaoBase.create(java.lang.String synchronisationStatus,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
VesselOwner vesselOwner,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Department recorderDepartment,
Person recorderPerson,
java.util.Collection vesselUseFeatures)
|
java.util.Collection |
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
EconomicalSurveyDaoBase.findEconomicalSurveyByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
static EconomicalSurvey |
EconomicalSurvey.Factory.newInstance(java.lang.String synchronisationStatus,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
VesselOwner vesselOwner,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Department recorderDepartment,
Person recorderPerson,
java.util.Collection vesselUseFeatures)
Constructs a new instance of EconomicalSurvey , taking all possible properties
(except the identifier(s))as arguments. |
void |
EconomicalSurvey.setRecorderPerson(Person recorderPerson)
|
Uses of Person in fr.ifremer.allegro.data.survey.fishingEffort |
---|
Methods in fr.ifremer.allegro.data.survey.fishingEffort that return Person | |
---|---|
Person |
FishingEffortCalendar.getRecorderPerson()
|
Methods in fr.ifremer.allegro.data.survey.fishingEffort with parameters of type Person | |
---|---|
FishingEffortCalendar |
FishingEffortCalendarDao.create(java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
SurveyQualification surveyQualification,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
ActivityCalendar activityCalendar,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures)
Creates a new fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar
instance from all attributes and
properties and adds it to the persistent store. |
FishingEffortCalendar |
FishingEffortCalendarDaoBase.create(java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
SurveyQualification surveyQualification,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
ActivityCalendar activityCalendar,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures)
|
java.lang.Object |
FishingEffortCalendarDao.create(int transform,
java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
SurveyQualification surveyQualification,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
ActivityCalendar activityCalendar,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures)
Does the same thing as FishingEffortCalendarDao.create(java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
FishingEffortCalendarDaoBase.create(int transform,
java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
SurveyQualification surveyQualification,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
ActivityCalendar activityCalendar,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures)
|
java.util.Collection |
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
FishingEffortCalendarDaoBase.findFishingEffortCalendarByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
static FishingEffortCalendar |
FishingEffortCalendar.Factory.newInstance(java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
SurveyQualification surveyQualification,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
ActivityCalendar activityCalendar,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures)
Constructs a new instance of FishingEffortCalendar , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingEffortCalendar.setRecorderPerson(Person recorderPerson)
|
Uses of Person in fr.ifremer.allegro.data.survey.fishingTrip |
---|
Methods in fr.ifremer.allegro.data.survey.fishingTrip that return Person | |
---|---|
Person |
FishingTrip.getRecorderPerson()
|
Methods in fr.ifremer.allegro.data.survey.fishingTrip with parameters of type Person | |
---|---|
FishingTrip |
FishingTripDao.create(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
FishingTrip |
FishingTripDaoBase.create(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson)
|
FishingTrip |
ObservedFishingTripDao.create(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
|
java.lang.Object |
FishingTripDao.create(int transform,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson)
Does the same thing as FishingTripDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.lang.Object |
FishingTripDaoBase.create(int transform,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson)
|
java.lang.Object |
ObservedFishingTripDao.create(int transform,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Does the same thing as ObservedFishingTripDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
ObservedFishingTripDaoBase.create(int transform,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
|
java.util.Collection |
FishingTripDao.findFishingTripByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as FishingTripDao.findFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedFishingTripDaoBase.findFishingTripByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
FishingTripDaoBase.findFishingTripByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
FishingTripDao.findFishingTripByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as FishingTripDao.findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedFishingTripDaoBase.findFishingTripByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
FishingTripDaoBase.findFishingTripByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
FishingTripDao.findFishingTripByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as FishingTripDao.findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
ObservedFishingTripDaoBase.findFishingTripByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
FishingTripDaoBase.findFishingTripByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
FishingTripDao.findFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as FishingTripDao.findFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedFishingTripDaoBase.findFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
FishingTripDaoBase.findFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
FishingTripDao.findFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as FishingTripDao.findFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ObservedFishingTripDaoBase.findFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
FishingTripDaoBase.findFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
FishingTripDao.findFishingTripByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ObservedFishingTripDaoBase.findFishingTripByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
FishingTripDaoBase.findFishingTripByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
FishingTripDao.findFishingTripByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as FishingTripDao.findFishingTripByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedFishingTripDaoBase.findFishingTripByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
FishingTripDaoBase.findFishingTripByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
FishingTripDao.findFishingTripByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as FishingTripDao.findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ObservedFishingTripDaoBase.findFishingTripByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
FishingTripDaoBase.findFishingTripByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedFishingTripDaoBase.findObservedFishingTripByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedFishingTripDaoBase.findObservedFishingTripByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
ObservedFishingTripDaoBase.findObservedFishingTripByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedFishingTripDaoBase.findObservedFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ObservedFishingTripDaoBase.findObservedFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ObservedFishingTripDaoBase.findObservedFishingTripByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedFishingTripDaoBase.findObservedFishingTripByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ObservedFishingTripDaoBase.findObservedFishingTripByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
static FishingTrip |
FishingTrip.Factory.newInstance(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson)
Constructs a new instance of FishingTrip , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Constructs a new instance of ObservedFishingTrip , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingTrip.setRecorderPerson(Person recorderPerson)
|
Uses of Person in fr.ifremer.allegro.data.survey.landing |
---|
Methods in fr.ifremer.allegro.data.survey.landing that return Person | |
---|---|
Person |
Landing.getRecorderPerson()
|
Methods in fr.ifremer.allegro.data.survey.landing with parameters of type Person | |
---|---|
Landing |
LandingDao.create(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces)
Creates a new fr.ifremer.allegro.data.survey.landing.Landing
instance from all attributes and
properties and adds it to the persistent store. |
Landing |
LandingDaoBase.create(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces)
|
Landing |
ObservedLandingDao.create(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding
instance from all attributes and
properties and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDaoBase.create(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
|
java.lang.Object |
LandingDao.create(int transform,
java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces)
Does the same thing as LandingDao.create(java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
LandingDaoBase.create(int transform,
java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces)
|
java.lang.Object |
ObservedLandingDao.create(int transform,
java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Does the same thing as ObservedLandingDao.create(java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
ObservedLandingDaoBase.create(int transform,
java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
|
java.util.Collection |
LandingDao.findLandingByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as LandingDao.findLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
LandingDaoBase.findLandingByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
LandingDao.findLandingByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as LandingDao.findLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
LandingDaoBase.findLandingByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
LandingDao.findLandingByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as LandingDao.findLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
LandingDaoBase.findLandingByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
LandingDao.findLandingByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as LandingDao.findLandingByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
LandingDaoBase.findLandingByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
LandingDao.findLandingByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as LandingDao.findLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
LandingDaoBase.findLandingByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
LandingDao.findLandingByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
LandingDaoBase.findLandingByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
LandingDao.findLandingByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as LandingDao.findLandingByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
LandingDaoBase.findLandingByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
LandingDao.findLandingByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as LandingDao.findLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
LandingDaoBase.findLandingByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedLandingDao.findObservedLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedLandingDao.findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as ObservedLandingDao.findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedLandingDao.findObservedLandingByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as ObservedLandingDao.findObservedLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedLandingDao.findObservedLandingByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as ObservedLandingDao.findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
static Landing |
Landing.Factory.newInstance(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces)
Constructs a new instance of Landing , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Constructs a new instance of ObservedLanding , taking all possible properties
(except the identifier(s))as arguments. |
void |
Landing.setRecorderPerson(Person recorderPerson)
|
Uses of Person in fr.ifremer.allegro.data.survey.physicalGear |
---|
Methods in fr.ifremer.allegro.data.survey.physicalGear that return Person | |
---|---|
Person |
PhysicalGearSurvey.getRecorderPerson()
|
Methods in fr.ifremer.allegro.data.survey.physicalGear with parameters of type Person | |
---|---|
PhysicalGearSurvey |
PhysicalGearSurveyDao.create(java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection gearPhysicalFeatures,
java.util.Collection vesselPhysicalFeatures,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey
instance from all attributes and
properties and adds it to the persistent store. |
PhysicalGearSurvey |
PhysicalGearSurveyDaoBase.create(java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection gearPhysicalFeatures,
java.util.Collection vesselPhysicalFeatures,
Vessel vessel)
|
java.lang.Object |
PhysicalGearSurveyDao.create(int transform,
java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection gearPhysicalFeatures,
java.util.Collection vesselPhysicalFeatures,
Vessel vessel)
Does the same thing as PhysicalGearSurveyDao.create(java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.lang.Object |
PhysicalGearSurveyDaoBase.create(int transform,
java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection gearPhysicalFeatures,
java.util.Collection vesselPhysicalFeatures,
Vessel vessel)
|
java.util.Collection |
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
PhysicalGearSurveyDaoBase.findPhysicalGearSurveyByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
static PhysicalGearSurvey |
PhysicalGearSurvey.Factory.newInstance(java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection gearPhysicalFeatures,
java.util.Collection vesselPhysicalFeatures,
Vessel vessel)
Constructs a new instance of PhysicalGearSurvey , taking all possible properties
(except the identifier(s))as arguments. |
void |
PhysicalGearSurvey.setRecorderPerson(Person recorderPerson)
|
Uses of Person in fr.ifremer.allegro.data.survey.sale |
---|
Methods in fr.ifremer.allegro.data.survey.sale that return Person | |
---|---|
Person |
Sale.getRecorderPerson()
|
Methods in fr.ifremer.allegro.data.survey.sale with parameters of type Person | |
---|---|
Sale |
SaleDao.create(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson)
Creates a new fr.ifremer.allegro.data.survey.sale.Sale
instance from all attributes and
properties and adds it to the persistent store. |
Sale |
SaleDaoBase.create(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson)
|
Sale |
ObservedSaleDao.create(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson,
java.util.Collection observerPersons)
Creates a new fr.ifremer.allegro.data.survey.sale.ObservedSale
instance from all attributes and
properties and adds it to the persistent store. |
ObservedSale |
ObservedSaleDaoBase.create(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson,
java.util.Collection observerPersons)
|
java.lang.Object |
SaleDao.create(int transform,
java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson)
Does the same thing as SaleDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.lang.Object |
SaleDaoBase.create(int transform,
java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson)
|
java.lang.Object |
ObservedSaleDao.create(int transform,
java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson,
java.util.Collection observerPersons)
Does the same thing as ObservedSaleDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
ObservedSaleDaoBase.create(int transform,
java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson,
java.util.Collection observerPersons)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
SaleDao.findSaleByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
SaleDaoBase.findSaleByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
SaleDao.findSaleByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
SaleDaoBase.findSaleByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
SaleDao.findSaleByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
SaleDaoBase.findSaleByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
SaleDao.findSaleByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
SaleDaoBase.findSaleByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
SaleDao.findSaleByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
SaleDaoBase.findSaleByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
SaleDao.findSaleByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ObservedSaleDaoBase.findSaleByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
SaleDaoBase.findSaleByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
SaleDao.findSaleByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
SaleDaoBase.findSaleByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
SaleDao.findSaleByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
SaleDaoBase.findSaleByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
static Sale |
Sale.Factory.newInstance(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson)
Constructs a new instance of Sale , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedSale |
ObservedSale.Factory.newInstance(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson,
java.util.Collection observerPersons)
Constructs a new instance of ObservedSale , taking all possible properties
(except the identifier(s))as arguments. |
void |
Sale.setRecorderPerson(Person recorderPerson)
|
Uses of Person in fr.ifremer.allegro.data.survey.scientificCruise |
---|
Methods in fr.ifremer.allegro.data.survey.scientificCruise that return Person | |
---|---|
Person |
ScientificCruise.getManagerPerson()
Responsable de campagne |
Person |
ScientificCruise.getRecorderPerson()
Utilisateur ayant saisie la donn??e. |
Methods in fr.ifremer.allegro.data.survey.scientificCruise with parameters of type Person | |
---|---|
ScientificCruise |
ScientificCruiseDao.create(java.util.Date creationDate,
java.util.Date departureDateTime,
Person managerPerson,
java.lang.String name,
Program program,
Department recorderDepartment,
ScientificResearchVessel scientificResearchVessel)
Creates a new fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ScientificCruise |
ScientificCruiseDaoBase.create(java.util.Date creationDate,
java.util.Date departureDateTime,
Person managerPerson,
java.lang.String name,
Program program,
Department recorderDepartment,
ScientificResearchVessel scientificResearchVessel)
|
java.lang.Object |
ScientificCruiseDao.create(int transform,
java.util.Date creationDate,
java.util.Date departureDateTime,
Person managerPerson,
java.lang.String name,
Program program,
Department recorderDepartment,
ScientificResearchVessel scientificResearchVessel)
Does the same thing as ScientificCruiseDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.administration.user.Person,java.lang.String,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) with an
additional flag called transform . |
java.lang.Object |
ScientificCruiseDaoBase.create(int transform,
java.util.Date creationDate,
java.util.Date departureDateTime,
Person managerPerson,
java.lang.String name,
Program program,
Department recorderDepartment,
ScientificResearchVessel scientificResearchVessel)
|
java.lang.Object |
ScientificCruiseDao.create(int transform,
java.lang.String name,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String reference,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
ScientificResearchVessel scientificResearchVessel,
Department recorderDepartment,
Program program,
Person recorderPerson,
java.util.Collection fishingTrips,
Person managerPerson)
Does the same thing as ScientificCruiseDao.create(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.ScientificResearchVessel,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Person,java.util.Collection,fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.lang.Object |
ScientificCruiseDaoBase.create(int transform,
java.lang.String name,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String reference,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
ScientificResearchVessel scientificResearchVessel,
Department recorderDepartment,
Program program,
Person recorderPerson,
java.util.Collection fishingTrips,
Person managerPerson)
|
ScientificCruise |
ScientificCruiseDao.create(java.lang.String name,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String reference,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
ScientificResearchVessel scientificResearchVessel,
Department recorderDepartment,
Program program,
Person recorderPerson,
java.util.Collection fishingTrips,
Person managerPerson)
Creates a new fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise
instance from all attributes and
properties and adds it to the persistent store. |
ScientificCruise |
ScientificCruiseDaoBase.create(java.lang.String name,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String reference,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
ScientificResearchVessel scientificResearchVessel,
Department recorderDepartment,
Program program,
Person recorderPerson,
java.util.Collection fishingTrips,
Person managerPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByManagerPerson(int transform,
int pageNumber,
int pageSize,
Person managerPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByManagerPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByManagerPerson(int transform,
int pageNumber,
int pageSize,
Person managerPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByManagerPerson(int pageNumber,
int pageSize,
Person managerPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByManagerPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByManagerPerson(int pageNumber,
int pageSize,
Person managerPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByManagerPerson(int transform,
Person managerPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByManagerPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByManagerPerson(int transform,
Person managerPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByManagerPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person managerPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByManagerPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByManagerPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person managerPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByManagerPerson(int transform,
java.lang.String queryString,
Person managerPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByManagerPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByManagerPerson(int transform,
java.lang.String queryString,
Person managerPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByManagerPerson(Person managerPerson)
|
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByManagerPerson(Person managerPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByManagerPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person managerPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByManagerPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByManagerPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person managerPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByManagerPerson(java.lang.String queryString,
Person managerPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByManagerPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByManagerPerson(java.lang.String queryString,
Person managerPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
ScientificCruiseDao.findScientificCruiseByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as ScientificCruiseDao.findScientificCruiseByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
ScientificCruiseDaoBase.findScientificCruiseByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
static ScientificCruise |
ScientificCruise.Factory.newInstance(java.lang.String name,
java.util.Date departureDateTime,
java.util.Date creationDate,
ScientificResearchVessel scientificResearchVessel,
Department recorderDepartment,
Program program,
Person managerPerson)
Constructs a new instance of ScientificCruise , taking all required and/or
read-only properties as arguments. |
static ScientificCruise |
ScientificCruise.Factory.newInstance(java.lang.String name,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String reference,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
ScientificResearchVessel scientificResearchVessel,
Department recorderDepartment,
Program program,
Person recorderPerson,
java.util.Collection fishingTrips,
Person managerPerson)
Constructs a new instance of ScientificCruise , taking all possible properties
(except the identifier(s))as arguments. |
void |
ScientificCruise.setManagerPerson(Person managerPerson)
|
void |
ScientificCruise.setRecorderPerson(Person recorderPerson)
|
Uses of Person in fr.ifremer.allegro.technical.history |
---|
Methods in fr.ifremer.allegro.technical.history that return Person | |
---|---|
Person |
QualificationHistory.getRecorderPerson()
L'utilisateur qui a fait la modification |
Methods in fr.ifremer.allegro.technical.history with parameters of type Person | |
---|---|
QualificationHistory |
QualificationHistoryDao.create(java.lang.Integer objectId,
java.lang.String comments,
java.lang.Float numericalvalue,
java.lang.String previousComments,
java.sql.Timestamp updateDate,
ObjectType objectType,
QualitativeValue qualitativeValue,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
Pmfm pmfm,
QualityFlag qualityFlag,
Gear gear,
Metier metier,
Department recorderDepartment)
Creates a new fr.ifremer.allegro.technical.history.QualificationHistory
instance from all attributes and
properties and adds it to the persistent store. |
QualificationHistory |
QualificationHistoryDaoBase.create(java.lang.Integer objectId,
java.lang.String comments,
java.lang.Float numericalvalue,
java.lang.String previousComments,
java.sql.Timestamp updateDate,
ObjectType objectType,
QualitativeValue qualitativeValue,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
Pmfm pmfm,
QualityFlag qualityFlag,
Gear gear,
Metier metier,
Department recorderDepartment)
|
java.lang.Object |
QualificationHistoryDao.create(int transform,
java.lang.Integer objectId,
java.lang.String comments,
java.lang.Float numericalvalue,
java.lang.String previousComments,
java.sql.Timestamp updateDate,
ObjectType objectType,
QualitativeValue qualitativeValue,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
Pmfm pmfm,
QualityFlag qualityFlag,
Gear gear,
Metier metier,
Department recorderDepartment)
Does the same thing as QualificationHistoryDao.create(java.lang.Integer,java.lang.String,java.lang.Float,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.ObjectType,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.Metier,fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.lang.Object |
QualificationHistoryDaoBase.create(int transform,
java.lang.Integer objectId,
java.lang.String comments,
java.lang.Float numericalvalue,
java.lang.String previousComments,
java.sql.Timestamp updateDate,
ObjectType objectType,
QualitativeValue qualitativeValue,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
Pmfm pmfm,
QualityFlag qualityFlag,
Gear gear,
Metier metier,
Department recorderDepartment)
|
java.util.Collection |
QualificationHistoryDao.findQualificationHistoryByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
QualificationHistoryDaoBase.findQualificationHistoryByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
QualificationHistoryDao.findQualificationHistoryByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
QualificationHistoryDaoBase.findQualificationHistoryByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
QualificationHistoryDao.findQualificationHistoryByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
QualificationHistoryDaoBase.findQualificationHistoryByRecorderPerson(int transform,
Person recorderPerson)
|
java.util.Collection |
QualificationHistoryDao.findQualificationHistoryByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
QualificationHistoryDaoBase.findQualificationHistoryByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
QualificationHistoryDao.findQualificationHistoryByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
QualificationHistoryDaoBase.findQualificationHistoryByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
|
java.util.Collection |
QualificationHistoryDao.findQualificationHistoryByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
QualificationHistoryDaoBase.findQualificationHistoryByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
QualificationHistoryDao.findQualificationHistoryByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
QualificationHistoryDaoBase.findQualificationHistoryByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
|
java.util.Collection |
QualificationHistoryDao.findQualificationHistoryByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as QualificationHistoryDao.findQualificationHistoryByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
QualificationHistoryDaoBase.findQualificationHistoryByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
|
static QualificationHistory |
QualificationHistory.Factory.newInstance(java.lang.Integer objectId,
java.lang.String comments,
java.lang.Float numericalvalue,
java.lang.String previousComments,
java.sql.Timestamp updateDate,
ObjectType objectType,
QualitativeValue qualitativeValue,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
Pmfm pmfm,
QualityFlag qualityFlag,
Gear gear,
Metier metier,
Department recorderDepartment)
Constructs a new instance of QualificationHistory , taking all possible properties
(except the identifier(s))as arguments. |
void |
QualificationHistory.setRecorderPerson(Person recorderPerson)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |