|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SaleDao
Sale
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERSALE
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_REMOTESALEFULLVO
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_REMOTESALENATURALID
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 | |
---|---|
Sale |
clusterSaleToEntity(ClusterSale clusterSale)
Converts an instance of type ClusterSale to this DAO's entity. |
void |
clusterSaleToEntity(ClusterSale source,
Sale target,
boolean copyIfNull)
Copies the fields of ClusterSale to the specified entity. |
void |
clusterSaleToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSale to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.sale.Sale and adds from the passed in entities collection |
Sale |
create(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson)
Creates a new fr.ifremer.allegro.data.survey.sale.Sale
instance from all attributes and
properties and adds it to the persistent store. |
Sale |
create(java.util.Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
java.util.Date saleStartDate,
SaleType saleType,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.sale.Sale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson)
Does the same thing as create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
java.util.Date saleStartDate,
SaleType saleType,
Vessel vessel)
Does the same thing as create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.location.Location,java.util.Date,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Sale sale)
Does the same thing as create(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional flag called transform . |
Sale |
create(Sale sale)
Creates an instance of fr.ifremer.allegro.data.survey.sale.Sale and adds it to the persistent store. |
Sale |
createFromClusterSale(ClusterSale clusterSale)
|
Sale |
findSaleByCatchBatch(CatchBatch catchBatch)
|
java.lang.Object |
findSaleByCatchBatch(int transform,
CatchBatch catchBatch)
Does the same thing as findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an
additional flag called transform . |
java.lang.Object |
findSaleByCatchBatch(int transform,
java.lang.String queryString,
CatchBatch catchBatch)
Does the same thing as findSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an
additional argument called queryString . |
Sale |
findSaleByCatchBatch(java.lang.String queryString,
CatchBatch catchBatch)
Does the same thing as findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an
additional argument called queryString . |
java.util.Collection |
findSaleByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
|
java.util.Collection |
findSaleByDeclaredDocumentReference(int transform,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional flag called transform . |
java.util.Collection |
findSaleByDeclaredDocumentReference(int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByDeclaredDocumentReference(int transform,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByDeclaredDocumentReference(int transform,
java.lang.String queryString,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional argument called queryString . |
java.util.Collection |
findSaleByDeclaredDocumentReference(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByDeclaredDocumentReference(java.lang.String queryString,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional argument called queryString . |
java.util.Collection |
findSaleByDeclaredDocumentReference(java.lang.String queryString,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findSaleByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findSaleByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findSaleByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findSaleByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
Sale |
findSaleById(java.lang.Integer id)
|
java.lang.Object |
findSaleById(int transform,
java.lang.Integer id)
Does the same thing as findSaleById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSaleById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findSaleById(int, java.lang.Integer) with an
additional argument called queryString . |
Sale |
findSaleById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findSaleById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSaleByLanding(int transform,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as findSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByLanding(int pageNumber,
int pageSize,
Landing landing)
Does the same thing as findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByLanding(int transform,
Landing landing)
Does the same thing as findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional flag called transform . |
java.util.Collection |
findSaleByLanding(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as findSaleByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByLanding(int transform,
java.lang.String queryString,
Landing landing)
Does the same thing as findSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional argument called queryString . |
java.util.Collection |
findSaleByLanding(Landing landing)
|
java.util.Collection |
findSaleByLanding(java.lang.String queryString,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as findSaleByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByLanding(java.lang.String queryString,
Landing landing)
Does the same thing as findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional argument called queryString . |
Sale |
findSaleByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSaleByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findSaleByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSaleByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findSaleByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
Sale |
findSaleByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findSaleByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSaleByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByProgram(int transform,
Program program)
Does the same thing as findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findSaleByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findSaleByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findSaleByProgram(Program program)
|
java.util.Collection |
findSaleByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findSaleByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByProgram(java.lang.String queryString,
Program program)
Does the same thing as findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findSaleByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findSaleByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSaleByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findSaleByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSaleByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findSaleByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findSaleByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSaleByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSaleByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findSaleByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findSaleByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findSaleByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findSaleBySaleLocation(int transform,
int pageNumber,
int pageSize,
Location saleLocation)
Does the same thing as findSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleLocation(int pageNumber,
int pageSize,
Location saleLocation)
Does the same thing as findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleLocation(int transform,
Location saleLocation)
Does the same thing as findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findSaleBySaleLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location saleLocation)
Does the same thing as findSaleBySaleLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleLocation(int transform,
java.lang.String queryString,
Location saleLocation)
Does the same thing as findSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findSaleBySaleLocation(Location saleLocation)
|
java.util.Collection |
findSaleBySaleLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location saleLocation)
Does the same thing as findSaleBySaleLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleLocation(java.lang.String queryString,
Location saleLocation)
Does the same thing as findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findSaleBySaleType(int transform,
int pageNumber,
int pageSize,
SaleType saleType)
Does the same thing as findSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleType(int pageNumber,
int pageSize,
SaleType saleType)
Does the same thing as findSaleBySaleType(fr.ifremer.allegro.referential.SaleType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleType(int transform,
SaleType saleType)
Does the same thing as findSaleBySaleType(fr.ifremer.allegro.referential.SaleType) with an
additional flag called transform . |
java.util.Collection |
findSaleBySaleType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SaleType saleType)
Does the same thing as findSaleBySaleType(int, String, fr.ifremer.allegro.referential.SaleType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleType(int transform,
java.lang.String queryString,
SaleType saleType)
Does the same thing as findSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType) with an
additional argument called queryString . |
java.util.Collection |
findSaleBySaleType(SaleType saleType)
|
java.util.Collection |
findSaleBySaleType(java.lang.String queryString,
int pageNumber,
int pageSize,
SaleType saleType)
Does the same thing as findSaleBySaleType(String, fr.ifremer.allegro.referential.SaleType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleType(java.lang.String queryString,
SaleType saleType)
Does the same thing as findSaleBySaleType(fr.ifremer.allegro.referential.SaleType) with an
additional argument called queryString . |
java.util.Collection |
findSaleByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findSaleByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as findSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findSaleByVessel(int transform,
Vessel vessel)
Does the same thing as findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findSaleByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findSaleByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findSaleByVessel(Vessel vessel)
|
ClusterSale[] |
getAllClusterSaleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllSale()
|
java.util.Collection |
getAllSale(int transform)
Does the same thing as getAllSale() with an
additional flag called transform . |
java.util.Collection |
getAllSale(int pageNumber,
int pageSize)
Does the same thing as getAllSale() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSale(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllSale(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSale(int transform,
java.lang.String queryString)
Does the same thing as getAllSale(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSale(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllSale(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSale(java.lang.String queryString)
Does the same thing as getAllSale() with an
additional argument called queryString . |
java.util.Collection |
getAllSale(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllSale(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllSaleSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllSaleSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllSaleSinceDateSynchro(java.sql.Timestamp updateDate)
|
Sale |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.sale.Sale 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 Sale . |
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 . |
Sale |
remoteSaleFullVOToEntity(RemoteSaleFullVO remoteSaleFullVO)
Converts an instance of type RemoteSaleFullVO to this DAO's entity. |
void |
remoteSaleFullVOToEntity(RemoteSaleFullVO source,
Sale target,
boolean copyIfNull)
Copies the fields of RemoteSaleFullVO to the specified entity. |
void |
remoteSaleFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSaleFullVO to this
DAO's entity. |
Sale |
remoteSaleNaturalIdToEntity(RemoteSaleNaturalId remoteSaleNaturalId)
Converts an instance of type RemoteSaleNaturalId to this DAO's entity. |
void |
remoteSaleNaturalIdToEntity(RemoteSaleNaturalId source,
Sale target,
boolean copyIfNull)
Copies the fields of RemoteSaleNaturalId to the specified entity. |
void |
remoteSaleNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSaleNaturalId 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.data.survey.sale.Sale having the given identifier from the persistent store. |
void |
remove(Sale sale)
Removes the instance of fr.ifremer.allegro.data.survey.sale.Sale 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. |
ClusterSale |
toClusterSale(Sale entity)
Converts this DAO's entity to an object of type ClusterSale . |
void |
toClusterSale(Sale source,
ClusterSale target)
Copies the fields of the specified entity to the target value object. |
ClusterSale[] |
toClusterSaleArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSale . |
void |
toClusterSaleCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSale . |
RemoteSaleFullVO |
toRemoteSaleFullVO(Sale entity)
Converts this DAO's entity to an object of type RemoteSaleFullVO . |
void |
toRemoteSaleFullVO(Sale source,
RemoteSaleFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSaleFullVO[] |
toRemoteSaleFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSaleFullVO . |
void |
toRemoteSaleFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSaleFullVO . |
RemoteSaleNaturalId |
toRemoteSaleNaturalId(Sale entity)
Converts this DAO's entity to an object of type RemoteSaleNaturalId . |
void |
toRemoteSaleNaturalId(Sale source,
RemoteSaleNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSaleNaturalId[] |
toRemoteSaleNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSaleNaturalId . |
void |
toRemoteSaleNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSaleNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(Sale sale)
Updates the sale 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_REMOTESALEFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteSaleFullVO
.
static final int TRANSFORM_REMOTESALENATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteSaleNaturalId
.
static final int TRANSFORM_CLUSTERSALE
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterSale
.
Method Detail |
---|
void toRemoteSaleFullVO(Sale source, RemoteSaleFullVO target)
RemoteSaleFullVO toRemoteSaleFullVO(Sale entity)
RemoteSaleFullVO
.
void toRemoteSaleFullVOCollection(java.util.Collection entities)
RemoteSaleFullVO
.
RemoteSaleFullVO[] toRemoteSaleFullVOArray(java.util.Collection entities)
RemoteSaleFullVO
.
void remoteSaleFullVOToEntity(RemoteSaleFullVO source, Sale target, boolean copyIfNull)
RemoteSaleFullVO
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.Sale remoteSaleFullVOToEntity(RemoteSaleFullVO remoteSaleFullVO)
RemoteSaleFullVO
to this DAO's entity.
void remoteSaleFullVOToEntityCollection(java.util.Collection instances)
RemoteSaleFullVO
to this
DAO's entity.
void toRemoteSaleNaturalId(Sale source, RemoteSaleNaturalId target)
RemoteSaleNaturalId toRemoteSaleNaturalId(Sale entity)
RemoteSaleNaturalId
.
void toRemoteSaleNaturalIdCollection(java.util.Collection entities)
RemoteSaleNaturalId
.
RemoteSaleNaturalId[] toRemoteSaleNaturalIdArray(java.util.Collection entities)
RemoteSaleNaturalId
.
void remoteSaleNaturalIdToEntity(RemoteSaleNaturalId source, Sale target, boolean copyIfNull)
RemoteSaleNaturalId
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.Sale remoteSaleNaturalIdToEntity(RemoteSaleNaturalId remoteSaleNaturalId)
RemoteSaleNaturalId
to this DAO's entity.
void remoteSaleNaturalIdToEntityCollection(java.util.Collection instances)
RemoteSaleNaturalId
to this
DAO's entity.
void toClusterSale(Sale source, ClusterSale target)
ClusterSale toClusterSale(Sale entity)
ClusterSale
.
void toClusterSaleCollection(java.util.Collection entities)
ClusterSale
.
ClusterSale[] toClusterSaleArray(java.util.Collection entities)
ClusterSale
.
void clusterSaleToEntity(ClusterSale source, Sale target, boolean copyIfNull)
ClusterSale
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.Sale clusterSaleToEntity(ClusterSale clusterSale)
ClusterSale
to this DAO's entity.
void clusterSaleToEntityCollection(java.util.Collection instances)
ClusterSale
to this
DAO's entity.
Sale 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()
Sale
.
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.
Sale create(Sale sale)
java.lang.Object create(int transform, Sale sale)
Does the same thing as create(fr.ifremer.allegro.data.survey.sale.Sale)
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.data.survey.sale.Sale
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.survey.sale.Sale)
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.
Sale create(java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson)
Creates a new fr.ifremer.allegro.data.survey.sale.Sale
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson)
Does the same thing as create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person)
with an
additional flag called transform
. 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.
Sale create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.sale.Sale
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
Does the same thing as create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.location.Location,java.util.Date,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional flag called transform
. 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(Sale sale)
sale
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(Sale sale)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllSale()
java.util.Collection getAllSale(java.lang.String queryString)
Does the same thing as getAllSale()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSale()
.
java.util.Collection getAllSale(int pageNumber, int pageSize)
Does the same thing as getAllSale()
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.
java.util.Collection getAllSale(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllSale(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.
java.util.Collection getAllSale(int transform)
Does the same thing as getAllSale()
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.
java.util.Collection getAllSale(int transform, int pageNumber, int pageSize)
Does the same thing as getAllSale(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.
java.util.Collection getAllSale(int transform, java.lang.String queryString)
Does the same thing as getAllSale(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSale(int)
.
java.util.Collection getAllSale(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllSale(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.
Sale findSaleById(java.lang.Integer id)
Sale findSaleById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSaleById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleById(java.lang.Integer)
.
java.lang.Object findSaleById(int transform, java.lang.Integer id)
Does the same thing as findSaleById(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.
java.lang.Object findSaleById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSaleById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleById(int, java.lang.Integer id)
.
java.util.Collection findSaleBySaleLocation(Location saleLocation)
java.util.Collection findSaleBySaleLocation(java.lang.String queryString, Location saleLocation)
Does the same thing as findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findSaleBySaleLocation(int pageNumber, int pageSize, Location saleLocation)
Does the same thing as findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
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.
java.util.Collection findSaleBySaleLocation(java.lang.String queryString, int pageNumber, int pageSize, Location saleLocation)
Does the same thing as findSaleBySaleLocation(String, fr.ifremer.allegro.referential.location.Location)
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.
java.util.Collection findSaleBySaleLocation(int transform, Location saleLocation)
Does the same thing as findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
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.
java.util.Collection findSaleBySaleLocation(int transform, int pageNumber, int pageSize, Location saleLocation)
Does the same thing as findSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location)
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.
java.util.Collection findSaleBySaleLocation(int transform, java.lang.String queryString, Location saleLocation)
Does the same thing as findSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location saleLocation)
.
java.util.Collection findSaleBySaleLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location saleLocation)
Does the same thing as findSaleBySaleLocation(int, String, fr.ifremer.allegro.referential.location.Location)
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.
java.util.Collection findSaleByVessel(Vessel vessel)
java.util.Collection findSaleByVessel(java.lang.String queryString, Vessel vessel)
Does the same thing as findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
java.util.Collection findSaleByVessel(int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
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.
java.util.Collection findSaleByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findSaleByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel)
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.
java.util.Collection findSaleByVessel(int transform, Vessel vessel)
Does the same thing as findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
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.
java.util.Collection findSaleByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
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.
java.util.Collection findSaleByVessel(int transform, java.lang.String queryString, Vessel vessel)
Does the same thing as findSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
java.util.Collection findSaleByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findSaleByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
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.
java.util.Collection findSaleByFishingTrip(FishingTrip fishingTrip)
java.util.Collection findSaleByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
java.util.Collection findSaleByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
java.util.Collection findSaleByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
java.util.Collection findSaleByFishingTrip(int transform, FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
java.util.Collection findSaleByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
java.util.Collection findSaleByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
java.util.Collection findSaleByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findSaleByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
java.util.Collection findSaleByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
java.util.Collection findSaleByDeclaredDocumentReference(java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
.
java.util.Collection findSaleByDeclaredDocumentReference(int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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.
java.util.Collection findSaleByDeclaredDocumentReference(java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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.
java.util.Collection findSaleByDeclaredDocumentReference(int transform, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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.
java.util.Collection findSaleByDeclaredDocumentReference(int transform, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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.
java.util.Collection findSaleByDeclaredDocumentReference(int transform, java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference declaredDocumentReference)
.
java.util.Collection findSaleByDeclaredDocumentReference(int transform, java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findSaleByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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.
java.util.Collection findSaleBySaleType(SaleType saleType)
java.util.Collection findSaleBySaleType(java.lang.String queryString, SaleType saleType)
Does the same thing as findSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
.
java.util.Collection findSaleBySaleType(int pageNumber, int pageSize, SaleType saleType)
Does the same thing as findSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
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.
java.util.Collection findSaleBySaleType(java.lang.String queryString, int pageNumber, int pageSize, SaleType saleType)
Does the same thing as findSaleBySaleType(String, fr.ifremer.allegro.referential.SaleType)
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.
java.util.Collection findSaleBySaleType(int transform, SaleType saleType)
Does the same thing as findSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
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.
java.util.Collection findSaleBySaleType(int transform, int pageNumber, int pageSize, SaleType saleType)
Does the same thing as findSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType)
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.
java.util.Collection findSaleBySaleType(int transform, java.lang.String queryString, SaleType saleType)
Does the same thing as findSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType saleType)
.
java.util.Collection findSaleBySaleType(int transform, java.lang.String queryString, int pageNumber, int pageSize, SaleType saleType)
Does the same thing as findSaleBySaleType(int, String, fr.ifremer.allegro.referential.SaleType)
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.
java.util.Collection findSaleByLanding(Landing landing)
java.util.Collection findSaleByLanding(java.lang.String queryString, Landing landing)
Does the same thing as findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
.
java.util.Collection findSaleByLanding(int pageNumber, int pageSize, Landing landing)
Does the same thing as findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
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.
java.util.Collection findSaleByLanding(java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
Does the same thing as findSaleByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing)
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.
java.util.Collection findSaleByLanding(int transform, Landing landing)
Does the same thing as findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
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.
java.util.Collection findSaleByLanding(int transform, int pageNumber, int pageSize, Landing landing)
Does the same thing as findSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
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.
java.util.Collection findSaleByLanding(int transform, java.lang.String queryString, Landing landing)
Does the same thing as findSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing landing)
.
java.util.Collection findSaleByLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
Does the same thing as findSaleByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing)
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.
java.util.Collection findSaleByProgram(Program program)
java.util.Collection findSaleByProgram(java.lang.String queryString, Program program)
Does the same thing as findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findSaleByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
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.
java.util.Collection findSaleByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findSaleByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program)
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.
java.util.Collection findSaleByProgram(int transform, Program program)
Does the same thing as findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
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.
java.util.Collection findSaleByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
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.
java.util.Collection findSaleByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findSaleByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findSaleByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
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.
java.util.Collection findSaleByRecorderDepartment(Department recorderDepartment)
java.util.Collection findSaleByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findSaleByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(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.
java.util.Collection findSaleByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(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.
java.util.Collection findSaleByRecorderDepartment(int transform, Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(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.
java.util.Collection findSaleByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(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.
java.util.Collection findSaleByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(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 findSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
java.util.Collection findSaleByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findSaleByRecorderDepartment(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.
java.util.Collection findSaleByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findSaleByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findSaleByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(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.
java.util.Collection findSaleByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(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.
java.util.Collection findSaleByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(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.
java.util.Collection findSaleByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(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.
java.util.Collection findSaleByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findSaleByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findSaleByQualityFlag(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.
Sale findSaleByCatchBatch(CatchBatch catchBatch)
Sale findSaleByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
Does the same thing as findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
.
java.lang.Object findSaleByCatchBatch(int transform, CatchBatch catchBatch)
Does the same thing as findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
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.
java.lang.Object findSaleByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
Does the same thing as findSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch catchBatch)
.
java.util.Collection findSaleByRecorderPerson(Person recorderPerson)
java.util.Collection findSaleByRecorderPerson(java.lang.String queryString, Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
java.util.Collection findSaleByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(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.
java.util.Collection findSaleByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(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.
java.util.Collection findSaleByRecorderPerson(int transform, Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(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.
java.util.Collection findSaleByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(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.
java.util.Collection findSaleByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(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 findSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
java.util.Collection findSaleByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findSaleByRecorderPerson(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.
Sale findSaleByNaturalId(java.lang.Integer id)
Sale findSaleByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSaleByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByNaturalId(java.lang.Integer)
.
java.lang.Object findSaleByNaturalId(int transform, java.lang.Integer id)
Does the same thing as findSaleByNaturalId(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.
java.lang.Object findSaleByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSaleByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleByNaturalId(int, java.lang.Integer id)
.
java.util.Collection getAllSaleSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllSaleSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSaleSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllSaleSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(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.
java.util.Collection getAllSaleSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(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.
java.util.Collection getAllSaleSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(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.
java.util.Collection getAllSaleSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(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.
java.util.Collection getAllSaleSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSaleSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllSaleSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllSaleSinceDateSynchro(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.
Sale createFromClusterSale(ClusterSale clusterSale)
ClusterSale[] getAllClusterSaleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.
PaginationResult
instance.java.util.Set search(int transform, Search search)
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.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |