Uses of Class
fr.ifremer.allegro.referential.vessel.FishingVessel

Packages that use FishingVessel
fr.ifremer.allegro.referential.vessel   
 

Uses of FishingVessel in fr.ifremer.allegro.referential.vessel
 

Subclasses of FishingVessel in fr.ifremer.allegro.referential.vessel
 class FishingVesselImpl
           
 

Methods in fr.ifremer.allegro.referential.vessel that return FishingVessel
 FishingVessel FishingVesselDaoImpl.clusterFishingVesselToEntity(ClusterFishingVessel clusterFishingVessel)
           
 FishingVessel FishingVesselDao.clusterFishingVesselToEntity(ClusterFishingVessel clusterFishingVessel)
          Converts an instance of type ClusterFishingVessel to this DAO's entity.
 FishingVessel FishingVesselDaoBase.create(FishingVessel fishingVessel)
           
 FishingVessel FishingVesselDaoBase.create(java.lang.String code, Status status, java.util.Collection vesselFeatures, VesselType vesselType)
           
 FishingVessel FishingVesselDaoBase.create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType, java.util.Collection vesselFeatures, java.util.Collection vesselMasterPeriods)
           
 FishingVessel FishingVesselDao.createFromClusterFishingVessel(ClusterFishingVessel clusterFishingVessel)
           
 FishingVessel FishingVesselDaoBase.createFromClusterFishingVessel(ClusterFishingVessel clusterFishingVessel)
           
 FishingVessel FishingVesselDao.findFishingVesselByCode(java.lang.String code)
           
 FishingVessel FishingVesselDaoBase.findFishingVesselByCode(java.lang.String code)
           
 FishingVessel FishingVesselDao.findFishingVesselByCode(java.lang.String queryString, java.lang.String code)
           Does the same thing as FishingVesselDao.findFishingVesselByCode(java.lang.String) with an additional argument called queryString.
 FishingVessel FishingVesselDaoBase.findFishingVesselByCode(java.lang.String queryString, java.lang.String code)
           
 FishingVessel FishingVesselDao.findFishingVesselByNaturalId(java.lang.String code)
           
 FishingVessel FishingVesselDaoBase.findFishingVesselByNaturalId(java.lang.String code)
           
 FishingVessel FishingVesselDao.findFishingVesselByNaturalId(java.lang.String queryString, java.lang.String code)
           Does the same thing as FishingVesselDao.findFishingVesselByNaturalId(java.lang.String) with an additional argument called queryString.
 FishingVessel FishingVesselDaoBase.findFishingVesselByNaturalId(java.lang.String queryString, java.lang.String code)
           
 FishingVessel VesselMasterPeriodPK.getFishingVessel()
           
 FishingVessel VesselFeatures.getFishingVessel()
           
protected  FishingVessel FishingVesselDaoImpl.handleCreateFromClusterFishingVessel(ClusterFishingVessel clusterFishingVessel)
           
protected abstract  FishingVessel FishingVesselDaoBase.handleCreateFromClusterFishingVessel(ClusterFishingVessel clusterFishingVessel)
          Performs the core logic for FishingVesselDaoBase.createFromClusterFishingVessel(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterFishingVessel)
 FishingVessel FishingVesselDaoBase.load(java.lang.String code)
           
static FishingVessel FishingVessel.Factory.newInstance()
          Constructs a new instance of FishingVessel.
static FishingVessel FishingVessel.Factory.newInstance(Status status, VesselType vesselType)
          Constructs a new instance of FishingVessel, taking all required and/or read-only properties as arguments.
static FishingVessel FishingVessel.Factory.newInstance(java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType, java.util.Collection vesselFeatures, java.util.Collection vesselMasterPeriods)
          Constructs a new instance of FishingVessel, taking all possible properties (except the identifier(s))as arguments.
 FishingVessel FishingVesselDaoImpl.remoteFishingVesselFullVOToEntity(RemoteFishingVesselFullVO remoteFishingVesselFullVO)
           
 FishingVessel FishingVesselDao.remoteFishingVesselFullVOToEntity(RemoteFishingVesselFullVO remoteFishingVesselFullVO)
          Converts an instance of type RemoteFishingVesselFullVO to this DAO's entity.
 FishingVessel FishingVesselDaoImpl.remoteFishingVesselNaturalIdToEntity(RemoteFishingVesselNaturalId remoteFishingVesselNaturalId)
           
 FishingVessel FishingVesselDao.remoteFishingVesselNaturalIdToEntity(RemoteFishingVesselNaturalId remoteFishingVesselNaturalId)
          Converts an instance of type RemoteFishingVesselNaturalId to this DAO's entity.
protected  FishingVessel FishingVesselDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.vessel with parameters of type FishingVessel
 void FishingVesselDaoImpl.clusterFishingVesselToEntity(ClusterFishingVessel source, FishingVessel target, boolean copyIfNull)
           
 void FishingVesselDao.clusterFishingVesselToEntity(ClusterFishingVessel source, FishingVessel target, boolean copyIfNull)
          Copies the fields of ClusterFishingVessel to the specified entity.
 void FishingVesselDaoBase.clusterFishingVesselToEntity(ClusterFishingVessel source, FishingVessel target, boolean copyIfNull)
           
 VesselMasterPeriod VesselMasterPeriodDao.create(java.util.Date startDateTime, java.util.Date endDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
           Creates a new fr.ifremer.allegro.referential.vessel.VesselMasterPeriod instance from all attributes and properties and adds it to the persistent store.
 VesselMasterPeriod VesselMasterPeriodDaoBase.create(java.util.Date startDateTime, java.util.Date endDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
           
 VesselFeatures VesselFeaturesDao.create(java.util.Date startDateTime, java.util.Date endDateTime, java.lang.String name, java.lang.String exteriorMarking, java.lang.Float administrativePower, java.lang.Float auxiliaryPower, java.lang.Integer grossTonnageGT, java.lang.Integer grossTonnageGRT, java.lang.Integer lengthOverAll, java.lang.Integer lengthBeetweenPerpendiculars, java.lang.Integer constructionYear, java.lang.String IRCS, java.lang.Boolean hasVMS, java.lang.Boolean isFPC, java.sql.Timestamp updateDate, Location basePortLocation, FishingVessel fishingVessel, QualitativeValue hullMaterial)
           Creates a new fr.ifremer.allegro.referential.vessel.VesselFeatures instance from all attributes and properties and adds it to the persistent store.
 VesselFeatures VesselFeaturesDaoBase.create(java.util.Date startDateTime, java.util.Date endDateTime, java.lang.String name, java.lang.String exteriorMarking, java.lang.Float administrativePower, java.lang.Float auxiliaryPower, java.lang.Integer grossTonnageGT, java.lang.Integer grossTonnageGRT, java.lang.Integer lengthOverAll, java.lang.Integer lengthBeetweenPerpendiculars, java.lang.Integer constructionYear, java.lang.String IRCS, java.lang.Boolean hasVMS, java.lang.Boolean isFPC, java.sql.Timestamp updateDate, Location basePortLocation, FishingVessel fishingVessel, QualitativeValue hullMaterial)
           
 Vessel FishingVesselDao.create(FishingVessel fishingVessel)
          Creates an instance of fr.ifremer.allegro.referential.vessel.FishingVessel and adds it to the persistent store.
 FishingVessel FishingVesselDaoBase.create(FishingVessel fishingVessel)
           
 VesselFeatures VesselFeaturesDao.create(FishingVessel fishingVessel, java.lang.Boolean isFPC, java.util.Date startDateTime)
           Creates a new fr.ifremer.allegro.referential.vessel.VesselFeatures instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselFeatures VesselFeaturesDaoBase.create(FishingVessel fishingVessel, java.lang.Boolean isFPC, java.util.Date startDateTime)
           
 VesselMasterPeriod VesselMasterPeriodDao.create(FishingVessel fishingVessel, java.util.Date startDateTime, VesselMaster vesselMaster)
           Creates a new fr.ifremer.allegro.referential.vessel.VesselMasterPeriod instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselMasterPeriod VesselMasterPeriodDaoBase.create(FishingVessel fishingVessel, java.util.Date startDateTime, VesselMaster vesselMaster)
           
 java.lang.Object VesselMasterPeriodDao.create(int transform, java.util.Date startDateTime, java.util.Date endDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
           Does the same thing as VesselMasterPeriodDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster) with an additional flag called transform.
 java.lang.Object VesselMasterPeriodDaoBase.create(int transform, java.util.Date startDateTime, java.util.Date endDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
           
 java.lang.Object VesselFeaturesDao.create(int transform, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.String name, java.lang.String exteriorMarking, java.lang.Float administrativePower, java.lang.Float auxiliaryPower, java.lang.Integer grossTonnageGT, java.lang.Integer grossTonnageGRT, java.lang.Integer lengthOverAll, java.lang.Integer lengthBeetweenPerpendiculars, java.lang.Integer constructionYear, java.lang.String IRCS, java.lang.Boolean hasVMS, java.lang.Boolean isFPC, java.sql.Timestamp updateDate, Location basePortLocation, FishingVessel fishingVessel, QualitativeValue hullMaterial)
           Does the same thing as VesselFeaturesDao.create(java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.lang.Object VesselFeaturesDaoBase.create(int transform, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.String name, java.lang.String exteriorMarking, java.lang.Float administrativePower, java.lang.Float auxiliaryPower, java.lang.Integer grossTonnageGT, java.lang.Integer grossTonnageGRT, java.lang.Integer lengthOverAll, java.lang.Integer lengthBeetweenPerpendiculars, java.lang.Integer constructionYear, java.lang.String IRCS, java.lang.Boolean hasVMS, java.lang.Boolean isFPC, java.sql.Timestamp updateDate, Location basePortLocation, FishingVessel fishingVessel, QualitativeValue hullMaterial)
           
 java.lang.Object FishingVesselDao.create(int transform, FishingVessel fishingVessel)
           Does the same thing as FishingVesselDao.create(fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional flag called transform.
 java.lang.Object FishingVesselDaoBase.create(int transform, FishingVessel fishingVessel)
           
 java.lang.Object VesselFeaturesDao.create(int transform, FishingVessel fishingVessel, java.lang.Boolean isFPC, java.util.Date startDateTime)
           Does the same thing as VesselFeaturesDao.create(fr.ifremer.allegro.referential.vessel.FishingVessel,java.lang.Boolean,java.util.Date) with an additional flag called transform.
 java.lang.Object VesselFeaturesDaoBase.create(int transform, FishingVessel fishingVessel, java.lang.Boolean isFPC, java.util.Date startDateTime)
           
 java.lang.Object VesselMasterPeriodDao.create(int transform, FishingVessel fishingVessel, java.util.Date startDateTime, VesselMaster vesselMaster)
           Does the same thing as VesselMasterPeriodDao.create(fr.ifremer.allegro.referential.vessel.FishingVessel,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselMaster) with an additional flag called transform.
 java.lang.Object VesselMasterPeriodDaoBase.create(int transform, FishingVessel fishingVessel, java.util.Date startDateTime, VesselMaster vesselMaster)
           
 java.util.Collection VesselFeaturesDao.findVesselFeaturesByFishingVessel(FishingVessel fishingVessel)
           
 java.util.Collection VesselFeaturesDaoBase.findVesselFeaturesByFishingVessel(FishingVessel fishingVessel)
           
 java.util.Collection VesselFeaturesDao.findVesselFeaturesByFishingVessel(int transform, FishingVessel fishingVessel)
           Does the same thing as VesselFeaturesDao.findVesselFeaturesByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional flag called transform.
 java.util.Collection VesselFeaturesDaoBase.findVesselFeaturesByFishingVessel(int transform, FishingVessel fishingVessel)
           
 java.util.Collection VesselFeaturesDao.findVesselFeaturesByFishingVessel(int pageNumber, int pageSize, FishingVessel fishingVessel)
           Does the same thing as VesselFeaturesDao.findVesselFeaturesByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselFeaturesDaoBase.findVesselFeaturesByFishingVessel(int pageNumber, int pageSize, FishingVessel fishingVessel)
           
 java.util.Collection VesselFeaturesDao.findVesselFeaturesByFishingVessel(int transform, int pageNumber, int pageSize, FishingVessel fishingVessel)
           Does the same thing as VesselFeaturesDao.findVesselFeaturesByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselFeaturesDaoBase.findVesselFeaturesByFishingVessel(int transform, int pageNumber, int pageSize, FishingVessel fishingVessel)
           
 java.util.Collection VesselFeaturesDao.findVesselFeaturesByFishingVessel(int transform, java.lang.String queryString, FishingVessel fishingVessel)
           Does the same thing as VesselFeaturesDao.findVesselFeaturesByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional argument called queryString.
 java.util.Collection VesselFeaturesDaoBase.findVesselFeaturesByFishingVessel(int transform, java.lang.String queryString, FishingVessel fishingVessel)
           
 java.util.Collection VesselFeaturesDao.findVesselFeaturesByFishingVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
           Does the same thing as VesselFeaturesDao.findVesselFeaturesByFishingVessel(int, String, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselFeaturesDaoBase.findVesselFeaturesByFishingVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
           
 java.util.Collection VesselFeaturesDao.findVesselFeaturesByFishingVessel(java.lang.String queryString, FishingVessel fishingVessel)
           Does the same thing as VesselFeaturesDao.findVesselFeaturesByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional argument called queryString.
 java.util.Collection VesselFeaturesDaoBase.findVesselFeaturesByFishingVessel(java.lang.String queryString, FishingVessel fishingVessel)
           
 java.util.Collection VesselFeaturesDao.findVesselFeaturesByFishingVessel(java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
           Does the same thing as VesselFeaturesDao.findVesselFeaturesByFishingVessel(String, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselFeaturesDaoBase.findVesselFeaturesByFishingVessel(java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
           
 VesselFeatures VesselFeaturesDao.findVesselFeaturesByNaturalId(FishingVessel fishingVessel, java.util.Date startDateTime)
           
 VesselFeatures VesselFeaturesDaoBase.findVesselFeaturesByNaturalId(FishingVessel fishingVessel, java.util.Date startDateTime)
           
 java.lang.Object VesselFeaturesDao.findVesselFeaturesByNaturalId(int transform, FishingVessel fishingVessel, java.util.Date startDateTime)
           Does the same thing as VesselFeaturesDao.findVesselFeaturesByNaturalId(fr.ifremer.allegro.referential.vessel.FishingVessel, java.util.Date) with an additional flag called transform.
 java.lang.Object VesselFeaturesDaoBase.findVesselFeaturesByNaturalId(int transform, FishingVessel fishingVessel, java.util.Date startDateTime)
           
 java.lang.Object VesselFeaturesDao.findVesselFeaturesByNaturalId(int transform, java.lang.String queryString, FishingVessel fishingVessel, java.util.Date startDateTime)
           Does the same thing as VesselFeaturesDao.findVesselFeaturesByNaturalId(int, fr.ifremer.allegro.referential.vessel.FishingVessel, java.util.Date) with an additional argument called queryString.
 java.lang.Object VesselFeaturesDaoBase.findVesselFeaturesByNaturalId(int transform, java.lang.String queryString, FishingVessel fishingVessel, java.util.Date startDateTime)
           
 VesselFeatures VesselFeaturesDao.findVesselFeaturesByNaturalId(java.lang.String queryString, FishingVessel fishingVessel, java.util.Date startDateTime)
           Does the same thing as VesselFeaturesDao.findVesselFeaturesByNaturalId(fr.ifremer.allegro.referential.vessel.FishingVessel, java.util.Date) with an additional argument called queryString.
 VesselFeatures VesselFeaturesDaoBase.findVesselFeaturesByNaturalId(java.lang.String queryString, FishingVessel fishingVessel, java.util.Date startDateTime)
           
 java.util.Collection VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(FishingVessel fishingVessel)
           
 java.util.Collection VesselMasterPeriodDaoBase.findVesselMasterPeriodByFishingVessel(FishingVessel fishingVessel)
           
 java.util.Collection VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int transform, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional flag called transform.
 java.util.Collection VesselMasterPeriodDaoBase.findVesselMasterPeriodByFishingVessel(int transform, FishingVessel fishingVessel)
           
 java.util.Collection VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int pageNumber, int pageSize, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselMasterPeriodDaoBase.findVesselMasterPeriodByFishingVessel(int pageNumber, int pageSize, FishingVessel fishingVessel)
           
 java.util.Collection VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int transform, int pageNumber, int pageSize, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselMasterPeriodDaoBase.findVesselMasterPeriodByFishingVessel(int transform, int pageNumber, int pageSize, FishingVessel fishingVessel)
           
 java.util.Collection VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int transform, java.lang.String queryString, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional argument called queryString.
 java.util.Collection VesselMasterPeriodDaoBase.findVesselMasterPeriodByFishingVessel(int transform, java.lang.String queryString, FishingVessel fishingVessel)
           
 java.util.Collection VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, String, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselMasterPeriodDaoBase.findVesselMasterPeriodByFishingVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
           
 java.util.Collection VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(java.lang.String queryString, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional argument called queryString.
 java.util.Collection VesselMasterPeriodDaoBase.findVesselMasterPeriodByFishingVessel(java.lang.String queryString, FishingVessel fishingVessel)
           
 java.util.Collection VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(String, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselMasterPeriodDaoBase.findVesselMasterPeriodByFishingVessel(java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
           
 VesselMasterPeriod VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           
 VesselMasterPeriod VesselMasterPeriodDaoBase.findVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           
 java.lang.Object VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(int transform, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional flag called transform.
 java.lang.Object VesselMasterPeriodDaoBase.findVesselMasterPeriodByIdentifiers(int transform, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           
 java.lang.Object VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(int transform, java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(int, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional argument called queryString.
 java.lang.Object VesselMasterPeriodDaoBase.findVesselMasterPeriodByIdentifiers(int transform, java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           
 VesselMasterPeriod VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional argument called queryString.
 VesselMasterPeriod VesselMasterPeriodDaoBase.findVesselMasterPeriodByIdentifiers(java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           
 VesselMasterPeriod VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           
 VesselMasterPeriod VesselMasterPeriodDaoBase.findVesselMasterPeriodByNaturalId(java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           
 java.lang.Object VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(int transform, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional flag called transform.
 java.lang.Object VesselMasterPeriodDaoBase.findVesselMasterPeriodByNaturalId(int transform, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           
 java.lang.Object VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(int transform, java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional argument called queryString.
 java.lang.Object VesselMasterPeriodDaoBase.findVesselMasterPeriodByNaturalId(int transform, java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           
 VesselMasterPeriod VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an additional argument called queryString.
 VesselMasterPeriod VesselMasterPeriodDaoBase.findVesselMasterPeriodByNaturalId(java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
           
 VesselMasterPeriod VesselMasterPeriodDao.load(java.util.Date startDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
          Loads an instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod from the persistent store.
 VesselMasterPeriod VesselMasterPeriodDaoBase.load(java.util.Date startDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
           
 java.lang.Object VesselMasterPeriodDao.load(int transform, java.util.Date startDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
           Does the same thing as VesselMasterPeriodDao.load(java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster) with an additional flag called transform.
 java.lang.Object VesselMasterPeriodDaoBase.load(int transform, java.util.Date startDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
           
static VesselFeatures VesselFeatures.Factory.newInstance(java.util.Date startDateTime, java.lang.Boolean isFPC, FishingVessel fishingVessel)
          Constructs a new instance of VesselFeatures, taking all required and/or read-only properties as arguments.
static VesselFeatures VesselFeatures.Factory.newInstance(java.util.Date startDateTime, java.util.Date endDateTime, java.lang.String name, java.lang.String exteriorMarking, java.lang.Float administrativePower, java.lang.Float auxiliaryPower, java.lang.Integer grossTonnageGT, java.lang.Integer grossTonnageGRT, java.lang.Integer lengthOverAll, java.lang.Integer lengthBeetweenPerpendiculars, java.lang.Integer constructionYear, java.lang.String IRCS, java.lang.Boolean hasVMS, java.lang.Boolean isFPC, java.sql.Timestamp updateDate, Location basePortLocation, FishingVessel fishingVessel, QualitativeValue hullMaterial)
          Constructs a new instance of VesselFeatures, taking all possible properties (except the identifier(s))as arguments.
 void FishingVesselDaoImpl.remoteFishingVesselFullVOToEntity(RemoteFishingVesselFullVO source, FishingVessel target, boolean copyIfNull)
           
 void FishingVesselDao.remoteFishingVesselFullVOToEntity(RemoteFishingVesselFullVO source, FishingVessel target, boolean copyIfNull)
          Copies the fields of RemoteFishingVesselFullVO to the specified entity.
 void FishingVesselDaoBase.remoteFishingVesselFullVOToEntity(RemoteFishingVesselFullVO source, FishingVessel target, boolean copyIfNull)
           
 void FishingVesselDaoImpl.remoteFishingVesselNaturalIdToEntity(RemoteFishingVesselNaturalId source, FishingVessel target, boolean copyIfNull)
           
 void FishingVesselDao.remoteFishingVesselNaturalIdToEntity(RemoteFishingVesselNaturalId source, FishingVessel target, boolean copyIfNull)
          Copies the fields of RemoteFishingVesselNaturalId to the specified entity.
 void FishingVesselDaoBase.remoteFishingVesselNaturalIdToEntity(RemoteFishingVesselNaturalId source, FishingVessel target, boolean copyIfNull)
           
 void VesselMasterPeriodDao.remove(java.util.Date startDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
          Removes the instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod having the given identifiers from the persistent store.
 void VesselMasterPeriodDaoBase.remove(java.util.Date startDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
           
 void FishingVesselDao.remove(FishingVessel fishingVessel)
          Removes the instance of fr.ifremer.allegro.referential.vessel.FishingVessel from the persistent store.
 void FishingVesselDaoBase.remove(FishingVessel fishingVessel)
           
 void VesselMasterPeriodPK.setFishingVessel(FishingVessel fishingVessel)
           
 void VesselFeatures.setFishingVessel(FishingVessel fishingVessel)
           
 ClusterFishingVessel FishingVesselDaoImpl.toClusterFishingVessel(FishingVessel entity)
           
 ClusterFishingVessel FishingVesselDao.toClusterFishingVessel(FishingVessel entity)
          Converts this DAO's entity to an object of type ClusterFishingVessel.
 ClusterFishingVessel FishingVesselDaoBase.toClusterFishingVessel(FishingVessel entity)
           
 void FishingVesselDaoImpl.toClusterFishingVessel(FishingVessel source, ClusterFishingVessel target)
           
 void FishingVesselDao.toClusterFishingVessel(FishingVessel source, ClusterFishingVessel target)
          Copies the fields of the specified entity to the target value object.
 void FishingVesselDaoBase.toClusterFishingVessel(FishingVessel source, ClusterFishingVessel target)
           
 RemoteFishingVesselFullVO FishingVesselDaoImpl.toRemoteFishingVesselFullVO(FishingVessel entity)
           
 RemoteFishingVesselFullVO FishingVesselDao.toRemoteFishingVesselFullVO(FishingVessel entity)
          Converts this DAO's entity to an object of type RemoteFishingVesselFullVO.
 RemoteFishingVesselFullVO FishingVesselDaoBase.toRemoteFishingVesselFullVO(FishingVessel entity)
           
 void FishingVesselDaoImpl.toRemoteFishingVesselFullVO(FishingVessel source, RemoteFishingVesselFullVO target)
           
 void FishingVesselDao.toRemoteFishingVesselFullVO(FishingVessel source, RemoteFishingVesselFullVO target)
          Copies the fields of the specified entity to the target value object.
 void FishingVesselDaoBase.toRemoteFishingVesselFullVO(FishingVessel source, RemoteFishingVesselFullVO target)
           
 RemoteFishingVesselNaturalId FishingVesselDaoImpl.toRemoteFishingVesselNaturalId(FishingVessel entity)
           
 RemoteFishingVesselNaturalId FishingVesselDao.toRemoteFishingVesselNaturalId(FishingVessel entity)
          Converts this DAO's entity to an object of type RemoteFishingVesselNaturalId.
 RemoteFishingVesselNaturalId FishingVesselDaoBase.toRemoteFishingVesselNaturalId(FishingVessel entity)
           
 void FishingVesselDaoImpl.toRemoteFishingVesselNaturalId(FishingVessel source, RemoteFishingVesselNaturalId target)
           
 void FishingVesselDao.toRemoteFishingVesselNaturalId(FishingVessel source, RemoteFishingVesselNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void FishingVesselDaoBase.toRemoteFishingVesselNaturalId(FishingVessel source, RemoteFishingVesselNaturalId target)
           
protected  java.lang.Object FishingVesselDaoBase.transformEntity(int transform, FishingVessel 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.vessel.FishingVesselDao, please note that the VesselDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void FishingVesselDao.update(FishingVessel fishingVessel)
          Updates the fishingVessel instance in the persistent store.
 void FishingVesselDaoBase.update(FishingVessel fishingVessel)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.