|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.metier.MetierDaoBase
fr.ifremer.allegro.referential.metier.MetierDaoImpl
fr.ifremer.allegro.referential.metier.FishingMetierDaoBase
public abstract class FishingMetierDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.metier.FishingMetier
.
FishingMetier
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.metier.FishingMetierDao |
---|
TRANSFORM_CLUSTERFISHINGMETIER, TRANSFORM_REMOTEFISHINGMETIERFULLVO, TRANSFORM_REMOTEFISHINGMETIERNATURALID |
Fields inherited from interface fr.ifremer.allegro.referential.metier.MetierDao |
---|
TRANSFORM_CLUSTERMETIER, TRANSFORM_NONE, TRANSFORM_REMOTEMETIERFULLVO, TRANSFORM_REMOTEMETIERNATURALID |
Constructor Summary | |
---|---|
FishingMetierDaoBase()
|
Method Summary | |
---|---|
void |
clusterFishingMetierToEntity(ClusterFishingMetier source,
FishingMetier target,
boolean copyIfNull)
Copies the fields of ClusterFishingMetier to the specified entity. |
void |
clusterFishingMetierToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFishingMetier to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.metier.Metier and adds from the passed in entities collection |
FishingMetier |
create(FishingMetier fishingMetier)
Creates an instance of fr.ifremer.allegro.referential.metier.FishingMetier and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as MetierDao.create(fr.ifremer.allegro.referential.metier.Metier) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingMetier fishingMetier)
Does the same thing as FishingMetierDao.create(fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String name,
Status status,
TaxonGroup taxonGroup)
Does the same thing as FishingMetierDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String label,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
Status status,
TaxonGroup taxonGroup,
Gear gear)
Does the same thing as FishingMetierDao.create(java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
FishingMetier |
create(java.lang.String name,
Status status,
TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.referential.metier.FishingMetier
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingMetier |
create(java.lang.String label,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
Status status,
TaxonGroup taxonGroup,
Gear gear)
Creates a new fr.ifremer.allegro.referential.metier.FishingMetier
instance from all attributes and
properties and adds it to the persistent store. |
FishingMetier |
createFromClusterFishingMetier(ClusterFishingMetier clusterFishingMetier)
|
java.util.Collection |
findFishingMetierByGear(Gear gear)
|
java.util.Collection |
findFishingMetierByGear(int transform,
Gear gear)
Does the same thing as FishingMetierDao.findFishingMetierByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findFishingMetierByGear(int pageNumber,
int pageSize,
Gear gear)
Does the same thing as FishingMetierDao.findFishingMetierByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingMetierByGear(int transform,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as FishingMetierDao.findFishingMetierByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingMetierByGear(int transform,
java.lang.String queryString,
Gear gear)
Does the same thing as FishingMetierDao.findFishingMetierByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findFishingMetierByGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as FishingMetierDao.findFishingMetierByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingMetierByGear(java.lang.String queryString,
Gear gear)
Does the same thing as FishingMetierDao.findFishingMetierByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findFishingMetierByGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as FishingMetierDao.findFishingMetierByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
FishingMetier |
findFishingMetierById(java.lang.Integer id)
|
java.lang.Object |
findFishingMetierById(int transform,
java.lang.Integer id)
Does the same thing as FishingMetierDao.findFishingMetierById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findFishingMetierById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FishingMetierDao.findFishingMetierById(int, java.lang.Integer) with an
additional argument called queryString . |
FishingMetier |
findFishingMetierById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FishingMetierDao.findFishingMetierById(java.lang.Integer) with an
additional argument called queryString . |
FishingMetier |
findFishingMetierByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findFishingMetierByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as FishingMetierDao.findFishingMetierByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findFishingMetierByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FishingMetierDao.findFishingMetierByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
FishingMetier |
findFishingMetierByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FishingMetierDao.findFishingMetierByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findFishingMetierByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as FishingMetierDao.findFishingMetierByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingMetierByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as FishingMetierDao.findFishingMetierByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingMetierByStatus(int transform,
Status status)
Does the same thing as FishingMetierDao.findFishingMetierByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findFishingMetierByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as FishingMetierDao.findFishingMetierByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingMetierByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as FishingMetierDao.findFishingMetierByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findFishingMetierByStatus(Status status)
|
java.util.Collection |
findFishingMetierByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as FishingMetierDao.findFishingMetierByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingMetierByStatus(java.lang.String queryString,
Status status)
Does the same thing as FishingMetierDao.findFishingMetierByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findFishingMetierByTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingMetierByTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingMetierByTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingMetierByTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findFishingMetierByTaxonGroup(int transform,
TaxonGroup taxonGroup)
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.util.Collection |
findFishingMetierByTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingMetierByTaxonGroup(java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findFishingMetierByTaxonGroup(TaxonGroup taxonGroup)
|
Metier |
findMetierById(java.lang.Integer id)
|
java.lang.Object |
findMetierById(int transform,
java.lang.Integer id)
Does the same thing as MetierDao.findMetierById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findMetierById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MetierDao.findMetierById(int, java.lang.Integer) with an
additional argument called queryString . |
Metier |
findMetierById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MetierDao.findMetierById(java.lang.Integer) with an
additional argument called queryString . |
Metier |
findMetierByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findMetierByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as MetierDao.findMetierByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findMetierByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MetierDao.findMetierByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
Metier |
findMetierByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MetierDao.findMetierByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findMetierByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as MetierDao.findMetierByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMetierByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as MetierDao.findMetierByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMetierByStatus(int transform,
Status status)
Does the same thing as MetierDao.findMetierByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findMetierByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as MetierDao.findMetierByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMetierByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as MetierDao.findMetierByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findMetierByStatus(Status status)
|
java.util.Collection |
findMetierByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as MetierDao.findMetierByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMetierByStatus(java.lang.String queryString,
Status status)
Does the same thing as MetierDao.findMetierByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
ClusterFishingMetier[] |
getAllClusterFishingMetierSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllFishingMetier()
|
java.util.Collection |
getAllFishingMetier(int transform)
Does the same thing as FishingMetierDao.getAllFishingMetier() with an
additional flag called transform . |
java.util.Collection |
getAllFishingMetier(int pageNumber,
int pageSize)
Does the same thing as FishingMetierDao.getAllFishingMetier() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingMetier(int transform,
int pageNumber,
int pageSize)
Does the same thing as FishingMetierDao.getAllFishingMetier(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingMetier(int transform,
java.lang.String queryString)
Does the same thing as FishingMetierDao.getAllFishingMetier(int) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingMetier(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as FishingMetierDao.getAllFishingMetier(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingMetier(java.lang.String queryString)
Does the same thing as FishingMetierDao.getAllFishingMetier() with an
additional argument called queryString . |
java.util.Collection |
getAllFishingMetier(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as FishingMetierDao.getAllFishingMetier(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingMetierSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingMetierSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingMetierSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingMetierSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingMetierSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllFishingMetierSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingMetierSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingMetierSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.util.Collection |
getAllMetier()
|
java.util.Collection |
getAllMetier(int transform)
Does the same thing as MetierDao.getAllMetier() with an
additional flag called transform . |
java.util.Collection |
getAllMetier(int pageNumber,
int pageSize)
Does the same thing as MetierDao.getAllMetier() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMetier(int transform,
int pageNumber,
int pageSize)
Does the same thing as MetierDao.getAllMetier(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMetier(int transform,
java.lang.String queryString)
Does the same thing as MetierDao.getAllMetier(int) with an
additional argument called queryString . |
java.util.Collection |
getAllMetier(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MetierDao.getAllMetier(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMetier(java.lang.String queryString)
Does the same thing as MetierDao.getAllMetier() with an
additional argument called queryString . |
java.util.Collection |
getAllMetier(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MetierDao.getAllMetier(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMetierSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMetierSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMetierSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMetierSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllMetierSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllMetierSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMetierSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllMetierSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected GearDao |
getGearDao()
Gets the reference to gearDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected TaxonGroupDao |
getTaxonGroupDao()
Gets the reference to taxonGroupDao . |
protected abstract FishingMetier |
handleCreateFromClusterFishingMetier(ClusterFishingMetier clusterFishingMetier)
Performs the core logic for createFromClusterFishingMetier(fr.ifremer.allegro.referential.metier.generic.cluster.ClusterFishingMetier) |
protected abstract ClusterFishingMetier[] |
handleGetAllClusterFishingMetierSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterFishingMetierSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
FishingMetier |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.metier.Metier from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as MetierDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type Metier . |
java.util.Collection |
loadAll(int transform)
Does the same thing as MetierDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as MetierDao.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 MetierDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteFishingMetierFullVOToEntity(RemoteFishingMetierFullVO source,
FishingMetier target,
boolean copyIfNull)
Copies the fields of RemoteFishingMetierFullVO to the specified entity. |
void |
remoteFishingMetierFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingMetierFullVO to this
DAO's entity. |
void |
remoteFishingMetierNaturalIdToEntity(RemoteFishingMetierNaturalId source,
FishingMetier target,
boolean copyIfNull)
Copies the fields of RemoteFishingMetierNaturalId to the specified entity. |
void |
remoteFishingMetierNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingMetierNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(FishingMetier fishingMetier)
Removes the instance of fr.ifremer.allegro.referential.metier.FishingMetier from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.metier.Metier having the given identifier 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 MetierDao.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. |
void |
setGearDao(GearDao gearDao)
Sets the reference to gearDao . |
void |
setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
Sets the reference to taxonGroupDao . |
ClusterFishingMetier |
toClusterFishingMetier(FishingMetier entity)
Converts this DAO's entity to an object of type ClusterFishingMetier . |
void |
toClusterFishingMetier(FishingMetier source,
ClusterFishingMetier target)
Copies the fields of the specified entity to the target value object. |
protected ClusterFishingMetier |
toClusterFishingMetier(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterFishingMetier[] |
toClusterFishingMetierArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingMetier . |
void |
toClusterFishingMetierCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFishingMetier . |
protected FishingMetier |
toEntity(java.lang.Object[] row)
|
RemoteFishingMetierFullVO |
toRemoteFishingMetierFullVO(FishingMetier entity)
Converts this DAO's entity to an object of type RemoteFishingMetierFullVO . |
void |
toRemoteFishingMetierFullVO(FishingMetier source,
RemoteFishingMetierFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteFishingMetierFullVO |
toRemoteFishingMetierFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteFishingMetierFullVO[] |
toRemoteFishingMetierFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingMetierFullVO . |
void |
toRemoteFishingMetierFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingMetierFullVO . |
RemoteFishingMetierNaturalId |
toRemoteFishingMetierNaturalId(FishingMetier entity)
Converts this DAO's entity to an object of type RemoteFishingMetierNaturalId . |
void |
toRemoteFishingMetierNaturalId(FishingMetier source,
RemoteFishingMetierNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteFishingMetierNaturalId |
toRemoteFishingMetierNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteFishingMetierNaturalId[] |
toRemoteFishingMetierNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingMetierNaturalId . |
void |
toRemoteFishingMetierNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingMetierNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.metier.FishingMetier)
method. |
protected java.lang.Object |
transformEntity(int transform,
FishingMetier entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.metier.FishingMetierDao , please note
that the MetierDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(FishingMetier fishingMetier)
Updates the fishingMetier instance in the persistent store. |
Methods inherited from class fr.ifremer.allegro.referential.metier.MetierDaoImpl |
---|
clusterMetierToEntity, clusterMetierToEntity, handleCreateFromClusterMetier, handleGetAllClusterMetierSinceDateSynchro, remoteMetierFullVOToEntity, remoteMetierFullVOToEntity, remoteMetierNaturalIdToEntity, remoteMetierNaturalIdToEntity, toClusterMetier, toClusterMetier, toRemoteMetierFullVO, toRemoteMetierFullVO, toRemoteMetierNaturalId, toRemoteMetierNaturalId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.referential.metier.FishingMetierDao |
---|
clusterFishingMetierToEntity, remoteFishingMetierFullVOToEntity, remoteFishingMetierNaturalIdToEntity |
Constructor Detail |
---|
public FishingMetierDaoBase()
Method Detail |
---|
public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
taxonGroupDao
.
protected TaxonGroupDao getTaxonGroupDao()
taxonGroupDao
.
public void setGearDao(GearDao gearDao)
gearDao
.
protected GearDao getGearDao()
gearDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
MetierDao
Does the same thing as MetierDao.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.
load
in interface FishingMetierDao
load
in interface MetierDao
load
in class MetierDaoBase
id
- identifier of the entity to load
FishingMetierDao.load(int, java.lang.Integer)
public FishingMetier load(java.lang.Integer id)
MetierDao
load
in interface FishingMetierDao
load
in interface MetierDao
load
in class MetierDaoBase
FishingMetierDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MetierDao
Metier
.
loadAll
in interface FishingMetierDao
loadAll
in interface MetierDao
loadAll
in class MetierDaoBase
FishingMetierDao.loadAll()
public java.util.Collection loadAll(int transform)
MetierDao
Does the same thing as MetierDao.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.
loadAll
in interface FishingMetierDao
loadAll
in interface MetierDao
loadAll
in class MetierDaoBase
transform
- the flag indicating what transformation to use.
FishingMetierDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
MetierDao
Does the same thing as MetierDao.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.
loadAll
in interface FishingMetierDao
loadAll
in interface MetierDao
loadAll
in class MetierDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
FishingMetierDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
MetierDao
Does the same thing as MetierDao.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.
loadAll
in interface FishingMetierDao
loadAll
in interface MetierDao
loadAll
in class MetierDaoBase
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.
FishingMetierDao.loadAll(int, int, int)
public FishingMetier create(FishingMetier fishingMetier)
FishingMetierDao
create
in interface FishingMetierDao
FishingMetierDao.create(fr.ifremer.allegro.referential.metier.FishingMetier)
public java.lang.Object create(int transform, FishingMetier fishingMetier)
FishingMetierDao
Does the same thing as FishingMetierDao.create(fr.ifremer.allegro.referential.metier.FishingMetier)
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.
create
in interface FishingMetierDao
FishingMetierDao.create(int transform, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection create(java.util.Collection entities)
MetierDao
entities
collection
create
in interface FishingMetierDao
create
in interface MetierDao
create
in class MetierDaoBase
entities
- the collection of fr.ifremer.allegro.referential.metier.Metier
instances to create.
FishingMetierDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
MetierDao
Does the same thing as MetierDao.create(fr.ifremer.allegro.referential.metier.Metier)
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.
create
in interface FishingMetierDao
create
in interface MetierDao
create
in class MetierDaoBase
FishingMetierDao.create(int, java.util.Collection)
public FishingMetier create(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status, TaxonGroup taxonGroup, Gear gear)
FishingMetierDao
Creates a new fr.ifremer.allegro.referential.metier.FishingMetier
instance from all attributes and
properties and adds it to the persistent store.
create
in interface FishingMetierDao
fr.ifremer.allegro.referential.metier.MetierDao#create(java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.gear.Gear)
public java.lang.Object create(int transform, java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status, TaxonGroup taxonGroup, Gear gear)
FishingMetierDao
Does the same thing as FishingMetierDao.create(java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.gear.Gear)
with an
additional flag called transform
. 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.
create
in interface FishingMetierDao
fr.ifremer.allegro.referential.metier.MetierDao#create(int, java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.gear.Gear)
public FishingMetier create(java.lang.String name, Status status, TaxonGroup taxonGroup)
FishingMetierDao
Creates a new fr.ifremer.allegro.referential.metier.FishingMetier
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface FishingMetierDao
FishingMetierDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.lang.Object create(int transform, java.lang.String name, Status status, TaxonGroup taxonGroup)
FishingMetierDao
Does the same thing as FishingMetierDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. 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.
create
in interface FishingMetierDao
FishingMetierDao.create(int, java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public void update(FishingMetier fishingMetier)
FishingMetierDao
fishingMetier
instance in the persistent store.
update
in interface FishingMetierDao
FishingMetierDao.update(fr.ifremer.allegro.referential.metier.FishingMetier)
public void update(java.util.Collection entities)
MetierDao
entities
collection in the persistent store.
update
in interface FishingMetierDao
update
in interface MetierDao
update
in class MetierDaoBase
MetierDao.update(java.util.Collection)
public void remove(FishingMetier fishingMetier)
FishingMetierDao
remove
in interface FishingMetierDao
FishingMetierDao.remove(fr.ifremer.allegro.referential.metier.FishingMetier)
public void remove(java.lang.Integer id)
MetierDao
identifier
from the persistent store.
remove
in interface FishingMetierDao
remove
in interface MetierDao
remove
in class MetierDaoBase
FishingMetierDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
MetierDao
entities collection.
- Specified by:
remove
in interface FishingMetierDao
- Specified by:
remove
in interface MetierDao
- Overrides:
remove
in class MetierDaoBase
- See Also:
MetierDao.remove(java.util.Collection)
public java.util.Collection getAllFishingMetier()
getAllFishingMetier
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetier()
public java.util.Collection getAllFishingMetier(int transform)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetier()
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.
getAllFishingMetier
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetier(int)
public java.util.Collection getAllFishingMetier(java.lang.String queryString)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetier()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingMetierDao.getAllFishingMetier()
.
getAllFishingMetier
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetier(java.lang.String)
public java.util.Collection getAllFishingMetier(int pageNumber, int pageSize)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetier()
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.
getAllFishingMetier
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetier(int, int)
public java.util.Collection getAllFishingMetier(java.lang.String queryString, int pageNumber, int pageSize)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetier(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.
getAllFishingMetier
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetier(String, int, int)
public java.util.Collection getAllFishingMetier(int transform, java.lang.String queryString)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetier(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingMetierDao.getAllFishingMetier(int)
.
getAllFishingMetier
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetier(int, String)
public java.util.Collection getAllFishingMetier(int transform, int pageNumber, int pageSize)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetier(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.
getAllFishingMetier
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetier(int, int, int)
public java.util.Collection getAllFishingMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetier(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.
getAllFishingMetier
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetier(int, java.lang.String, int, int)
public FishingMetier findFishingMetierById(java.lang.Integer id)
findFishingMetierById
in interface FishingMetierDao
FishingMetierDao.findFishingMetierById(java.lang.Integer)
public java.lang.Object findFishingMetierById(int transform, java.lang.Integer id)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierById(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.
findFishingMetierById
in interface FishingMetierDao
FishingMetierDao.findFishingMetierById(int, java.lang.Integer)
public FishingMetier findFishingMetierById(java.lang.String queryString, java.lang.Integer id)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingMetierDao.findFishingMetierById(java.lang.Integer)
.
findFishingMetierById
in interface FishingMetierDao
FishingMetierDao.findFishingMetierById(java.lang.String, java.lang.Integer)
public java.lang.Object findFishingMetierById(int transform, java.lang.String queryString, java.lang.Integer id)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingMetierDao.findFishingMetierById(int, java.lang.Integer id)
.
findFishingMetierById
in interface FishingMetierDao
FishingMetierDao.findFishingMetierById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findFishingMetierByTaxonGroup(TaxonGroup taxonGroup)
findFishingMetierByTaxonGroup
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findFishingMetierByTaxonGroup(int transform, TaxonGroup taxonGroup)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(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.
findFishingMetierByTaxonGroup
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findFishingMetierByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingMetierDao.findFishingMetierByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findFishingMetierByTaxonGroup
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByTaxonGroup(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findFishingMetierByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(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.
findFishingMetierByTaxonGroup
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByTaxonGroup(int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findFishingMetierByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(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.
findFishingMetierByTaxonGroup
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByTaxonGroup(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findFishingMetierByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(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 FishingMetierDao.findFishingMetierByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
findFishingMetierByTaxonGroup
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findFishingMetierByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(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.
findFishingMetierByTaxonGroup
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByTaxonGroup(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findFishingMetierByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByTaxonGroup(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.
findFishingMetierByTaxonGroup
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByTaxonGroup(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findFishingMetierByGear(Gear gear)
findFishingMetierByGear
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByGear(fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findFishingMetierByGear(int transform, Gear gear)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByGear(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.
findFishingMetierByGear
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByGear(int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findFishingMetierByGear(java.lang.String queryString, Gear gear)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingMetierDao.findFishingMetierByGear(fr.ifremer.allegro.referential.gear.Gear)
.
findFishingMetierByGear
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findFishingMetierByGear(int pageNumber, int pageSize, Gear gear)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByGear(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.
findFishingMetierByGear
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findFishingMetierByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByGear(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.
findFishingMetierByGear
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findFishingMetierByGear(int transform, java.lang.String queryString, Gear gear)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByGear(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 FishingMetierDao.findFishingMetierByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
findFishingMetierByGear
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findFishingMetierByGear(int transform, int pageNumber, int pageSize, Gear gear)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByGear(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.
findFishingMetierByGear
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findFishingMetierByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByGear(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.
findFishingMetierByGear
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findFishingMetierByStatus(Status status)
findFishingMetierByStatus
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findFishingMetierByStatus(int transform, Status status)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByStatus(fr.ifremer.allegro.referential.Status)
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.
findFishingMetierByStatus
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findFishingMetierByStatus(java.lang.String queryString, Status status)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingMetierDao.findFishingMetierByStatus(fr.ifremer.allegro.referential.Status)
.
findFishingMetierByStatus
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findFishingMetierByStatus(int pageNumber, int pageSize, Status status)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByStatus(fr.ifremer.allegro.referential.Status)
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.
findFishingMetierByStatus
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findFishingMetierByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByStatus(String, fr.ifremer.allegro.referential.Status)
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.
findFishingMetierByStatus
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findFishingMetierByStatus(int transform, java.lang.String queryString, Status status)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingMetierDao.findFishingMetierByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findFishingMetierByStatus
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findFishingMetierByStatus(int transform, int pageNumber, int pageSize, Status status)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByStatus(int, fr.ifremer.allegro.referential.Status)
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.
findFishingMetierByStatus
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findFishingMetierByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByStatus(int, String, fr.ifremer.allegro.referential.Status)
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.
findFishingMetierByStatus
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public FishingMetier findFishingMetierByNaturalId(java.lang.Integer id)
findFishingMetierByNaturalId
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByNaturalId(java.lang.Integer)
public java.lang.Object findFishingMetierByNaturalId(int transform, java.lang.Integer id)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByNaturalId(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.
findFishingMetierByNaturalId
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByNaturalId(int, java.lang.Integer)
public FishingMetier findFishingMetierByNaturalId(java.lang.String queryString, java.lang.Integer id)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingMetierDao.findFishingMetierByNaturalId(java.lang.Integer)
.
findFishingMetierByNaturalId
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findFishingMetierByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
FishingMetierDao
Does the same thing as FishingMetierDao.findFishingMetierByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingMetierDao.findFishingMetierByNaturalId(int, java.lang.Integer id)
.
findFishingMetierByNaturalId
in interface FishingMetierDao
FishingMetierDao.findFishingMetierByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllFishingMetierSinceDateSynchro(java.sql.Timestamp updateDate)
getAllFishingMetierSinceDateSynchro
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetierSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllFishingMetierSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(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.
getAllFishingMetierSinceDateSynchro
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetierSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllFishingMetierSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingMetierDao.getAllFishingMetierSinceDateSynchro(java.sql.Timestamp)
.
getAllFishingMetierSinceDateSynchro
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetierSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllFishingMetierSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(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.
getAllFishingMetierSinceDateSynchro
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetierSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllFishingMetierSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(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.
getAllFishingMetierSinceDateSynchro
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetierSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllFishingMetierSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingMetierDao.getAllFishingMetierSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllFishingMetierSinceDateSynchro
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetierSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllFishingMetierSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(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.
getAllFishingMetierSinceDateSynchro
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetierSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllFishingMetierSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
FishingMetierDao
Does the same thing as FishingMetierDao.getAllFishingMetierSinceDateSynchro(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.
getAllFishingMetierSinceDateSynchro
in interface FishingMetierDao
FishingMetierDao.getAllFishingMetierSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public java.util.Collection getAllMetier()
getAllMetier
in interface MetierDao
getAllMetier
in class MetierDaoBase
MetierDao.getAllMetier()
public java.util.Collection getAllMetier(int transform)
MetierDao
Does the same thing as MetierDao.getAllMetier()
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.
getAllMetier
in interface MetierDao
getAllMetier
in class MetierDaoBase
MetierDao.getAllMetier(int)
public java.util.Collection getAllMetier(java.lang.String queryString)
MetierDao
Does the same thing as MetierDao.getAllMetier()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MetierDao.getAllMetier()
.
getAllMetier
in interface MetierDao
getAllMetier
in class MetierDaoBase
MetierDao.getAllMetier(java.lang.String)
public java.util.Collection getAllMetier(int pageNumber, int pageSize)
MetierDao
Does the same thing as MetierDao.getAllMetier()
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.
getAllMetier
in interface MetierDao
getAllMetier
in class MetierDaoBase
MetierDao.getAllMetier(int, int)
public java.util.Collection getAllMetier(java.lang.String queryString, int pageNumber, int pageSize)
MetierDao
Does the same thing as MetierDao.getAllMetier(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.
getAllMetier
in interface MetierDao
getAllMetier
in class MetierDaoBase
MetierDao.getAllMetier(String, int, int)
public java.util.Collection getAllMetier(int transform, java.lang.String queryString)
MetierDao
Does the same thing as MetierDao.getAllMetier(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MetierDao.getAllMetier(int)
.
getAllMetier
in interface MetierDao
getAllMetier
in class MetierDaoBase
MetierDao.getAllMetier(int, String)
public java.util.Collection getAllMetier(int transform, int pageNumber, int pageSize)
MetierDao
Does the same thing as MetierDao.getAllMetier(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.
getAllMetier
in interface MetierDao
getAllMetier
in class MetierDaoBase
MetierDao.getAllMetier(int, int, int)
public java.util.Collection getAllMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize)
MetierDao
Does the same thing as MetierDao.getAllMetier(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.
getAllMetier
in interface MetierDao
getAllMetier
in class MetierDaoBase
MetierDao.getAllMetier(int, java.lang.String, int, int)
public Metier findMetierById(java.lang.Integer id)
findMetierById
in interface MetierDao
findMetierById
in class MetierDaoBase
MetierDao.findMetierById(java.lang.Integer)
public java.lang.Object findMetierById(int transform, java.lang.Integer id)
MetierDao
Does the same thing as MetierDao.findMetierById(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.
findMetierById
in interface MetierDao
findMetierById
in class MetierDaoBase
MetierDao.findMetierById(int, java.lang.Integer)
public Metier findMetierById(java.lang.String queryString, java.lang.Integer id)
MetierDao
Does the same thing as MetierDao.findMetierById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MetierDao.findMetierById(java.lang.Integer)
.
findMetierById
in interface MetierDao
findMetierById
in class MetierDaoBase
MetierDao.findMetierById(java.lang.String, java.lang.Integer)
public java.lang.Object findMetierById(int transform, java.lang.String queryString, java.lang.Integer id)
MetierDao
Does the same thing as MetierDao.findMetierById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MetierDao.findMetierById(int, java.lang.Integer id)
.
findMetierById
in interface MetierDao
findMetierById
in class MetierDaoBase
MetierDao.findMetierById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findMetierByStatus(Status status)
findMetierByStatus
in interface MetierDao
findMetierByStatus
in class MetierDaoBase
MetierDao.findMetierByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findMetierByStatus(int transform, Status status)
MetierDao
Does the same thing as MetierDao.findMetierByStatus(fr.ifremer.allegro.referential.Status)
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.
findMetierByStatus
in interface MetierDao
findMetierByStatus
in class MetierDaoBase
MetierDao.findMetierByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findMetierByStatus(java.lang.String queryString, Status status)
MetierDao
Does the same thing as MetierDao.findMetierByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MetierDao.findMetierByStatus(fr.ifremer.allegro.referential.Status)
.
findMetierByStatus
in interface MetierDao
findMetierByStatus
in class MetierDaoBase
MetierDao.findMetierByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findMetierByStatus(int pageNumber, int pageSize, Status status)
MetierDao
Does the same thing as MetierDao.findMetierByStatus(fr.ifremer.allegro.referential.Status)
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.
findMetierByStatus
in interface MetierDao
findMetierByStatus
in class MetierDaoBase
MetierDao.findMetierByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findMetierByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
MetierDao
Does the same thing as MetierDao.findMetierByStatus(String, fr.ifremer.allegro.referential.Status)
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.
findMetierByStatus
in interface MetierDao
findMetierByStatus
in class MetierDaoBase
MetierDao.findMetierByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findMetierByStatus(int transform, java.lang.String queryString, Status status)
MetierDao
Does the same thing as MetierDao.findMetierByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MetierDao.findMetierByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findMetierByStatus
in interface MetierDao
findMetierByStatus
in class MetierDaoBase
MetierDao.findMetierByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findMetierByStatus(int transform, int pageNumber, int pageSize, Status status)
MetierDao
Does the same thing as MetierDao.findMetierByStatus(int, fr.ifremer.allegro.referential.Status)
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.
findMetierByStatus
in interface MetierDao
findMetierByStatus
in class MetierDaoBase
MetierDao.findMetierByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findMetierByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
MetierDao
Does the same thing as MetierDao.findMetierByStatus(int, String, fr.ifremer.allegro.referential.Status)
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.
findMetierByStatus
in interface MetierDao
findMetierByStatus
in class MetierDaoBase
MetierDao.findMetierByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public Metier findMetierByNaturalId(java.lang.Integer id)
findMetierByNaturalId
in interface MetierDao
findMetierByNaturalId
in class MetierDaoBase
MetierDao.findMetierByNaturalId(java.lang.Integer)
public java.lang.Object findMetierByNaturalId(int transform, java.lang.Integer id)
MetierDao
Does the same thing as MetierDao.findMetierByNaturalId(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.
findMetierByNaturalId
in interface MetierDao
findMetierByNaturalId
in class MetierDaoBase
MetierDao.findMetierByNaturalId(int, java.lang.Integer)
public Metier findMetierByNaturalId(java.lang.String queryString, java.lang.Integer id)
MetierDao
Does the same thing as MetierDao.findMetierByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MetierDao.findMetierByNaturalId(java.lang.Integer)
.
findMetierByNaturalId
in interface MetierDao
findMetierByNaturalId
in class MetierDaoBase
MetierDao.findMetierByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findMetierByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
MetierDao
Does the same thing as MetierDao.findMetierByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MetierDao.findMetierByNaturalId(int, java.lang.Integer id)
.
findMetierByNaturalId
in interface MetierDao
findMetierByNaturalId
in class MetierDaoBase
MetierDao.findMetierByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllMetierSinceDateSynchro(java.sql.Timestamp updateDate)
getAllMetierSinceDateSynchro
in interface MetierDao
getAllMetierSinceDateSynchro
in class MetierDaoBase
MetierDao.getAllMetierSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllMetierSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
MetierDao
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(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.
getAllMetierSinceDateSynchro
in interface MetierDao
getAllMetierSinceDateSynchro
in class MetierDaoBase
MetierDao.getAllMetierSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllMetierSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
MetierDao
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MetierDao.getAllMetierSinceDateSynchro(java.sql.Timestamp)
.
getAllMetierSinceDateSynchro
in interface MetierDao
getAllMetierSinceDateSynchro
in class MetierDaoBase
MetierDao.getAllMetierSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllMetierSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
MetierDao
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(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.
getAllMetierSinceDateSynchro
in interface MetierDao
getAllMetierSinceDateSynchro
in class MetierDaoBase
MetierDao.getAllMetierSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllMetierSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
MetierDao
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(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.
getAllMetierSinceDateSynchro
in interface MetierDao
getAllMetierSinceDateSynchro
in class MetierDaoBase
MetierDao.getAllMetierSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllMetierSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
MetierDao
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MetierDao.getAllMetierSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllMetierSinceDateSynchro
in interface MetierDao
getAllMetierSinceDateSynchro
in class MetierDaoBase
MetierDao.getAllMetierSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllMetierSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
MetierDao
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(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.
getAllMetierSinceDateSynchro
in interface MetierDao
getAllMetierSinceDateSynchro
in class MetierDaoBase
MetierDao.getAllMetierSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllMetierSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
MetierDao
Does the same thing as MetierDao.getAllMetierSinceDateSynchro(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.
getAllMetierSinceDateSynchro
in interface MetierDao
getAllMetierSinceDateSynchro
in class MetierDaoBase
MetierDao.getAllMetierSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public FishingMetier createFromClusterFishingMetier(ClusterFishingMetier clusterFishingMetier)
createFromClusterFishingMetier
in interface FishingMetierDao
FishingMetierDao.createFromClusterFishingMetier(fr.ifremer.allegro.referential.metier.generic.cluster.ClusterFishingMetier)
protected abstract FishingMetier handleCreateFromClusterFishingMetier(ClusterFishingMetier clusterFishingMetier) throws java.lang.Exception
createFromClusterFishingMetier(fr.ifremer.allegro.referential.metier.generic.cluster.ClusterFishingMetier)
java.lang.Exception
public ClusterFishingMetier[] getAllClusterFishingMetierSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterFishingMetierSinceDateSynchro
in interface FishingMetierDao
FishingMetierDao.getAllClusterFishingMetierSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterFishingMetier[] handleGetAllClusterFishingMetierSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterFishingMetierSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, FishingMetier entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.metier.FishingMetierDao
, please note
that the MetierDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
FishingMetier
- MetierDao.TRANSFORM_NONE
RemoteFishingMetierFullVO
- TRANSFORM_REMOTEFISHINGMETIERFULLVO
RemoteFishingMetierNaturalId
- TRANSFORM_REMOTEFISHINGMETIERNATURALID
ClusterFishingMetier
- TRANSFORM_CLUSTERFISHINGMETIER
MetierDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in FishingMetierDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.referential.metier.FishingMetier)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transformEntities
in class MetierDaoBase
transform
- one of the constants declared in fr.ifremer.allegro.referential.metier.FishingMetierDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.metier.FishingMetier)
protected FishingMetier toEntity(java.lang.Object[] row)
toEntity
in class MetierDaoBase
public final void toRemoteFishingMetierFullVOCollection(java.util.Collection entities)
FishingMetierDao
RemoteFishingMetierFullVO
.
toRemoteFishingMetierFullVOCollection
in interface FishingMetierDao
FishingMetierDao.toRemoteFishingMetierFullVOCollection(java.util.Collection)
public final RemoteFishingMetierFullVO[] toRemoteFishingMetierFullVOArray(java.util.Collection entities)
FishingMetierDao
RemoteFishingMetierFullVO
.
toRemoteFishingMetierFullVOArray
in interface FishingMetierDao
FishingMetierDao.toRemoteFishingMetierFullVOArray(java.util.Collection)
protected RemoteFishingMetierFullVO toRemoteFishingMetierFullVO(java.lang.Object[] row)
FishingMetierDaoImpl
class if you intend to use reporting queries.
FishingMetierDao.toRemoteFishingMetierFullVO(fr.ifremer.allegro.referential.metier.FishingMetier)
public final void remoteFishingMetierFullVOToEntityCollection(java.util.Collection instances)
FishingMetierDao
RemoteFishingMetierFullVO
to this
DAO's entity.
remoteFishingMetierFullVOToEntityCollection
in interface FishingMetierDao
FishingMetierDao.remoteFishingMetierFullVOToEntityCollection(java.util.Collection)
public void toRemoteFishingMetierFullVO(FishingMetier source, RemoteFishingMetierFullVO target)
FishingMetierDao
toRemoteFishingMetierFullVO
in interface FishingMetierDao
FishingMetierDao.toRemoteFishingMetierFullVO(fr.ifremer.allegro.referential.metier.FishingMetier, fr.ifremer.allegro.referential.metier.generic.vo.RemoteFishingMetierFullVO)
public RemoteFishingMetierFullVO toRemoteFishingMetierFullVO(FishingMetier entity)
FishingMetierDao
RemoteFishingMetierFullVO
.
toRemoteFishingMetierFullVO
in interface FishingMetierDao
FishingMetierDao.toRemoteFishingMetierFullVO(fr.ifremer.allegro.referential.metier.FishingMetier)
public void remoteFishingMetierFullVOToEntity(RemoteFishingMetierFullVO source, FishingMetier target, boolean copyIfNull)
FishingMetierDao
RemoteFishingMetierFullVO
to the specified entity.
remoteFishingMetierFullVOToEntity
in interface FishingMetierDao
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.fr.ifremer.allegro.referential.metier.FishingMetierDao#remoteFishingMetierFullVOToEntity(fr.ifremer.allegro.referential.metier.generic.vo.RemoteFishingMetierFullVO, fr.ifremer.allegro.referential.metier.FishingMetier)
public final void toRemoteFishingMetierNaturalIdCollection(java.util.Collection entities)
FishingMetierDao
RemoteFishingMetierNaturalId
.
toRemoteFishingMetierNaturalIdCollection
in interface FishingMetierDao
FishingMetierDao.toRemoteFishingMetierNaturalIdCollection(java.util.Collection)
public final RemoteFishingMetierNaturalId[] toRemoteFishingMetierNaturalIdArray(java.util.Collection entities)
FishingMetierDao
RemoteFishingMetierNaturalId
.
toRemoteFishingMetierNaturalIdArray
in interface FishingMetierDao
FishingMetierDao.toRemoteFishingMetierNaturalIdArray(java.util.Collection)
protected RemoteFishingMetierNaturalId toRemoteFishingMetierNaturalId(java.lang.Object[] row)
FishingMetierDaoImpl
class if you intend to use reporting queries.
FishingMetierDao.toRemoteFishingMetierNaturalId(fr.ifremer.allegro.referential.metier.FishingMetier)
public final void remoteFishingMetierNaturalIdToEntityCollection(java.util.Collection instances)
FishingMetierDao
RemoteFishingMetierNaturalId
to this
DAO's entity.
remoteFishingMetierNaturalIdToEntityCollection
in interface FishingMetierDao
FishingMetierDao.remoteFishingMetierNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteFishingMetierNaturalId(FishingMetier source, RemoteFishingMetierNaturalId target)
FishingMetierDao
toRemoteFishingMetierNaturalId
in interface FishingMetierDao
FishingMetierDao.toRemoteFishingMetierNaturalId(fr.ifremer.allegro.referential.metier.FishingMetier, fr.ifremer.allegro.referential.metier.generic.vo.RemoteFishingMetierNaturalId)
public RemoteFishingMetierNaturalId toRemoteFishingMetierNaturalId(FishingMetier entity)
FishingMetierDao
RemoteFishingMetierNaturalId
.
toRemoteFishingMetierNaturalId
in interface FishingMetierDao
FishingMetierDao.toRemoteFishingMetierNaturalId(fr.ifremer.allegro.referential.metier.FishingMetier)
public void remoteFishingMetierNaturalIdToEntity(RemoteFishingMetierNaturalId source, FishingMetier target, boolean copyIfNull)
FishingMetierDao
RemoteFishingMetierNaturalId
to the specified entity.
remoteFishingMetierNaturalIdToEntity
in interface FishingMetierDao
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.fr.ifremer.allegro.referential.metier.FishingMetierDao#remoteFishingMetierNaturalIdToEntity(fr.ifremer.allegro.referential.metier.generic.vo.RemoteFishingMetierNaturalId, fr.ifremer.allegro.referential.metier.FishingMetier)
public final void toClusterFishingMetierCollection(java.util.Collection entities)
FishingMetierDao
ClusterFishingMetier
.
toClusterFishingMetierCollection
in interface FishingMetierDao
FishingMetierDao.toClusterFishingMetierCollection(java.util.Collection)
public final ClusterFishingMetier[] toClusterFishingMetierArray(java.util.Collection entities)
FishingMetierDao
ClusterFishingMetier
.
toClusterFishingMetierArray
in interface FishingMetierDao
FishingMetierDao.toClusterFishingMetierArray(java.util.Collection)
protected ClusterFishingMetier toClusterFishingMetier(java.lang.Object[] row)
FishingMetierDaoImpl
class if you intend to use reporting queries.
FishingMetierDao.toClusterFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
public final void clusterFishingMetierToEntityCollection(java.util.Collection instances)
FishingMetierDao
ClusterFishingMetier
to this
DAO's entity.
clusterFishingMetierToEntityCollection
in interface FishingMetierDao
FishingMetierDao.clusterFishingMetierToEntityCollection(java.util.Collection)
public void toClusterFishingMetier(FishingMetier source, ClusterFishingMetier target)
FishingMetierDao
toClusterFishingMetier
in interface FishingMetierDao
FishingMetierDao.toClusterFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier, fr.ifremer.allegro.referential.metier.generic.cluster.ClusterFishingMetier)
public ClusterFishingMetier toClusterFishingMetier(FishingMetier entity)
FishingMetierDao
ClusterFishingMetier
.
toClusterFishingMetier
in interface FishingMetierDao
FishingMetierDao.toClusterFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
public void clusterFishingMetierToEntity(ClusterFishingMetier source, FishingMetier target, boolean copyIfNull)
FishingMetierDao
ClusterFishingMetier
to the specified entity.
clusterFishingMetierToEntity
in interface FishingMetierDao
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.fr.ifremer.allegro.referential.metier.FishingMetierDao#clusterFishingMetierToEntity(fr.ifremer.allegro.referential.metier.generic.cluster.ClusterFishingMetier, fr.ifremer.allegro.referential.metier.FishingMetier)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class MetierDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
MetierDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface FishingMetierDao
search
in interface MetierDao
search
in class MetierDaoBase
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.FishingMetierDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
MetierDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface FishingMetierDao
search
in interface MetierDao
search
in class MetierDaoBase
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.FishingMetierDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
MetierDao
MetierDao.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.
search
in interface FishingMetierDao
search
in interface MetierDao
search
in class MetierDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
FishingMetierDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MetierDao
search
object.
search
in interface FishingMetierDao
search
in interface MetierDao
search
in class MetierDaoBase
search
- the search object which provides the search parameters and pagination specification.
FishingMetierDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |