fr.ifremer.allegro.referential.gear
Class GearClassificationAssociationDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.referential.gear.GearClassificationAssociationDaoBase
All Implemented Interfaces:
GearClassificationAssociationDao
Direct Known Subclasses:
GearClassificationAssociationDaoImpl

public abstract class GearClassificationAssociationDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements GearClassificationAssociationDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.gear.GearClassificationAssociation.

See Also:
GearClassificationAssociation

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.gear.GearClassificationAssociationDao
TRANSFORM_CLUSTERGEARCLASSIFICATIONASSOCIATION, TRANSFORM_NONE, TRANSFORM_REMOTEGEARCLASSIFICATIONASSOCIATIONFULLVO, TRANSFORM_REMOTEGEARCLASSIFICATIONASSOCIATIONNATURALID
 
Constructor Summary
GearClassificationAssociationDaoBase()
           
 
Method Summary
 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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.getAllGearClassificationAssociation() with an additional flag called transform.
 java.util.Collection getAllGearClassificationAssociation(int pageNumber, int pageSize)
           Does the same thing as GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.getAllGearClassificationAssociation() with an additional argument called queryString.
 java.util.Collection getAllGearClassificationAssociation(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  GearClassificationDao getGearClassificationDao()
          Gets the reference to gearClassificationDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  GearClassificationAssociation handleCreateFromClusterGearClassificationAssociation(ClusterGearClassificationAssociation clusterGearClassificationAssociation)
          Performs the core logic for createFromClusterGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassificationAssociation)
 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 GearClassificationAssociationDao.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 GearClassificationAssociationDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as GearClassificationAssociationDao.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 GearClassificationAssociationDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 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.
 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 GearClassificationAssociationDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 void setGearClassificationDao(GearClassificationDao gearClassificationDao)
          Sets the reference to gearClassificationDao.
 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.
protected  ClusterGearClassificationAssociation toClusterGearClassificationAssociation(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a 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.
protected  GearClassificationAssociation toEntity(java.lang.Object[] row)
           
 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.
protected  RemoteGearClassificationAssociationFullVO toRemoteGearClassificationAssociationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a 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.
protected  RemoteGearClassificationAssociationNaturalId toRemoteGearClassificationAssociationNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a 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.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.gear.GearClassificationAssociation) method.
protected  java.lang.Object transformEntity(int transform, GearClassificationAssociation entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.referential.gear.GearClassificationAssociationDao, please note that the GearClassificationAssociationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(GearClassificationAssociation gearClassificationAssociation)
          Updates the gearClassificationAssociation instance in the persistent store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.ifremer.allegro.referential.gear.GearClassificationAssociationDao
clusterGearClassificationAssociationToEntity, remoteGearClassificationAssociationFullVOToEntity, remoteGearClassificationAssociationNaturalIdToEntity
 

Constructor Detail

GearClassificationAssociationDaoBase

public GearClassificationAssociationDaoBase()
Method Detail

setGearClassificationDao

public void setGearClassificationDao(GearClassificationDao gearClassificationDao)
Sets the reference to gearClassificationDao.


getGearClassificationDao

protected GearClassificationDao getGearClassificationDao()
Gets the reference to gearClassificationDao.


load

public java.lang.Object load(int transform,
                             GearClassification fromGearClassification,
                             GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
load in interface GearClassificationAssociationDao
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.
See Also:
GearClassificationAssociationDao.load(int, fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification)

load

public GearClassificationAssociation load(GearClassification fromGearClassification,
                                          GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao
Loads an instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation from the persistent store.

Specified by:
load in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.load(fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification)

loadAll

public java.util.Collection loadAll()
Description copied from interface: GearClassificationAssociationDao
Loads all entities of type GearClassificationAssociation.

Specified by:
loadAll in interface GearClassificationAssociationDao
Returns:
the loaded entities.
See Also:
GearClassificationAssociationDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: GearClassificationAssociationDao

Does the same thing as GearClassificationAssociationDao.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 GearClassificationAssociationDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
GearClassificationAssociationDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: GearClassificationAssociationDao

Does the same thing as GearClassificationAssociationDao.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 GearClassificationAssociationDao
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.
See Also:
GearClassificationAssociationDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: GearClassificationAssociationDao

Does the same thing as GearClassificationAssociationDao.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 GearClassificationAssociationDao
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.
See Also:
GearClassificationAssociationDao.loadAll(int, int, int)

create

public GearClassificationAssociation create(GearClassificationAssociation gearClassificationAssociation)
Description copied from interface: GearClassificationAssociationDao
Creates an instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation and adds it to the persistent store.

Specified by:
create in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.create(fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

create

public java.lang.Object create(int transform,
                               GearClassificationAssociation gearClassificationAssociation)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
create in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.create(int transform, fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: GearClassificationAssociationDao
Creates a new instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation and adds from the passed in entities collection

Specified by:
create in interface GearClassificationAssociationDao
Parameters:
entities - the collection of fr.ifremer.allegro.referential.gear.GearClassificationAssociation instances to create.
Returns:
the created instances.
See Also:
GearClassificationAssociationDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
create in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.create(int, java.util.Collection)

create

public GearClassificationAssociation create(java.sql.Timestamp updateDate,
                                            GearClassification fromGearClassification,
                                            GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
create in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.create(java.sql.Timestamp,fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification)

create

public java.lang.Object create(int transform,
                               java.sql.Timestamp updateDate,
                               GearClassification fromGearClassification,
                               GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
create in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.create(int, java.sql.Timestamp,fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification)

create

public GearClassificationAssociation create(GearClassification fromGearClassification,
                                            GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao

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.

Specified by:
create in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.create(fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification)

create

public java.lang.Object create(int transform,
                               GearClassification fromGearClassification,
                               GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
create in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.create(int, fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification)

update

public void update(GearClassificationAssociation gearClassificationAssociation)
Description copied from interface: GearClassificationAssociationDao
Updates the gearClassificationAssociation instance in the persistent store.

Specified by:
update in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.update(fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

update

public void update(java.util.Collection entities)
Description copied from interface: GearClassificationAssociationDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.update(java.util.Collection)

remove

public void remove(GearClassificationAssociation gearClassificationAssociation)
Description copied from interface: GearClassificationAssociationDao
Removes the instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation from the persistent store.

Specified by:
remove in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.remove(fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

remove

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

Specified by:
remove in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.remove(fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification)

remove

public void remove(java.util.Collection entities)
Description copied from interface: GearClassificationAssociationDao
Removes all entities in the given entities collection.

Specified by:
remove in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.remove(java.util.Collection)

getAllGearClassificationAssociation

public java.util.Collection getAllGearClassificationAssociation()
Specified by:
getAllGearClassificationAssociation in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociation()

getAllGearClassificationAssociation

public java.util.Collection getAllGearClassificationAssociation(int transform)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociation in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociation(int)

getAllGearClassificationAssociation

public java.util.Collection getAllGearClassificationAssociation(java.lang.String queryString)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociation in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociation(java.lang.String)

getAllGearClassificationAssociation

public java.util.Collection getAllGearClassificationAssociation(int pageNumber,
                                                                int pageSize)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociation in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociation(int, int)

getAllGearClassificationAssociation

public java.util.Collection getAllGearClassificationAssociation(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociation in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociation(String, int, int)

getAllGearClassificationAssociation

public java.util.Collection getAllGearClassificationAssociation(int transform,
                                                                java.lang.String queryString)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociation in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociation(int, String)

getAllGearClassificationAssociation

public java.util.Collection getAllGearClassificationAssociation(int transform,
                                                                int pageNumber,
                                                                int pageSize)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociation in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociation(int, int, int)

getAllGearClassificationAssociation

public java.util.Collection getAllGearClassificationAssociation(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociation in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociation(int, java.lang.String, int, int)

findGearClassificationAssociationByToGearClassification

public java.util.Collection findGearClassificationAssociationByToGearClassification(GearClassification toGearClassification)
Specified by:
findGearClassificationAssociationByToGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByToGearClassification(fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByToGearClassification

public java.util.Collection findGearClassificationAssociationByToGearClassification(int transform,
                                                                                    GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByToGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByToGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByToGearClassification

public java.util.Collection findGearClassificationAssociationByToGearClassification(java.lang.String queryString,
                                                                                    GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByToGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByToGearClassification(java.lang.String, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByToGearClassification

public java.util.Collection findGearClassificationAssociationByToGearClassification(int pageNumber,
                                                                                    int pageSize,
                                                                                    GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByToGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByToGearClassification(int, int, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByToGearClassification

public java.util.Collection findGearClassificationAssociationByToGearClassification(java.lang.String queryString,
                                                                                    int pageNumber,
                                                                                    int pageSize,
                                                                                    GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByToGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByToGearClassification(String, int, int, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByToGearClassification

public java.util.Collection findGearClassificationAssociationByToGearClassification(int transform,
                                                                                    java.lang.String queryString,
                                                                                    GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByToGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByToGearClassification(int, String, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByToGearClassification

public java.util.Collection findGearClassificationAssociationByToGearClassification(int transform,
                                                                                    int pageNumber,
                                                                                    int pageSize,
                                                                                    GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByToGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByToGearClassification(int, int, int, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByToGearClassification

public java.util.Collection findGearClassificationAssociationByToGearClassification(int transform,
                                                                                    java.lang.String queryString,
                                                                                    int pageNumber,
                                                                                    int pageSize,
                                                                                    GearClassification toGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByToGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByToGearClassification(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByFromGearClassification

public java.util.Collection findGearClassificationAssociationByFromGearClassification(GearClassification fromGearClassification)
Specified by:
findGearClassificationAssociationByFromGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByFromGearClassification(fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByFromGearClassification

public java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform,
                                                                                      GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByFromGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByFromGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByFromGearClassification

public java.util.Collection findGearClassificationAssociationByFromGearClassification(java.lang.String queryString,
                                                                                      GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByFromGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByFromGearClassification(java.lang.String, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByFromGearClassification

public java.util.Collection findGearClassificationAssociationByFromGearClassification(int pageNumber,
                                                                                      int pageSize,
                                                                                      GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByFromGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByFromGearClassification(int, int, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByFromGearClassification

public java.util.Collection findGearClassificationAssociationByFromGearClassification(java.lang.String queryString,
                                                                                      int pageNumber,
                                                                                      int pageSize,
                                                                                      GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByFromGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByFromGearClassification(String, int, int, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByFromGearClassification

public java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform,
                                                                                      java.lang.String queryString,
                                                                                      GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByFromGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByFromGearClassification(int, String, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByFromGearClassification

public java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform,
                                                                                      int pageNumber,
                                                                                      int pageSize,
                                                                                      GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByFromGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByFromGearClassification(int, int, int, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByFromGearClassification

public java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform,
                                                                                      java.lang.String queryString,
                                                                                      int pageNumber,
                                                                                      int pageSize,
                                                                                      GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByFromGearClassification in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByFromGearClassification(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByIdentifiers

public GearClassificationAssociation findGearClassificationAssociationByIdentifiers(GearClassification toGearClassification,
                                                                                    GearClassification fromGearClassification)
Specified by:
findGearClassificationAssociationByIdentifiers in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByIdentifiers

public java.lang.Object findGearClassificationAssociationByIdentifiers(int transform,
                                                                       GearClassification toGearClassification,
                                                                       GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByIdentifiers in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByIdentifiers(int, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByIdentifiers

public GearClassificationAssociation findGearClassificationAssociationByIdentifiers(java.lang.String queryString,
                                                                                    GearClassification toGearClassification,
                                                                                    GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByIdentifiers in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByIdentifiers

public java.lang.Object findGearClassificationAssociationByIdentifiers(int transform,
                                                                       java.lang.String queryString,
                                                                       GearClassification toGearClassification,
                                                                       GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByIdentifiers in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByNaturalId

public GearClassificationAssociation findGearClassificationAssociationByNaturalId(GearClassification toGearClassification,
                                                                                  GearClassification fromGearClassification)
Specified by:
findGearClassificationAssociationByNaturalId in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByNaturalId

public java.lang.Object findGearClassificationAssociationByNaturalId(int transform,
                                                                     GearClassification toGearClassification,
                                                                     GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByNaturalId in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByNaturalId(int, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByNaturalId

public GearClassificationAssociation findGearClassificationAssociationByNaturalId(java.lang.String queryString,
                                                                                  GearClassification toGearClassification,
                                                                                  GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByNaturalId in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByNaturalId(java.lang.String, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)

findGearClassificationAssociationByNaturalId

public java.lang.Object findGearClassificationAssociationByNaturalId(int transform,
                                                                     java.lang.String queryString,
                                                                     GearClassification toGearClassification,
                                                                     GearClassification fromGearClassification)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
findGearClassificationAssociationByNaturalId in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.findGearClassificationAssociationByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)

getAllGearClassificationAssociationSinceDateSynchro

public java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllGearClassificationAssociationSinceDateSynchro in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp)

getAllGearClassificationAssociationSinceDateSynchro

public java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(int transform,
                                                                                java.sql.Timestamp updateDate)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociationSinceDateSynchro in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociationSinceDateSynchro(int, java.sql.Timestamp)

getAllGearClassificationAssociationSinceDateSynchro

public java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(java.lang.String queryString,
                                                                                java.sql.Timestamp updateDate)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociationSinceDateSynchro in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociationSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllGearClassificationAssociationSinceDateSynchro

public java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(int pageNumber,
                                                                                int pageSize,
                                                                                java.sql.Timestamp updateDate)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociationSinceDateSynchro in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociationSinceDateSynchro(int, int, java.sql.Timestamp)

getAllGearClassificationAssociationSinceDateSynchro

public java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(java.lang.String queryString,
                                                                                int pageNumber,
                                                                                int pageSize,
                                                                                java.sql.Timestamp updateDate)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociationSinceDateSynchro in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociationSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllGearClassificationAssociationSinceDateSynchro

public java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(int transform,
                                                                                java.lang.String queryString,
                                                                                java.sql.Timestamp updateDate)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociationSinceDateSynchro in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociationSinceDateSynchro(int, String, java.sql.Timestamp)

getAllGearClassificationAssociationSinceDateSynchro

public java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(int transform,
                                                                                int pageNumber,
                                                                                int pageSize,
                                                                                java.sql.Timestamp updateDate)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociationSinceDateSynchro in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociationSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllGearClassificationAssociationSinceDateSynchro

public java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(int transform,
                                                                                java.lang.String queryString,
                                                                                int pageNumber,
                                                                                int pageSize,
                                                                                java.sql.Timestamp updateDate)
Description copied from interface: GearClassificationAssociationDao

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

Specified by:
getAllGearClassificationAssociationSinceDateSynchro in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.getAllGearClassificationAssociationSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterGearClassificationAssociation

public GearClassificationAssociation createFromClusterGearClassificationAssociation(ClusterGearClassificationAssociation clusterGearClassificationAssociation)
Specified by:
createFromClusterGearClassificationAssociation in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.createFromClusterGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassificationAssociation)

handleCreateFromClusterGearClassificationAssociation

protected abstract GearClassificationAssociation handleCreateFromClusterGearClassificationAssociation(ClusterGearClassificationAssociation clusterGearClassificationAssociation)
                                                                                               throws java.lang.Exception
Performs the core logic for createFromClusterGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassificationAssociation)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           GearClassificationAssociation entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.referential.gear.GearClassificationAssociationDao, please note that the GearClassificationAssociationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.

This method will return instances of these types:

If the integer argument value is unknown GearClassificationAssociationDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in GearClassificationAssociationDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

protected void transformEntities(int transform,
                                 java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.gear.GearClassificationAssociation) method. This method does not instantiate a new collection.

This method is to be used internally only.

Parameters:
transform - one of the constants declared in fr.ifremer.allegro.referential.gear.GearClassificationAssociationDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

toEntity

protected GearClassificationAssociation toEntity(java.lang.Object[] row)

toRemoteGearClassificationAssociationFullVOCollection

public final void toRemoteGearClassificationAssociationFullVOCollection(java.util.Collection entities)
Description copied from interface: GearClassificationAssociationDao
Converts this DAO's entity to a Collection of instances of type RemoteGearClassificationAssociationFullVO.

Specified by:
toRemoteGearClassificationAssociationFullVOCollection in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.toRemoteGearClassificationAssociationFullVOCollection(java.util.Collection)

toRemoteGearClassificationAssociationFullVOArray

public final RemoteGearClassificationAssociationFullVO[] toRemoteGearClassificationAssociationFullVOArray(java.util.Collection entities)
Description copied from interface: GearClassificationAssociationDao
Converts this DAO's entity to an array of instances of type RemoteGearClassificationAssociationFullVO.

Specified by:
toRemoteGearClassificationAssociationFullVOArray in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.toRemoteGearClassificationAssociationFullVOArray(java.util.Collection)

toRemoteGearClassificationAssociationFullVO

protected RemoteGearClassificationAssociationFullVO toRemoteGearClassificationAssociationFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the GearClassificationAssociationDaoImpl class if you intend to use reporting queries.

See Also:
GearClassificationAssociationDao.toRemoteGearClassificationAssociationFullVO(fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

remoteGearClassificationAssociationFullVOToEntityCollection

public final void remoteGearClassificationAssociationFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: GearClassificationAssociationDao
Converts a Collection of instances of type RemoteGearClassificationAssociationFullVO to this DAO's entity.

Specified by:
remoteGearClassificationAssociationFullVOToEntityCollection in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.remoteGearClassificationAssociationFullVOToEntityCollection(java.util.Collection)

toRemoteGearClassificationAssociationFullVO

public void toRemoteGearClassificationAssociationFullVO(GearClassificationAssociation source,
                                                        RemoteGearClassificationAssociationFullVO target)
Description copied from interface: GearClassificationAssociationDao
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).

Specified by:
toRemoteGearClassificationAssociationFullVO in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.toRemoteGearClassificationAssociationFullVO(fr.ifremer.allegro.referential.gear.GearClassificationAssociation, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)

toRemoteGearClassificationAssociationFullVO

public RemoteGearClassificationAssociationFullVO toRemoteGearClassificationAssociationFullVO(GearClassificationAssociation entity)
Description copied from interface: GearClassificationAssociationDao
Converts this DAO's entity to an object of type RemoteGearClassificationAssociationFullVO.

Specified by:
toRemoteGearClassificationAssociationFullVO in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.toRemoteGearClassificationAssociationFullVO(fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

remoteGearClassificationAssociationFullVOToEntity

public void remoteGearClassificationAssociationFullVOToEntity(RemoteGearClassificationAssociationFullVO source,
                                                              GearClassificationAssociation target,
                                                              boolean copyIfNull)
Description copied from interface: GearClassificationAssociationDao
Copies the fields of RemoteGearClassificationAssociationFullVO to the specified entity.

Specified by:
remoteGearClassificationAssociationFullVOToEntity in interface GearClassificationAssociationDao
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.
See Also:
fr.ifremer.allegro.referential.gear.GearClassificationAssociationDao#remoteGearClassificationAssociationFullVOToEntity(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO, fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

toRemoteGearClassificationAssociationNaturalIdCollection

public final void toRemoteGearClassificationAssociationNaturalIdCollection(java.util.Collection entities)
Description copied from interface: GearClassificationAssociationDao
Converts this DAO's entity to a Collection of instances of type RemoteGearClassificationAssociationNaturalId.

Specified by:
toRemoteGearClassificationAssociationNaturalIdCollection in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.toRemoteGearClassificationAssociationNaturalIdCollection(java.util.Collection)

toRemoteGearClassificationAssociationNaturalIdArray

public final RemoteGearClassificationAssociationNaturalId[] toRemoteGearClassificationAssociationNaturalIdArray(java.util.Collection entities)
Description copied from interface: GearClassificationAssociationDao
Converts this DAO's entity to an array of instances of type RemoteGearClassificationAssociationNaturalId.

Specified by:
toRemoteGearClassificationAssociationNaturalIdArray in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.toRemoteGearClassificationAssociationNaturalIdArray(java.util.Collection)

toRemoteGearClassificationAssociationNaturalId

protected RemoteGearClassificationAssociationNaturalId toRemoteGearClassificationAssociationNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the GearClassificationAssociationDaoImpl class if you intend to use reporting queries.

See Also:
GearClassificationAssociationDao.toRemoteGearClassificationAssociationNaturalId(fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

remoteGearClassificationAssociationNaturalIdToEntityCollection

public final void remoteGearClassificationAssociationNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: GearClassificationAssociationDao
Converts a Collection of instances of type RemoteGearClassificationAssociationNaturalId to this DAO's entity.

Specified by:
remoteGearClassificationAssociationNaturalIdToEntityCollection in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.remoteGearClassificationAssociationNaturalIdToEntityCollection(java.util.Collection)

toRemoteGearClassificationAssociationNaturalId

public void toRemoteGearClassificationAssociationNaturalId(GearClassificationAssociation source,
                                                           RemoteGearClassificationAssociationNaturalId target)
Description copied from interface: GearClassificationAssociationDao
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).

Specified by:
toRemoteGearClassificationAssociationNaturalId in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.toRemoteGearClassificationAssociationNaturalId(fr.ifremer.allegro.referential.gear.GearClassificationAssociation, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationNaturalId)

toRemoteGearClassificationAssociationNaturalId

public RemoteGearClassificationAssociationNaturalId toRemoteGearClassificationAssociationNaturalId(GearClassificationAssociation entity)
Description copied from interface: GearClassificationAssociationDao
Converts this DAO's entity to an object of type RemoteGearClassificationAssociationNaturalId.

Specified by:
toRemoteGearClassificationAssociationNaturalId in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.toRemoteGearClassificationAssociationNaturalId(fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

remoteGearClassificationAssociationNaturalIdToEntity

public void remoteGearClassificationAssociationNaturalIdToEntity(RemoteGearClassificationAssociationNaturalId source,
                                                                 GearClassificationAssociation target,
                                                                 boolean copyIfNull)
Description copied from interface: GearClassificationAssociationDao
Copies the fields of RemoteGearClassificationAssociationNaturalId to the specified entity.

Specified by:
remoteGearClassificationAssociationNaturalIdToEntity in interface GearClassificationAssociationDao
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.
See Also:
fr.ifremer.allegro.referential.gear.GearClassificationAssociationDao#remoteGearClassificationAssociationNaturalIdToEntity(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationNaturalId, fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

toClusterGearClassificationAssociationCollection

public final void toClusterGearClassificationAssociationCollection(java.util.Collection entities)
Description copied from interface: GearClassificationAssociationDao
Converts this DAO's entity to a Collection of instances of type ClusterGearClassificationAssociation.

Specified by:
toClusterGearClassificationAssociationCollection in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.toClusterGearClassificationAssociationCollection(java.util.Collection)

toClusterGearClassificationAssociationArray

public final ClusterGearClassificationAssociation[] toClusterGearClassificationAssociationArray(java.util.Collection entities)
Description copied from interface: GearClassificationAssociationDao
Converts this DAO's entity to an array of instances of type ClusterGearClassificationAssociation.

Specified by:
toClusterGearClassificationAssociationArray in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.toClusterGearClassificationAssociationArray(java.util.Collection)

toClusterGearClassificationAssociation

protected ClusterGearClassificationAssociation toClusterGearClassificationAssociation(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the GearClassificationAssociationDaoImpl class if you intend to use reporting queries.

See Also:
GearClassificationAssociationDao.toClusterGearClassificationAssociation(fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

clusterGearClassificationAssociationToEntityCollection

public final void clusterGearClassificationAssociationToEntityCollection(java.util.Collection instances)
Description copied from interface: GearClassificationAssociationDao
Converts a Collection of instances of type ClusterGearClassificationAssociation to this DAO's entity.

Specified by:
clusterGearClassificationAssociationToEntityCollection in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.clusterGearClassificationAssociationToEntityCollection(java.util.Collection)

toClusterGearClassificationAssociation

public void toClusterGearClassificationAssociation(GearClassificationAssociation source,
                                                   ClusterGearClassificationAssociation target)
Description copied from interface: GearClassificationAssociationDao
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).

Specified by:
toClusterGearClassificationAssociation in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.toClusterGearClassificationAssociation(fr.ifremer.allegro.referential.gear.GearClassificationAssociation, fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassificationAssociation)

toClusterGearClassificationAssociation

public ClusterGearClassificationAssociation toClusterGearClassificationAssociation(GearClassificationAssociation entity)
Description copied from interface: GearClassificationAssociationDao
Converts this DAO's entity to an object of type ClusterGearClassificationAssociation.

Specified by:
toClusterGearClassificationAssociation in interface GearClassificationAssociationDao
See Also:
GearClassificationAssociationDao.toClusterGearClassificationAssociation(fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

clusterGearClassificationAssociationToEntity

public void clusterGearClassificationAssociationToEntity(ClusterGearClassificationAssociation source,
                                                         GearClassificationAssociation target,
                                                         boolean copyIfNull)
Description copied from interface: GearClassificationAssociationDao
Copies the fields of ClusterGearClassificationAssociation to the specified entity.

Specified by:
clusterGearClassificationAssociationToEntity in interface GearClassificationAssociationDao
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.
See Also:
fr.ifremer.allegro.referential.gear.GearClassificationAssociationDao#clusterGearClassificationAssociationToEntity(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassificationAssociation, fr.ifremer.allegro.referential.gear.GearClassificationAssociation)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: GearClassificationAssociationDao
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 GearClassificationAssociationDao
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.
See Also:
GearClassificationAssociationDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: GearClassificationAssociationDao
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 GearClassificationAssociationDao
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.
See Also:
GearClassificationAssociationDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: GearClassificationAssociationDao
Does the same thing as GearClassificationAssociationDao.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 GearClassificationAssociationDao
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
GearClassificationAssociationDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: GearClassificationAssociationDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface GearClassificationAssociationDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
GearClassificationAssociationDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.