fr.ifremer.allegro.referential.gear
Interface GearClassificationAssociationDao

All Known Implementing Classes:
GearClassificationAssociationDaoBase, GearClassificationAssociationDaoImpl

public interface GearClassificationAssociationDao

See Also:
GearClassificationAssociation

Field Summary
static int TRANSFORM_CLUSTERGEARCLASSIFICATIONASSOCIATION
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_NONE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEGEARCLASSIFICATIONASSOCIATIONFULLVO
          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_REMOTEGEARCLASSIFICATIONASSOCIATIONNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Method Summary
 GearClassificationAssociation clusterGearClassificationAssociationToEntity(ClusterGearClassificationAssociation clusterGearClassificationAssociation)
          Converts an instance of type ClusterGearClassificationAssociation to this DAO's entity.
 void clusterGearClassificationAssociationToEntity(ClusterGearClassificationAssociation source, GearClassificationAssociation target, boolean copyIfNull)
          Copies the fields of ClusterGearClassificationAssociation to the specified entity.
 void clusterGearClassificationAssociationToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterGearClassificationAssociation to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation and adds from the passed in entities collection
 GearClassificationAssociation create(GearClassificationAssociation gearClassificationAssociation)
          Creates an instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation and adds it to the persistent store.
 GearClassificationAssociation create(GearClassification fromGearClassification, GearClassification toGearClassification)
           Creates a new fr.ifremer.allegro.referential.gear.GearClassificationAssociation instance from only required properties (attributes and association ends) and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.referential.gear.GearClassificationAssociation) with an additional flag called transform.
 java.lang.Object create(int transform, GearClassificationAssociation gearClassificationAssociation)
           Does the same thing as create(fr.ifremer.allegro.referential.gear.GearClassificationAssociation) with an additional flag called transform.
 java.lang.Object create(int transform, GearClassification fromGearClassification, GearClassification toGearClassification)
           Does the same thing as create(fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification) with an additional flag called transform.
 java.lang.Object create(int transform, java.sql.Timestamp updateDate, GearClassification fromGearClassification, GearClassification toGearClassification)
           Does the same thing as create(java.sql.Timestamp,fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification) with an additional flag called transform.
 GearClassificationAssociation create(java.sql.Timestamp updateDate, GearClassification fromGearClassification, GearClassification toGearClassification)
           Creates a new fr.ifremer.allegro.referential.gear.GearClassificationAssociation instance from all attributes and properties and adds it to the persistent store.
 GearClassificationAssociation createFromClusterGearClassificationAssociation(ClusterGearClassificationAssociation clusterGearClassificationAssociation)
           
 java.util.Collection findGearClassificationAssociationByFromGearClassification(GearClassification fromGearClassification)
           
 java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByFromGearClassification(fr.ifremer.allegro.referential.gear.GearClassification) with an additional flag called transform.
 java.util.Collection findGearClassificationAssociationByFromGearClassification(int pageNumber, int pageSize, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByFromGearClassification(fr.ifremer.allegro.referential.gear.GearClassification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform, int pageNumber, int pageSize, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByFromGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform, java.lang.String queryString, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByFromGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification) with an additional argument called queryString.
 java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByFromGearClassification(int, String, fr.ifremer.allegro.referential.gear.GearClassification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearClassificationAssociationByFromGearClassification(java.lang.String queryString, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByFromGearClassification(fr.ifremer.allegro.referential.gear.GearClassification) with an additional argument called queryString.
 java.util.Collection findGearClassificationAssociationByFromGearClassification(java.lang.String queryString, int pageNumber, int pageSize, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByFromGearClassification(String, fr.ifremer.allegro.referential.gear.GearClassification) with an additional two arguments called pageNumber and pageSize.
 GearClassificationAssociation findGearClassificationAssociationByIdentifiers(GearClassification toGearClassification, GearClassification fromGearClassification)
           
 java.lang.Object findGearClassificationAssociationByIdentifiers(int transform, GearClassification toGearClassification, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an additional flag called transform.
 java.lang.Object findGearClassificationAssociationByIdentifiers(int transform, java.lang.String queryString, GearClassification toGearClassification, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByIdentifiers(int, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an additional argument called queryString.
 GearClassificationAssociation findGearClassificationAssociationByIdentifiers(java.lang.String queryString, GearClassification toGearClassification, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an additional argument called queryString.
 GearClassificationAssociation findGearClassificationAssociationByNaturalId(GearClassification toGearClassification, GearClassification fromGearClassification)
           
 java.lang.Object findGearClassificationAssociationByNaturalId(int transform, GearClassification toGearClassification, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an additional flag called transform.
 java.lang.Object findGearClassificationAssociationByNaturalId(int transform, java.lang.String queryString, GearClassification toGearClassification, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByNaturalId(int, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an additional argument called queryString.
 GearClassificationAssociation findGearClassificationAssociationByNaturalId(java.lang.String queryString, GearClassification toGearClassification, GearClassification fromGearClassification)
           Does the same thing as findGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an additional argument called queryString.
 java.util.Collection findGearClassificationAssociationByToGearClassification(GearClassification toGearClassification)
           
 java.util.Collection findGearClassificationAssociationByToGearClassification(int transform, GearClassification toGearClassification)
           Does the same thing as findGearClassificationAssociationByToGearClassification(fr.ifremer.allegro.referential.gear.GearClassification) with an additional flag called transform.
 java.util.Collection findGearClassificationAssociationByToGearClassification(int pageNumber, int pageSize, GearClassification toGearClassification)
           Does the same thing as findGearClassificationAssociationByToGearClassification(fr.ifremer.allegro.referential.gear.GearClassification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearClassificationAssociationByToGearClassification(int transform, int pageNumber, int pageSize, GearClassification toGearClassification)
           Does the same thing as findGearClassificationAssociationByToGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearClassificationAssociationByToGearClassification(int transform, java.lang.String queryString, GearClassification toGearClassification)
           Does the same thing as findGearClassificationAssociationByToGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification) with an additional argument called queryString.
 java.util.Collection findGearClassificationAssociationByToGearClassification(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearClassification toGearClassification)
           Does the same thing as findGearClassificationAssociationByToGearClassification(int, String, fr.ifremer.allegro.referential.gear.GearClassification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearClassificationAssociationByToGearClassification(java.lang.String queryString, GearClassification toGearClassification)
           Does the same thing as findGearClassificationAssociationByToGearClassification(fr.ifremer.allegro.referential.gear.GearClassification) with an additional argument called queryString.
 java.util.Collection findGearClassificationAssociationByToGearClassification(java.lang.String queryString, int pageNumber, int pageSize, GearClassification toGearClassification)
           Does the same thing as findGearClassificationAssociationByToGearClassification(String, fr.ifremer.allegro.referential.gear.GearClassification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearClassificationAssociation()
           
 java.util.Collection getAllGearClassificationAssociation(int transform)
           Does the same thing as getAllGearClassificationAssociation() with an additional flag called transform.
 java.util.Collection getAllGearClassificationAssociation(int pageNumber, int pageSize)
           Does the same thing as getAllGearClassificationAssociation() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearClassificationAssociation(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllGearClassificationAssociation(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearClassificationAssociation(int transform, java.lang.String queryString)
           Does the same thing as getAllGearClassificationAssociation(int) with an additional argument called queryString.
 java.util.Collection getAllGearClassificationAssociation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllGearClassificationAssociation(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearClassificationAssociation(java.lang.String queryString)
           Does the same thing as getAllGearClassificationAssociation() with an additional argument called queryString.
 java.util.Collection getAllGearClassificationAssociation(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllGearClassificationAssociation(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp updateDate)
           
 GearClassificationAssociation load(GearClassification fromGearClassification, GearClassification toGearClassification)
          Loads an instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation from the persistent store.
 java.lang.Object load(int transform, GearClassification fromGearClassification, GearClassification toGearClassification)
           Does the same thing as load(fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type GearClassificationAssociation.
 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.
 GearClassificationAssociation remoteGearClassificationAssociationFullVOToEntity(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVO)
          Converts an instance of type RemoteGearClassificationAssociationFullVO to this DAO's entity.
 void remoteGearClassificationAssociationFullVOToEntity(RemoteGearClassificationAssociationFullVO source, GearClassificationAssociation target, boolean copyIfNull)
          Copies the fields of RemoteGearClassificationAssociationFullVO to the specified entity.
 void remoteGearClassificationAssociationFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearClassificationAssociationFullVO to this DAO's entity.
 GearClassificationAssociation remoteGearClassificationAssociationNaturalIdToEntity(RemoteGearClassificationAssociationNaturalId remoteGearClassificationAssociationNaturalId)
          Converts an instance of type RemoteGearClassificationAssociationNaturalId to this DAO's entity.
 void remoteGearClassificationAssociationNaturalIdToEntity(RemoteGearClassificationAssociationNaturalId source, GearClassificationAssociation target, boolean copyIfNull)
          Copies the fields of RemoteGearClassificationAssociationNaturalId to the specified entity.
 void remoteGearClassificationAssociationNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearClassificationAssociationNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(GearClassificationAssociation gearClassificationAssociation)
          Removes the instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation from the persistent store.
 void remove(GearClassification fromGearClassification, GearClassification toGearClassification)
          Removes the instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation having the given identifiers 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.
 ClusterGearClassificationAssociation toClusterGearClassificationAssociation(GearClassificationAssociation entity)
          Converts this DAO's entity to an object of type ClusterGearClassificationAssociation.
 void toClusterGearClassificationAssociation(GearClassificationAssociation source, ClusterGearClassificationAssociation target)
          Copies the fields of the specified entity to the target value object.
 ClusterGearClassificationAssociation[] toClusterGearClassificationAssociationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterGearClassificationAssociation.
 void toClusterGearClassificationAssociationCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterGearClassificationAssociation.
 RemoteGearClassificationAssociationFullVO toRemoteGearClassificationAssociationFullVO(GearClassificationAssociation entity)
          Converts this DAO's entity to an object of type RemoteGearClassificationAssociationFullVO.
 void toRemoteGearClassificationAssociationFullVO(GearClassificationAssociation source, RemoteGearClassificationAssociationFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteGearClassificationAssociationFullVO[] toRemoteGearClassificationAssociationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearClassificationAssociationFullVO.
 void toRemoteGearClassificationAssociationFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearClassificationAssociationFullVO.
 RemoteGearClassificationAssociationNaturalId toRemoteGearClassificationAssociationNaturalId(GearClassificationAssociation entity)
          Converts this DAO's entity to an object of type RemoteGearClassificationAssociationNaturalId.
 void toRemoteGearClassificationAssociationNaturalId(GearClassificationAssociation source, RemoteGearClassificationAssociationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteGearClassificationAssociationNaturalId[] toRemoteGearClassificationAssociationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearClassificationAssociationNaturalId.
 void toRemoteGearClassificationAssociationNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearClassificationAssociationNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(GearClassificationAssociation gearClassificationAssociation)
          Updates the gearClassificationAssociation instance in the persistent store.
 

Field Detail

TRANSFORM_NONE

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

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTEGEARCLASSIFICATIONASSOCIATIONFULLVO

static final int TRANSFORM_REMOTEGEARCLASSIFICATIONASSOCIATIONFULLVO
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 RemoteGearClassificationAssociationFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEGEARCLASSIFICATIONASSOCIATIONNATURALID

static final int TRANSFORM_REMOTEGEARCLASSIFICATIONASSOCIATIONNATURALID
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 RemoteGearClassificationAssociationNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERGEARCLASSIFICATIONASSOCIATION

static final int TRANSFORM_CLUSTERGEARCLASSIFICATIONASSOCIATION
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 ClusterGearClassificationAssociation.

See Also:
Constant Field Values
Method Detail

toRemoteGearClassificationAssociationFullVO

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


toRemoteGearClassificationAssociationFullVO

RemoteGearClassificationAssociationFullVO toRemoteGearClassificationAssociationFullVO(GearClassificationAssociation entity)
Converts this DAO's entity to an object of type RemoteGearClassificationAssociationFullVO.


toRemoteGearClassificationAssociationFullVOCollection

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


toRemoteGearClassificationAssociationFullVOArray

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


remoteGearClassificationAssociationFullVOToEntity

void remoteGearClassificationAssociationFullVOToEntity(RemoteGearClassificationAssociationFullVO source,
                                                       GearClassificationAssociation target,
                                                       boolean copyIfNull)
Copies the fields of RemoteGearClassificationAssociationFullVO 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.

remoteGearClassificationAssociationFullVOToEntity

GearClassificationAssociation remoteGearClassificationAssociationFullVOToEntity(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVO)
Converts an instance of type RemoteGearClassificationAssociationFullVO to this DAO's entity.


remoteGearClassificationAssociationFullVOToEntityCollection

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


toRemoteGearClassificationAssociationNaturalId

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


toRemoteGearClassificationAssociationNaturalId

RemoteGearClassificationAssociationNaturalId toRemoteGearClassificationAssociationNaturalId(GearClassificationAssociation entity)
Converts this DAO's entity to an object of type RemoteGearClassificationAssociationNaturalId.


toRemoteGearClassificationAssociationNaturalIdCollection

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


toRemoteGearClassificationAssociationNaturalIdArray

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


remoteGearClassificationAssociationNaturalIdToEntity

void remoteGearClassificationAssociationNaturalIdToEntity(RemoteGearClassificationAssociationNaturalId source,
                                                          GearClassificationAssociation target,
                                                          boolean copyIfNull)
Copies the fields of RemoteGearClassificationAssociationNaturalId 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.

remoteGearClassificationAssociationNaturalIdToEntity

GearClassificationAssociation remoteGearClassificationAssociationNaturalIdToEntity(RemoteGearClassificationAssociationNaturalId remoteGearClassificationAssociationNaturalId)
Converts an instance of type RemoteGearClassificationAssociationNaturalId to this DAO's entity.


remoteGearClassificationAssociationNaturalIdToEntityCollection

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


toClusterGearClassificationAssociation

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


toClusterGearClassificationAssociation

ClusterGearClassificationAssociation toClusterGearClassificationAssociation(GearClassificationAssociation entity)
Converts this DAO's entity to an object of type ClusterGearClassificationAssociation.


toClusterGearClassificationAssociationCollection

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


toClusterGearClassificationAssociationArray

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


clusterGearClassificationAssociationToEntity

void clusterGearClassificationAssociationToEntity(ClusterGearClassificationAssociation source,
                                                  GearClassificationAssociation target,
                                                  boolean copyIfNull)
Copies the fields of ClusterGearClassificationAssociation 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.

clusterGearClassificationAssociationToEntity

GearClassificationAssociation clusterGearClassificationAssociationToEntity(ClusterGearClassificationAssociation clusterGearClassificationAssociation)
Converts an instance of type ClusterGearClassificationAssociation to this DAO's entity.


clusterGearClassificationAssociationToEntityCollection

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


load

GearClassificationAssociation load(GearClassification fromGearClassification,
                                   GearClassification toGearClassification)
Loads an instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation from the persistent store.


load

java.lang.Object load(int transform,
                      GearClassification fromGearClassification,
                      GearClassification toGearClassification)

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

Parameters:
fromGearClassification - identifier of the entity to load
toGearClassification - 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 GearClassificationAssociation.

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.

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.

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.

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

GearClassificationAssociation create(GearClassificationAssociation gearClassificationAssociation)
Creates an instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        GearClassificationAssociation gearClassificationAssociation)

Does the same thing as create(fr.ifremer.allegro.referential.gear.GearClassificationAssociation) 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.gear.GearClassificationAssociation and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.referential.gear.GearClassificationAssociation 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.gear.GearClassificationAssociation) 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

GearClassificationAssociation create(java.sql.Timestamp updateDate,
                                     GearClassification fromGearClassification,
                                     GearClassification toGearClassification)

Creates a new fr.ifremer.allegro.referential.gear.GearClassificationAssociation instance from all attributes and properties and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.sql.Timestamp updateDate,
                        GearClassification fromGearClassification,
                        GearClassification toGearClassification)

Does the same thing as create(java.sql.Timestamp,fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification) 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

GearClassificationAssociation create(GearClassification fromGearClassification,
                                     GearClassification toGearClassification)

Creates a new fr.ifremer.allegro.referential.gear.GearClassificationAssociation instance from only required properties (attributes and association ends) and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        GearClassification fromGearClassification,
                        GearClassification toGearClassification)

Does the same thing as create(fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification) 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(GearClassificationAssociation gearClassificationAssociation)
Updates the gearClassificationAssociation instance in the persistent store.


update

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


remove

void remove(GearClassificationAssociation gearClassificationAssociation)
Removes the instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation from the persistent store.


remove

void remove(GearClassification fromGearClassification,
            GearClassification toGearClassification)
Removes the instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation having the given identifiers from the persistent store.


remove

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


getAllGearClassificationAssociation

java.util.Collection getAllGearClassificationAssociation()

getAllGearClassificationAssociation

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

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


getAllGearClassificationAssociation

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

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


getAllGearClassificationAssociation

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

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


getAllGearClassificationAssociation

java.util.Collection getAllGearClassificationAssociation(int transform)

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


getAllGearClassificationAssociation

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

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


getAllGearClassificationAssociation

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

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


getAllGearClassificationAssociation

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

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


findGearClassificationAssociationByToGearClassification

java.util.Collection findGearClassificationAssociationByToGearClassification(GearClassification toGearClassification)

findGearClassificationAssociationByToGearClassification

java.util.Collection findGearClassificationAssociationByToGearClassification(java.lang.String queryString,
                                                                             GearClassification toGearClassification)

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


findGearClassificationAssociationByToGearClassification

java.util.Collection findGearClassificationAssociationByToGearClassification(int pageNumber,
                                                                             int pageSize,
                                                                             GearClassification toGearClassification)

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


findGearClassificationAssociationByToGearClassification

java.util.Collection findGearClassificationAssociationByToGearClassification(java.lang.String queryString,
                                                                             int pageNumber,
                                                                             int pageSize,
                                                                             GearClassification toGearClassification)

Does the same thing as findGearClassificationAssociationByToGearClassification(String, fr.ifremer.allegro.referential.gear.GearClassification) 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.


findGearClassificationAssociationByToGearClassification

java.util.Collection findGearClassificationAssociationByToGearClassification(int transform,
                                                                             GearClassification toGearClassification)

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


findGearClassificationAssociationByToGearClassification

java.util.Collection findGearClassificationAssociationByToGearClassification(int transform,
                                                                             int pageNumber,
                                                                             int pageSize,
                                                                             GearClassification toGearClassification)

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


findGearClassificationAssociationByToGearClassification

java.util.Collection findGearClassificationAssociationByToGearClassification(int transform,
                                                                             java.lang.String queryString,
                                                                             GearClassification toGearClassification)

Does the same thing as findGearClassificationAssociationByToGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearClassificationAssociationByToGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification toGearClassification).


findGearClassificationAssociationByToGearClassification

java.util.Collection findGearClassificationAssociationByToGearClassification(int transform,
                                                                             java.lang.String queryString,
                                                                             int pageNumber,
                                                                             int pageSize,
                                                                             GearClassification toGearClassification)

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


findGearClassificationAssociationByFromGearClassification

java.util.Collection findGearClassificationAssociationByFromGearClassification(GearClassification fromGearClassification)

findGearClassificationAssociationByFromGearClassification

java.util.Collection findGearClassificationAssociationByFromGearClassification(java.lang.String queryString,
                                                                               GearClassification fromGearClassification)

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


findGearClassificationAssociationByFromGearClassification

java.util.Collection findGearClassificationAssociationByFromGearClassification(int pageNumber,
                                                                               int pageSize,
                                                                               GearClassification fromGearClassification)

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


findGearClassificationAssociationByFromGearClassification

java.util.Collection findGearClassificationAssociationByFromGearClassification(java.lang.String queryString,
                                                                               int pageNumber,
                                                                               int pageSize,
                                                                               GearClassification fromGearClassification)

Does the same thing as findGearClassificationAssociationByFromGearClassification(String, fr.ifremer.allegro.referential.gear.GearClassification) 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.


findGearClassificationAssociationByFromGearClassification

java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform,
                                                                               GearClassification fromGearClassification)

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


findGearClassificationAssociationByFromGearClassification

java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform,
                                                                               int pageNumber,
                                                                               int pageSize,
                                                                               GearClassification fromGearClassification)

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


findGearClassificationAssociationByFromGearClassification

java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform,
                                                                               java.lang.String queryString,
                                                                               GearClassification fromGearClassification)

Does the same thing as findGearClassificationAssociationByFromGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearClassificationAssociationByFromGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification fromGearClassification).


findGearClassificationAssociationByFromGearClassification

java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform,
                                                                               java.lang.String queryString,
                                                                               int pageNumber,
                                                                               int pageSize,
                                                                               GearClassification fromGearClassification)

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


findGearClassificationAssociationByIdentifiers

GearClassificationAssociation findGearClassificationAssociationByIdentifiers(GearClassification toGearClassification,
                                                                             GearClassification fromGearClassification)

findGearClassificationAssociationByIdentifiers

GearClassificationAssociation findGearClassificationAssociationByIdentifiers(java.lang.String queryString,
                                                                             GearClassification toGearClassification,
                                                                             GearClassification fromGearClassification)

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


findGearClassificationAssociationByIdentifiers

java.lang.Object findGearClassificationAssociationByIdentifiers(int transform,
                                                                GearClassification toGearClassification,
                                                                GearClassification fromGearClassification)

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


findGearClassificationAssociationByIdentifiers

java.lang.Object findGearClassificationAssociationByIdentifiers(int transform,
                                                                java.lang.String queryString,
                                                                GearClassification toGearClassification,
                                                                GearClassification fromGearClassification)

Does the same thing as findGearClassificationAssociationByIdentifiers(int, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearClassificationAssociationByIdentifiers(int, fr.ifremer.allegro.referential.gear.GearClassification toGearClassification, fr.ifremer.allegro.referential.gear.GearClassification fromGearClassification).


findGearClassificationAssociationByNaturalId

GearClassificationAssociation findGearClassificationAssociationByNaturalId(GearClassification toGearClassification,
                                                                           GearClassification fromGearClassification)

findGearClassificationAssociationByNaturalId

GearClassificationAssociation findGearClassificationAssociationByNaturalId(java.lang.String queryString,
                                                                           GearClassification toGearClassification,
                                                                           GearClassification fromGearClassification)

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


findGearClassificationAssociationByNaturalId

java.lang.Object findGearClassificationAssociationByNaturalId(int transform,
                                                              GearClassification toGearClassification,
                                                              GearClassification fromGearClassification)

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


findGearClassificationAssociationByNaturalId

java.lang.Object findGearClassificationAssociationByNaturalId(int transform,
                                                              java.lang.String queryString,
                                                              GearClassification toGearClassification,
                                                              GearClassification fromGearClassification)

Does the same thing as findGearClassificationAssociationByNaturalId(int, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearClassificationAssociationByNaturalId(int, fr.ifremer.allegro.referential.gear.GearClassification toGearClassification, fr.ifremer.allegro.referential.gear.GearClassification fromGearClassification).


getAllGearClassificationAssociationSinceDateSynchro

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

getAllGearClassificationAssociationSinceDateSynchro

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

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


getAllGearClassificationAssociationSinceDateSynchro

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

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


getAllGearClassificationAssociationSinceDateSynchro

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

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


getAllGearClassificationAssociationSinceDateSynchro

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

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


getAllGearClassificationAssociationSinceDateSynchro

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

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


getAllGearClassificationAssociationSinceDateSynchro

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

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


getAllGearClassificationAssociationSinceDateSynchro

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

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


createFromClusterGearClassificationAssociation

GearClassificationAssociation createFromClusterGearClassificationAssociation(ClusterGearClassificationAssociation clusterGearClassificationAssociation)

search

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

Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to 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.

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.

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

search

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

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.