|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QualificationHistoryDao
QualificationHistory
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERQUALIFICATIONHISTORY
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEQUALIFICATIONHISTORYFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEQUALIFICATIONHISTORYNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Method Summary | |
---|---|
QualificationHistory |
clusterQualificationHistoryToEntity(ClusterQualificationHistory clusterQualificationHistory)
Converts an instance of type ClusterQualificationHistory to this DAO's entity. |
void |
clusterQualificationHistoryToEntity(ClusterQualificationHistory source,
QualificationHistory target,
boolean copyIfNull)
Copies the fields of ClusterQualificationHistory to the specified entity. |
void |
clusterQualificationHistoryToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterQualificationHistory to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.technical.history.QualificationHistory and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.technical.history.QualificationHistory) with an
additional flag called transform . |
QualificationHistory |
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. |
java.lang.Object |
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 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 |
create(int transform,
QualificationHistory qualificationHistory)
Does the same thing as create(fr.ifremer.allegro.technical.history.QualificationHistory) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String comments,
java.lang.Integer objectId,
ObjectType objectType,
java.lang.String previousComments,
Department recorderDepartment)
Does the same thing as create(java.lang.String,java.lang.Integer,fr.ifremer.allegro.referential.ObjectType,java.lang.String,fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
QualificationHistory |
create(QualificationHistory qualificationHistory)
Creates an instance of fr.ifremer.allegro.technical.history.QualificationHistory and adds it to the persistent store. |
QualificationHistory |
create(java.lang.String comments,
java.lang.Integer objectId,
ObjectType objectType,
java.lang.String previousComments,
Department recorderDepartment)
Creates a new fr.ifremer.allegro.technical.history.QualificationHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
QualificationHistory |
createFromClusterQualificationHistory(ClusterQualificationHistory clusterQualificationHistory)
|
java.util.Collection |
findQualificationHistoryByGear(Gear gear)
|
java.util.Collection |
findQualificationHistoryByGear(int transform,
Gear gear)
Does the same thing as findQualificationHistoryByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findQualificationHistoryByGear(int pageNumber,
int pageSize,
Gear gear)
Does the same thing as findQualificationHistoryByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByGear(int transform,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as findQualificationHistoryByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByGear(int transform,
java.lang.String queryString,
Gear gear)
Does the same thing as findQualificationHistoryByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as findQualificationHistoryByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByGear(java.lang.String queryString,
Gear gear)
Does the same thing as findQualificationHistoryByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as findQualificationHistoryByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
QualificationHistory |
findQualificationHistoryById(java.lang.Integer id)
|
java.lang.Object |
findQualificationHistoryById(int transform,
java.lang.Integer id)
Does the same thing as findQualificationHistoryById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findQualificationHistoryById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findQualificationHistoryById(int, java.lang.Integer) with an
additional argument called queryString . |
QualificationHistory |
findQualificationHistoryById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findQualificationHistoryById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByMetier(int transform,
int pageNumber,
int pageSize,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(int, fr.ifremer.allegro.referential.metier.Metier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByMetier(int pageNumber,
int pageSize,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(fr.ifremer.allegro.referential.metier.Metier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByMetier(int transform,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(fr.ifremer.allegro.referential.metier.Metier) with an
additional flag called transform . |
java.util.Collection |
findQualificationHistoryByMetier(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(int, String, fr.ifremer.allegro.referential.metier.Metier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByMetier(int transform,
java.lang.String queryString,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(int, fr.ifremer.allegro.referential.metier.Metier) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByMetier(Metier metier)
|
java.util.Collection |
findQualificationHistoryByMetier(java.lang.String queryString,
int pageNumber,
int pageSize,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(String, fr.ifremer.allegro.referential.metier.Metier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByMetier(java.lang.String queryString,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(fr.ifremer.allegro.referential.metier.Metier) with an
additional argument called queryString . |
QualificationHistory |
findQualificationHistoryByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findQualificationHistoryByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findQualificationHistoryByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findQualificationHistoryByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findQualificationHistoryByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
QualificationHistory |
findQualificationHistoryByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findQualificationHistoryByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByObjectType(int transform,
int pageNumber,
int pageSize,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(int, fr.ifremer.allegro.referential.ObjectType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByObjectType(int pageNumber,
int pageSize,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(fr.ifremer.allegro.referential.ObjectType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByObjectType(int transform,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(fr.ifremer.allegro.referential.ObjectType) with an
additional flag called transform . |
java.util.Collection |
findQualificationHistoryByObjectType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(int, String, fr.ifremer.allegro.referential.ObjectType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByObjectType(int transform,
java.lang.String queryString,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(int, fr.ifremer.allegro.referential.ObjectType) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByObjectType(ObjectType objectType)
|
java.util.Collection |
findQualificationHistoryByObjectType(java.lang.String queryString,
int pageNumber,
int pageSize,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(String, fr.ifremer.allegro.referential.ObjectType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByObjectType(java.lang.String queryString,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(fr.ifremer.allegro.referential.ObjectType) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByPmfm(int transform,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findQualificationHistoryByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByPmfm(Pmfm pmfm)
|
java.util.Collection |
findQualificationHistoryByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findQualificationHistoryByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findQualificationHistoryByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findQualificationHistoryByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findQualificationHistoryByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findQualificationHistoryByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findQualificationHistoryByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findQualificationHistoryByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findQualificationHistoryByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByReferenceTaxon(int transform,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByReferenceTaxon(int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByReferenceTaxon(int transform,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
java.util.Collection |
findQualificationHistoryByReferenceTaxon(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByReferenceTaxon(int transform,
java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByReferenceTaxon(ReferenceTaxon referenceTaxon)
|
java.util.Collection |
findQualificationHistoryByReferenceTaxon(java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByReferenceTaxon(java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByTaxonGroup(int transform,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.util.Collection |
findQualificationHistoryByTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQualificationHistoryByTaxonGroup(java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findQualificationHistoryByTaxonGroup(TaxonGroup taxonGroup)
|
ClusterQualificationHistory[] |
getAllClusterQualificationHistorySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllQualificationHistory()
|
java.util.Collection |
getAllQualificationHistory(int transform)
Does the same thing as getAllQualificationHistory() with an
additional flag called transform . |
java.util.Collection |
getAllQualificationHistory(int pageNumber,
int pageSize)
Does the same thing as getAllQualificationHistory() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllQualificationHistory(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllQualificationHistory(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllQualificationHistory(int transform,
java.lang.String queryString)
Does the same thing as getAllQualificationHistory(int) with an
additional argument called queryString . |
java.util.Collection |
getAllQualificationHistory(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllQualificationHistory(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllQualificationHistory(java.lang.String queryString)
Does the same thing as getAllQualificationHistory() with an
additional argument called queryString . |
java.util.Collection |
getAllQualificationHistory(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllQualificationHistory(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllQualificationHistorySinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllQualificationHistorySinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllQualificationHistorySinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllQualificationHistorySinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllQualificationHistorySinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllQualificationHistorySinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllQualificationHistorySinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllQualificationHistorySinceDateSynchro(java.sql.Timestamp updateDate)
|
QualificationHistory |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.technical.history.QualificationHistory from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type QualificationHistory . |
java.util.Collection |
loadAll(int transform)
Does the same thing as loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
QualificationHistory |
remoteQualificationHistoryFullVOToEntity(RemoteQualificationHistoryFullVO remoteQualificationHistoryFullVO)
Converts an instance of type RemoteQualificationHistoryFullVO to this DAO's entity. |
void |
remoteQualificationHistoryFullVOToEntity(RemoteQualificationHistoryFullVO source,
QualificationHistory target,
boolean copyIfNull)
Copies the fields of RemoteQualificationHistoryFullVO to the specified entity. |
void |
remoteQualificationHistoryFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteQualificationHistoryFullVO to this
DAO's entity. |
QualificationHistory |
remoteQualificationHistoryNaturalIdToEntity(RemoteQualificationHistoryNaturalId remoteQualificationHistoryNaturalId)
Converts an instance of type RemoteQualificationHistoryNaturalId to this DAO's entity. |
void |
remoteQualificationHistoryNaturalIdToEntity(RemoteQualificationHistoryNaturalId source,
QualificationHistory target,
boolean copyIfNull)
Copies the fields of RemoteQualificationHistoryNaturalId to the specified entity. |
void |
remoteQualificationHistoryNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteQualificationHistoryNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.technical.history.QualificationHistory having the given identifier from the persistent store. |
void |
remove(QualificationHistory qualificationHistory)
Removes the instance of fr.ifremer.allegro.technical.history.QualificationHistory from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
ClusterQualificationHistory |
toClusterQualificationHistory(QualificationHistory entity)
Converts this DAO's entity to an object of type ClusterQualificationHistory . |
void |
toClusterQualificationHistory(QualificationHistory source,
ClusterQualificationHistory target)
Copies the fields of the specified entity to the target value object. |
ClusterQualificationHistory[] |
toClusterQualificationHistoryArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterQualificationHistory . |
void |
toClusterQualificationHistoryCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterQualificationHistory . |
RemoteQualificationHistoryFullVO |
toRemoteQualificationHistoryFullVO(QualificationHistory entity)
Converts this DAO's entity to an object of type RemoteQualificationHistoryFullVO . |
void |
toRemoteQualificationHistoryFullVO(QualificationHistory source,
RemoteQualificationHistoryFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteQualificationHistoryFullVO[] |
toRemoteQualificationHistoryFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteQualificationHistoryFullVO . |
void |
toRemoteQualificationHistoryFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteQualificationHistoryFullVO . |
RemoteQualificationHistoryNaturalId |
toRemoteQualificationHistoryNaturalId(QualificationHistory entity)
Converts this DAO's entity to an object of type RemoteQualificationHistoryNaturalId . |
void |
toRemoteQualificationHistoryNaturalId(QualificationHistory source,
RemoteQualificationHistoryNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteQualificationHistoryNaturalId[] |
toRemoteQualificationHistoryNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteQualificationHistoryNaturalId . |
void |
toRemoteQualificationHistoryNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteQualificationHistoryNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(QualificationHistory qualificationHistory)
Updates the qualificationHistory instance in the persistent store. |
Field Detail |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTEQUALIFICATIONHISTORYFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteQualificationHistoryFullVO
.
static final int TRANSFORM_REMOTEQUALIFICATIONHISTORYNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteQualificationHistoryNaturalId
.
static final int TRANSFORM_CLUSTERQUALIFICATIONHISTORY
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterQualificationHistory
.
Method Detail |
---|
void toRemoteQualificationHistoryFullVO(QualificationHistory source, RemoteQualificationHistoryFullVO target)
RemoteQualificationHistoryFullVO toRemoteQualificationHistoryFullVO(QualificationHistory entity)
RemoteQualificationHistoryFullVO
.
void toRemoteQualificationHistoryFullVOCollection(java.util.Collection entities)
RemoteQualificationHistoryFullVO
.
RemoteQualificationHistoryFullVO[] toRemoteQualificationHistoryFullVOArray(java.util.Collection entities)
RemoteQualificationHistoryFullVO
.
void remoteQualificationHistoryFullVOToEntity(RemoteQualificationHistoryFullVO source, QualificationHistory target, boolean copyIfNull)
RemoteQualificationHistoryFullVO
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.QualificationHistory remoteQualificationHistoryFullVOToEntity(RemoteQualificationHistoryFullVO remoteQualificationHistoryFullVO)
RemoteQualificationHistoryFullVO
to this DAO's entity.
void remoteQualificationHistoryFullVOToEntityCollection(java.util.Collection instances)
RemoteQualificationHistoryFullVO
to this
DAO's entity.
void toRemoteQualificationHistoryNaturalId(QualificationHistory source, RemoteQualificationHistoryNaturalId target)
RemoteQualificationHistoryNaturalId toRemoteQualificationHistoryNaturalId(QualificationHistory entity)
RemoteQualificationHistoryNaturalId
.
void toRemoteQualificationHistoryNaturalIdCollection(java.util.Collection entities)
RemoteQualificationHistoryNaturalId
.
RemoteQualificationHistoryNaturalId[] toRemoteQualificationHistoryNaturalIdArray(java.util.Collection entities)
RemoteQualificationHistoryNaturalId
.
void remoteQualificationHistoryNaturalIdToEntity(RemoteQualificationHistoryNaturalId source, QualificationHistory target, boolean copyIfNull)
RemoteQualificationHistoryNaturalId
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.QualificationHistory remoteQualificationHistoryNaturalIdToEntity(RemoteQualificationHistoryNaturalId remoteQualificationHistoryNaturalId)
RemoteQualificationHistoryNaturalId
to this DAO's entity.
void remoteQualificationHistoryNaturalIdToEntityCollection(java.util.Collection instances)
RemoteQualificationHistoryNaturalId
to this
DAO's entity.
void toClusterQualificationHistory(QualificationHistory source, ClusterQualificationHistory target)
ClusterQualificationHistory toClusterQualificationHistory(QualificationHistory entity)
ClusterQualificationHistory
.
void toClusterQualificationHistoryCollection(java.util.Collection entities)
ClusterQualificationHistory
.
ClusterQualificationHistory[] toClusterQualificationHistoryArray(java.util.Collection entities)
ClusterQualificationHistory
.
void clusterQualificationHistoryToEntity(ClusterQualificationHistory source, QualificationHistory target, boolean copyIfNull)
ClusterQualificationHistory
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.QualificationHistory clusterQualificationHistoryToEntity(ClusterQualificationHistory clusterQualificationHistory)
ClusterQualificationHistory
to this DAO's entity.
void clusterQualificationHistoryToEntityCollection(java.util.Collection instances)
ClusterQualificationHistory
to this
DAO's entity.
QualificationHistory load(java.lang.Integer id)
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
id
- identifier of the entity to load
java.util.Collection loadAll()
QualificationHistory
.
java.util.Collection loadAll(int transform)
Does the same thing as loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
QualificationHistory create(QualificationHistory qualificationHistory)
java.lang.Object create(int transform, QualificationHistory qualificationHistory)
Does the same thing as create(fr.ifremer.allegro.technical.history.QualificationHistory)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.technical.history.QualificationHistory
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.technical.history.QualificationHistory)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
QualificationHistory 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.
java.lang.Object 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 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
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
QualificationHistory create(java.lang.String comments, java.lang.Integer objectId, ObjectType objectType, java.lang.String previousComments, Department recorderDepartment)
Creates a new fr.ifremer.allegro.technical.history.QualificationHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.String comments, java.lang.Integer objectId, ObjectType objectType, java.lang.String previousComments, Department recorderDepartment)
Does the same thing as create(java.lang.String,java.lang.Integer,fr.ifremer.allegro.referential.ObjectType,java.lang.String,fr.ifremer.allegro.administration.user.Department)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
void update(QualificationHistory qualificationHistory)
qualificationHistory
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(QualificationHistory qualificationHistory)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
getAllQualificationHistory
java.util.Collection getAllQualificationHistory()
getAllQualificationHistory
java.util.Collection getAllQualificationHistory(java.lang.String queryString)
Does the same thing as getAllQualificationHistory()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllQualificationHistory()
.
getAllQualificationHistory
java.util.Collection getAllQualificationHistory(int pageNumber,
int pageSize)
Does the same thing as getAllQualificationHistory()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllQualificationHistory
java.util.Collection getAllQualificationHistory(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllQualificationHistory(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllQualificationHistory
java.util.Collection getAllQualificationHistory(int transform)
Does the same thing as getAllQualificationHistory()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllQualificationHistory
java.util.Collection getAllQualificationHistory(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllQualificationHistory(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllQualificationHistory
java.util.Collection getAllQualificationHistory(int transform,
java.lang.String queryString)
Does the same thing as getAllQualificationHistory(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllQualificationHistory(int)
.
getAllQualificationHistory
java.util.Collection getAllQualificationHistory(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllQualificationHistory(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryById
QualificationHistory findQualificationHistoryById(java.lang.Integer id)
findQualificationHistoryById
QualificationHistory findQualificationHistoryById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findQualificationHistoryById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryById(java.lang.Integer)
.
findQualificationHistoryById
java.lang.Object findQualificationHistoryById(int transform,
java.lang.Integer id)
Does the same thing as findQualificationHistoryById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQualificationHistoryById
java.lang.Object findQualificationHistoryById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findQualificationHistoryById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryById(int, java.lang.Integer id)
.
findQualificationHistoryByObjectType
java.util.Collection findQualificationHistoryByObjectType(ObjectType objectType)
findQualificationHistoryByObjectType
java.util.Collection findQualificationHistoryByObjectType(java.lang.String queryString,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(fr.ifremer.allegro.referential.ObjectType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByObjectType(fr.ifremer.allegro.referential.ObjectType)
.
findQualificationHistoryByObjectType
java.util.Collection findQualificationHistoryByObjectType(int pageNumber,
int pageSize,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(fr.ifremer.allegro.referential.ObjectType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByObjectType
java.util.Collection findQualificationHistoryByObjectType(java.lang.String queryString,
int pageNumber,
int pageSize,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(String, fr.ifremer.allegro.referential.ObjectType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByObjectType
java.util.Collection findQualificationHistoryByObjectType(int transform,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(fr.ifremer.allegro.referential.ObjectType)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQualificationHistoryByObjectType
java.util.Collection findQualificationHistoryByObjectType(int transform,
int pageNumber,
int pageSize,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(int, fr.ifremer.allegro.referential.ObjectType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByObjectType
java.util.Collection findQualificationHistoryByObjectType(int transform,
java.lang.String queryString,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(int, fr.ifremer.allegro.referential.ObjectType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByObjectType(int, fr.ifremer.allegro.referential.ObjectType objectType)
.
findQualificationHistoryByObjectType
java.util.Collection findQualificationHistoryByObjectType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ObjectType objectType)
Does the same thing as findQualificationHistoryByObjectType(int, String, fr.ifremer.allegro.referential.ObjectType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByQualitativeValue
java.util.Collection findQualificationHistoryByQualitativeValue(QualitativeValue qualitativeValue)
findQualificationHistoryByQualitativeValue
java.util.Collection findQualificationHistoryByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findQualificationHistoryByQualitativeValue
java.util.Collection findQualificationHistoryByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByQualitativeValue
java.util.Collection findQualificationHistoryByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByQualitativeValue
java.util.Collection findQualificationHistoryByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQualificationHistoryByQualitativeValue
java.util.Collection findQualificationHistoryByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByQualitativeValue
java.util.Collection findQualificationHistoryByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findQualificationHistoryByQualitativeValue
java.util.Collection findQualificationHistoryByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findQualificationHistoryByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByTaxonGroup
java.util.Collection findQualificationHistoryByTaxonGroup(TaxonGroup taxonGroup)
findQualificationHistoryByTaxonGroup
java.util.Collection findQualificationHistoryByTaxonGroup(java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findQualificationHistoryByTaxonGroup
java.util.Collection findQualificationHistoryByTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByTaxonGroup
java.util.Collection findQualificationHistoryByTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByTaxonGroup
java.util.Collection findQualificationHistoryByTaxonGroup(int transform,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQualificationHistoryByTaxonGroup
java.util.Collection findQualificationHistoryByTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByTaxonGroup
java.util.Collection findQualificationHistoryByTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
findQualificationHistoryByTaxonGroup
java.util.Collection findQualificationHistoryByTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findQualificationHistoryByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByReferenceTaxon
java.util.Collection findQualificationHistoryByReferenceTaxon(ReferenceTaxon referenceTaxon)
findQualificationHistoryByReferenceTaxon
java.util.Collection findQualificationHistoryByReferenceTaxon(java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
.
findQualificationHistoryByReferenceTaxon
java.util.Collection findQualificationHistoryByReferenceTaxon(int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByReferenceTaxon
java.util.Collection findQualificationHistoryByReferenceTaxon(java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByReferenceTaxon
java.util.Collection findQualificationHistoryByReferenceTaxon(int transform,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQualificationHistoryByReferenceTaxon
java.util.Collection findQualificationHistoryByReferenceTaxon(int transform,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByReferenceTaxon
java.util.Collection findQualificationHistoryByReferenceTaxon(int transform,
java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon)
.
findQualificationHistoryByReferenceTaxon
java.util.Collection findQualificationHistoryByReferenceTaxon(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findQualificationHistoryByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByRecorderPerson
java.util.Collection findQualificationHistoryByRecorderPerson(Person recorderPerson)
findQualificationHistoryByRecorderPerson
java.util.Collection findQualificationHistoryByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
findQualificationHistoryByRecorderPerson
java.util.Collection findQualificationHistoryByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByRecorderPerson
java.util.Collection findQualificationHistoryByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByRecorderPerson
java.util.Collection findQualificationHistoryByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQualificationHistoryByRecorderPerson
java.util.Collection findQualificationHistoryByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByRecorderPerson
java.util.Collection findQualificationHistoryByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
findQualificationHistoryByRecorderPerson
java.util.Collection findQualificationHistoryByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findQualificationHistoryByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByPmfm
java.util.Collection findQualificationHistoryByPmfm(Pmfm pmfm)
findQualificationHistoryByPmfm
java.util.Collection findQualificationHistoryByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findQualificationHistoryByPmfm
java.util.Collection findQualificationHistoryByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByPmfm
java.util.Collection findQualificationHistoryByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByPmfm
java.util.Collection findQualificationHistoryByPmfm(int transform,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQualificationHistoryByPmfm
java.util.Collection findQualificationHistoryByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByPmfm
java.util.Collection findQualificationHistoryByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findQualificationHistoryByPmfm
java.util.Collection findQualificationHistoryByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findQualificationHistoryByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByQualityFlag
java.util.Collection findQualificationHistoryByQualityFlag(QualityFlag qualityFlag)
findQualificationHistoryByQualityFlag
java.util.Collection findQualificationHistoryByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findQualificationHistoryByQualityFlag
java.util.Collection findQualificationHistoryByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByQualityFlag
java.util.Collection findQualificationHistoryByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByQualityFlag
java.util.Collection findQualificationHistoryByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQualificationHistoryByQualityFlag
java.util.Collection findQualificationHistoryByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByQualityFlag
java.util.Collection findQualificationHistoryByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findQualificationHistoryByQualityFlag
java.util.Collection findQualificationHistoryByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findQualificationHistoryByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByGear
java.util.Collection findQualificationHistoryByGear(Gear gear)
findQualificationHistoryByGear
java.util.Collection findQualificationHistoryByGear(java.lang.String queryString,
Gear gear)
Does the same thing as findQualificationHistoryByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByGear(fr.ifremer.allegro.referential.gear.Gear)
.
findQualificationHistoryByGear
java.util.Collection findQualificationHistoryByGear(int pageNumber,
int pageSize,
Gear gear)
Does the same thing as findQualificationHistoryByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByGear
java.util.Collection findQualificationHistoryByGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as findQualificationHistoryByGear(String, fr.ifremer.allegro.referential.gear.Gear)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByGear
java.util.Collection findQualificationHistoryByGear(int transform,
Gear gear)
Does the same thing as findQualificationHistoryByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQualificationHistoryByGear
java.util.Collection findQualificationHistoryByGear(int transform,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as findQualificationHistoryByGear(int, fr.ifremer.allegro.referential.gear.Gear)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByGear
java.util.Collection findQualificationHistoryByGear(int transform,
java.lang.String queryString,
Gear gear)
Does the same thing as findQualificationHistoryByGear(int, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
findQualificationHistoryByGear
java.util.Collection findQualificationHistoryByGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as findQualificationHistoryByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByMetier
java.util.Collection findQualificationHistoryByMetier(Metier metier)
findQualificationHistoryByMetier
java.util.Collection findQualificationHistoryByMetier(java.lang.String queryString,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(fr.ifremer.allegro.referential.metier.Metier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByMetier(fr.ifremer.allegro.referential.metier.Metier)
.
findQualificationHistoryByMetier
java.util.Collection findQualificationHistoryByMetier(int pageNumber,
int pageSize,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(fr.ifremer.allegro.referential.metier.Metier)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByMetier
java.util.Collection findQualificationHistoryByMetier(java.lang.String queryString,
int pageNumber,
int pageSize,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(String, fr.ifremer.allegro.referential.metier.Metier)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByMetier
java.util.Collection findQualificationHistoryByMetier(int transform,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(fr.ifremer.allegro.referential.metier.Metier)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQualificationHistoryByMetier
java.util.Collection findQualificationHistoryByMetier(int transform,
int pageNumber,
int pageSize,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(int, fr.ifremer.allegro.referential.metier.Metier)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByMetier
java.util.Collection findQualificationHistoryByMetier(int transform,
java.lang.String queryString,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(int, fr.ifremer.allegro.referential.metier.Metier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByMetier(int, fr.ifremer.allegro.referential.metier.Metier metier)
.
findQualificationHistoryByMetier
java.util.Collection findQualificationHistoryByMetier(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Metier metier)
Does the same thing as findQualificationHistoryByMetier(int, String, fr.ifremer.allegro.referential.metier.Metier)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByRecorderDepartment
java.util.Collection findQualificationHistoryByRecorderDepartment(Department recorderDepartment)
findQualificationHistoryByRecorderDepartment
java.util.Collection findQualificationHistoryByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
findQualificationHistoryByRecorderDepartment
java.util.Collection findQualificationHistoryByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByRecorderDepartment
java.util.Collection findQualificationHistoryByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByRecorderDepartment
java.util.Collection findQualificationHistoryByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQualificationHistoryByRecorderDepartment
java.util.Collection findQualificationHistoryByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByRecorderDepartment
java.util.Collection findQualificationHistoryByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
findQualificationHistoryByRecorderDepartment
java.util.Collection findQualificationHistoryByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findQualificationHistoryByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQualificationHistoryByNaturalId
QualificationHistory findQualificationHistoryByNaturalId(java.lang.Integer id)
findQualificationHistoryByNaturalId
QualificationHistory findQualificationHistoryByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findQualificationHistoryByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByNaturalId(java.lang.Integer)
.
findQualificationHistoryByNaturalId
java.lang.Object findQualificationHistoryByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findQualificationHistoryByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQualificationHistoryByNaturalId
java.lang.Object findQualificationHistoryByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findQualificationHistoryByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findQualificationHistoryByNaturalId(int, java.lang.Integer id)
.
getAllQualificationHistorySinceDateSynchro
java.util.Collection getAllQualificationHistorySinceDateSynchro(java.sql.Timestamp updateDate)
getAllQualificationHistorySinceDateSynchro
java.util.Collection getAllQualificationHistorySinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllQualificationHistorySinceDateSynchro(java.sql.Timestamp)
.
getAllQualificationHistorySinceDateSynchro
java.util.Collection getAllQualificationHistorySinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllQualificationHistorySinceDateSynchro
java.util.Collection getAllQualificationHistorySinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllQualificationHistorySinceDateSynchro
java.util.Collection getAllQualificationHistorySinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(java.sql.Timestamp)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllQualificationHistorySinceDateSynchro
java.util.Collection getAllQualificationHistorySinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(int, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllQualificationHistorySinceDateSynchro
java.util.Collection getAllQualificationHistorySinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllQualificationHistorySinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllQualificationHistorySinceDateSynchro
java.util.Collection getAllQualificationHistorySinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllQualificationHistorySinceDateSynchro(int, String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
createFromClusterQualificationHistory
QualificationHistory createFromClusterQualificationHistory(ClusterQualificationHistory clusterQualificationHistory)
getAllClusterQualificationHistorySinceDateSynchro
ClusterQualificationHistory[] getAllClusterQualificationHistorySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
search
PaginationResult search(int transform,
int pageNumber,
int pageSize,
Search search)
- Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an
additional two flags called
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
- Parameters:
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
- Returns:
- any found results from the search wrapped in a
PaginationResult
instance.
search
PaginationResult search(int pageNumber,
int pageSize,
Search search)
- Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an
additional two flags called
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
- Parameters:
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
- Returns:
- any found results from the search wrapped in a
PaginationResult
instance.
search
java.util.Set search(int transform,
Search search)
- Does the same thing as
search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
- Parameters:
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
- Returns:
- any found results from the search.
search
java.util.Set search(Search search)
- Performs a search using the parameters specified in the given
search
object.
- Parameters:
search
- the search object which provides the search parameters and pagination specification.
- Returns:
- any found results from the search.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2008-2010 IFREMER. All Rights Reserved.