Uses of Class
fr.ifremer.allegro.referential.gear.GearAssociation

Packages that use GearAssociation
fr.ifremer.allegro.referential.gear   
 

Uses of GearAssociation in fr.ifremer.allegro.referential.gear
 

Subclasses of GearAssociation in fr.ifremer.allegro.referential.gear
 class GearAssociationImpl
           
 

Methods in fr.ifremer.allegro.referential.gear that return GearAssociation
 GearAssociation GearAssociationDaoImpl.clusterGearAssociationToEntity(ClusterGearAssociation clusterGearAssociation)
           
 GearAssociation GearAssociationDao.clusterGearAssociationToEntity(ClusterGearAssociation clusterGearAssociation)
          Converts an instance of type ClusterGearAssociation to this DAO's entity.
 GearAssociation GearAssociationDao.create(GearAssociation gearAssociation)
          Creates an instance of fr.ifremer.allegro.referential.gear.GearAssociation and adds it to the persistent store.
 GearAssociation GearAssociationDaoBase.create(GearAssociation gearAssociation)
           
 GearAssociation GearAssociationDao.create(Gear fromGear, Gear toGear)
           Creates a new fr.ifremer.allegro.referential.gear.GearAssociation instance from only required properties (attributes and association ends) and adds it to the persistent store.
 GearAssociation GearAssociationDaoBase.create(Gear fromGear, Gear toGear)
           
 GearAssociation GearAssociationDao.create(java.sql.Timestamp updateDate, Gear fromGear, Gear toGear)
           Creates a new fr.ifremer.allegro.referential.gear.GearAssociation instance from all attributes and properties and adds it to the persistent store.
 GearAssociation GearAssociationDaoBase.create(java.sql.Timestamp updateDate, Gear fromGear, Gear toGear)
           
 GearAssociation GearAssociationDao.createFromClusterGearAssociation(ClusterGearAssociation clusterGearAssociation)
           
 GearAssociation GearAssociationDaoBase.createFromClusterGearAssociation(ClusterGearAssociation clusterGearAssociation)
           
 GearAssociation GearAssociationDao.findGearAssociationByIdentifiers(Gear toGear, Gear fromGear)
           
 GearAssociation GearAssociationDaoBase.findGearAssociationByIdentifiers(Gear toGear, Gear fromGear)
           
 GearAssociation GearAssociationDao.findGearAssociationByIdentifiers(java.lang.String queryString, Gear toGear, Gear fromGear)
           Does the same thing as GearAssociationDao.findGearAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 GearAssociation GearAssociationDaoBase.findGearAssociationByIdentifiers(java.lang.String queryString, Gear toGear, Gear fromGear)
           
 GearAssociation GearAssociationDao.findGearAssociationByNaturalId(Gear toGear, Gear fromGear)
           
 GearAssociation GearAssociationDaoBase.findGearAssociationByNaturalId(Gear toGear, Gear fromGear)
           
 GearAssociation GearAssociationDao.findGearAssociationByNaturalId(java.lang.String queryString, Gear toGear, Gear fromGear)
           Does the same thing as GearAssociationDao.findGearAssociationByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 GearAssociation GearAssociationDaoBase.findGearAssociationByNaturalId(java.lang.String queryString, Gear toGear, Gear fromGear)
           
protected  GearAssociation GearAssociationDaoImpl.handleCreateFromClusterGearAssociation(ClusterGearAssociation clusterGearAssociation)
           
protected abstract  GearAssociation GearAssociationDaoBase.handleCreateFromClusterGearAssociation(ClusterGearAssociation clusterGearAssociation)
          Performs the core logic for GearAssociationDaoBase.createFromClusterGearAssociation(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearAssociation)
 GearAssociation GearAssociationDao.load(Gear fromGear, Gear toGear)
          Loads an instance of fr.ifremer.allegro.referential.gear.GearAssociation from the persistent store.
 GearAssociation GearAssociationDaoBase.load(Gear fromGear, Gear toGear)
           
static GearAssociation GearAssociation.Factory.newInstance()
          Constructs a new instance of GearAssociation.
static GearAssociation GearAssociation.Factory.newInstance(java.sql.Timestamp updateDate)
          Constructs a new instance of GearAssociation, taking all possible properties (except the identifier(s))as arguments.
 GearAssociation GearAssociationDaoImpl.remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO remoteGearAssociationFullVO)
           
 GearAssociation GearAssociationDao.remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO remoteGearAssociationFullVO)
          Converts an instance of type RemoteGearAssociationFullVO to this DAO's entity.
 GearAssociation GearAssociationDaoImpl.remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId remoteGearAssociationNaturalId)
           
 GearAssociation GearAssociationDao.remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId remoteGearAssociationNaturalId)
          Converts an instance of type RemoteGearAssociationNaturalId to this DAO's entity.
protected  GearAssociation GearAssociationDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.gear with parameters of type GearAssociation
 void GearAssociationDaoImpl.clusterGearAssociationToEntity(ClusterGearAssociation source, GearAssociation target, boolean copyIfNull)
           
 void GearAssociationDao.clusterGearAssociationToEntity(ClusterGearAssociation source, GearAssociation target, boolean copyIfNull)
          Copies the fields of ClusterGearAssociation to the specified entity.
 void GearAssociationDaoBase.clusterGearAssociationToEntity(ClusterGearAssociation source, GearAssociation target, boolean copyIfNull)
           
 GearAssociation GearAssociationDao.create(GearAssociation gearAssociation)
          Creates an instance of fr.ifremer.allegro.referential.gear.GearAssociation and adds it to the persistent store.
 GearAssociation GearAssociationDaoBase.create(GearAssociation gearAssociation)
           
 java.lang.Object GearAssociationDao.create(int transform, GearAssociation gearAssociation)
           Does the same thing as GearAssociationDao.create(fr.ifremer.allegro.referential.gear.GearAssociation) with an additional flag called transform.
 java.lang.Object GearAssociationDaoBase.create(int transform, GearAssociation gearAssociation)
           
 void GearAssociationDaoImpl.remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO source, GearAssociation target, boolean copyIfNull)
           
 void GearAssociationDao.remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO source, GearAssociation target, boolean copyIfNull)
          Copies the fields of RemoteGearAssociationFullVO to the specified entity.
 void GearAssociationDaoBase.remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO source, GearAssociation target, boolean copyIfNull)
           
 void GearAssociationDaoImpl.remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId source, GearAssociation target, boolean copyIfNull)
           
 void GearAssociationDao.remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId source, GearAssociation target, boolean copyIfNull)
          Copies the fields of RemoteGearAssociationNaturalId to the specified entity.
 void GearAssociationDaoBase.remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId source, GearAssociation target, boolean copyIfNull)
           
 void GearAssociationDao.remove(GearAssociation gearAssociation)
          Removes the instance of fr.ifremer.allegro.referential.gear.GearAssociation from the persistent store.
 void GearAssociationDaoBase.remove(GearAssociation gearAssociation)
           
 ClusterGearAssociation GearAssociationDaoImpl.toClusterGearAssociation(GearAssociation entity)
           
 ClusterGearAssociation GearAssociationDao.toClusterGearAssociation(GearAssociation entity)
          Converts this DAO's entity to an object of type ClusterGearAssociation.
 ClusterGearAssociation GearAssociationDaoBase.toClusterGearAssociation(GearAssociation entity)
           
 void GearAssociationDaoImpl.toClusterGearAssociation(GearAssociation source, ClusterGearAssociation target)
           
 void GearAssociationDao.toClusterGearAssociation(GearAssociation source, ClusterGearAssociation target)
          Copies the fields of the specified entity to the target value object.
 void GearAssociationDaoBase.toClusterGearAssociation(GearAssociation source, ClusterGearAssociation target)
           
 RemoteGearAssociationFullVO GearAssociationDaoImpl.toRemoteGearAssociationFullVO(GearAssociation entity)
           
 RemoteGearAssociationFullVO GearAssociationDao.toRemoteGearAssociationFullVO(GearAssociation entity)
          Converts this DAO's entity to an object of type RemoteGearAssociationFullVO.
 RemoteGearAssociationFullVO GearAssociationDaoBase.toRemoteGearAssociationFullVO(GearAssociation entity)
           
 void GearAssociationDaoImpl.toRemoteGearAssociationFullVO(GearAssociation source, RemoteGearAssociationFullVO target)
           
 void GearAssociationDao.toRemoteGearAssociationFullVO(GearAssociation source, RemoteGearAssociationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void GearAssociationDaoBase.toRemoteGearAssociationFullVO(GearAssociation source, RemoteGearAssociationFullVO target)
           
 RemoteGearAssociationNaturalId GearAssociationDaoImpl.toRemoteGearAssociationNaturalId(GearAssociation entity)
           
 RemoteGearAssociationNaturalId GearAssociationDao.toRemoteGearAssociationNaturalId(GearAssociation entity)
          Converts this DAO's entity to an object of type RemoteGearAssociationNaturalId.
 RemoteGearAssociationNaturalId GearAssociationDaoBase.toRemoteGearAssociationNaturalId(GearAssociation entity)
           
 void GearAssociationDaoImpl.toRemoteGearAssociationNaturalId(GearAssociation source, RemoteGearAssociationNaturalId target)
           
 void GearAssociationDao.toRemoteGearAssociationNaturalId(GearAssociation source, RemoteGearAssociationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void GearAssociationDaoBase.toRemoteGearAssociationNaturalId(GearAssociation source, RemoteGearAssociationNaturalId target)
           
protected  java.lang.Object GearAssociationDaoBase.transformEntity(int transform, GearAssociation 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.GearAssociationDao, please note that the GearAssociationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void GearAssociationDao.update(GearAssociation gearAssociation)
          Updates the gearAssociation instance in the persistent store.
 void GearAssociationDaoBase.update(GearAssociation gearAssociation)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.