fr.ifremer.allegro.referential.metier
Interface FishingMetierDao

All Superinterfaces:
MetierDao
All Known Implementing Classes:
FishingMetierDaoBase, FishingMetierDaoImpl

public interface FishingMetierDao
extends MetierDao

See Also:
FishingMetier

Field Summary
static int TRANSFORM_CLUSTERFISHINGMETIER
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEFISHINGMETIERFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEFISHINGMETIERNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Fields inherited from interface fr.ifremer.allegro.referential.metier.MetierDao
TRANSFORM_CLUSTERMETIER, TRANSFORM_NONE, TRANSFORM_REMOTEMETIERFULLVO, TRANSFORM_REMOTEMETIERNATURALID
 
Method Summary
 FishingMetier clusterFishingMetierToEntity(ClusterFishingMetier clusterFishingMetier)
          Converts an instance of type ClusterFishingMetier to this DAO's entity.
 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.FishingMetier and adds from the passed in entities collection
 Metier 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 create(fr.ifremer.allegro.referential.metier.FishingMetier) with an additional flag called transform.
 java.lang.Object create(int transform, FishingMetier fishingMetier)
           Does the same thing as 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 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 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.
 Metier 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.
 Metier 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 findFishingMetierByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.util.Collection findFishingMetierByTaxonGroup(TaxonGroup taxonGroup)
           
 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 getAllFishingMetier() with an additional flag called transform.
 java.util.Collection getAllFishingMetier(int pageNumber, int pageSize)
           Does the same thing as 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 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 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 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 getAllFishingMetier() with an additional argument called queryString.
 java.util.Collection getAllFishingMetier(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as 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 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 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 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 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 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 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 getAllFishingMetierSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllFishingMetierSinceDateSynchro(java.sql.Timestamp updateDate)
           
 Metier load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.metier.FishingMetier from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type FishingMetier.
 java.util.Collection loadAll(int transform)
           Does the same thing as loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize.
 FishingMetier remoteFishingMetierFullVOToEntity(RemoteFishingMetierFullVO remoteFishingMetierFullVO)
          Converts an instance of type RemoteFishingMetierFullVO to this DAO's entity.
 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.
 FishingMetier remoteFishingMetierNaturalIdToEntity(RemoteFishingMetierNaturalId remoteFishingMetierNaturalId)
          Converts an instance of type RemoteFishingMetierNaturalId 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 collection.
 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.FishingMetier 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 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.
 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.
 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.
 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.
 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.
 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.
 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 interface fr.ifremer.allegro.referential.metier.MetierDao
clusterMetierToEntity, clusterMetierToEntity, clusterMetierToEntityCollection, create, create, create, create, create, create, createFromClusterMetier, findMetierById, findMetierById, findMetierById, findMetierById, findMetierByNaturalId, findMetierByNaturalId, findMetierByNaturalId, findMetierByNaturalId, findMetierByStatus, findMetierByStatus, findMetierByStatus, findMetierByStatus, findMetierByStatus, findMetierByStatus, findMetierByStatus, findMetierByStatus, getAllClusterMetierSinceDateSynchro, getAllMetier, getAllMetier, getAllMetier, getAllMetier, getAllMetier, getAllMetier, getAllMetier, getAllMetier, getAllMetierSinceDateSynchro, getAllMetierSinceDateSynchro, getAllMetierSinceDateSynchro, getAllMetierSinceDateSynchro, getAllMetierSinceDateSynchro, getAllMetierSinceDateSynchro, getAllMetierSinceDateSynchro, getAllMetierSinceDateSynchro, remoteMetierFullVOToEntity, remoteMetierFullVOToEntity, remoteMetierFullVOToEntityCollection, remoteMetierNaturalIdToEntity, remoteMetierNaturalIdToEntity, remoteMetierNaturalIdToEntityCollection, remove, toClusterMetier, toClusterMetier, toClusterMetierArray, toClusterMetierCollection, toRemoteMetierFullVO, toRemoteMetierFullVO, toRemoteMetierFullVOArray, toRemoteMetierFullVOCollection, toRemoteMetierNaturalId, toRemoteMetierNaturalId, toRemoteMetierNaturalIdArray, toRemoteMetierNaturalIdCollection, update
 

Field Detail

TRANSFORM_REMOTEFISHINGMETIERFULLVO

static final int TRANSFORM_REMOTEFISHINGMETIERFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteFishingMetierFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEFISHINGMETIERNATURALID

static final int TRANSFORM_REMOTEFISHINGMETIERNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteFishingMetierNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERFISHINGMETIER

static final int TRANSFORM_CLUSTERFISHINGMETIER
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type ClusterFishingMetier.

See Also:
Constant Field Values
Method Detail

toRemoteFishingMetierFullVO

void toRemoteFishingMetierFullVO(FishingMetier source,
                                 RemoteFishingMetierFullVO target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteFishingMetierFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteFishingMetierFullVO

RemoteFishingMetierFullVO toRemoteFishingMetierFullVO(FishingMetier entity)
Converts this DAO's entity to an object of type RemoteFishingMetierFullVO.


toRemoteFishingMetierFullVOCollection

void toRemoteFishingMetierFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingMetierFullVO.


toRemoteFishingMetierFullVOArray

RemoteFishingMetierFullVO[] toRemoteFishingMetierFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingMetierFullVO.


remoteFishingMetierFullVOToEntity

void remoteFishingMetierFullVOToEntity(RemoteFishingMetierFullVO source,
                                       FishingMetier target,
                                       boolean copyIfNull)
Copies the fields of RemoteFishingMetierFullVO to the specified entity.

Parameters:
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.

remoteFishingMetierFullVOToEntity

FishingMetier remoteFishingMetierFullVOToEntity(RemoteFishingMetierFullVO remoteFishingMetierFullVO)
Converts an instance of type RemoteFishingMetierFullVO to this DAO's entity.


remoteFishingMetierFullVOToEntityCollection

void remoteFishingMetierFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingMetierFullVO to this DAO's entity.


toRemoteFishingMetierNaturalId

void toRemoteFishingMetierNaturalId(FishingMetier source,
                                    RemoteFishingMetierNaturalId target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteFishingMetierNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteFishingMetierNaturalId

RemoteFishingMetierNaturalId toRemoteFishingMetierNaturalId(FishingMetier entity)
Converts this DAO's entity to an object of type RemoteFishingMetierNaturalId.


toRemoteFishingMetierNaturalIdCollection

void toRemoteFishingMetierNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingMetierNaturalId.


toRemoteFishingMetierNaturalIdArray

RemoteFishingMetierNaturalId[] toRemoteFishingMetierNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingMetierNaturalId.


remoteFishingMetierNaturalIdToEntity

void remoteFishingMetierNaturalIdToEntity(RemoteFishingMetierNaturalId source,
                                          FishingMetier target,
                                          boolean copyIfNull)
Copies the fields of RemoteFishingMetierNaturalId to the specified entity.

Parameters:
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.

remoteFishingMetierNaturalIdToEntity

FishingMetier remoteFishingMetierNaturalIdToEntity(RemoteFishingMetierNaturalId remoteFishingMetierNaturalId)
Converts an instance of type RemoteFishingMetierNaturalId to this DAO's entity.


remoteFishingMetierNaturalIdToEntityCollection

void remoteFishingMetierNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingMetierNaturalId to this DAO's entity.


toClusterFishingMetier

void toClusterFishingMetier(FishingMetier source,
                            ClusterFishingMetier target)
Copies the fields of the specified entity to the target value object. This method is similar to toClusterFishingMetier(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toClusterFishingMetier

ClusterFishingMetier toClusterFishingMetier(FishingMetier entity)
Converts this DAO's entity to an object of type ClusterFishingMetier.


toClusterFishingMetierCollection

void toClusterFishingMetierCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFishingMetier.


toClusterFishingMetierArray

ClusterFishingMetier[] toClusterFishingMetierArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingMetier.


clusterFishingMetierToEntity

void clusterFishingMetierToEntity(ClusterFishingMetier source,
                                  FishingMetier target,
                                  boolean copyIfNull)
Copies the fields of ClusterFishingMetier to the specified entity.

Parameters:
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.

clusterFishingMetierToEntity

FishingMetier clusterFishingMetierToEntity(ClusterFishingMetier clusterFishingMetier)
Converts an instance of type ClusterFishingMetier to this DAO's entity.


clusterFishingMetierToEntityCollection

void clusterFishingMetierToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFishingMetier to this DAO's entity.


load

Metier load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.metier.FishingMetier from the persistent store.

Specified by:
load in interface MetierDao

load

java.lang.Object load(int transform,
                      java.lang.Integer id)

Does the same thing as load(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
load in interface MetierDao
Parameters:
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

java.util.Collection loadAll()
Loads all entities of type FishingMetier.

Specified by:
loadAll in interface MetierDao
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

Does the same thing as loadAll() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
loadAll in interface MetierDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int pageNumber,
                             int pageSize)

Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface MetierDao
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform,
                             int pageNumber,
                             int pageSize)

Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface MetierDao
Parameters:
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.
Returns:
the loaded entities.

create

Metier create(FishingMetier fishingMetier)
Creates an instance of fr.ifremer.allegro.referential.metier.FishingMetier and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        FishingMetier fishingMetier)

Does the same thing as 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

java.util.Collection create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.metier.FishingMetier and adds from the passed in entities collection

Specified by:
create in interface MetierDao
Parameters:
entities - the collection of fr.ifremer.allegro.referential.metier.FishingMetier instances to create.
Returns:
the created instances.

create

java.util.Collection create(int transform,
                            java.util.Collection entities)

Does the same thing as 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 entities (into value objects for example). By default, transformation does not occur.

Specified by:
create in interface MetierDao

create

Metier 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.


create

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 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

Metier 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.


create

java.lang.Object create(int transform,
                        java.lang.String name,
                        Status status,
                        TaxonGroup taxonGroup)

Does the same thing as 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.


update

void update(FishingMetier fishingMetier)
Updates the fishingMetier instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface MetierDao

remove

void remove(FishingMetier fishingMetier)
Removes the instance of fr.ifremer.allegro.referential.metier.FishingMetier from the persistent store.


remove

void remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.metier.FishingMetier having the given identifier from the persistent store.

Specified by:
remove in interface MetierDao

remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.

Specified by:
remove in interface MetierDao

getAllFishingMetier

java.util.Collection getAllFishingMetier()

getAllFishingMetier

java.util.Collection getAllFishingMetier(java.lang.String queryString)

Does the same thing as getAllFishingMetier() with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllFishingMetier().


getAllFishingMetier

java.util.Collection getAllFishingMetier(int pageNumber,
                                         int pageSize)

Does the same thing as 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

java.util.Collection getAllFishingMetier(java.lang.String queryString,
                                         int pageNumber,
                                         int pageSize)

Does the same thing as 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

java.util.Collection getAllFishingMetier(int transform)

Does the same thing as 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

java.util.Collection getAllFishingMetier(int transform,
                                         int pageNumber,
                                         int pageSize)

Does the same thing as 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

java.util.Collection getAllFishingMetier(int transform,
                                         java.lang.String queryString)

Does the same thing as getAllFishingMetier(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllFishingMetier(int).


getAllFishingMetier

java.util.Collection getAllFishingMetier(int transform,
                                         java.lang.String queryString,
                                         int pageNumber,
                                         int pageSize)

Does the same thing as 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.


findFishingMetierById

FishingMetier findFishingMetierById(java.lang.Integer id)

findFishingMetierById

FishingMetier findFishingMetierById(java.lang.String queryString,
                                    java.lang.Integer id)

Does the same thing as findFishingMetierById(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findFishingMetierById(java.lang.Integer).


findFishingMetierById

java.lang.Object findFishingMetierById(int transform,
                                       java.lang.Integer id)

Does the same thing as 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

java.lang.Object findFishingMetierById(int transform,
                                       java.lang.String queryString,
                                       java.lang.Integer id)

Does the same thing as findFishingMetierById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findFishingMetierById(int, java.lang.Integer id).


findFishingMetierByTaxonGroup

java.util.Collection findFishingMetierByTaxonGroup(TaxonGroup taxonGroup)

findFishingMetierByTaxonGroup

java.util.Collection findFishingMetierByTaxonGroup(java.lang.String queryString,
                                                   TaxonGroup taxonGroup)

Does the same thing as 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 findFishingMetierByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup).


findFishingMetierByTaxonGroup

java.util.Collection findFishingMetierByTaxonGroup(int pageNumber,
                                                   int pageSize,
                                                   TaxonGroup taxonGroup)

Does the same thing as 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

java.util.Collection findFishingMetierByTaxonGroup(java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize,
                                                   TaxonGroup taxonGroup)

Does the same thing as 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

java.util.Collection findFishingMetierByTaxonGroup(int transform,
                                                   TaxonGroup taxonGroup)

Does the same thing as 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

java.util.Collection findFishingMetierByTaxonGroup(int transform,
                                                   int pageNumber,
                                                   int pageSize,
                                                   TaxonGroup taxonGroup)

Does the same thing as 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

java.util.Collection findFishingMetierByTaxonGroup(int transform,
                                                   java.lang.String queryString,
                                                   TaxonGroup taxonGroup)

Does the same thing as 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 findFishingMetierByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup).


findFishingMetierByTaxonGroup

java.util.Collection findFishingMetierByTaxonGroup(int transform,
                                                   java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize,
                                                   TaxonGroup taxonGroup)

Does the same thing as 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.


findFishingMetierByGear

java.util.Collection findFishingMetierByGear(Gear gear)

findFishingMetierByGear

java.util.Collection findFishingMetierByGear(java.lang.String queryString,
                                             Gear gear)

Does the same thing as 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 findFishingMetierByGear(fr.ifremer.allegro.referential.gear.Gear).


findFishingMetierByGear

java.util.Collection findFishingMetierByGear(int pageNumber,
                                             int pageSize,
                                             Gear gear)

Does the same thing as 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

java.util.Collection findFishingMetierByGear(java.lang.String queryString,
                                             int pageNumber,
                                             int pageSize,
                                             Gear gear)

Does the same thing as 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

java.util.Collection findFishingMetierByGear(int transform,
                                             Gear gear)

Does the same thing as 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

java.util.Collection findFishingMetierByGear(int transform,
                                             int pageNumber,
                                             int pageSize,
                                             Gear gear)

Does the same thing as 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

java.util.Collection findFishingMetierByGear(int transform,
                                             java.lang.String queryString,
                                             Gear gear)

Does the same thing as 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 findFishingMetierByGear(int, fr.ifremer.allegro.referential.gear.Gear gear).


findFishingMetierByGear

java.util.Collection findFishingMetierByGear(int transform,
                                             java.lang.String queryString,
                                             int pageNumber,
                                             int pageSize,
                                             Gear gear)

Does the same thing as 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.


findFishingMetierByStatus

java.util.Collection findFishingMetierByStatus(Status status)

findFishingMetierByStatus

java.util.Collection findFishingMetierByStatus(java.lang.String queryString,
                                               Status status)

Does the same thing as findFishingMetierByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findFishingMetierByStatus(fr.ifremer.allegro.referential.Status).


findFishingMetierByStatus

java.util.Collection findFishingMetierByStatus(int pageNumber,
                                               int pageSize,
                                               Status status)

Does the same thing as 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

java.util.Collection findFishingMetierByStatus(java.lang.String queryString,
                                               int pageNumber,
                                               int pageSize,
                                               Status status)

Does the same thing as 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

java.util.Collection findFishingMetierByStatus(int transform,
                                               Status status)

Does the same thing as 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

java.util.Collection findFishingMetierByStatus(int transform,
                                               int pageNumber,
                                               int pageSize,
                                               Status status)

Does the same thing as 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

java.util.Collection findFishingMetierByStatus(int transform,
                                               java.lang.String queryString,
                                               Status status)

Does the same thing as 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 findFishingMetierByStatus(int, fr.ifremer.allegro.referential.Status status).


findFishingMetierByStatus

java.util.Collection findFishingMetierByStatus(int transform,
                                               java.lang.String queryString,
                                               int pageNumber,
                                               int pageSize,
                                               Status status)

Does the same thing as 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.


findFishingMetierByNaturalId

FishingMetier findFishingMetierByNaturalId(java.lang.Integer id)

findFishingMetierByNaturalId

FishingMetier findFishingMetierByNaturalId(java.lang.String queryString,
                                           java.lang.Integer id)

Does the same thing as findFishingMetierByNaturalId(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findFishingMetierByNaturalId(java.lang.Integer).


findFishingMetierByNaturalId

java.lang.Object findFishingMetierByNaturalId(int transform,
                                              java.lang.Integer id)

Does the same thing as 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

java.lang.Object findFishingMetierByNaturalId(int transform,
                                              java.lang.String queryString,
                                              java.lang.Integer id)

Does the same thing as findFishingMetierByNaturalId(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findFishingMetierByNaturalId(int, java.lang.Integer id).


getAllFishingMetierSinceDateSynchro

java.util.Collection getAllFishingMetierSinceDateSynchro(java.sql.Timestamp updateDate)

getAllFishingMetierSinceDateSynchro

java.util.Collection getAllFishingMetierSinceDateSynchro(java.lang.String queryString,
                                                         java.sql.Timestamp updateDate)

Does the same thing as getAllFishingMetierSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllFishingMetierSinceDateSynchro(java.sql.Timestamp).


getAllFishingMetierSinceDateSynchro

java.util.Collection getAllFishingMetierSinceDateSynchro(int pageNumber,
                                                         int pageSize,
                                                         java.sql.Timestamp updateDate)

Does the same thing as 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

java.util.Collection getAllFishingMetierSinceDateSynchro(java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         java.sql.Timestamp updateDate)

Does the same thing as 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

java.util.Collection getAllFishingMetierSinceDateSynchro(int transform,
                                                         java.sql.Timestamp updateDate)

Does the same thing as 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

java.util.Collection getAllFishingMetierSinceDateSynchro(int transform,
                                                         int pageNumber,
                                                         int pageSize,
                                                         java.sql.Timestamp updateDate)

Does the same thing as 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

java.util.Collection getAllFishingMetierSinceDateSynchro(int transform,
                                                         java.lang.String queryString,
                                                         java.sql.Timestamp updateDate)

Does the same thing as getAllFishingMetierSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllFishingMetierSinceDateSynchro(int, java.sql.Timestamp updateDate).


getAllFishingMetierSinceDateSynchro

java.util.Collection getAllFishingMetierSinceDateSynchro(int transform,
                                                         java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         java.sql.Timestamp updateDate)

Does the same thing as 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.


createFromClusterFishingMetier

FishingMetier createFromClusterFishingMetier(ClusterFishingMetier clusterFishingMetier)

getAllClusterFishingMetierSinceDateSynchro

ClusterFishingMetier[] getAllClusterFishingMetierSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                  java.lang.Integer userId,
                                                                  java.lang.Integer[] registrationLocationIds,
                                                                  java.lang.Integer pageNumber,
                                                                  java.lang.Integer pageSize)

search

PaginationResult search(int transform,
                        int pageNumber,
                        int pageSize,
                        Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface MetierDao
Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

PaginationResult search(int pageNumber,
                        int pageSize,
                        Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface MetierDao
Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

java.util.Set search(int transform,
                     Search search)
Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
search in interface MetierDao
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface MetierDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.